Displaying 20 results from an estimated 400 matches similar to: "the sample"
2004 Jan 08
3
pictorG
Hi!
Attached is the current version of my image organizing program.
If you dbl-click on a thumbnail, it will show the image (1:1 zoom) in a
dialog, and eat some memory....
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 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 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 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
2005 Jan 22
9
Dragging images across the canvas
Hi wxRuby Gurus,
 
I''m trying to write a sample program which allows me to drag an image 
(by left_mouse_button down) across the canvas.
I got it to work ... well, sort of. The problem is I can drag it only by 
clicking on the left top corner of the image and nowhere else.
Besides, the dragging is not very smooth. How can I make it better?
I am using wxRuby 0.6.0 on Win XP (Home) and
2007 Apr 29
0
[993] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxScrolledWindow.rbw: Use ClientDC via Window#paint object
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2003 Dec 29
0
wxruby build with mingw
Hi!
Here is a mingw build (ruby1.8.1), everything stripped:
http://www.mcl.hu/~kgergely/wxruby-mingw.tgz
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:
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 ]---------+
|
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 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 ]---------+
|
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 02
0
exerb and wxruby
Hi!
Can anybody use exerb to produce single executable (and 1-2 dlls) from a
wxruby program?
If yes how? (version, howto, ...)
It might be useful for those, who wants to develop wxruby projects.
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:
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 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 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           
2003 Aug 27
1
compile under debian/sid
Hi!
I tried to compile wxruby under debian/sid. With package ruby1.8 and
wxwindows2.4 (from debian package).
Compilation went without error, but I cannot use the lib :(
lightspeed:/usr/local/src/wxruby/samples/minimal# ruby minimal.rb 
/usr/lib/ruby/1.8/i386-linux/wxruby.so: /usr/lib/ruby/1.8/i386-linux/wxruby.so: undefined symbol: _ZN12wxEvtHandler13sm_eventTableE -
2003 Nov 11
1
.t file creation
Hi!
During creation of a .t file...
size_t type is not interpreted
is there any mini-tutorial about the options?
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