Re: Is there Digital Clock Component out there?

2017-06-30 Thread hh via use-livecode
@ Ali. > Ali wrote: >> hh wrote: >> In Oct 2016 I made a digital widget clock, published in >> the forum > LC Builder > Community widgets: >> http://forums.livecode.com/viewtopic.php?p=146968#p146968 >> [And there: "Doesn't work in the HTML5 sta

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Ali Lloyd via use-livecode
just to make it easy to > print. - although they work remarkably well. > > I'm sure there are others who would like an easy way to connect to a local > networked printer. > > Thanks in advance > > > Kindest Regards Lagi > > On 30 June 2017 at 16:47, Ali Lloyd via us

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Ali Lloyd via use-livecode
It should now work in HTML5 too :-D On Fri, Jun 30, 2017 at 9:31 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > In Oct 2016 I made a digital widget clock, published in > the forum > LC Builder > Community widgets: > http://forums.livecode.com/viewtopic

Re: Is there Digital Clock Component out there?

2017-06-30 Thread hh via use-livecode
In Oct 2016 I made a digital widget clock, published in the forum > LC Builder > Community widgets: http://forums.livecode.com/viewtopic.php?p=146968#p146968 Simply use the lcb file to recompile it with the LC version you wish to use. Currently the binary lce files from LC 8 are not usable

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Lagi Pittas via use-livecode
- although they work remarkably well. I'm sure there are others who would like an easy way to connect to a local networked printer. Thanks in advance Kindest Regards Lagi On 30 June 2017 at 16:47, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > Alternatively, t

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Ali Lloyd via use-livecode
Alternatively, take the clock widget and replace the OnPaint handler with public handler OnPaint() variable tTime as List variable tComponent as Integer repeat with tComponent from 1 up to 3 push mCurrentTime[tComponent] formatted as string onto tTime end repeat variable tTimeString as String

Re: Is there Digital Clock Component out there?

2017-06-30 Thread panagiotis merakos via use-livecode
Neat and simple. That's why we love LiveCode :) Panos -- On Fri, Jun 30, 2017 at 3:47 PM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > To have it in sync with the system clock: > > send "updateClock" to me in (1000 - the

Re: Is there Digital Clock Component out there?

2017-06-30 Thread hh via use-livecode
To have it in sync with the system clock: send "updateClock" to me in (1000 - the millisecs mod 1000) millisecs ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
, 2017 at 9:59 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > well, > > on openCard >updateClock > end openCard > > > > on updateClock >if the tool is "browse tool" then put the long time into field "clock" >

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
well, on openCard updateClock end openCard on updateClock if the tool is "browse tool" then put the long time into field "clock" send "updateClock" to me in 1 second end updateClock On Fri, Jun 30, 2017 at 9:53 AM, Glen Bojsza via use-livecode < use

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
Time crunch...no pun intended! On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Why not just use a field and write one? > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please vis

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
That's what I did with the Timeclock app that I wrote (I'm replacing shop floor timeclocks with ipads). On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner wrote: > Why not just use a field and write one? > -- On the first day, God created the heavens and the Earth On the second day, God created th

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Mike Kerner via use-livecode
Why not just use a field and write one? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
Hello, I have found several Analog Clocks but with the component architecture I thought this would be readily available ... maybe I am missing something. regards, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: clock widget & daylight saving

2016-04-16 Thread Mike Kerner
t; > > > > Oh, cool. I think they're actually different manifestations of the > same > > > problem, so when one is addressed the other should be too. > > > > > > Peter > > > > > > > > > On Fri

Re: clock widget & daylight saving

2016-04-16 Thread Roger Eller
> On Fri, Apr 15, 2016 at 12:51 PM, Peter TB Brett < > peter.br...@livecode.com > >> > > >> wrote: > >> > >> On 15/04/2016 17:42, John Dixon wrote: > >>> > >>> put a clock widget on a card... set the time to your time zone... &g

Re: clock widget & daylight saving

