Widget course

2017-07-09 Thread james--- via use-livecode
Has any one had success with the widget course? I thought it time to go through the new widget course following last month's LC Global. Unfortunately I can't seem to get past the first lesson. I have tried this in both LC8.15rc3 and LC9dp7 I save the lcb file in my widget folder and then open it

Re: Fat widgets

2017-07-09 Thread Matthias Rebbe via use-livecode
Thanks Kevin. That´s working. To be honest, i did not know this command until your post. Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 08.07.2017 um 19:37 schrieb Kevin Miller via use-livecode >

Re: I need a "slider" in a circle

2017-07-09 Thread Roger Guay via use-livecode
Thanks very much for the compliment, but give mea day to upload the latest. I’ve made significant improvements to RadialDialOmatic since the original upload. Right now I have to leave for a concert at Ste. Michelle Winery!!. Cheers, Roger > On Jul 9, 2017, at 1:13 PM, hh via use-livecode

Re: Image Metadata Enhancement Request

2017-07-09 Thread Alex Tweedly via use-livecode
Oh, I definitely claim the typos :-) Yes, it's line-for-line identical to one or two versions before the last one I released. The later version added a few declarations to make it 'explicitVariable' friendly (much needed for me - see "typo" above :-), and a few changes of 'char' to 'byte' -

Re: Image Metadata Enhancement Request

2017-07-09 Thread J. Landman Gay via use-livecode
On 7/9/17 3:36 PM, Mark Wieder via use-livecode wrote: s/snack/stack/ sheesh Actually, I've written scripts that eat stacks. I've written scripts that eat whole computers. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Image Metadata Enhancement Request

2017-07-09 Thread J. Landman Gay via use-livecode
Hm. Do you know any angry angels? On 7/9/17 2:24 PM, Alex Tweedly via use-livecode wrote: Fascinating. That's the code I wrote and released 10 years ago, and now it's found its way onto github without my help. -- Alex. On 09/07/2017 16:27, Mark Waddingham via use-livecode wrote:

Re: modal window = block handler?

2017-07-09 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > omg its actually doing it ... the correction to the type did not > solve it. > > its continuing to run the handler after the stack is opened as modal. > > not good. Does it help if you change: open stack "MyStack" as modal ...to: modal "MyStack" ? - rg

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Wieder via use-livecode
s/snack/stack/ sheesh -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Wieder via use-livecode
On 07/09/2017 12:24 PM, Alex Tweedly via use-livecode wrote: Fascinating. That's the code I wrote and released 10 years ago, and now it's found its way onto github without my help. But the fact that it's a script-only snack is rather nice. I made a few tweaks to bring it up to date and

Re: modal window = block handler?

2017-07-09 Thread Tom Glod via use-livecode
no spotify On Sun, Jul 9, 2017 at 4:12 PM, Tom Glod wrote: > omg its actually doing it ... the correction to the type did not solve it. > > its continuing to run the handler after the stack is opened as modal. > > not good. > > On Sun, Jul 9, 2017 at 4:08 PM, Tom Glod

Re: modal window = block handler?

2017-07-09 Thread Tom Glod via use-livecode
omg its actually doing it ... the correction to the type did not solve it. its continuing to run the handler after the stack is opened as modal. not good. On Sun, Jul 9, 2017 at 4:08 PM, Tom Glod wrote: > its on windows.i did a workaround for it . > for sure it was

Re: I need a "slider" in a circle

2017-07-09 Thread hh via use-livecode
Just to 'complete' this thread. Detected today a good solution by Roger Guay from 2012, still up-to-date (this solution is in between a full gauge and a circular slider) http://livecodeshare.runrev.com/stack/645/RadialDialOmatic > Yet another solution: RotationControl. > > This is a control I

Re: modal window = block handler?

2017-07-09 Thread Tom Glod via use-livecode
its on windows.i did a workaround for it . for sure it was continuing the handler after opening the window .. BUT i did find that there was a space missing between the name of the stack and "as modal" i didn't get an error from the engine ...so i never notice it before. i haven't gone

