Hi, Has anyone already modified the great calendar class provided with Fox, in order to make the calendar start on Monday? Thanks! --------------- Philippe Lang Attik System -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3125 bytes Desc: not available Url : http://rubyforge.org/pipermail/fxruby-users/attachments/20061124/b453ca9b/attachment.bin
Jeroen van der Zijp
2006-Nov-25 14:30 UTC
[fxruby-users] Fox Calendar class starting on Monday?
On Friday 24 November 2006 12:07, Philippe Lang wrote:> Hi, > > Has anyone already modified the great calendar class provided with Fox, in order to make the calendar start on Monday?This is comparatively simple to do: FXCalendar=new FXCalendar(...); calendar->setFirstDay(1); Cheers, - Jeroen -- +----------------------------------------------------------------------------+ | Copyright (C) 08:20 11/25/2006 Jeroen van der Zijp. All Rights Reserved. | +----------------------------------------------------------------------------+
I think he meant the FXRuby Calendar class, not the new one in FOX 1.7.x. Sander On Saturday 25 November 2006 08:30, Jeroen van der Zijp wrote:> On Friday 24 November 2006 12:07, Philippe Lang wrote: > > Hi, > > > > Has anyone already modified the great calendar class provided with Fox, > > in order to make the calendar start on Monday? > > This is comparatively simple to do: > > FXCalendar=new FXCalendar(...); > > calendar->setFirstDay(1); > > > Cheers, > > > - Jeroen
fxruby-users-bounces at rubyforge.org wrote:> On Saturday 25 November 2006 08:30, Jeroen van der Zijp wrote: >> On Friday 24 November 2006 12:07, Philippe Lang wrote: >>> Hi, >>> >>> Has anyone already modified the great calendar class provided with >>> Fox, in order to make the calendar start on Monday? >> >> This is comparatively simple to do: >> >> FXCalendar=new FXCalendar(...); >> >> calendar->setFirstDay(1);Hi, Yes, sorry, for the misunderstanding, but I meant the FXCalendar class provided with FXRuby... --------------- Philippe Lang Attik System -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3125 bytes Desc: not available Url : http://rubyforge.org/pipermail/fxruby-users/attachments/20061126/4160c68d/attachment.bin