2016-04-16 Thread Mike Kerner
> On Fri, Apr 15, 2016 at 12:51 PM, Peter TB Brett > > >> wrote: >> >> On 15/04/2016 17:42, John Dixon wrote: >>> >>> put a clock widget on a card... set the time to your time zone... >>>> In both the IDE and the simulator, everything is good in that

Re: clock widget & daylight saving

2016-04-15 Thread Peter TB Brett
e too. Peter On Fri, Apr 15, 2016 at 12:51 PM, Peter TB Brett wrote: On 15/04/2016 17:42, John Dixon wrote: put a clock widget on a card... set the time to your time zone... In both the IDE and the simulator, everything is good in that it shows the 'correct' time...

Re: clock widget & daylight saving

2016-04-15 Thread Mike Kerner
I thought I already reported this when I reported the time zone problem, but maybe I forgot DST. On Fri, Apr 15, 2016 at 12:51 PM, Peter TB Brett wrote: > On 15/04/2016 17:42, John Dixon wrote: > >> put a clock widget on a card... set the time to your time zone... >> In bo

Re: clock widget & daylight saving

2016-04-15 Thread Peter TB Brett
On 15/04/2016 17:42, John Dixon wrote: put a clock widget on a card... set the time to your time zone... In both the IDE and the simulator, everything is good in that it shows the 'correct' time... Load it onto a dvice and the clock is an hour behind, I guess it knows nothing abou

clock widget & daylight saving

2016-04-15 Thread John Dixon
put a clock widget on a card... set the time to your time zone... In both the IDE and the simulator, everything is good in that it shows the 'correct' time... Load it onto a dvice and the clock is an hour behind, I guess it knows nothing about daylight saving...:-( Others s

Re: Free BasicClock desktop clock for OSX

2016-02-25 Thread Kay C Lan
Enhancement Request: 17017 On Wed, Feb 24, 2016 at 6:11 PM, Peter TB Brett wrote: > On 16/02/2016 03:23, Kay C Lan wrote: > >> On Mon, Feb 15, 2016 at 7:47 PM, Peter TB Brett > > >> wrote: >> >> >>> Is your clock open source? At the moment it h

Re: Free BasicClock desktop clock for OSX

2016-02-24 Thread Peter TB Brett
On 16/02/2016 03:23, Kay C Lan wrote: On Mon, Feb 15, 2016 at 7:47 PM, Peter TB Brett wrote: Is your clock open source? At the moment it has "All rights reserved" in the copyright... I don't have a Community Edition of LC in front of me but I know for the other edition

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
Thanks Hermann, I think both of these are outlier conditions, but the clock hiding the color picker surprised me and I may try to figure a workaround on it. Thanks for letting me know. -Howard On Tue, Feb 16, 2016 at 5:35 PM, [-hh] wrote: > Howard B. wrote: > > Did you not have any

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread [-hh]
Howard B. wrote: > Did you not have any of these fonts installed at the time? > Had you explicitly removed them? What version of OSX are > you running? I have > 800 fonts on my Mac (and use newest OSX developer preview). Of course I enable only a small subset, what I currently need. Your's are usu

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
On Tue, Feb 16, 2016 at 10:05 AM, [-hh] wrote: > Howard, two hints to your clock: > = If user hasn't installed (or disabled) the few fonts you > make available then it always has the same 'system font'. > This is true, however all my testers had these fonts installed

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
Updated. On Tue, Feb 16, 2016 at 7:52 AM, Richard Gaskin wrote: > Randy Hengst wrote: > > > I didn’t see an attribution to LiveCode in your “About” menu or your > > pdf help doc. Is attribution no longer required? > > Section 4d of the Indy license seems to still require it: > > d) Copyright n

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Randy Hengst
Thank you, Richard. I’ve been including the LiveCode attribution, but didn’t notice the "Open Source Licenses.txt” requirement. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Feb 16, 2016, at 9:52 AM, Richard Gaskin > wrote: > > Randy Hengst wrote: > > > I didn’t see an

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread [-hh]
Howard, two hints to your clock: = If user hasn't installed (or disabled) the few fonts you make available then it always has the same 'system font'. = The colour chooser may be fully hidden by the clock window and then 'blocks' the app. __

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Richard Gaskin
Kay C Lan wrote: > On Mon, Feb 15, 2016 at 7:47 PM, Peter TB Brett wrote: > >> >> Is your clock open source? At the moment it has "All rights >> reserved" in the copyright... >> > I don't have a Community Edition of LC in front of me but I know &g

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Richard Gaskin
Randy Hengst wrote: > I didn’t see an attribution to LiveCode in your “About” menu or your > pdf help doc. Is attribution no longer required? Section 4d of the Indy license seems to still require it: d) Copyright notices, as defined in Appendix A, must appear wherever any other copyright

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Randy Hengst
day still employ the flip-clock or 7-segment LED display > aesthetic that is at least 20 years old. Given that we now have high > resolution displays and very high-quality fonts available, I wanted to make > a simple clock that took advantage of these improvements as an alternative > to the “r

