Displaying 18 results from an estimated 18 matches for "colourdialog".
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
2005 Sep 02
2
ColourDialog
The ColourDialog (Darn Brits messing up the spellings of perfectly good
words!) has a weird behavior. When you first open it you can''t select a
color from the ''rainbow'' on the right side until you select a basic
color on the left. I don''t think this was the case before we di...
2007 Nov 07
1
Wx::FileDialog and common dialogs
...orge.org/doc/filedialog.html
Every time the ''*'' (for the wildcard character in file filters) appears,
the doc instead switches between boldface and normal.
Also, it seems like the links under "See also" are broken.
Feature request:
Regarding all modal common dialogs (ColourDialog, DirDialog,
FileDialog), it looks like it''s currently not possible to set the style
element outside new(). For the modal ones, it would make lots of sense
to be able to set the style separately prior to show_modal:
d.style = Wx::WHAT_EVER_STYLE
Best regards,
Jari Williamsson
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
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
2006 Aug 10
3
update on samples
...39;'t work properly (should they?)
- controls.rb
Seems OK, except doesn''t work if not run from current dir. Probably
should add textctrls to this one.
- dialogs.rb
Problems with DC - seems to cause ObjectPreviouslyDeleted error in an
on_paint handler. I have worked round this. MDI, ColourDialog crashes on
OS X.
- system_settings.rb
OK (thanks to Sean''s fix for get_text_extent)
- images.rb
OK
- listbook.rb
OK, except breaks if not run from own directory.
- mdi.rb
MDI doesn''t work on OS X?
- minimal.rb
OK - have tidied up and commented a bit more, commit pending
- t...
2006 Dec 29
0
[808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
...E\\
-GREEN\\
-CYAN\\
-LIGHT_GREY*
-
</del><span class="cx"> h2. See also
</span><span class="cx">
</span><span class="cx"> "ColourDatabase":colourdatabase.html, "Pen":pen.html, "Brush":brush.html, "ColourDialog":colourdialog.html, "SystemSettings":systemsettings.html
</span><span class="lines">@@ -48,39 +46,29 @@
</span><span class="cx">
</span><span class="cx"> </div>
</span><span class="cx">
&l...
2006 Sep 15
0
patch to rakemacosx.rb
Hi
This allows ColourDialog to work on OS X, instead of crashing. Tested on
10.3.
cheers
alex
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 16
2
Versioning in rake
Attached a set of patches to remove hardcoded version strings in the
rakefiles and libs.
It only matters to people who are distributing packages from a SVN
checkout. If you want to create a versioned release, you have to call
rake like:
rake gem WXRUBY_VERSION=0.0.37
Rake and wxruby will remember what version you have named, so you only
have to mark it once. The version can be updated by
2004 Aug 05
2
libraries needed to distribute app
Hi
I''m making an installer for my WxRuby app, using exerb. I''ve included
wxruby.so in the package, and it seems to work fine on my computer, but
are there any other dlls or whatever I''m likely to need, for example for
WxWidgets itself?
Cheers
alex
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
....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.o obj/FileDataObje...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...an/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 textctrl.o timer.o v...
2007 Mar 23
0
[918] branches/wxruby2/wxwidgets_282/samples/aui/aui.rb: Fix a couple of little bugs and typos
...bsp 2007-03-23 17:00:12 UTC (rev 918)
</span><span class="lines">@@ -226,35 +226,36 @@
</span><span class="cx">
</span><span class="cx"> def on_set_colour(event)
</span><span class="cx"> dlg = Wx::ColourDialog.new(@frame)
</span><del>- dlg.set_title("Cololur Picker")
</del><ins>+ dlg.set_title("Colour Picker")
</ins><span class="cx">
</span><span class="cx"> return unless dlg.show_modal == Wx::ID_OK
</sp...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...j/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/DirDialog.o
obj/Disp...
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/
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
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...event.get_position )
+ @frame.do_update
+ end
+
+ def on_caption_size(event)
+ @frame.get_dock_art.set_metric( Wx::AUI_DOCKART_CAPTION_SIZE,
+ event.get_position )
+ @frame.do_update
+ end
+
+ def on_set_colour(event)
+ dlg = Wx::ColourDialog.new(@frame)
+ dlg.set_title("Cololur Picker")
+
+ return unless dlg.show_modal == Wx::ID_OK
+
+ var = nil
+ case event.get_id()
+ when ID_BackgroundColor
+ var = Wx::AUI_DOCKART_BACKGROUND_COLOUR
+ when ID_SashColor
+ var = Wx::AUI_DOCKART_SASH_COLOUR
+...