search for: configbase

Displaying 10 results from an estimated 10 matches for "configbase".

Did you mean: confbase
2007 Apr 20
2
=ConfigBase
Je vous renvoi ce message car vous n''avez pas répondu au précédent. je voudrais savoir à propos de "ConfigBase" Est_ce qu''il à toujours la même valeur dans wxruby2? Est-ce que l''on peut le placer dans n''importe quelle classe? Est-ce que vous pourriez me donner un exemple avec ConfigBase, svp, car il n''y en a pas dans les démos. merci Sebastien _____________________...
2005 Jul 27
2
SWIGging ConfigBase
Hi all I''m trying to write an .i file for ConfigBase. If I can figure out a few general SWIG things then I think most of it will work. Apols for the noob swig questions. The C++ class has lots of overloaded methods called Read, which return different kinds of values. In wxruby-not-swig these are implemented as read, read_bool, read_int and so on...
2007 May 20
3
bouton de fermeture
Bonjour, je voudrais savoir si il est possible de désactiver le bouton de fermeture en haut a droite (le bouton rouge avec une croix blanche), sans se servir de "FRAME_NO_WINDOW_MENU", car j''ai besoin des autres boutons. Merci. Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2005 Oct 22
6
wxruby.so error with weft-qda
Dear wxruby users I''ve been trying to get wxruby-based weft-qda 0.9.6 running on a linux from scratch 6.1 system (this list had a discussion about weft-qda last year and alex fenton''s also been trying to help me out - no luck so far). I get stuck with wxruby 0.60 (I think). I compiled wxruby against wxGTK 2.4.2 (without gtk2, without unicode - gtk+ version is 1.2.10) - after
2007 Apr 14
7
=question sur wxruby2
Bonjour, je voulais savoir si wxruby2 est intégré à l''interpréteur ruby? Que veut dire $0 ? merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 21
6
Window#paint patch
...I. The attached app.rb and window.rb files should be added to it. When this patch is applied, files in that directory are automatically required on startup. Hopefully this provides a framework for fixes and API improvements in Ruby. As an example, I''m thinking of writing something like ConfigBase to go in here, as I think persistent app settings it''s useful to have in a GUI library, but the WxWidgets library requires some typemaps and is clunky too. The patch also fixes dialog.rb to use paint again, and removes an unnecessary global in that sample. alex -------------- next...
2005 Jul 30
1
classes to be ignored etc
...arer comparison of the two versions, plus info on classes that are being dropped or shouldn''t be implemented b/c standard library is preferred. obviously these are up for discussion, just my view based on what''s in ruby by default or easy to implement. Kevin - looking again at ConfigBase, I don''t think it''s worth porting. I plan to change the little bits of existing application code that use it before moving to wxruby2. But it was interesting, thanks for your help. I''m going back to work on TreeCtrl, of which I have a version that compiles and works b...
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...) warning: artprovider.html has no methods warning: bitmapdataobject.html has no methods warning: boxsizer.html has no methods warning: brush.html has no methods warning: brushlist.html has no methods warning: bufferedinputstream.html has no methods warning: choicebook.html has no methods warning: configbase.html has no methods warning: datetime.html has no methods warning: datetimeholidayauthority.html has no methods warning: datetimeworkdays.html has no methods warning: debugstreambuf.html has no methods warning: docchildframe.html has no methods warning: docmdichildframe.html has no methods warning:...
2004 Jan 08
3
pictorG
...quot;&Change name" popup_menu menu, pt end end #======================================================================== class MyFrame < Frame def initialize title super nil, -1, title @title=title set_icon Icon.new("bitmaps/pictorG.xpm") @config = ConfigBase::get() self.root_dir=@config.read("/rootdir")||ENV[''HOME'']||ENV[''USERPROFILE''] @catalog_file='''' # File menu menuFile = Menu.new menuFile.append ID_NEW,"&New catalog\tN","Creates a new catalog&quot...
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone, Over the past couple of weeks wxruby-swig has made a lot of progress. Over 100 classes have been added with attempts to mimic the existing wxruby interfaces. While still not as stable as wxruby, stability has increased dramatically. Finally, it has been built on Linux, Mac, and MSVC. This email is an invitation to try out wxruby-swig for yourself. The source code is in CVS and