wxCrafter and AUI

Post here wxCrafter related issues / features / bugs
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

wxCrafter and AUI

Post by evstevemd »

Is there any way to use wxCrafter and AUI components? I would like to make Aui managed wxFrame and I cannot see how I can do that!

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by eranif »

evstevemd wrote:Is there any way to use wxCrafter and AUI components? I would like to make Aui managed wxFrame and I cannot see how I can do that!
No you cant.

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by evstevemd »

eranif wrote:
evstevemd wrote:Is there any way to use wxCrafter and AUI components? I would like to make Aui managed wxFrame and I cannot see how I can do that!
No you cant.

Eran
Is it in the list?

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by eranif »

Not at the moment. As I am adding more controls that I think more important (such as wxDataViewListCtrl, wxDataViewCtrl, wxDataViewTreeCtrl and others)

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by eranif »

FYI:

wxAUI is now fully supported by wxCrafter
A new version will be out in the coming week or two

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by evstevemd »

eranif wrote:FYI:

wxAUI is now fully supported by wxCrafter
A new version will be out in the coming week or two

Eran
Cannot find a way to use AUIManager on wxPanel

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by eranif »

evstevemd wrote:Cannot find a way to use AUIManager on wxPanel
What do you mean by this? You can't find the wxAuiManager button? or... ?
Because it is working without a problem

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by evstevemd »

eranif wrote:
evstevemd wrote:Cannot find a way to use AUIManager on wxPanel
What do you mean by this? You can't find the wxAuiManager button? or... ?
Because it is working without a problem

Eran
Yeah. Cannot locate it. Under which tab it is found (may be am skipping?)

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by eranif »

I can't remember how it was looked like in 1.1 ;)

I think it should be under "Advanced"
In 1.2 it is under "Sizers" (which I have renamed to "Layout")

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter and AUI

Post by evstevemd »

eranif wrote:I can't remember how it was looked like in 1.1 ;)

I think it should be under "Advanced"
In 1.2 it is under "Sizers" (which I have renamed to "Layout")

Eran
I use 1.1 and its under sizers.
Thanks for a tip!

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply