search for: williamsson

Displaying 11 results from an estimated 11 matches for "williamsson".

Did you mean: williamson
2007 Nov 13
3
SashWindowLayout design
...the remaining area to the panel at the bottom left. I got a problem with this approach, though. When resizing the main window, the wall between the left and right part moves as well (=increasing/decreasing the width of all left-side panels). How do I get it to not resize? Best regards, Jari Williamsson
2007 Nov 10
3
Anti-aliasing?
I''m doing a graphics application and need onscreen anti-aliasing for both lines and text. Seems like wxGraphicsContext would do that, is that planned to be ported to wxRuby? Best regards, Jari Williamsson
2007 Nov 18
2
Issues adding sub-menu items
Hello All, I''m new to the list and to Ruby. I was trying to use one of the examples as a skeleton for something that I''m working on. I''m currently stuck when it comes to adding another item to the sub-menus. I have a menu item by the name of "Tools" and I would like to add a sub-menu item called "Find Unique Fields" but it doesn''t show up
2007 Nov 13
3
New wxTree method
...state dynamically. However, the wxRuby docs for TreeCtrl#set_item_image isn''t in Ruby syntax, so I don''t know how to figure out the last parameter (which I need). Would this be an useful addition to the existing wxRuby tree control? Comments are welcome! Best regards, Jari Williamsson _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Dec 04
1
Hooking up wxRuby in other applications
Is there a way (class?) to be able to use wxRuby for subwindows in a host application? (Windows and OSX platforms) Best regards, Jari Williamsson
2007 Nov 07
1
Wx::FileDialog and common dialogs
...ialogs (ColourDialog, DirDialog, FileDialog), it looks like it''s currently not possible to set the style element outside new(). For the modal ones, it would make lots of sense to be able to set the style separately prior to show_modal: d.style = Wx::WHAT_EVER_STYLE Best regards, Jari Williamsson
2007 Nov 07
1
3 wxSugar questions
...overed by the panel with the buttons/dropdown/edit controls. I have to stretch the window quite much to get all the list box visible (on Windows XP). Is this the intended behavior? If I want to get the list box automatically resized according to its panel, how do I do that? Best regards, Jari Williamsson
2007 Nov 21
6
MediaCtrl
Hi. Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only tested on windows (compiled with msvc 6.0). Everything seems to be working fine except for a small problem with a few functions: wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart); wxFileOffset Tell(); //FIXME: This should be const wxFileOffset Length(); //FIXME: This should be const
2007 Nov 15
0
Code for Listbox object bulk adding
..."Blue" listbox.insert_obj_items(arr, "[1].length") ...would add 3 list box items with "3"-"5"-"4" listbox.insert_obj_items(arr, ".length") ...would add 3 list box items with "2"-"2"-"2" Best regards, Jari Williamsson _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
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/.
2009 Jul 09
0
[PATCH] Allow binding to a local port (OpenSSH 5.2)
...bind_address, strerror(errno)); + error("bind: %s port %s: %s", + options.bind_address? options.bind_address: "0.0.0.0", + options.bind_port? options.bind_port: "0", + strerror(errno)); close(sock); freeaddrinfo(res); return -1; -- Best regards, Noah Williamsson