Displaying 6 results from an estimated 6 matches for "phuah".
Did you mean:
shuah
2004 Aug 20
8
wxruby-swig: where does wxclasses-2.4.2.xml comes from?
...example the WxDialog
class.
OnXXX are non-virtual in WxWidgets, but virtual in wxruby-swig
ShowModal are virtual in WxWidgets, but non-virtual in wxruby-swig
I realize that wxruby-swig is in a very highly experimental stage, but
would appreciate it if someone can shed some light here.
Cheers,
Phuah Yee Keat
2004 Aug 25
3
wxclasses-2.4.2.xml
...guys have thought about this
before already, any specific problems?), or continue with the template
generator in the current wxruby-4.0.
The RUBY port of the SWIG seemed to be developed by the author of
FXRUBY, guess it might be good to communicate with the FXRUBY camp as
well, then.
Cheers,
Phuah Yee Keat
2004 Aug 20
1
Any plans to switch wxruby-swig to using rexml?
since http://nqxml.sourceforge.net/
also recommends that we switch to use rexml which is shipped with ruby?
If there are plans for it but no developers, I might take it up as an
exercise to learn the internals of wxruby-swig.
Cheers,
Phuah Yee Keat
2004 Aug 19
0
ruby-swig, looked so much nicer
...this book
called "Visual C++ .NET Bible". Just after I found out about wxruby, I
was thinking that it will be cool if I could make some tutorials based
on the demo apps in the book. Showing how WxWidgets are similiar to MFC,
and how wxruby makes it easier to program than C++.
Cheers,
Phuah Yee Keat
2004 Aug 19
28
Documents, Views and DocManagers
Hi,
Are there any effort in making wxDocument, wxView, etc types of classes
avaiable under wxRuby? For supporting SDI/MDI architecture.
Cheers,
Phuah Yee Keat
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi