-
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.
-
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?
-
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.