similar to: wxWindows name change

Displaying 20 results from an estimated 90 matches similar to: "wxWindows name change"

2006 Apr 19
1
Rubyfication of wxWindows
As I posted to the list, at some point after we''ve fixed all the gaping huge holes we''ll begin plastering over the rougher spots in wxRuby2. I was giving some thoughts to predicate methods, of which there are quite a few in wxWindows. My question is, how far from the wxWindows documentation do we want to move? Do we want to have aliases for all renamed methods? Example:
2005 Aug 03
0
[Fwd: Re: [wx-dev] Followup on "wxWindows Library Licence, Version 3.1"]
Good news regarding the wx licensing concern that came up here a couple weeks ago. See also: http://wxwidgets.org/newlicen.htm Kevin -------- Original Message -------- Subject: Re: [wx-dev] Followup on "wxWindows Library Licence, Version 3.1" Date: Wed, 03 Aug 2005 21:44:34 +0100 From: Julian Smart To: wx-dev@lists.wxwidgets.org CC: Kevin Smith <wxruby@qualitycode.com> Hi,
2003 Nov 06
2
wxruby & wxWindows site
Hi! By visiting wxWindows site I''ve noticed that wxruby is not listed amongst other different bindings projects (Perl, Python, Lua, Java, Haskell ..) Is it possible to include it on the list? Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
2003 Nov 11
1
wxRuby is now linked from the wxWindows site
I sent a message to Julian (the primary author of wxWindows), and he immediately added wxRuby to the list of "Related Projects" on the "Community" page of the wxWindows site: http://wxwindows.org/ Thanks to Gour for suggesting this. We are also listed in the Ruby RAA, under Library, GUI. If anyone knows of other places we should be linked, let me know. Or better yet,
2003 Nov 06
4
wxWindows 2.4.2
My system just upgraded itself to wxGtk 2.4.2. I re-built everything, and had no compile errors. The minimal sample worked fine. I haven''t had a chance to do more testing. But, it appears that wxruby is compatible with wxWindows 2.4.2. Kevin
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
Hi, I''m teaching myself to use wxRuby and DialogBlocks to create a front end for a Ruby program I wrote. And I''m hopelessly stuck! In DialogBlocks (or indeed wxFormBuilder, which gives me the same problem) I can create a widget, give that widget a new id and class name (in the example I created below, text_box1 and CaseChangeTextCtrl1, respectively), and then add a module which
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/.
2010 Jan 21
2
IMAP only for some users or via webmail
Hello! First, sorry for my English... I'm a newbie with Dovecot and I have some questions, I'm testing Dovecot 1.1.11 in a virtual machine. I wish in the future, migrate this to a real server. Ok, but i need this: 1) A group of users can use IMAP or POP3. 2) The others, only can use POP3. But, this users can use IMAP only with a webmail (the webmail is in the same server that
2011 Mar 22
0
cheap wow gold
cheap wow gold sholazar basin it seems as though no matter wow gold (http://www.weboof.com/wow_gold/wow_us_gold.html) what you do? you just can't get rid of nessingwary. get ready for more exotic animals to kill. note that flightmaster does not become available until after you do a few of the early quests. a plane can't fly until you get the parts for it to become operational again.at
2007 May 07
1
[ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
Bugs item #10662, was opened at 2007-05-07 19:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10662&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: ClientDC paint not being shown on OS X with 2.8 Initial Comment:
2007 Apr 12
3
I''m looking for a wxwidgets interface builder which can output ruby code
Hi ! well i''m looking for a wxwidgets programming gui ( such as gtk/glade qt-designer ), which can output ruby code, i found wxglade, and wxdesigner, but both can''t output ruby files ... do you one ? ( which runs on linux ) thanks _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2007 Dec 22
0
release plans
Hi all We''ve been a bit quiet for a few weeks, being busy with other things, but now looking at getting some new releases out again. We have lots of nice stuff to get out there: For 1.9.3, we''re looking to target early January. Aside from trying to get a few more bugfixes in, most of the code is now there. As usual, any time you''re able to spend testing SVN trunk
2007 Dec 19
1
Menu Bar KeyBoard Shortcuts.
Hello, I''m trying to use a wxMenuBar from XRC built with DialogBlocks on Windows. My first example had the menu being called from the Frame because I couldn''t figure out how to call the menu from my XRC. Shortcuts worked nicely. Example 1: menu.append(Wx::ID_EXIT, "E&xit\tAlt-X", "Quit this program") tool.append(Wx::ID_PHOTO, "&MS Picture
2007 Oct 23
0
wxSugar 0.1.18
Coinciding with the wxRuby 1.9.2 release, we''ve got a new version of wxSugar to go with it: http://rubyforge.org/frs/?group_id=35 or gem install wx_sugar == WHAT''S NEW == The main exciting new feature in this release is a new tool called "xrcise" to make working with visual GUI designers such as DialogBlocks *much* easier. This tool generates all the code you
2011 May 01
2
Image as a frame background
I have created a frame, and would like to set an image as it''s background. I am using DialogBlocks, and there is some sort of texture property where it appears like you can set an image as a packground. However, while it looks fine in the preview, when I compile everything, the image is not there? Is there any way to get this to work, or a way to put buttons and text over images? I am
2010 Feb 15
4
wish now I'd not upgraded...
Upgraded from Debian Dovecot 1.0.15 to Debian Dovecot 1.2.10-1~bpo50+1. I use Postfix local delivery to and Dovecot mbox. As per upgrade directions, I stopped dovecot processes and deleted all dovecot.index.cache files in /home/%user/mail/.imap. Performed upgrade to 1.2.10-1~bpo50+1. Modified new dovecot.conf for my environment. Started dovecot. Problem: Instantly noticed in TB 3.0.1 Win32
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
I have created a very simple DialogBlocks project that consists of a very simple wxWizard. I have exported the project to XRC and am trying to get XRCise to process it. XRCise produces the message "Cannot create wrapper for subclass of wxWizard". Is this a symptom of the XPath parsing in Ruby 1.8.6 bug? Or am I doing something wrong? My env: ruby 1.8.6 (2007-03-13 patchlevel 0)
2009 Mar 27
0
xrciser problem
I built a Windows GUI using DialogBlocks v4.29, saved the resulting XRC for processing with wxRuby''s xrciser tool. Following Ruby products installed: wxRuby is v 2.0.0 wxSugar is v0.1.22 Ruby is v1.9.1 Rubygems is v1.3.1 Running xrciser on the file gives the following: C:\ruby>xrcise -o toolgui.rb tool.xrc
2006 Sep 27
1
wxWindow.h.patch
This patch file removes ''virtual'' from several methods that aren''t supposed to have it. Also, it changes two parameters to x_INOUT and y_INOUT as was suggested by Kevin. I broke down and did this because it''s one of the few places that int *''s are used for input and output. _______________________________________________ wxruby-users mailing list
2006 Aug 14
1
Patch for wxWindow.h
This patch updates a few existing methods so the signature matches the wxWidgets headers more exactly and also adds a bunch of missing methods. Sorry for the flood of patches but I was waiting for the pending patches to go thru before submitting these. This should be the last one for tonight. Sean _______________________________________________ wxruby-users mailing list