Displaying 10 results from an estimated 10 matches for "colourdata".
Did you mean:
colordata
2007 Sep 09
1
ColourDialog
Bonjour Alex. Je voudrais savoir si il est possible de sauvegarder les couleurs quand on se sert de "ColourDialog"?
merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
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
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box.
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason). And yes, /opt/csw/bin and
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
.../CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o obj/Clipboard.o obj/CloseEvent.o obj/CollapsiblePane.o obj/CollapsiblePaneEvent.o obj/Colour.o obj/ColourData.o obj/ColourDialog.o obj/ComboBox.o obj/CommandEvent.o obj/ContextMenuEvent.o obj/Control.o obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataObject.o obj/DataObjectSimple.o obj/Dialog.o obj/DirDialog.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...rge.org/mailman/listinfo/wxruby-users
>
> great!
>
> but I have a problem compiling it.
>
> c++ -shared `wx-config --libs` -Wl,--version-script,./version-script
> -L"/usr/local/lib" -o wxruby.so wx.o app.o bitmap.o button.o calendar.o
> checkbox.o choice.o colour.o colourdata.o colourdialog.o
> combobox.o const.o
> date.o dialog.o dirdialog.o event.o evthandler.o filedialog.o font.o
> fontdata.o fontdialog.o frame.o gauge.o layout.o listbox.o menu.o
> menubar.o
> messagedialog.o point.o radio.o rect.o size.o sizer.o slider.o spin.o
> statictext.o textc...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...alendarEvent.o obj/Caret.o obj/CheckBox.o
obj/CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o
obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o
obj/Clipboard.o obj/ClipboardTextEvent.o obj/CloseEvent.o
obj/CollapsiblePane.o obj/CollapsiblePaneEvent.o obj/Colour.o
obj/ColourData.o obj/ColourDialog.o obj/ComboBox.o obj/CommandEvent.o
obj/ContextHelpButton.o obj/ContextMenuEvent.o obj/Control.o
obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataFormat.o
obj/DataObject.o obj/DataObjectComposite.o obj/DataObjectSimple.o
obj/DateEvent.o obj/DatePickerCtrl.o obj/Dialog.o obj/D...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...ur(event)
</ins><span class="cx">
</span><del>- col = $myCanvas.get_background_colour()
</del><ins>+ col = $my_canvas.get_background_colour()
</ins><span class="cx">
</span><span class="cx"> data = ColourData.new
</span><span class="cx"> data.set_colour(col)
</span><del>- data.set_choose_full(TRUE)
</del><ins>+ data.set_choose_full(true)
</ins><span class="cx"> for i in 0 ... 16
</span><span class="cx"&g...