Re: wxEuhporia - AUI rocks!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jonas Temple wrote:
> 
> Matt,
> 
> Just checked out the AUI demo for wxEuphoria and may I say it is super slick!

Yeah, it's pretty cool.  I've played around with it a little, and it has
a lot of potential.

> I was playing around trying to add a few extra "bells" and added a tool bar
> and status bar.  These work but the tool bar initially shows on the left side
> of the window, not the top.  Of course I can move it there but would like to
> know what I did wrong.

You used  
aui_top_dockable(info_tb, 1)

which allows the toolbar to be docked up top, but never told it to
go up top.  You do that by using:
aui_top(info_tb)

It kinda shows the gaping holes in my documentation.  I'm now able to add
wrappers really quickly, but the documentation is still lagging.  Since 
they're mostly thin wrappers for wxWidgets functions, I recommend either
using their on-line docs, or downloading the docs locally (you can get 
html or chm, which is convenient):

http://www.wxwidgets.org/manuals/stable/wx_contents.html
http://sourceforge.net/project/showfiles.php?group_id=9863&package_id=19629

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu