` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Update status text from procedure
2006-11-08 -- Lee White
 
> Is it posible to update the status bar text of the main window from another > procedure? I have a source procedure that I intend on running from a timer > on the main window. I do not want it to have a window of its own, but I do > want to know whn it is running. > > How do I do something llike this from a seperate procedure... > AppFrame{Prop:StatusText,3} = 'Hello!' Add a non-threaded global reference variable... FrameRef &WINDOW After opening the AppFrame... FrameRef &= AppFrame Then wherever you want to reference the frame use FrameRef... FrameRef{Prop:StatusText,3} = 'Hello!'


Today is May 4, 2024, 8:05 am
This article has been viewed 35123 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: