Hi there,
Apologies little experience with timers in PB so bear with me.. Basically my aim is to have blinking text in a static text control on a form.
I can handle this fine with a few instance variables and the forms' timer event for any form events.
The issue arises when I also want the blinking text to respond to the click of a button on the form which executes several actions within a database. At this point though I set the instance variables correctly to cause the blinking effect it doesn't happen.
A co-worker suggested that this may be because the precedence of the forms' timer event is below that of the button events, thus after the button is clicked the blinking code contained in the forms' timer event isn't effected til the button clicked event is finishedand hence there are no blinks - does this make sense ?
Any ideas how to side step without having to use datawindows or anything too complicated ?
Thanks in advance
Mully
Apologies little experience with timers in PB so bear with me.. Basically my aim is to have blinking text in a static text control on a form.
I can handle this fine with a few instance variables and the forms' timer event for any form events.
The issue arises when I also want the blinking text to respond to the click of a button on the form which executes several actions within a database. At this point though I set the instance variables correctly to cause the blinking effect it doesn't happen.
A co-worker suggested that this may be because the precedence of the forms' timer event is below that of the button events, thus after the button is clicked the blinking code contained in the forms' timer event isn't effected til the button clicked event is finishedand hence there are no blinks - does this make sense ?
Any ideas how to side step without having to use datawindows or anything too complicated ?
Thanks in advance
Mully