Exforsys

Online Training

How to distunguish between events and states

This is a discussion on How to distunguish between events and states within the Software Patterns forums, part of the Testing category; Hi, I have a UI module in which has 15 controls like buttons, combo box, etc. When an action happens ...


Go Back   Exforsys > Testing > Software Patterns

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-11-2003, 07:35 AM
Vinodh Kumar P
Guest
 
Posts: n/a
How to distunguish between events and states

Hi,
I have a UI module in which has 15 controls like buttons, combo box,
etc. When an action happens on any one of the UI controls a certain subset
of the controls needs to be modifed to enable or disable.Actions on some UI
controls does major works of the workflow whereas actions on other UI
controls results in less changes.Given this scenario How shall distunguish
between events and states?

Thank you.

Regards,
Vinodh Kumar P



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-12-2003, 07:43 AM
green earth
Guest
 
Posts: n/a
Re: How to distunguish between events and states

Vinodh Kumar P wrote:
> Hi,
> I have a UI module in which has 15 controls like buttons, combo box,
> etc. When an action happens on any one of the UI controls a certain subset
> of the controls needs to be modifed to enable or disable.Actions on some UI
> controls does major works of the workflow whereas actions on other UI
> controls results in less changes.Given this scenario How shall distunguish
> between events and states?
>


Typically an event will occur when an action happens and this will
change the state of one or more UI controls.

For example,

a user clicks a button, clicking the button generates a button-clicked
event and the handler for this event will then perform some action which
may change the apps state.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.