Rajesh Kumar schrieb:
> Hi all,
>
>           When I clicked on a button, am incrementing a variable. If that
> variable reaches to some number lets say 50 then a popup window showing the
> value of that variable should appear. After 2 secs the popup window should
> hide. This should happen untill I pressed quit button. Any Ideas????? Am
> using fltk1.3 on ARM processor based linux embedded system.

To me this seems to be straight forward - show() the popup window 
(should be "nonmodal" to cover other windows), start timer, hide() the 
window in timer-callback. Which part of this is in detail your problem?
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to