Click to See Complete Forum and Search --> : Logic Required
NithinDas
August 27th, 2002, 01:44 AM
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.
cup
August 27th, 2002, 07:32 AM
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?
NithinDas
August 27th, 2002, 11:08 PM
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.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.