codemorphis.com Forum Index codemorphis.com
Software development: pure and simple.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Windows Even Component

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    codemorphis.com Forum Index -> Visual Programming Forum
View previous topic :: View next topic  
Author Message
mforkner



Joined: 04 Aug 2004
Posts: 78

PostPosted: Mon Jun 20, 2005 2:51 pm    Post subject: Windows Even Component Reply with quote

I just realized I could have more than one Windows Event component in a program. That simplifies having timed pauses inside of concurrently running nested modules.

Has anyone else worked with the Windows Event component in multiple nested components? Or running concurrent event traps?
Back to top
View user's profile Send private message Visit poster's website
CodeMorphis



Joined: 02 Dec 2003
Posts: 252

PostPosted: Mon Jun 20, 2005 4:05 pm    Post subject: Reply with quote

Yes, because the Windows events are centralized through the Synopsis Windows message pump, it is possible to access them from any instance of the Windows Event component from any location in your program. Deciding where to place a Windows Event component is largely a matter of design style. Note that having too many throughout your program may lead to poor design as well as redundant tests for events. However, you have the option to use the component as you require.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    codemorphis.com Forum Index -> Visual Programming Forum All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group