Displaying 20 results from an estimated 300 matches similar to: "compile fail"
2003 Nov 07
6
DnD
Hi!
Is drag''n''drop works currently under wxruby?
I want an app, where you can drag files from a wxlistctrl to a
wxtreectrl.
Can anyone show a little example?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2003 Nov 13
7
modified classes
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
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
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some
difficulties, namely:
1. I want to read all kind of graphic files, (mainly jpg, png and tiff
is enough...) But, the current implementation seems to deal only with
bmps and currently there is no way to call ::wxInitAllImageHandlers.
2. I think DnD is required in my case: I want to drop filenames on a
TreeCtrl. I will try to add
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
2004 Feb 02
4
extconf.rb patch
Hi!
Why not automagically delete generated header files like this?
File.open("Makefile","ab+"){|f|
f.puts
f.puts("tclean:; @$(RM) "+(Dir[''*.t''].map{|fn| fn.sub(''.t'',''.h'')}.join))
f.puts
}
Reduces user error :)
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
|
2003 Nov 13
3
DnD classes
I tried to add classes to DnD support, but I get compiling errors :(
There are about virtual functions are abstract.
I changed wxpp.rb to support size_t and other types needed, and modify
extconf.rb to automatically clean all .h files, which have a similar .t
file.
I have problem with wxDataObject::Direction, I don''t know how the parser
works, but
virtual void
2004 Mar 03
10
status?
Hi!
Is the wxruby project stalled?
ps: at least the list...
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
2003 Oct 20
5
wxruby - ruby-gtk2
Hi!
Can anybody tell me basic differences using wxwindows and gtk2 GUI with
ruby?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
2003 Nov 03
1
Something like gtk2''s HSeparator or VSeparator?
Hi!
I''m searching for a draggable separator. Is there anything?
Splitterwindow? This is just for two windows? Anyway, it needs two
WINDOWS.
thx
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+--
2003 Nov 03
1
builtin icons
Hi!
I''ve found the art provider samples, but this is so complicated for me.
I just want to use some builtin icons. Can someone give me a simple
example for example using a builtin icon for a toolbar icon?
BTW, the wxwindows samples are cool, but beginners (at least me) needs
minimal samples.
thx
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
|
2004 Feb 02
1
image.rb for memory problems
Hi!
Attached is a *very* simple app to test wxwindows'' memory management.
You must edit the image file name...
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php
2004 Jan 19
1
self.get_id
Hi!
Is it possible to somehow eliminate the use of the self.get_id''s in most
situations?
When you set up an event, you always must type sg. like
evt_tree_key_down(self.get_id) {|e|
where self.get_id can be the default or something...
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz
2004 Jan 29
1
.t file generator
Hi!
I''ve written a little script, which tries to extract the .t file from
the wxwindows documentation. Since it is NOT a parser, it is not
perfect, but helps a little...
Gerg?
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2003 Dec 13
1
widget hierarchy - program variables
Hi!
During developing my little program, I''ve noticed, that the objects have
a hierarchy, but now I don''t know what to do, if a widget initiates an
event which has an effect to the parent, grandfather/brother/other
relatives.
Is there a tutorial for this aspect?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
|
2003 Nov 03
1
Hotkeys for menu items
Hi!
I know, that a menupoint can have a hotkey, you just have to separate
the menu description and the hotkey with a tab.
But can you have more hotkeys?
thx
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
2003 Nov 10
1
Statusbar usage
Hi!
While playing around with a little example, I''ve realized, that I don''t
exactly know, how to work with the statusbar. When just calling
set_status_text (setStatusText in C++), then repeating messages don''t
display again. I guess there should be a magic rule about statusbar''s
text hierarchy, but can sy give me some hints about it?
Maybe some wxruby hints
2003 Nov 25
1
debian package for mkmf
Hi!
I want to test wxruby under debian. Is there a package for ruby''s mkmf?
(I''m using sid)
thx Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php
2003 Nov 28
1
CVS account, changes, list?
Hi!
Is the list dead?
I think the developement cannot be so active with this mail forwarding -
CVS committing technique. Sorry, but I cannot say any particular reason
to give CVS account to the developers.
The freshest change is 7 days old :-/
Happy weekend ;)
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely