search for: kiatchaipipat

Displaying 7 results from an estimated 7 matches for "kiatchaipipat".

2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I make copy and paste button in toolbar and I have fuction of them but I don''t know how to make it can copy only selection text and paste into other textCtrl. see my picture for more info. thank you :) Attachments: http://www.ruby-forum.com/attachment/1526/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2007 Nov 18
4
set background label to transparent??
I just use wxRuby and I have problem I use background image on my app and when I create label it seem look background of label is gray, how can I change it into transparent???? -- Posted via http://www.ruby-forum.com/.
2007 Nov 19
3
wxRuby textArea??
I want to know wxruby can make textArea like java?? I can only use textbox with it but it has problem when I must use text that has many line, it can''t new line please help me -- Posted via http://www.ruby-forum.com/.
2007 Nov 19
2
how to add icon to window
I have icon file and I want to add it to top-left of my application How can I add it ?? -- Posted via http://www.ruby-forum.com/.
2008 Mar 06
2
How to set exit on close??
I want to set close window when press ''X'' in top-right I make wxruby GUI from Farpy guie but I can''t close it (when I close I must press close in cmd and the return -1) how can I set it?? Attachments: http://www.ruby-forum.com/attachment/1521/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2008 Mar 11
2
How can I play files .mp3 and midi ??
I use def button_event3() Sound.new(''destiny.wav'').play end and I can play normally but this can''t use with .mp3 and midi files. how can I play it?? it work for .wav only?? -- Posted via http://www.ruby-forum.com/.
2007 Nov 19
1
about fileDialog
I want to create openfile dialog and I use @dialog = FileDialog.new(@panel, "Choose a file", "", "", ".*", style=FD_OPEN, Point.new(312,152), Size.new(98, 23), "open") it''s nothing happen in my frame I want to create openfileDialog at button how can I create it?? -- Posted via http://www.ruby-forum.com/.