Re: Free BasicClock desktop clock for OSX

2016-02-15 Thread Kay C Lan
On Mon, Feb 15, 2016 at 7:47 PM, Peter TB Brett wrote: > > Is your clock open source? At the moment it has "All rights reserved" in > the copyright... > > I don't have a Community Edition of LC in front of me but I know for the other editions: All rights rese

Re: Free BasicClock desktop clock for OSX

2016-02-15 Thread Howard Bornstein
It's closed source for the time being. On Mon, Feb 15, 2016 at 3:47 AM, Peter TB Brett wrote: > > On 14/02/2016 20:55, Howard Bornstein wrote: > > So many clocks today still employ the flip-clock or 7-segment LED display > > aesthetic that is at least 20 years old. Give

Re: Free BasicClock desktop clock for OSX

2016-02-15 Thread Howard Bornstein
ad Me.pdf > http://designeq.com/deq/software/Welcome%20to%20BasicClock%20V2.04.pdf > > and download it here: BasicClock V2.04.zip > http://designeq.com/deq/software/BasicClock%20V2.04.app.zip > > > 2. Free ClearView Clock with calendar > Previews and downloads for Wi

Re: Free BasicClock desktop clock for OSX

2016-02-15 Thread Peter TB Brett
On 14/02/2016 20:55, Howard Bornstein wrote: > So many clocks today still employ the flip-clock or 7-segment LED display > aesthetic that is at least 20 years old. Given that we now have high > resolution displays and very high-quality fonts available, I wanted to make > a simpl

RE: Free BasicClock desktop clock for OSX

2016-02-15 Thread FlexibleLearning.com
http://designeq.com/deq/software/BasicClock%20V2.04.app.zip 2. Free ClearView Clock with calendar Previews and downloads for Windows, Mac OSX and Linux http://www.flexiblelearning.com/freeclock/ Hugh Senior FLCo > Date: Sun, 14 Feb 2016 12:55:26 -0800 > From: Howard Bornstein > To: H

Free BasicClock desktop clock for OSX

2016-02-14 Thread Howard Bornstein
So many clocks today still employ the flip-clock or 7-segment LED display aesthetic that is at least 20 years old. Given that we now have high resolution displays and very high-quality fonts available, I wanted to make a simple clock that took advantage of these improvements as an alternative to

Re: Clock

2015-06-05 Thread Roger Eller
left on is an image "mock" and layered on > top > of this field "fDisplay-Scroll" > > For the first 3 of the clock faces try > > on mouseUp >dispatch "makeiOSReady" to group "Hours" >dispatch "makeiOSReady" to gro

Re: Clock

2015-06-05 Thread BNig
ipt of the group. What it does is to make a snapshot of the scroller and hide all the graphics. What is left on is an image "mock" and layered on top of this field "fDisplay-Scroll" For the first 3 of the clock faces try on mouseUp dispatch "makeiOSReady" to gro

