Re: [ANN] calendar widget updated

2016-10-31 Thread hh
Mike, you have a good and clear concept (and LC will have probably soon one too?). What I can't see in this discussion is the "mass of widgets". This sounds as if there were already close to 1000(!) in the folks. What I can find is below 40, not such a mass. I started a community thread, nobody e

Re: [ANN] calendar widget updated

2016-10-31 Thread hh
I know Bernd better than he is aware of ;-) The one and only reason of this 'unlucky' naming was the desire, to retain Elanor's authorship, acknowledging her fundamental work not only with that widget. Monte's proposal is much better, but it could read metadata version is "1.0.1-rc.1+berndn.cool

Re: [ANN] calendar widget updated

2016-10-31 Thread Mike Kerner
The problem that we run into is when someone goes off the grid. I can think of several tools that are, in effect, abandonware. There are, for instance, a certain mobile framework, a certain report writer, and a communication framework for a file sharing service. Let's start with the mobile frame

Re: [ANN] calendar widget updated

2016-10-31 Thread Monte Goulding
> On 31 Oct. 2016, at 11:53 pm, Mike Kerner wrote: > > This seems like it's going to be a hindrance because every little group for > every little project is going to have to jump through more hoops. I think > we should collectively try to noggin a better way, or we are going to have > chaos, an

Re: [ANN] calendar widget updated

2016-10-31 Thread BNig
Peter TB Brett wrote > There are so many options! > > - One of you could take the lead on integrating the improvements under > their personal LiveCode developer ID > > - You could free yourselves from the shackles of the LiveCode developer > ID system by registering a domain name an an umbrella

Re: [ANN] calendar widget updated

2016-10-31 Thread Bob Sneidar
Sounds like a great idea Mike. I look forward to hearing about your progress with your new enterprise. ;-) Bob S On Oct 31, 2016, at 05:53 , Mike Kerner mailto:mikeker...@roadrunner.com>> wrote: This seems like it's going to be a hindrance because every little group for every little project i

Re: [ANN] calendar widget updated

2016-10-31 Thread Mike Kerner
This seems like it's going to be a hindrance because every little group for every little project is going to have to jump through more hoops. I think we should collectively try to noggin a better way, or we are going to have chaos, and some number of people just throwing up their hands. Perhaps a

Re: [ANN] calendar widget updated

2016-10-31 Thread Peter TB Brett
On 31/10/2016 12:21, Mike Kerner wrote: There is going to be a problem if every time someone forks/fixes/improves a widget, it has to be under their name. We should develop a better way. On some of the things I've worked on for LC, there have been five or six of us that have done something.

Re: [ANN] calendar widget updated

2016-10-31 Thread Mike Kerner
There is going to be a problem if every time someone forks/fixes/improves a widget, it has to be under their name. We should develop a better way. On some of the things I've worked on for LC, there have been five or six of us that have done something. On Mon, Oct 31, 2016 at 7:16 AM, Peter TB Br

Re: [ANN] calendar widget updated

2016-10-31 Thread Peter TB Brett
On 24/10/2016 20:07, BNig wrote: http://www.berndniggemann.on-rev.com/calendar/calendar.zip inside the folder there are two folders: community.livecode.elanor.datesupport.1.0.0 community.livecode.elanorb.calendarBN.1.0.0 Hi Bernd, 1. Did you register "elanorb" as a LiveCode developer ID?

Re: [ANN] calendar widget updated

2016-10-24 Thread Roger Eller
Ok. Thanks for that clarification. ~Roger On Mon, Oct 24, 2016 at 3:35 PM, BNig wrote: > Hi Roger, > > please remove prior versions from the "extensions" folder in "My Livecode" > folder. > > Then move the unzipped folders to the "extensions" folder in "My Livecode" > folder manually. > > The

Re: [ANN] calendar widget updated

2016-10-24 Thread BNig
Hi Roger, please remove prior versions from the "extensions" folder in "My Livecode" folder. Then move the unzipped folders to the "extensions" folder in "My Livecode" folder manually. These are the actual folders should work when moved manually. In case everything fails you could use the "Exte

Re: [ANN] calendar widget updated

2016-10-24 Thread Roger Eller
Elanor's .lce file will select in Extensions Manager, but not your .lci file. ~Roger On Mon, Oct 24, 2016 at 3:21 PM, BNig wrote: > forgot to mention: > > compiled using 8.1.1, works in LC 9.0.0 DP1. > > http://www.berndniggemann.on-rev.com/calendar/calendar.zip > > Kind regards > Bernd > _

Re: [ANN] calendar widget updated

2016-10-24 Thread BNig
forgot to mention: compiled using 8.1.1, works in LC 9.0.0 DP1. http://www.berndniggemann.on-rev.com/calendar/calendar.zip Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-widget-updated-tp4709700p4709703.html Sent from the Revol

Re: [ANN] calendar widget

