search for: dirdialog

Displaying 16 results from an estimated 16 matches for "dirdialog".

2007 Mar 28
0
[924] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove deprecated methods and update doc
...13:26:43 -0400 (Wed, 28 Mar 2007)</dd> </dl> <h3>Log Message</h3> <pre>Changes 2.6 -> 2.8 Wx API; remove deprecated methods and update doc</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextiledirdialogtxtl">branches/wxruby2/wxwidgets_282/doc/textile/dirdialog.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDirDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDirDialog.h</a></li> </ul> </div&gt...
2004 Jun 29
0
Missing constants (wxRuby 0.4)
When trying to use the DirDialog class to get a directory chooser with a "new" button, the docs say to use window style DD_NEW_DIR_BUTTON. However wxRuby seems to be missing this constant. A grep of the wxWidgets sources gave: #define wxDD_NEW_DIR_BUTTON 0x0080 So I changed: Wx::DirDialog.new(self, "Pleas...
2007 Nov 07
1
Wx::FileDialog and common dialogs
...iledialog.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
2007 Apr 26
2
How to close Frame?
When I call frame.destory on Windows XP, I am told that CodeLineStatistics/init.rb:5: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. What''s the correct way to close the frame? -- flyerhzm@hotmail.com
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
...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/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDia...
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
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...terWindow#initialize to #init for consistency (SL) +- Cure a segfault on exit related to GC''ing of Wx::App (AF) +- Correct ListBox#get_selections signature in docs (AF) +- Disambiguate TreeCtrl#insert_item_before, add to docs (SL) +- Fix bugs in treectrl sample (SL) +- 2.8 API: DC, Dialog, DirDialog, Cursor (AF) +- Enable get_number_from_user function, fixing dialogs sample (AF) +- Added the AUI classes, docs and sample (AF) +- Corrected disambiguated method names in ComboBox docs (AF) +- Added note on use of ampersand in Wx::Control labels (AF) +- 2.8 API: Control, ComboBox, Colour (AF) +- Fi...
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.
...="cx"> end </span><span class="cx"> </span><del>- def onDirChoose(event) </del><ins>+ def on_dir_choose(event) </ins><span class="cx"> </span><span class="cx"> # pass some initial dir to DirDialog </span><del>- dirHome = get_home_dir() </del><ins>+ dir_home = get_home_dir() </ins><span class="cx"> </span><del>- dialog = DirDialog.new(self, "Testing directory picker", dirHome) </del><ins>+ dialog = Di...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...ve 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 validator.o window.o icon.o artprovider.o > log.o listc...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...a.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/Display.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData...
2004 Jan 08
3
pictorG
...D_NEW) {message_box "New db"} evt_menu(ID_OPEN) { filedlg=FileDialog.new(self,''Open catalog'','''','''',''Picture organizer catalog *.poc|*.poc'',OPEN|CHANGE_DIR).show_modal} evt_menu(ID_SETROOT) { dirdlg=DirDialog.new(self,''Catalog base dir'',@root_dir) self.root_dir=dirdlg.get_path if dirdlg.show_modal==ID_OK } evt_menu(ID_EXIT) {close TRUE } evt_menu(ID_ABOUT) {message_box "pictorG - PICTure ORganizer by Gregory\n?Gergely Kontra","About pictorG",OK|ICO...
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