Hello. I'm very newbie, pardon in advance. I would like to know if events can be generated automatically using XRCise such as ruby_glade_create_template does. When I use DialogBlocks or wxFormBuilder I see that, although the events are defined in the XRC file, do not appear. Doesn't XRC support events? Thanks a lot.
on 2010-03-18 23:04
on 2010-03-18 23:07
Sorry again, I meant that although the events are defined in the design environment (DialogBlocks or wxFormBuilder) does not appear in the XRC file.
on 2010-03-19 01:11
Most XRC Builders such as DialogBlocks or wxFormBuilder create the code templates in the source code generation for C/C++ or Python to handle the events. Nothing is actually stored for events in the XRC file. All the XRC file holds, is the GUI elements that wxWidgets needs to create, to display the form you designed. hth, Mario
on 2010-03-19 04:13
Your best bet is to create your own source code generator I already tried back then, but I figure that xrc file is not enough for my need too bad until now there is no easier way to make wx gui rather than xrc (well, i am currently making one but still far from finish)
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.