2016-10-18 Thread hh
[Transmission error:] I recompiled the library using 8.1.1rc2. Then I had success with the widget on Win 7/10 using 8.1.1 and 9.0.0. On Linux(Mint 173) and MacOS 10.12 it worked without recompiling, on both using LC 8.1.1 and 9.0.0. *** This seems to be a problem whenever the widget format change

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
I use a variety of date and time formats, so I wrote a formatDate function where I pass a date and a style as arguments. For instance formatDate(the date, "sql date") would return 2016-10-18. If you append formatTime(the long time, "sql time") it returns an sql format datetime value. I also have

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
NVM I aparently was using 8.0.1 when I thot I was using 8.1.0. DOH! Bob S > On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: > > I get Module Format not supported. > > Bob S > > >> On Oct 18, 2016, at 05:07 , BNig wrote: >> >> During the conference a calendar widget was used in the widget

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Roger, Hermann Hoch just informed me that recompiling community.livecode.elanor.datesupport.1.0.0.lcb using 8.1.0 made the calendar widget work for Windows 7 To do this you would move the community.livecode.elanor.datesupport.1.0.0 folder from your "My Livecode"-> "extensions" folder to some

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Tore, that sounds like a good use case I think I will add a third option "custom" to "english" and "system" for month and day names. That way one can customize those to the local usage. It will not be before middle of next week that I can change this and upload a new version. Kind regards B

Re: [ANN] calendar widget

2016-10-18 Thread Tore Nilsen
Thanks for a fine widget, it works well here on a Mac with LC 8.1.1 and MacOS 10.12.1. As a matter of fact, one of my students asked if there was anything like this available for LiveCode, just yesterday morning. I can now tell him that indeed there is. > 18. okt. 2016 kl. 23.08 skrev BNig : >

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Devin, I just tested and see that also when I try to get the monthNames by script. It throws an error. I did not test that part of the widget enough because that was already in place and since I did not need to set or get the monthNames nor dayNames since I use a call to Livecodescript to get t

Re: [ANN] calendar widget

2016-10-18 Thread Devin Asay
Wonderful widget, Bernd! Works well here on Mac 10.10.5 with both LC 8.1.1 RC2 and 9.0.0 DP1. There is only one small problem I see: the monthNames property throws an error when I try to get or set it. I wonder if it the monthNames property is interfering? Devin > On Oct 18, 2016, at 6:07 A

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
Hi Bernd, I have updated bug# 17374 with new screenshots. http://quality.livecode.com/show_bug.cgi?id=17374 ~Roger On Tue, Oct 18, 2016 at 12:14 PM, BNig wrote: > Hi Roger, > > Could you try with a version > 8.1.0 and Windows 7? > > the widget does not use Mac specific code. > > Actually I j

Re: [ANN] calendar widget

2016-10-18 Thread BNig
Hi Roger, Could you try with a version > 8.1.0 and Windows 7? the widget does not use Mac specific code. Actually I just tested using on a Mac 10.9.5 and LC 8.1.0 and it worked. But I compiled the widget using LC 9.0.0 DP1. But that _should_ not matter? Kind regards Bernd Roger Eller wrote >

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
It worked fine for me in Mac OS 10.11.6 (LiveCode 8.1.0 Indy), but failed in Windows 7 (LiveCode 8.1.0 Indy) . ~Roger On Tue, Oct 18, 2016 at 11:06 AM, Bob Sneidar wrote: > Using 8.1.0 > > > On Oct 18, 2016, at 07:5

Re: [ANN] calendar widget

2016-10-18 Thread arul selvan
Bernd thank you! works fime in mac 10.10.1 lc 8.1.0 arul On Tue, Oct 18, 2016 at 8:43 PM, Bob Sneidar wrote: > Same here on 8.1.1 rx1. Apparently there were some changes made from 8.1.0 to > 8.1.1. > > Bob S > > > On Oct 18, 2016, at 08:08 , Klaus major-k > mailto:kl...@major-k.de>> wrote: > >

Re: [ANN] calendar widget

2016-10-18 Thread Klaus major-k
Hi all, > Am 18.10.2016 um 17:06 schrieb Bob Sneidar : > > Using 8.1.0 runs fine on my Mac on LC 8.1.1 RC2! >> On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: >> >> I get Module Format not supported. >> >> Bob S >> >> >>> On Oct 18, 2016, at 05:07 , BNig wrote: >>> >>> During the confere

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
Same here on 8.1.1 rx1. Apparently there were some changes made from 8.1.0 to 8.1.1. Bob S On Oct 18, 2016, at 08:08 , Klaus major-k mailto:kl...@major-k.de>> wrote: Hi all, Am 18.10.2016 um 17:06 schrieb Bob Sneidar mailto:bobsnei...@iotecdigital.com>>: Using 8.1.0 runs fine on my Mac on

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
Using 8.1.0 > On Oct 18, 2016, at 07:59 , Bob Sneidar wrote: > > I get Module Format not supported. > > Bob S > > >> On Oct 18, 2016, at 05:07 , BNig wrote: >> >> During the conference a calendar widget was used in the widget course. >> The original author is Elanor Buchanan. >> I think it

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
I get Module Format not supported. Bob S > On Oct 18, 2016, at 05:07 , BNig wrote: > > During the conference a calendar widget was used in the widget course. > The original author is Elanor Buchanan. > I think it is a wonderful example of what widgets can do. Elanor did a very > good job. >

Re: [ANN] calendar widget

2016-10-18 Thread Roger Guay
Very nice . . . Thank you!! > On Oct 18, 2016, at 5:07 AM, BNig wrote: > > During the conference a calendar widget was used in the widget course. > The original author is Elanor Buchanan. > I think it is a wonderful example of what widgets can do. Elanor did a very > good job. > > I extended t