search for: petrucci

Displaying 13 results from an estimated 13 matches for "petrucci".

2007 Sep 05
6
centering MessageDialog
Hi, is there any way to center the default Wx::MessageDialog or Wx::message_box on parent (owner) instead of screen? I haven''t found any constant other than Wx::DEFAULT_POSITION. thanks for your help. fabio. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Oct 17
3
ListCtrl loading data
Hi all, I''m using a ListCtrl on LC_REPORT mode. using set_item(index, col, ''value'') the list does''t get populated. Is it a bug? which is the method to call? i''m using ruby 1.8.6 wxruby 1.9.8 mswin32 on winXP attached is an example. thank you. bio. _______________________________________________ wxruby-users mailing list
2008 Nov 30
7
wxComboBox and wxTE_PROCESS_ENTER
Hi all, i am trying to use wxComboBox (instead of wxChoice) to capture wxTE_PROCESS_ENTER event. If i enable TE_PROCESS_ENTER flag on the resulting xrc file, i get an ''Unknown style flag wxTE_PROCESS_ENTER'' on app loading. Probably wxComboBox doesn''t reconize this kind of event. How do i catch this event for the wxComboBox widget? Thank you all. bio.
2009 Aug 05
1
Re: mingw32 library compatibility
Hi Fabio Fabio Petrucci wrote: > is the mingw32 wxruby distribution > http://rubyforge.org/frs/download.php/52487/wxruby-ruby19-2.0.0-x86-mingw32.gem > compatible with > mingw32 ruby 1.9.1 installer provided by Luis Lavena > http://rubyinstaller.org/downloads/ ? I think it is - I believe that''s...
2007 Jul 04
5
loading menu using XmlResource
Hi, i''m evaluating XmlResource: loading frame, dialogs and access widgets is ok but i''m not able to load menu bar and menu using the corresponding methods XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and ''XML resource
2007 Aug 06
3
base64 image
Hi all, is there any way to load a base64 converted image using classes such as Image or Bitmap? Thank you, fabio. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 18
2
(no subject)
Bonjour, en fait j''ai chercher sur rubyforge quelques projets créer avec wxruby ou wxruby2, en vain!!! je voulais savoir si vous pouviez me donnez quelques noms de projets créer avec wxruby ou wxruby2 pour que je puisse voir ce que d''autres personnes ont pu réaliser. Merci Sebastien _______________________________________________ wxruby-users mailing list
2007 Jul 05
8
when can publish the next version?
when can publish the next version? i am waiting... _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Oct 06
2
StdDialogButtonSizer default button
Hi all, How do i set the default button for a Wx::StdDialogButtonSizer? Any hints would be appreciated. regards. bio. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Aug 24
1
Choice append
Ciao Alex, Is it possible to enable the overloaded method ''ControlWithItems#append'' to be able to provide user data? to do this: ch = Wx::Choice.new() ch.append("pluto", 10) ch.append("pippo", 20) ch.append("paperino", 30) instead of this (the way i''ve found to get the same result): ch = Wx::Choice.new() id =
2007 Jul 27
1
Wx::ListItem data
Hi all, i have a question: i need a Wx::ListItem to wrap my content but i get a strange result... irb(main):001:0> require ''wx'' => true irb(main):002:0> li = Wx::ListItem.new => #<Wx::ListItem:0x281610c> irb(main):003:0> li.set_data(3) => nil irb(main):004:0> li.get_data => 7 any hint? thank you, fabio.
2013 Feb 06
2
require 'wx' ruby 1.8 vs 1.9
Hi, i''m going to port my wxruby application from ruby 1.8 to 1.9.x. Everything went smoothly and i''ve got many advantage over the port. With ruby 1.9.x my app run blazingly fast on startup either on MacOSX and Linux while on Windows (xp, vista, win7) it takes longer (~20 sec. more). The problem is on "require ''wx''" instruction (you can test on an
2008 Aug 12
1
xrc panels using xrcise
Hi all, I''m facing a problem generating base classes using xrcise. i''ve this xrc layout: <?xml version="1.0" encoding="UTF-8"?> <resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc"> <object class="wxFrame" name="ID_NOTIFIER" subclass="notifier">