Displaying 5 results from an estimated 5 matches for "trekfederation".
2011 Jan 04
2
Wxwidgets 2.9.1
- is released for a few monthes already. Dies anybody tried it with 64-bits mode (thus, cocoa) on mac with any wxruby?
Need a portable modern gui framework bad :) and one that works in mac@64.
Btw what happened to wxruby.org?
Yours,
Sergey
2010 Aug 23
4
Segmentation Fault
Once more, with feeling.
I''m trying to implement using xrc_replace so as to use a RichTextCtrl in
a form created by FormBuilder. The problem is that I can''t even create a
RichTextCtrl. When I try to, I get a segmentation fault.
I''ve attached the files that are causing this. I''m running wxRuby on a
box running an up-to-date PCLinuxOS distro. I''ve
2010 Jul 23
1
using listcontrol
hi, i a new to wxRuby, but have been able to create a frame/listcontrol and
fill the list with items.
What I do not understand is why the vertical scroll bar on the list does not
respond?
I have 15 items showing and 50 in the list. Do I need some event to
activatte it?
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2010 Aug 03
1
Making a Text Control selected once user hits a button
I want it so that when a user hits a button, that a text control is
selected and they can just start typing away and update the text
control. Is there anyway to do this?
--
Posted via http://www.ruby-forum.com/.
2010 Nov 13
2
Scrolling / wxPanel / wxFlexGridSizer
I have a problem getting scroll bars to become active. Scrollbars
appear but do not actually scroll. The problem I am trying to
solve is to list a large number of key/value pairs. I looked
to use PropertyGrid but did not find it in wxruby 2.0.1. I''m
really stuck and would appreciate any help.
Thanks,
Dave
Details:
I am starting with an .xrc file containing:
...