Displaying 4 results from an estimated 4 matches for "kirix".
Did you mean:
kirin
2009 Jul 12
1
wxWebConnect - Web Browser Control Library for wxWidgets
wxWebConnect Project - Web Browser Control Library for wxWidgets
http://www.kirix.com/labs/wxwebconnect.html
Found it from wxWidgets home page, downloaded the sample app, and
impressed.
Zhimin
--
Posted via http://www.ruby-forum.com/.
2006 Apr 24
9
Summer of Code for wxRuby?
Hi all,
You''ve probably heard of Google''s Summer of Code. As this year Ruby
Central is registered as a mentoring organisation, it is possible to do
Ruby projects or work on existing ones, for example wxRuby :).
I would be interested to work on wxRuby as a student. So, my question
is, are there tasks that need to be done and would be suitable for a
Summer of Code project? If
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
..._content").show(e_id == ID_NotebookContent)
+ @mgr.update
+ end
+
+ def on_exit
+ close(true)
+ end
+
+ def on_about
+ msg = "Wx::AUI Demo\nAn advanced window management library for wxRuby\nAdapted by Alex Fenton from the wxWidgets AUI Demo\n which is (c) Copyright 2005-2006, Kirix Corporation"
+ dlg = Wx::MessageDialog.new(self, msg, "Wx::AUI", Wx::OK)
+ dlg.show_modal
+ end
+
+ def create_text_ctrl(text = "")
+ if text.empty?
+ text = "This is a test text box"
+ end
+ Wx::TextCtrl.new( self, Wx::ID_ANY, text,
+...