Forum: wxRuby Events through XRC

Posted by Javier Marquez (ayanami)
on 2010-03-18 23:04
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.
Posted by Javier Marquez (ayanami)
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.
Posted by Mario Steele (Guest)
on 2010-03-19 01:11
(Received via mailing list)
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
Posted by hendra kusuma (Guest)
on 2010-03-19 04:13
(Received via mailing list)
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)
Posted by Javier Marquez (ayanami)
on 2010-03-19 22:51
I see, thanks everyone
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
No account? Register here.