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 Peter, thanks for pointing this out. I will do it differently if I do modify a widget again. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-widget-updated-tp4709700p4709921.html Sent from the Rev

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
0 community.livecode.elanor.datesupport.1.0.0 does not need icons, just cancel the request. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-widget-updated-tp4709700p4709706.html Sent f

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

[ANN] calendar widget updated

2016-10-24 Thread BNig
ct to the message. on dateChanged pDate put pDate into field "myDate" end dateChanged Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-widget-updated-tp4709700.html Sent from the Re

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
hoose API: CalendarBN >> >> Calendar sends a dateChanged message when the user clicks on a date. You add >> this script to the widget to react to the message. >> >> on dateChanged pDate >> put pDate into field "myDate" >> end dateChanged &g

Re: [ANN] calendar widget

2016-10-18 Thread BNig
nates. Kind regards Bernd Roger Eller wrote > 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) > <https://dl.dropboxusercontent.com/u/54789013/LC_errors/CalendarFAIL_Win7.png>; > . > > ~Roger -- View this m

Re: [ANN] calendar widget

2016-10-18 Thread BNig
> In Norway we often use two letter abbreviations for day names, which is > very handy if the size of the widget is very small. > > Regards > Tore Nilsen -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-

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
der if it the monthNames property > is interfering? > > Devin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-calendar-widget-tp4709539p4709579.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: [ANN] calendar widget

2016-10-18 Thread Devin Asay
date. You add > this script to the widget to react to the message. > > on dateChanged pDate > put pDate into field "myDate" > end dateChanged > > Kind regards > Bernd > > > > > -- > View this message in context: > http://runtime-re

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
on.278305.n4.nabble.com/ANN-calendar-widget-tp4709539p4709559.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

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
anged message when the user clicks on a date. You add >> this script to the widget to react to the message. >> >> on dateChanged pDate >> put pDate into field "myDate" >> end dateChanged >> >> Kind regards >> Bernd >> >>

Re: [ANN] calendar widget

2016-10-18 Thread Bob Sneidar
; Calendar sends a dateChanged message when the user clicks on a date. You add > this script to the widget to react to the message. > > on dateChanged pDate > put pDate into field "myDate" > end dateChanged > > Kind regards >

Re: [ANN] calendar widget

2016-10-18 Thread Roger Guay
sends a dateChanged message when the user clicks on a date. You add > this script to the widget to react to the message. > > on dateChanged pDate > put pDate into field "myDate" > end dateChanged > > Kind regards >

[ANN] calendar widget

2016-10-18 Thread BNig
ends a dateChanged message when the user clicks on a date. You add this script to the widget to react to the message. on dateChanged pDate put pDate into field "myDate" end dateChanged Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.