IDE + AUI

I'm working on a wxpython AUI app. So far as I can tell, none of the IDEs support AUI yet; it's too new (if I'm wrong, I hope someone will correct me!) But I really could use an IDE to built the dialog boxes and toolbars I want AUI to manage for me. So could I perhaps use an IDE to create those and integrate them with my AUI app?

Randolph

R Fritz wrote:

I'm working on a wxpython AUI app. So far as I can tell, none of the IDEs support AUI yet; it's too new (if I'm wrong, I hope someone will correct me!) But I really could use an IDE to built the dialog boxes and toolbars I want AUI to manage for me. So could I perhaps use an IDE to create those and integrate them with my AUI app?

You can design panels with XRCed or one of the other editors, and then load those panels into a AUI Pane.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!