Hi. I'm learning to use using CodeLite with wxWidgets, with the wxCrafter add-on.
I'd like to learn about wxWizard today by clicking on it and exploring its class. Unfortunately, I can't find "wxWizard" in the menu bars (Designer tab: Forms, Sizers, Containers, Controls, Menu/ToolBar, wxRibbonBar, Advanced).
How do I get to wxWizard in the menu bars?
Thank you!
Colleen
~~~
Software Versions:
------------------
CodeLite = 9.1.5
tdm-gcc = 5.1.0.3
Windows 7 = 6.1
wxCrafter = 2.5
wxWidgets = 3.1.0
Where is the wxWizard menu option?
- ColleenKobe
- CodeLite Expert
- Posts: 130
- Joined: Wed Mar 30, 2016 4:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Where is the wxWizard menu option?
Look closely... it under "Forms" tab
Eran
Eran
Make sure you have read the HOW TO POST thread
- ColleenKobe
- CodeLite Expert
- Posts: 130
- Joined: Wed Mar 30, 2016 4:31 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Where is the wxWizard menu option?
At first, I didn't know what you were talking about, because all my buttons under "Forms" were all grayed, and when they're grayed, they don't do mouse-over descriptions, so I didn't know what to look for.eranif wrote:Look closely... it under "Forms" tab
Eran
I changed a couple of settings and tried again. Now I see that the "root" "wxcp" file has to be highlighted in order to be able to select Forms, wxWizard. My apologies.
Thank you!!!