MDI Window is a type of window that have capabilities to have a menu inside, microhelp bar, Child window inside, etc. Unfortunally, it can't be have an image background capability, at least in Powerbuilder programming. MDI is standing for Multiple Document Interface.
Monday, June 27, 2011
Tuesday, June 7, 2011
What's new in WWDC 2011 ?
iOS5
Forget about USB Cable, forget about iTunes. With iOS5 you can now setup and activate your iDevices right on the device and you are ready to go.
Forget about USB Cable, forget about iTunes. With iOS5 you can now setup and activate your iDevices right on the device and you are ready to go.
- Notification Center
- Newstand
- Twitter Integration
- Safari Reader
- Reminders
- Lock screen shortcut
- Volume-up to take picture
- Mail new features: Identation control, RTF, draggable addresses, search entire message, flag messages, S/MIME, built-in dictionary, split-keyboard
Wednesday, May 25, 2011
Part 2 - Create Object Programmatically with Powerbuilder
In the previous article, I shown you how to create an object programmatically in Powerbuilder with static object. Now, I'm trying to explain, how if we want to add scripts associated inside the object.
For the first step, you need to create a Window and save it as "w_clickanddrag"
Unlike the static, if you want to add scripts inside the object, you need to create and utilize the user object.
So, create a new Picture user object, with Standard Visual type. Saved and named it as "uo_picture".
For the first step, you need to create a Window and save it as "w_clickanddrag"
Unlike the static, if you want to add scripts inside the object, you need to create and utilize the user object.
So, create a new Picture user object, with Standard Visual type. Saved and named it as "uo_picture".
Subscribe to:
Posts (Atom)