Tim James wrote:
dim i as integer
dim t as integer
#pragma backgroundtasks false
t = Ticks
for i = 0 to 35
if (StaticText1(i).text = "Untitled") then
StaticText1(i).text = "Something Else"
else
StaticText1(i).text = "Untitled"
end if
next
self.updatenow
What does happen when you include the above added two lines in your code?
Cheers,
Tom
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>