Re: Clock

2015-06-04 Thread Roger Eller
; Kind regards > Bernd > > > That's good info. My setup at home still has 6.5.x I think. So I may have > to install 7.0.x just to open the file. > /quote> > > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/C

Re: Clock

2015-06-03 Thread Bob Sneidar
Those are quite nice! Bob S On Jun 3, 2015, at 12:32 , BNig mailto:bernd.niggem...@uni-wh.de>> wrote: Hi Roger, here is the "Lord Eller"® clock faces... Not like Lord Elgin, but also a bit off... just some faces to test moving text. --

Re: Clock

2015-06-03 Thread BNig
bble.com/Clock-tp4692455p4692907.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 and manage your subscription preferenc

Re: Clock

2015-06-03 Thread Roger Eller
> > > On Wed, Jun 3, 2015 at 3:32 PM, BNig < > > > bernd.niggemann@ > > > > wrote: > > > >> Hi Roger, > >> > >> here is the "Lord Eller"® clock faces... > >> > >> Not like Lord Elgin, but

Re: Clock

2015-06-03 Thread BNig
gt; On Wed, Jun 3, 2015 at 3:32 PM, BNig < > bernd.niggemann@ > > wrote: > >> Hi Roger, >> >> here is the "Lord Eller"® clock faces... >> >> Not like Lord Elgin, but also a bit off... >> >> just some faces to test movin

Re: Clock

2015-06-03 Thread Roger Eller
OMGosh! Bernd - these are really awesome! I will install to my watch tonight. ~Roger On Wed, Jun 3, 2015 at 3:32 PM, BNig wrote: > Hi Roger, > > here is the "Lord Eller"® clock faces... > > Not like Lord Elgin, but also a bit off... > > just

Re: Clock

2015-06-03 Thread BNig
Hi Roger, here is the "Lord Eller"® clock faces... Not like Lord Elgin, but also a bit off... just some faces to test moving text. - http://berndniggemann.on-rev.com/railwayclock/LordEllerWatch_0_1.li

Re: Clock

2015-06-02 Thread BNig
Roger, just wait for the Lord Eller watch... Kind regards Bernd Roger Eller wrote > Wow! I'm 1 of 17. I never dreamed I would be a part of such an elite > group of clock-face fans. haha > > ~Roger > > > On Tue, Jun 2, 2015 at 9:17 AM, BNig < > bernd.nig

Re: Clock

2015-06-02 Thread Roger Eller
Wow! I'm 1 of 17. I never dreamed I would be a part of such an elite group of clock-face fans. haha ~Roger On Tue, Jun 2, 2015 at 9:17 AM, BNig wrote: > Hi Ben, > > thank you, but don't worry > > from the link you have posted: > > >9to5Mac points out this

Re: Clock

2015-06-02 Thread BNig
Hi Ben, thank you, but don't worry from the link you have posted: >9to5Mac points out this equates roughly to a 10 cent take on each of the 210 million iOS 6 devices I have sent Swiss Railroad $ 1.70 to cover all the expected 17 users of the clock. And by that number I have a wide m

Re: Clock

2015-06-02 Thread Ben Rubinstein
On 01/06/2015 21:20, BNig wrote: Incidentally Rolf Kocherhans from Switzerland has asked me if a railwayclock type of clock would be feasible. I gave it a try and here it is. Almost but not quite like the famous Swiss Railwayclock http://berndniggemann.on

Re: Clock

2015-06-01 Thread BNig
m/media/product-img/231b4cab7a31a7fbbc8b9cdb2050c23e/u1.jpg > > https://d31wxntiwn0x96.cloudfront.net/rzgade/productimages/1748.jpg > > > On Mon, Jun 1, 2015 at 4:20 PM, BNig < > bernd.niggemann@ > > wrote: > >> Hi Roger, >> >> >&

Re: Clock

2015-06-01 Thread Roger Eller
t; > > thank you for testing my clock from rev-online on android. > > http://livecodeshare.runrev.com/stack/749/Clock > > Incidentally Rolf Kocherhans from Switzerland has asked me if a > railwayclock > type of clock would be feasible. > > I gave it a try and here it

Re: Clock

2015-06-01 Thread BNig
Hi Roger, thank you for testing my clock from rev-online on android. http://livecodeshare.runrev.com/stack/749/Clock Incidentally Rolf Kocherhans from Switzerland has asked me if a railwayclock type of clock would be feasible. I gave it a try and here it is. Almost but not quite like the

Re: Clock

2015-05-21 Thread Mark Schonewille
Hi, That's probably only part of the explanation. I guess Apple's clock app uses special battery-friendly API's that allow the app to go on forever so to speak. I could imagine that these API's even circumvent the need for the main processor. (All speculation: I didn&#x

Re: Clock

2015-05-21 Thread Peter Bogdanoff
te: > >> Roger Eller wrote: >> >>> Building such a tiny ui on a watch face has been both a fun and >>> challenging diversion from my normal work on the desktop. Minimal >>> is the key. I'll try your clock on my watch when I find some time. >>

Re: Clock

2015-05-21 Thread Roger Eller
; Roger Eller wrote: > > > Building such a tiny ui on a watch face has been both a fun and > > challenging diversion from my normal work on the desktop. Minimal > > is the key. I'll try your clock on my watch when I find some time. > > Enjoy it on your own or on an Android Wear

Re: Clock

2015-05-21 Thread Richard Gaskin
Roger Eller wrote: > Building such a tiny ui on a watch face has been both a fun and > challenging diversion from my normal work on the desktop. Minimal > is the key. I'll try your clock on my watch when I find some time. Enjoy it on your own or on an Android Wear watch, but it

Re: Clock

2015-05-21 Thread Roger Eller
Building such a tiny ui on a watch face has been both a fun and challenging diversion from my normal work on the desktop. Minimal is the key. I'll try your clock on my watch when I find some time. Haha... what a weird sentence that was. ~Roger On May 21, 2015 2:55 AM, "Mark S

Re: Clock

2015-05-20 Thread Mark Schonewille
Hi Roger, I'm using the clock on an Android tablet and it works very well. I expect it to run fine on your watch as well. Perhaps I should put the watch on my wish list ;-) It is easy to rescale the watch: just resize the group from a script or the message box, with the lockMessages s

Re: Clock

2015-05-20 Thread Mark Schonewille
I won't be using LC 8 for production work within the next year or so (unless huge progress is made with outstanding bugs and, hopefully, the widgets language becomes much more xTalk-like). On the other hand, since there are already so many clocks available and there even a clock widget n

Re: Clock

2015-05-20 Thread Mike Kerner
The clock widget in 8 works really well, too, especially after the tweak for moving the hour hand fractional hours. On Wed, May 20, 2015 at 10:42 AM, Roger Eller wrote: > Of course LiveCode clocks built for Android are great for running on > certain smart watches. If the app is 240

Re: Clock

2015-05-20 Thread Roger Eller
lk.com> wrote: > Hi everyone, > > A few years ago, there was a long discussion --almost a competition, I'd > say-- about clocks. Remembering the discussion and having a need for a > clock as a component in an app, I got inspired to make my own. You can > adjust the appearanc

Clock

2015-05-20 Thread Mark Schonewille
Hi everyone, A few years ago, there was a long discussion --almost a competition, I'd say-- about clocks. Remembering the discussion and having a need for a clock as a component in an app, I got inspired to make my own. You can adjust the appearance and size of the clock by script. This

Re: Move the clock hands with fingers

2015-03-26 Thread Michael Doub
Astghik, Contact me off list and I will try to help you. Please send a copy of your stack. Regards, Mike On 3/26/15 7:59 AM, Astghik Salnazaryan wrote: Hello :) I am new here :) i am learning livecode and I found clock code in livecode,where you can move the clock hands with

