search for: ubiz

Displaying 6 results from an estimated 6 matches for "ubiz".

Did you mean: biz
2005 Apr 27
6
does anyone have success with wxruby with wxwidgets 2.6?
...show me the way to fight this trouble? BTW: What is a correct way to debug ruby extensions under windows? With gdb i can`t get symbols on stack with ''bt'' command, but everything -- ruby, wxwidgets, wxruby is compiled with -g. -- Dmitry mailto:dmiceman@ubiz.ru
2005 May 02
3
where is destructors?
...delete bmp; + }; +}; + VALUE WxBitmap::alloc(VALUE self) { - return Data_Wrap_Struct(self, 0, 0, 0); + return Data_Wrap_Struct(self, 0, WxBitmap_free, 0); } VALUE ================================================================ -- Dmitry mailto:dmiceman@ubiz.ru
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
...dialog.set_size Wx::Size.new(400, 300) dialog.center_on_screen Wx::BOTH dialog.show true dialog.evt_close do exit_main_loop end end end app = App.new app.main_loop ===================================================== -- Dmitry mailto:dmiceman@ubiz.ru _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 May 02
0
Wx::StringInputBuffer/Wx::StringOutputBuffer
...image_data = stream.get_string Installation: just place ''sstream.cpp'' and ''sstream.in'' in ''src'' and add ''sstream.o'' to $objs variable in ''src/extconf.rb''. -- Dmitry mailto:dmiceman@ubiz.ru _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Apr 30
1
wxRuby Roadmap, Schedule and wxWidgets 2.6.0
Hi, I''m very interested in migrating some apps to ruby and wxRuby. Is there a rough estimate of when wxRuby will support wxWidgets 2.6.0? Are there specific tasks that require volunteers?
2005 May 06
3
Problems setting image data
Hi, I''ve been having some intermittent (but repeatable) problems using Image#set_data. In some cases, I get just a black image drawn after I''ve set a (non-black) image. Other times I get a MSVC++ runtime exception. It happens on the same files at the same time. I''m confident that I''m setting the correct amount of data for the image size. (Note: Ruby 1.8.2,