Displaying 3 results from an estimated 3 matches for "simpledialog".
2007 May 30
3
how to create a simple DHTML dialog
I am looking to create a simple dialog window like this on a page:
http://developer.yahoo.com/yui/examples/container/simpledialog/2.html
I know scriptaculous comes with Rails, not YUI, but I can''t find
anything similar there. Is there any shortcut to doing this with
existing plugins or core stuff?, or must I download another toolkit?
thanks
Sam
--~--~---------~--~----~------------~-------~--~----~
You received t...
2007 Apr 29
0
[988] branches/wxruby2/wxwidgets_282/samples/xrc/xrc_sample.rb: Explanatory note on use of default constructor with XRC
...mp;nbsp  2007-04-29 14:13:09 UTC (rev 988)
</span><span class="lines">@@ -54,6 +54,11 @@
</span><span class="cx"> # Dialog subclass. The components within the dialog are loaded from XRC.
</span><span class="cx"> class SimpleDialog < Wx::Dialog
</span><span class="cx">         def initialize(parent)
</span><ins>+ # To load a layout defined in XRC into a Ruby subclass of Dialog,
+ # first call the empty constructo...
2006 Dec 23
0
[796] trunk/wxruby2/samples/xrc/xrc_sample.rb: Simplify some method calls, rubyify and add a little more explanation
...;cx"> end
</span><span class="cx">
</span><del>-#
-# Dialog subclass. Uses XRC for the dialog definition
-#
</del><ins>+# Dialog subclass. The components within the dialog are loaded from XRC.
</ins><span class="cx"> class SimpleDialog < Wx::Dialog
</span><del>-
</del><span class="cx">         def initialize(parent)
</span><span class="cx">        &n...