Hi Is there a way to add a calendar component to my Dialog Box so that user may select a date? Is there a DateEdit kinda component as in Delphi? regards Nataraj ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
On Saturday 06 September 2008, natarajnarayan at vaaraahi.com wrote:> Hi > > Is there a way to add a calendar component to my Dialog Box so that > user may select a date?Yes.> Is there a DateEdit kinda component as in Delphi?Yes, see attached images. These are new widgets for the FOX 1.7 branch ftp://ftp.fox-toolkit.org/pub/fox-1.7.17.tar.gz I''m not sure if the FXRuby bindings for the 1.7 are available yet [Lyle?] - Jeroen -- +----------------------------------------------------------------------------+ | Copyright (C) 08:40 09/ 6/2008 Jeroen van der Zijp. All Rights Reserved. | +----------------------------------------------------------------------------+ -------------- next part -------------- A non-text attachment was scrubbed... Name: calendar_control_1.jpg Type: image/jpeg Size: 63452 bytes Desc: not available URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20080906/07d50744/attachment-0002.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: calendar_control_2.jpg Type: image/jpeg Size: 102496 bytes Desc: not available URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20080906/07d50744/attachment-0003.jpg>
fxruby-users-bounces at rubyforge.org wrote:> Hi > > Is there a way to add a calendar component to my Dialog Box so that > user may select a date? > > Is there a DateEdit kinda component as in Delphi?Hi, In the "lib" directory of FXRuby 1.6.x, you will find the source code of a calendar widget, which works pretty well for me, but I''m looking forward to testing the native widget of FXRuby 1.7. Regards, Philippe