Displaying 20 results from an estimated 10000 matches similar to: "Intriguing developments"
2005 Nov 10
4
wxRuby on osx tiger and ruby 1.8
Does anyone have a dmg image or .bundle of wxRuby built against wxwindows
2.4/2.5/2.6 and Ruby 1.8?
I attempted to build all the parts with not much success.
--
-- I am not a number I am a man!
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Nov 01
6
Universal Binary on OS X
Since the PPC Macs are no longer being produced and my PPC build
machine is getting a little old I thought I would try making a
universal version of the Mac OS X gem.
After a little investigation it turned out to be surprisingly easy to
do, just pass --enable-universal_binary when building wxWidgets and
add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in
rakemacosx.rb.
Now the
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Mar 12
3
Different (tree) event behaviors across platforms
Hi all,
I''m currently writing a simple outliner application as a tutorial on
wxRuby (both will be soon released ;-) )
I tested this application on Windows and Linux and found that the tree
event behavior :
- is sometime strange on each platform
- is also different on each platform
Even if I managed to take care of these differences in the
application, I''m just wondering if :
-
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
2006 Oct 24
8
tagged 0.0.37; release plans
Hi
I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on
how to do this, and how to checkout a clean version:
http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
For the build, I''m just about to upload a tarball, and will add a
powerpc gem once the compiler''s chugged away. Please upload for your
platform as you''re ready.
I suggest we announce
2008 May 26
9
App#process_message
how can rewrite the App # process_message to treat the messages of the
system?
wxruby
--
Posted via http://www.ruby-forum.com/.
2006 Sep 27
3
Window.i
Does anyone know if the XRC hand-coded methods in Window.i are still
required after my recent change to return the correct types? Also,
given that wxWindow.h is included all over the place, I think we need to
move some of that stuff out into a common .i that''s included for all
wxWindow descendants.
Roy
2007 Apr 10
15
Wxruby doesn''t work on my Debian sid ( glibc error )
Hi everyone !
i can''t make wxruby work on my debian box, i installed wxruby2preview with
the gem command line tool
but when i try to run one of the samples, i get this error message :
dialogs.rb:1:in `require'': no such file to load -- wxruby (LoadError)
from dialogs.rb:1
i searched this mailing list a bit, i tried with the -rubygem argument, i
get this error :
2006 Oct 12
8
announcement
Hi
Now we''ve got the download problems nailed, shall we do an announcement
on comp.lang.ruby? I can do it if you''re really busy, but Kevin I think
you have first refusal as you''re owed the biggest chunk of kudos for
getting us this far.
re patch backlog: no worries - just clearing the decks before having
another go at integrating wxScintilla - but I can''t
2004 Jul 26
4
app state persistence. text size
hi
I''ve got an MDI-based app, and when it''s restarted i''d like it to
remember the contents and state (eg line pos in a TextCtrl) of the MDI
Children. Any tips on how to easily marshal this sort of thing?
Also, the default text size for the contents of controls (ComboBox, Text
etc) is quite small on my monitor (MSWIN) - any suggestions on how to
adjust this in a
2007 Aug 29
13
Scintilla
Hi
I''ve been trying out the StyledTextCtrl/Scintilla component bundled with
wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a
basic level with wxRuby (95% of credit to Roy, who originally created a
SWIG file for this).
So I''m wondering: should we try and integrate this into wxRuby core?
Pros:
- a cool component, interesting to developers
- not
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I
downloaded the file from rubyforge and installed it on my intel mac.
No failure the so I tried to start the minimal.rb with ruby -r/r?/
ubegems <path>...
This didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi,
What about releasing a new version shortly ?
This is a long-awaited request from several users especially for
recent ruby-1.9.1 versions on MinGW.
Cheers.
Chauk-Mean.
2005 Jan 16
4
wxWidgets 2.5
I''ve just gotten wxruby-swig to compile with wxWidgets 2.5 on Mac OS X.
Thankfully, it mostly consists of getting rid of already depricated
methods from the widget classes. I need to try with Linux and Win32, but
it should be a smooth transition.
Nick
2007 Sep 20
7
Troubles with ListBox and CheckListBox events
Hi all,
Here is an excerpt of code (with the new syntax from upcoming wxRuby 1.9.2) :
evt_checklistbox(my_checklist, :on_checklistbox)
evt_listbox(my_checklist, :on_listbox)
evt_listbox(my_list, :on_listbox)
def on_checklistbox(event)
checklist = event.event_object
# puts "listbox - event : item[#{event.int}] checked : #{event.checked?}"
puts "listbox -
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35
Category: Missing API call
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Brumbaugh Keeney (db-keen)
Assigned to: Nobody (None)
Summary: Notebook#get_current_page
Initial Comment:
Notebook#get_current_page
2007 Aug 21
7
installing on X86_64 - unable to build
hi wxrubiers
firstly - im right in understanding there is no gem for x86_64?
failing that i''ve been trying to compile, but am failing because ld cant find
lwx_gtk2u_aui-2.8
im on ubuntu (gutsy) and have wx-windows2.8 headers installed as well as
libwxbase2.8dev and libwxgtk2.8-dev
can anyone help?
thanks
glenn