Move the clock hands with fingers

2015-03-26 Thread Astghik Salnazaryan
Hello :) I am new here :) i am learning livecode and I found clock code in livecode,where you can move the clock hands with scrollbar, i tried to move the minute clock hand with touch but something is wrong, i couldn't do it in the right way. please can you look at the code? i wrote the co

Solar Clock (was Re: Sunset, sunrise, twilight calculations in LC?)

2014-08-23 Thread FlexibleLearning.com
> I found this link. It might be easier to convert this code to LC. > http://williams.best.vwh.net/sunrise_sunset_algorithm.htm > Bill > > William Prothero > http://es.earthednet.org These algorithms have now been superceded by the NOAA algorithms http://www.esrl.noaa.gov/gmd/grad/solcalc. There

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-04 Thread RevList
"FlexibleLearning.com" on 2 November, 2012 at 11:33 AM -0800 wrote: >Was your machine asleep at midnight Nov 1? If so, I suspect that it can only >do the check when in an 'active' state. The date below the clock is checked >every second whereas the calendar is only

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-02 Thread FlexibleLearning.com
Was your machine asleep at midnight Nov 1? If so, I suspect that it can only do the check when in an 'active' state. The date below the clock is checked every second whereas the calendar is only checked at midnight (assuming the computer is not asleep). A more frequent calendar check

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-02 Thread RevList
on October 31, 2012 at 9:03 AM -0700 wrote: >Now adjusted to automatically roll over at midnight (v2.0.1)... It rolled over fine from Oct 31 to Nov1, but not from Nov1 - Nov 2 See image https://www.dropbox.com/sh/49c9nv13305k1yu/ycvtbYXaZ2#f:DigitalClock.jpg Stewart __

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-01 Thread FlexibleLearning.com
No plans to make this any more than a KISS Clock ('Keep It Sweet and Simple'). The thought in my mind has been 'There is no software that cannot be made unusable by improvements'. :) But thank you for your kind comments! www.FlexibleLearning.com/freeclock Hugh Sen

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-10-31 Thread Alejandro Tejada
Hi Hugh, Wonderful clock! Would you make it programmable? For example: - Flag Icons to show the hour in different countries (Really useful in these internet days) - Chronometer - Events Alarms programmable - Plugins for other custom functions Many Thanks again, for sharing this useful Desktop

[UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-10-31 Thread FlexibleLearning.com
Now adjusted to automatically roll over at midnight (v2.0.1)... www.FlexibleLearning.com/freeclock Thank you for finding this. With best regards, Hugh Senior FLCo "FlexibleLearning" on October 28, 2012 at 4:04 AM -0700 wrote: >As requested, the 'Clearview' Clock

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-10-29 Thread RevList
"FlexibleLearning" on October 28, 2012 at 4:04 AM -0700 wrote: >As requested, the 'Clearview' Clock now includes a dropdown Calendar... I love the app, but the Calendar 'today' marker does not roll over at midnight to the next date. I launched the app yesterd

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-10-28 Thread Roger Guay
Thanks, Hugh. Very nice!! Roger On Oct 28, 2012, at 4:04 AM, FlexibleLearning wrote: > As requested, the 'Clearview' Clock now includes a dropdown Calendar... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

[UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-10-28 Thread FlexibleLearning
As requested, the 'Clearview' Clock now includes a dropdown Calendar... Screenshots and download at www.FlexibleLearning.com/freeclock Available for Windows, Macs and Linuxi - 100% free - 100% recycled electrons. "Tempus fugit sed gravitatis sugit..." Hugh Sen

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-15 Thread J. Landman Gay
On 10/15/12 11:52 AM, Roger Eller wrote: On Mon, Oct 15, 2012 at 12:47 PM, Bob Sneidar wrote: On Oct 14, 2012, at 1:04 PM, J. Landman Gay wrote: On 10/14/12 9:07 AM, Peter M. Brigham wrote: OK, Jacque, it's finally time for you to pull together the ultimate LC time travel tool, the one wher

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-15 Thread Roger Eller
On Mon, Oct 15, 2012 at 12:52 PM, Roger Eller wrote: > On Mon, Oct 15, 2012 at 12:47 PM, Bob Sneidar wrote: > > >> On Oct 14, 2012, at 1:04 PM, J. Landman Gay wrote: >> >> > On 10/14/12 9:07 AM, Peter M. Brigham wrote: >> >> OK, Jacque, it's finally time for you to pull together the ultimate >> >>

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-15 Thread Roger Eller
On Mon, Oct 15, 2012 at 12:47 PM, Bob Sneidar wrote: > > On Oct 14, 2012, at 1:04 PM, J. Landman Gay wrote: > > > On 10/14/12 9:07 AM, Peter M. Brigham wrote: > >> OK, Jacque, it's finally time for you to pull together the ultimate > >> LC time travel tool, the one where the user can pull a fully

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-15 Thread Bob Sneidar
On Oct 14, 2012, at 1:04 PM, J. Landman Gay wrote: > On 10/14/12 9:07 AM, Peter M. Brigham wrote: >> OK, Jacque, it's finally time for you to pull together the ultimate >> LC time travel tool, the one where the user can pull a fully debugged >> version of his\her beta software back from the futur

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-14 Thread J. Landman Gay
On 10/14/12 9:07 AM, Peter M. Brigham wrote: OK, Jacque, it's finally time for you to pull together the ultimate LC time travel tool, the one where the user can pull a fully debugged version of his\her beta software back from the future and distribute it now -- or even distribute it last year, be

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-14 Thread Peter M. Brigham
OK, Jacque, it's finally time for you to pull together the ultimate LC time travel tool, the one where the user can pull a fully debugged version of his\her beta software back from the future and distribute it now -- or even distribute it last year, before all the competitors got off the ground

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-12 Thread Richmond
On 10/12/2012 10:08 PM, FlexibleLearning.com wrote: If your copy of the DigitalClock is not being restored to the state you left it between sessions, you can get the new one that does... Download v1.5 at www.FlexibleLearning.com/freeclock Available for Windows, Macs and Linuxes - 100% free -

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-12 Thread J. Landman Gay
On 10/12/12 3:54 PM, Bob Sneidar wrote: Isn't this how Jacque's Time Travel stack started? Didn't she distribute some kind of time stack freely to everyone, until they reached critical mass and became sentient? Heck, maybe this is what started (is starting/is going to start) everything! Time trav

Re: [UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-12 Thread Bob Sneidar
Isn't this how Jacque's Time Travel stack started? Didn't she distribute some kind of time stack freely to everyone, until they reached critical mass and became sentient? Heck, maybe this is what started (is starting/is going to start) everything! Time travel paradoxes are so confusing! Bob

[UPDATE] Free 'Clearview' desktop clock v1.5

2012-10-12 Thread FlexibleLearning.com
If your copy of the DigitalClock is not being restored to the state you left it between sessions, you can get the new one that does... Download v1.5 at www.FlexibleLearning.com/freeclock Available for Windows, Macs and Linuxes - 100% free - 100% recycled electrons. Hugh Senior FLCo The home o

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-08 Thread Bob Sneidar
about Vista and up as I don't use those myself. Bob On Oct 6, 2012, at 12:06 PM, FlexibleLearning.com wrote: > Cool you can add the clock to Auto-Launch... I tend to use Windows, and > haven't figured out how to do this! > > With bes

Re: [UPDATE] Free 'Clearview' desktop clock v1.4

2012-10-07 Thread Richmond
On 10/07/2012 08:33 PM, FlexibleLearning.com wrote: All good stuff. The clock's settings file was not being updated on re-boot. It seems LC is not given the chance to write to file on closeStack when the system is shutting down and quits the app automatically. This is now fixed and an update has

Re: [UPDATE] Free 'Clearview' desktop clock v1.4

2012-10-07 Thread FlexibleLearning.com
All good stuff. The clock's settings file was not being updated on re-boot. It seems LC is not given the chance to write to file on closeStack when the system is shutting down and quits the app automatically. This is now fixed and an update has been uploaded if it affects you. The Linux build also

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Matthias Rebbe
Ken Ray has a nice summary of all specialfolder codes for Mac OS and Windows http://sonsothunder.com/devres/livecode/tips/file010.htm Regards, Matthias -- Matthias Rebbe matthias (at) rebbe.tk Tel +49.5741.31 Tel +49.160.5504462 -- "Life is too short for boring code" Am 06.10.2012 u

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Roger Eller
d in a temporary file only. > This > > seems the least intrusive way of managing things for a non-critical > program. > > If the temp file is deleted (which is perhaps what your system does on > > re-boot), default settings are restored. > > > > Cool you can add t

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Matthias Rebbe
emporary file only. This > seems the least intrusive way of managing things for a non-critical program. > If the temp file is deleted (which is perhaps what your system does on > re-boot), default settings are restored. > > Cool you can add the clock to Auto-Launch... I tend to use W

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Richmond
fault settings are restored. Cool you can add the clock to Auto-Launch... I tend to use Windows, and haven't figured out how to do this! The 3 major operating systems: Windows, Macintosh and Linux all have a way to set programs to autolaunch at system startup. With best regards, Hugh S

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread FlexibleLearning.com
The clock's display and position are stored in a temporary file only. This seems the least intrusive way of managing things for a non-critical program. If the temp file is deleted (which is perhaps what your system does on re-boot), default settings are restored. Cool you can add the clo

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Shawn Blc
Mr. Hugh, The clock does remember location upon relaunch as long as you haven't rebooted. I've also added to Auto-Launch and it launches upon reboot, but does not remember location. I love Clockview! On Sat, Oct 6, 2012 at 6:38 AM, FlexibleLearning wrote: > As requested by

[UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread FlexibleLearning
As requested by the community: - Linux build is available - Multiple monitors are now supported - Location is restored on re-launch - 'About' is now a systemWindow so should not be hidden behind other windows Download at www.FlexibleLearning.com/freeclock With best regards, Hugh Senior FLCo Th

Re: [ANN] Free 'Clearview' desktop clock v1.1 update

2012-10-05 Thread Bob Sneidar
> >>> >>> On Thu, Oct 4, 2012 at 3:30 PM, Bob Sneidar wrote: >>> >>> Nicely done! It is running on my second monitor. >>> >>> >>> >>>> On Oct 4, 2012, at 1:12 PM, FlexibleLearning.com wrote: >>>> >&

Re: [ANN] Free 'Clearview' desktop clock v1.1 update

2012-10-05 Thread FlexibleLearning.com
Bob, Is the modal 'About' window displayed? Close it first. Hugh Senior FLCo > Date: Fri, 5 Oct 2012 09:44:08 -0700 > From: Bob Sneidar > To: How to use LiveCode > Subject: Re: [ANN] Free 'Clearview' desktop clock v1.1 update > Message-ID: > Cont

Re: [ANN] Free 'Clearview' desktop clock v1.1 update

2012-10-05 Thread Shawn Blc
12 at 3:30 PM, Bob Sneidar wrote: > > > > Nicely done! It is running on my second monitor. > > > > > > > >> On Oct 4, 2012, at 1:12 PM, FlexibleLearning.com wrote: > >> > >>> A freebie for the LiveCode community... > >>> > >>> www.Flex

Re: [ANN] Free 'Clearview' desktop clock v1.1 update

2012-10-05 Thread Bob Sneidar
t; >> On Oct 4, 2012, at 1:12 PM, FlexibleLearning.com wrote: >> >>> A freebie for the LiveCode community... >>> >>> www.FlexibleLearning.com/freeclock >>> >>> I suspect I am not alone when squinting to see the time on my >>> screens. I also don't need the we

  1   2   >