search for: wxride

Displaying 20 results from an estimated 50 matches for "wxride".

2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users, Well, after a long period in which I originally announced that I was creating an IDE, I have finally become satisfied enough to release a SVN Version of wxRIDE. I started the project out, and in cases where I couldn''t launch the application again, I utilized SciTE (Which uses Scintilla, same as wxRIDE), outside of that initial part, and subsequent failures to start, wxRIDE was created and modified with itself. (Basically, I used wxRIDE to write...
2008 Mar 12
0
wxRIDE Mailing Lists open
Hello All, I''ve finalized wxRIDE''s Mailing Lists. For users of wxRIDE, who are looking for help, having problems, or general questions about wxRIDE, may use the wxRIDE''s user list, at wxride-users@rubyforge.org or you can register at http://rubyforge.org/mailman/listinfo/wxride-users We also have a Development...
2008 Mar 15
0
[ wxruby-Bugs-18848 ] Wizard#get_page_area_sizer
...: None Priority: 3 Submitted By: Mario Steele (eumario) Assigned to: Alex Fenton (brokentoy) Summary: Wizard#get_page_area_sizer Initial Comment: This method is documented in wxRuby as Wizard#get_page_area_sizer(), but when attempting to utilize it, the method is not defined. Error Message: (From wxRIDE) Error: undefined method ''get_page_area_sizer'' for #<WxRide::ProjWizard:0xb893310> OS: Windows wxRIDE Version: 0.0.1 Beta Ruby Version: 1.8.6 Backtrace: ./lib/ui/ProjWizard.rb:65:in `initialize'' ./lib/ui/HomePage.rb:100:in `new'' ./lib/ui/HomePage.rb:100:...
2008 May 02
3
FIX for wxruby-1.9.6 on Windows
Hi If you''ve installed the latest wxRuby 1.9.6 on Windows and are having trouble running applications, please try the following steps: 1) Ensure that you have msvcr80.dll and msvcp80.dll available on your system. If you haven''t got them, they can be downloaded for free from http://www.dll-files.com/ and placed in your ruby/bin directory. 2) Copy a file called
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
...ult. I ran GDB on it, and came up with the backtrace log, showing that it''s crashing in the middle of DoGCMarkItemData(), from RecurseOverTreeIds(), and RecurseFromRoot(), and finally from wxRubyApp::mark_iterate(). Here''s the backtrace log, hope it helps: [eumario at localhost wxRIDE]$ gdb --args ruby -llib wxRIDE.rb GNU gdb 6.3-9pclos2007 (PCLinuxOS release 2007) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show...
2008 Mar 01
4
1.9.5 Release
...e all together, avoiding wxSugar and wxRuby, so as to allow the sdl.so extension to be re-distro''ed with the package. What do you guys think of this? L8ers, -- Mario Steele http://www.trilake.net http://www.ruby-im.net http://rubyforge.org/projects/wxruby/ http://rubyforge.org/projects/wxride/ http://rubyforge.org/projects/vwmc/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20080301/247faab8/attachment.html
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2008 Jun 06
3
GenericDirCtrl problem
I am having a problem getting any event to happen when I activate a selection on GenericDirCtrl i.e. double click on it. Could anyone help me out. thanks in advance. Joe Attachments: http://www.ruby-forum.com/attachment/2123/Random.rb -- Posted via http://www.ruby-forum.com/.
2007 Oct 05
7
Which editor
Ok, so I''m new to Ruby and wxRuby. I come from a Basic background (RealBasic). Can somebody suggest a decent IDE that is used for wxRuby. Something where I can paste in code examples and then run them immediately. (I''m a Windows Vista user) Any suggestions welcome. -- Posted via http://www.ruby-forum.com/.
2008 Feb 24
4
wxruby effect like fxshutter
hi, i was searching for an efect in wxruby like fxshutter from fxruby. http://www.fxruby.org/doc/examples.html is it possible to build an skeleton like this in wxruby? i am ruby beginner -- Posted via http://www.ruby-forum.com/.
2008 May 03
3
what type of variable use? (setting text on another class va
so, i have a MinimalFrame class where i have a form, then, after a user add a new client i would like to send a log message on MainFrame status_bar. -- Posted via http://www.ruby-forum.com/.
2009 Mar 23
3
How to put a background image on a panel
Well I''ve made a lot of progress on my app, but I''m stuck on figuring out how to add a bitmap. I have a notebook and a page panel. On this panel I want to put a backdrop image and scale it to the size of the panel. How do I do this? I looked at some of the samples related to bitmaps and I could not see how to apply that to my situation. Thanks, T.
2008 Oct 17
3
ListCtrl loading data
Hi all, I''m using a ListCtrl on LC_REPORT mode. using set_item(index, col, ''value'') the list does''t get populated. Is it a bug? which is the method to call? i''m using ruby 1.8.6 wxruby 1.9.8 mswin32 on winXP attached is an example. thank you. bio. _______________________________________________ wxruby-users mailing list
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
After I ran my program through Rubyscript2exe, the Random.exe file that it created is causing the following error: D:\Ruby projects>random.exe C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\app\Random.rb:59: undefined method ''ru n'' for Wxruby2::App (NoMethodError) from C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\bootstrap.rb:77:in `load'' from
2008 Jan 19
10
lose focus event?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''m new to wxruby, and I haven''t found any answer with google: Is there a way to capture a lose focus event on controls, such as a combo box? All my experiments show events when changing the text, but not when leaving the box. I want to make a combobox that autocompletes if I press tab (or down arrow or something), but if I
2009 Jan 13
9
Segmentation Fault : [i386-mswin32] in wxruby
Greetings, I have created a GUI to generate a output text file using wxruby. my program codes are about ~1400 lines. ruby : 1.8.6 wxruby : 1.9.7 rails : 2.1.0 FYI, I am using the TextCtrl & combobox in the main GUI to get the output file name and main settings. after clicking the button, it will pop up another frame which let user to select and modified settings with TextCtrl & combobox.
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit Linux machine. However when I try to run any of the samples from the command line I get the following error message: ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so: undefined symbol: Init_wxMediaCtrl I''d be very grateful for any help. Many thanks in advance! --
2008 Jun 12
4
Background thread - entension code - switch contexts
Hi, I am using wxRuby 1.9.7 and Ruby 1.8.6. I have built an extension in C++ and used swig to load it into Ruby interpreter, which works great. The extension is an often long executing algorithm, and I''ve noticed that if I fork a new Ruby thread in button clicked event, and in this thread run the algorithm the application freezes for the time of execution. I have looked through the
2008 May 03
2
sqlite3, inserting values in database
hi, i have a small form of textfields and i need to add these informations to a table in sqlite3 database. but i dont know how to do it. i mean that its small address book program. and ''id'' from ''clients'' table has to increments. i open database with : db = Database.open("data.db"), but then i dont know what to do... anyone can help? -- Posted via
2008 May 11
2
wxruby-1.9.7.tar.gz
Bonjour, comment est-ce que je fait pour installer wxruby1.9.7? Je ne peut plus l''installer à partir de rubygems. J''ai télécharger "wxruby-1.9.7.tar.gz" et après que faut-il faire? merci sebastien http://beusse.liveror.com/ _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org