PDA

View Full Version : Application.SetRedraw



RizlaUK
01-12-2007, 12:15 PM
ok i got this little problem with my project,

i have a input object wich will have some text from a database table, i want to let the user edit the text,

heres where the problem starts, i have a page timer set to 500ms, this is redrawing the page and setting the cursor in the input to the 1st char of text every time to try and edit it,

so i set some conditions in the timer to "Application.SetRedraw(false);" and sure as **** it fixes the jumping cursor but all my buttons and labels disapear (input and listbox stay there) and when the condition isent met thay reapear "Application.SetRedraw(true);"

is there any way to set just one object to redraw, or not redraw as the case maybe