Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Property Sheets & Pages questions

Property Sheets & Pages questions

Scheduled Pinned Locked Moved C / C++ / MFC
graphicsdesignhelptutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DeepT
    wrote on last edited by
    #1

    I have a dialog based app I am writing. In this app I am going to have to present different information to the user and in some cases ask for some input in various orders depending on a given situation. I figured property pages would be a great solution since I could design a bunch of panels and then show them in whatever order I want, as needed. The fundamental problem is that in a given area I just want to show just the panel I made. In one mode I get "tabs" like a tab control. In another mode (Wizard Mode), I get a bunch of buttons at the bottom. If I could hide the tabs OR hide all the buttons in wizard mode, it would work. I also have a bitmap logo on top, and I thought if I could get the bitmap to draw itself after the property sheet, I could hide the tabs underneath it, that might work. I do not know how to make the property sheet object draw itself before the bitmap logo at the top. So is there a way to do this or just render my panels with no extras at all inside my dialog box?

    C D 2 Replies Last reply
    0
    • D DeepT

      I have a dialog based app I am writing. In this app I am going to have to present different information to the user and in some cases ask for some input in various orders depending on a given situation. I figured property pages would be a great solution since I could design a bunch of panels and then show them in whatever order I want, as needed. The fundamental problem is that in a given area I just want to show just the panel I made. In one mode I get "tabs" like a tab control. In another mode (Wizard Mode), I get a bunch of buttons at the bottom. If I could hide the tabs OR hide all the buttons in wizard mode, it would work. I also have a bitmap logo on top, and I thought if I could get the bitmap to draw itself after the property sheet, I could hide the tabs underneath it, that might work. I do not know how to make the property sheet object draw itself before the bitmap logo at the top. So is there a way to do this or just render my panels with no extras at all inside my dialog box?

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      this might help: SAPrefs - Netscape-like Preferences Dialog[^] it's a bit more than you're asking for, but you could probably chop out the stuff you don't need..

      image processing toolkits | batch image processing

      D 1 Reply Last reply
      0
      • C Chris Losinger

        this might help: SAPrefs - Netscape-like Preferences Dialog[^] it's a bit more than you're asking for, but you could probably chop out the stuff you don't need..

        image processing toolkits | batch image processing

        D Offline
        D Offline
        DeepT
        wrote on last edited by
        #3

        Thanks for that, Ill look into it. I was pursuing something similar on my own, giving up on Property Sheets / pages altogether. It was just overlaying modless dialog boxes inside the main one.

        1 Reply Last reply
        0
        • D DeepT

          I have a dialog based app I am writing. In this app I am going to have to present different information to the user and in some cases ask for some input in various orders depending on a given situation. I figured property pages would be a great solution since I could design a bunch of panels and then show them in whatever order I want, as needed. The fundamental problem is that in a given area I just want to show just the panel I made. In one mode I get "tabs" like a tab control. In another mode (Wizard Mode), I get a bunch of buttons at the bottom. If I could hide the tabs OR hide all the buttons in wizard mode, it would work. I also have a bitmap logo on top, and I thought if I could get the bitmap to draw itself after the property sheet, I could hide the tabs underneath it, that might work. I do not know how to make the property sheet object draw itself before the bitmap logo at the top. So is there a way to do this or just render my panels with no extras at all inside my dialog box?

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          DeepT wrote:

          The fundamental problem is that in a given area I just want to show just the panel I made. In one mode I get "tabs" like a tab control. In another mode (Wizard Mode), I get a bunch of buttons at the bottom.

          So why not make both (i.e., one dialog that is a tabbed property sheet, and another dialog that is a wizard property sheet), and only show the one that is needed (based on some condition)?

          "One man's wage rise is another man's price increase." - Harold Wilson

          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

          "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

          D 1 Reply Last reply
          0
          • D David Crow

            DeepT wrote:

            The fundamental problem is that in a given area I just want to show just the panel I made. In one mode I get "tabs" like a tab control. In another mode (Wizard Mode), I get a bunch of buttons at the bottom.

            So why not make both (i.e., one dialog that is a tabbed property sheet, and another dialog that is a wizard property sheet), and only show the one that is needed (based on some condition)?

            "One man's wage rise is another man's price increase." - Harold Wilson

            "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

            "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

            D Offline
            D Offline
            DeepT
            wrote on last edited by
            #5

            If you just make one property page, you get one tab shown at the top. I didn't want ANY tabs to be shown. If you use wizard mode, you get the buttons. I do not want any buttons. I hope I am being clear on what I wanted to do.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups