Announcement

Collapse
No announcement yet.

Tab Control

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tab Control

    Just out of curiosity, has any attempted using a tab control without corresponding child dialogs/windows?
    Walt Decker

  • #2
    Yes, in an MDI editor with multiple pages. Think I posted in source code 2-3 years ago.


    Wow! Ok, more than a couple of years ago... yikes!

    'MESSAGE http://www.powerbasic.com/support/fo...ML/001320.html
    'FORUM: Source Code
    'TOPIC: Associate a Tab control with MDI child windows
    'NAME: Jules Marchildon, Member
    'DATE: March 06, 2002 10:10 AM
    Last edited by Jules Marchildon; 5 Apr 2009, 04:33 PM. Reason: added link.

    Comment


    • #3
      Originally posted by Jules Marchildon View Post
      Yes, in an MDI editor with multiple pages. Think I posted in source code 2-3 years ago.

      Wow! Ok, more than a couple of years ago... yikes!
      Time really flies when you are having fun. Only yesterday I able to ...{smile}

      ==========================================
      "Basically, I no longer work for anything
      but the sensation I have while working."
      Albert Giacometti (sculptor)
      ==========================================
      It's a pretty day. I hope you enjoy it.

      Gösta

      JWAM: (Quit Smoking): http://www.SwedesDock.com/smoking
      LDN - A Miracle Drug: http://www.SwedesDock.com/LDN/

      Comment


      • #4
        I use a series of tab controls as multi-selection, on the fly, reconfigurable button bars.

        Multi-selection as in the first tab bar contains the sort category I'm interested in, the second bar contains the types of categorys, and the third bar of tabs contains the sort range limitation.

        The middle row with just the word "Music" in it gets loaded with all the content categories managed by the Scott Studios System, the first row determines which range selection is shown in the third bar, Artist & Title get alpha tabs, Length loads a series of "Time's" into the tabs, and CatID loads 0-9 into the tabs.
        Attached Files
        Furcadia, an interesting online MMORPG in which you can create and program your own content.

        Comment


        • #5
          >I use a series of tab controls as multi-selection, on the fly, reconfigurable button bars.

          ???

          http://www.powerbasic.com/support/pb...ad.php?t=22173 (full thread)
          http://www.powerbasic.com/support/pb...4&postcount=11 (relevant post from subject thread)

          ???
          Michael Mattias
          Tal Systems (retired)
          Port Washington WI USA
          [email protected]
          http://www.talsystems.com

          Comment


          • #6
            I'm sorry, but I am having a really hard time wrapping my mind around the reason for the reference other than you can use a toolbar with a bit more overhead to mimic the actions of a tab control, ...
            Furcadia, an interesting online MMORPG in which you can create and program your own content.

            Comment


            • #7
              It was a thought. All a tab contol does is highlight "one of many." So does a series of 'pushlike radio buttons."

              You still have to bring the correct screen to the top when the tab - or button - selection changes. It's an option.

              Heck, you could almost do it with a header control, too.
              Michael Mattias
              Tal Systems (retired)
              Port Washington WI USA
              [email protected]
              http://www.talsystems.com

              Comment


              • #8
                Thanks for the input. I thought that if it had not been tried before I'd give it a whirl.
                Walt Decker

                Comment

                Working...
                X