Hi friends,
thank you very much for all hints and tricks and tips.
Bernd, yes teh famous BN :-), contacted me offlist and supplied
a compiled for LC 9 version of his enhanced calendar widget,
which is also usable for non-english users (weekStartsOn -> monday!).
Thank you, Bernd, very, very usef
Hallo Hermann,
> Am 14.09.2018 um 21:01 schrieb hh via use-livecode
> :
>
> Klaus,
>
> honestly, if you never worked with LCB then you better use
> one of the many LC Script versions, for example
> http://forums.livecode.com/viewtopic.php?p=129713#p129713
> (you can switch Mo or So week start t
Add in
http://forums.livecode.com/viewtopic.php?p=129713#p129713
to the card script:
on mouseUp
put the clickText into cT
if cT is a number and cT < 31 then
put "day: " & cT &cr& \
"month: " & the label of btn "month" &cr& \
"year: " & the label of btn "year"
e
Klaus,
honestly, if you never worked with LCB then you better use
one of the many LC Script versions, for example
http://forums.livecode.com/viewtopic.php?p=129713#p129713
(you can switch Mo or So week start there).
To get more than display functions of 1-3-6-12 months is,
based on that, certain
I took BN's calendar some time ago and created a date range "widget" (not a
real widget) where clicking on a start date in the start calendar set the end
date in the end calendar to the next day, and prevented you from picking an end
date earlier than the start date or start later than the end.
Hi all,
some days ago I downloaded Elenors calendar widget
and found it quite disappointing compared to BNs version.
No icon in the TOOLs palette and, most annoying, we cannot
set that the first day of week to MONDAY, as in germany and
many non english countries (Nudge, Nudge!).
I have the sou