Since i have lots of controls(buttons,dropdowns, gridviews) on a single form, the drawing seems to lag when fetching data from db, or i notice some screen tearing/lag when the control gets data from database and are drawn.
Now i have done some graphics in java and c++ programming, and know that double buffering/vertical sync or whatever is needed does help allot, but have no clue how to do this in powerbuilder.
Anyone here with experience in powerbuilder classic, know how to do this? the programming language is powerscript.