Re: Image Metadata Enhancement Request

2017-07-09 Thread Alex Tweedly via use-livecode
Fascinating. That's the code I wrote and released 10 years ago, and now it's found its way onto github without my help. -- Alex. On 09/07/2017 16:27, Mark Waddingham via use-livecode wrote: There's a livecodescript library which manipulates exif data:

Re: Division by Zero Error

2017-07-09 Thread Bob Sneidar via use-livecode
try -- some code here catch theError breakpoint end try see what theError contains. Bob S > On Jul 9, 2017, at 08:00 , Roger Guay via use-livecode > wrote: > > Yes, but first let me play with it to see if I am doing something else to > cause my problem. > >

Re: modal window = block handler?

2017-07-09 Thread Bob Sneidar via use-livecode
Read further I am not using spotify. Bob S > On Jul 9, 2017, at 12:05 , Bob Sneidar via use-livecode > wrote: > > That is remarkable. I am running V8 and modal windows work for me. Put a > brealpoint right aftr the call to the modal stack and see if the

Re: modal window = block handler?

2017-07-09 Thread Bob Sneidar via use-livecode
That is remarkable. I am running V8 and modal windows work for me. Put a brealpoint right aftr the call to the modal stack and see if the breakpoint triggers. Bob S > On Jul 9, 2017, at 08:49 , Tom Glod via use-livecode > wrote: > > Hi everyone, i only

Re: modal window = block handler?

2017-07-09 Thread Malte Pfaff-Brill via use-livecode
Out of curiosity: Is this on a Mac? Do you have Spotify open? http://quality.livecode.com/show_bug.cgi?id=14275 Cheers, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Wieder via use-livecode
On 07/09/2017 10:39 AM, Mark Waddingham via use-livecode wrote: It is GPLv2 or later *or* undisclosed commercial license. So not generally usable except for in pure GPLv3 LiveCode projects (unless you buy a commercial license for it for your specific use). Urk! Dang lawyers. -- Mark Wieder

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Waddingham via use-livecode
It is GPLv2 or later *or* undisclosed commercial license. So not generally usable except for in pure GPLv3 LiveCode projects (unless you buy a commercial license for it for your specific use). Mark Sent from my iPhone > On 9 Jul 2017, at 16:19, Mark Wieder via use-livecode >

modal window = block handler?

2017-07-09 Thread Tom Glod via use-livecode
Hi everyone, i only recently switched to v8 ..and have found out that in this version, opening a modal window does not block the handler that opened it (until the window closes) did that used to be a bug that is fixed now? is it a bug now? or was it a purposeful change in the engine?

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Waddingham via use-livecode
There's a livecodescript library which manipulates exif data: https://github.com/angerangel/livecodeExif Warmest Regards, Mark. Sent from my iPhone > On 9 Jul 2017, at 09:51, Richmond Mathewson via use-livecode > wrote: > > Currently LiveCode only accesses

Re: Image Metadata Enhancement Request

2017-07-09 Thread Mark Wieder via use-livecode
On 07/09/2017 04:22 AM, JB via use-livecode wrote: I did a web search and found this info. Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats. Exiv2 is

Re: Division by Zero Error

2017-07-09 Thread Roger Guay via use-livecode
Yes, but first let me play with it to see if I am doing something else to cause my problem. Roger > On Jul 8, 2017, at 10:42 AM, Mark Wieder via use-livecode > wrote: > > On 07/08/2017 08:26 AM, Roger Guay via use-livecode wrote: >> I am using the try/catch

Re: Image Metadata Enhancement Request

2017-07-09 Thread JB via use-livecode
I did a web search and found this info. Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats. Exiv2 is available as free software and with a commercial

Image Metadata Enhancement Request

2017-07-09 Thread Richmond Mathewson via use-livecode
Currently LiveCode only accesses the density of an image from its metadata. It would be very usefil indeed if it could access all of an image's metadata. BUG 20025 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit