|
-
August 27th, 2002, 01:44 AM
#1
Logic Required
I have a list of UI options . Each options are again having a list of sub options. I need a simple logic that enables me to trap those options correctly using Bit manipulations (like OR 'ring or AND'ing). Presently I am having a set of Integer Numbers that maps to the respective options , but this is not feasible.
NithinDas
-
August 27th, 2002, 07:32 AM
#2
Is it possible to post how you intend to use it and what you have so far so we can have a look at it? What you're describing is the way it is normally done in X-Windows. What exactly is not feasible: is it the implementation or the idea?
Succinct is verbose for terse
-
August 27th, 2002, 11:08 PM
#3
Logic Required
The application is actually a Web based application incorporating OOP concept. The Options that I have specified are mainly the Options in the Web UI. Whenever the User selects that particular option ( which may have sub options also) I need to trap those options and pass it into the respective Control Classes.
NithinDas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|