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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Dialog Information not showing in class wizard

Dialog Information not showing in class wizard

Scheduled Pinned Locked Moved C / C++ / MFC
helptutoriallearning
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.
  • B Offline
    B Offline
    BiswaR
    wrote on last edited by
    #1

    Hey Guys, I have a a dialog with id IDD_AGREE_FRAME_ABSTRACTION and its associated with a class CSegisAgreementsLeaseAbs. But when i want to see any inforation in the class wizard its not showing there. I have a check box in the dialog and i want to associate this chk box to a variable using class wizard and its giving me meaasge that IDD_AGREE_FRAME_ABSTRACTION is a new resource. You want to associate it to a class..........,etc. Please help me why its not showing and how to fix it.

    _ 1 Reply Last reply
    0
    • B BiswaR

      Hey Guys, I have a a dialog with id IDD_AGREE_FRAME_ABSTRACTION and its associated with a class CSegisAgreementsLeaseAbs. But when i want to see any inforation in the class wizard its not showing there. I have a check box in the dialog and i want to associate this chk box to a variable using class wizard and its giving me meaasge that IDD_AGREE_FRAME_ABSTRACTION is a new resource. You want to associate it to a class..........,etc. Please help me why its not showing and how to fix it.

      _ Offline
      _ Offline
      _anil_
      wrote on last edited by
      #2

      delete the .clw file and open the class wizard again. the .clw file will be created again and this time you will see the class. -- modified at 4:39 Friday 3rd February, 2006

      B 1 Reply Last reply
      0
      • _ _anil_

        delete the .clw file and open the class wizard again. the .clw file will be created again and this time you will see the class. -- modified at 4:39 Friday 3rd February, 2006

        B Offline
        B Offline
        BiswaR
        wrote on last edited by
        #3

        Hey Thanks a lot for this. But i am having another problem. I am able to see the class in class whizard but when i try to open this class in class wizard its giving me one error as Parsing error: Expected ")", Input Line: "//DDX_Text(pDX, IDC_LE_TENANT_IMPROV_AMT, mcs_le_improv_amt);" This line is there in the dodata exchange. What i need to do for this. Pleas suggest.

        _ I 2 Replies Last reply
        0
        • B BiswaR

          Hey Thanks a lot for this. But i am having another problem. I am able to see the class in class whizard but when i try to open this class in class wizard its giving me one error as Parsing error: Expected ")", Input Line: "//DDX_Text(pDX, IDC_LE_TENANT_IMPROV_AMT, mcs_le_improv_amt);" This line is there in the dodata exchange. What i need to do for this. Pleas suggest.

          _ Offline
          _ Offline
          _anil_
          wrote on last edited by
          #4

          Check for ";" at the end of all the DDX statement. I think you must getting compiler error too...

          1 Reply Last reply
          0
          • B BiswaR

            Hey Thanks a lot for this. But i am having another problem. I am able to see the class in class whizard but when i try to open this class in class wizard its giving me one error as Parsing error: Expected ")", Input Line: "//DDX_Text(pDX, IDC_LE_TENANT_IMPROV_AMT, mcs_le_improv_amt);" This line is there in the dodata exchange. What i need to do for this. Pleas suggest.

            I Offline
            I Offline
            Iain Clarke Warrior Programmer
            wrote on last edited by
            #5

            Class wizard is probably not clever enough to understand comments. Keep the grey bit free of this sort of thing, If you need to remember this line for another time, move it outside the classwizard block. Iain.

            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