Re: Calendar widget again...

2018-09-14 Thread Klaus major-k via use-livecode
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

Re: Calendar widget again...

2018-09-14 Thread hh via use-livecode
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 & \ "month: " & the label of btn "month" & \ "year: " & the label of btn "year" end if

Re: Calendar widget again...

2018-09-14 Thread 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 there). To get more than display functions of 1-3-6-12 months is, based on that,

Re: Calendar widget again...

2018-09-14 Thread Bob Sneidar via use-livecode
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.

Re: Calendar Widget

2018-09-12 Thread Klaus major-k via use-livecode
Hi Brian, > Am 12.09.2018 um 14:57 schrieb Brian Milby via use-livecode > : > > Normally when you package a open source widget it includes the source. If you > install under 8, as long as the source is not impacted by changes, when you > launch 9 it should recompile and make it available. It

Re: Calendar Widget

2018-09-12 Thread Klaus major-k via use-livecode
Hi Paul, > Am 12.09.2018 um 15:15 schrieb Paul Richards via use-livecode > : > > You could download the official version from Livecode. I am using this in v9 > without issue. > https://livecode.com/extensions/calendar/1-0-0/ ah, thank you, I must have missed this one. Would be nice if

RE: Calendar Widget

2018-09-12 Thread Paul Richards via use-livecode
You could download the official version from Livecode. I am using this in v9 without issue. https://livecode.com/extensions/calendar/1-0-0/ Regards, Paul -Original Message- From: use-livecode On Behalf Of Klaus major-k via use-livecode Sent: 12 September 2018 13:32 To: Bob

Re: Calendar Widget

2018-09-12 Thread Brian Milby via use-livecode
Normally when you package a open source widget it includes the source. If you install under 8, as long as the source is not impacted by changes, when you launch 9 it should recompile and make it available. It would then work on both 8 and 9 locally. Thanks, Brian On Sep 12, 2018, 7:33 AM

Re: Calendar widget does not work in LC 9 dp5

2017-02-28 Thread Klaus major-k via use-livecode
Hi Bob, > Am 28.02.2017 um 20:14 schrieb Bob Sneidar via use-livecode > : > > I remember a post about widgets compiled in one version not being compatible > with another version. There is a procedure for correcting this, but I do not > recall off the top of my

Re: Calendar widget does not work in LC 9 dp5

2017-02-28 Thread Bob Sneidar via use-livecode
I remember a post about widgets compiled in one version not being compatible with another version. There is a procedure for correcting this, but I do not recall off the top of my head. I think it involves removing the widget, finding the widget file, opening and resaving it in the newer version