CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Logic Required

  1. #1
    Join Date
    Aug 2002
    Location
    Bangalore, South India
    Posts
    11

    Unhappy 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

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    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

  3. #3
    Join Date
    Aug 2002
    Location
    Bangalore, South India
    Posts
    11

    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
  •  





Click Here to Expand Forum to Full Width

Featured