Re: 64 bit desktop apps

2017-06-09 Thread Dr. Hawkins via use-livecode
On Fri, Jun 9, 2017 at 11:38 AM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > You can now hear Clarus moofing for yourself: > http://clarus.chez-alice.fr/ > Or I could pop in one of my old developer CDs. I bought my first CD drive when apple started shipping on them

Re: [ANN] a gauge widget

2017-06-09 Thread Peter Thirkell via use-livecode
Re: I get the following error message: ?Can?t save stack ? due to an error: Error writing stack (disk full?)” I had this issue a while back and Ali set me right: “You can’t serialise a non-primitive type in your OnSave code. If you try to

Re: [ANN] a gauge widget

2017-06-09 Thread Niggemann, Bernd via use-livecode
The problem with saving has been solved and a new version of the Gauge widget has been uploaded to the edited first post. http://forums.livecode.com/viewtopic.php?f=93=29348=154750 this version also adds a SVG icon to the widget. Thanks everyone for your interest and hints. Should have tested

Re: [ANN] a gauge widget

2017-06-09 Thread BNig via use-livecode
Thanks Tom, I had just found out what the problem was, Now it works as advertised. will update the .lcb file in the forum to version 0.2.0 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-a-gauge-widget-tp4715635p4715695.html Sent from

Re: [ANN] a gauge widget

2017-06-09 Thread Niggemann, Bernd via use-livecode
> Check that all the vars which are saved into the props array have been > assigned, and that the getRadiusAndCenterPoint() can't throw an error in > that case. thanks Mark for looking into this. The problem was that onSave did not appreciate saving a variable of type Color, I had to do string

Re: [ANN] a gauge widget

2017-06-09 Thread Ali Lloyd via use-livecode
Bernd, The problem with your OnSave / OnLoad handlers are that Point and Color are types defined in the canvas module that the array-saving code does not know about. These need to be converted to a core type, eg string or list. On Fri, Jun 9, 2017 at 7:52 PM Richmond Mathewson via use-livecode <

Re: livecode connect framework

2017-06-09 Thread Tom Glod via use-livecode
if the only hint is that its available to all attendees of the conference, we can't be sure i guess we will find out...what a great feature for LC and its bright future. In a way i am indifferent, since I can build my own handlers to talk to any api i want and i do want livecode inc to

Re: livecode connect framework

2017-06-09 Thread Richard Gaskin via use-livecode
D'oh! Anxious as I was to find the answer to Tom's question I zeroed in on the URL and off I went. Thanks. For others hunting for this here's the description: Web-based APIs using the REST model have become the lingua-franca for interacting with cloud-based services and the web –

Re: livecode connect framework

2017-06-09 Thread Dan Brown via use-livecode
That's great to hear! Specifically strategies for handling/ refreshing authorization tokens for Google and github services https://developers.google.com/identity/protocols/OAuth2 On 9 Jun 2017 8:19 pm, "Richard Gaskin via use-livecode" < use-livecode@lists.runrev.com> wrote: > Mark Waddingham

Happy birthday, Ali!

2017-06-09 Thread Mark Wieder via use-livecode
https://www.youtube.com/watch?v=KD5TBdpRW3A -- 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: livecode connect framework

2017-06-09 Thread Mark Waddingham via use-livecode
Indeed - that's why I put the day and date in my email. Mark. Sent from my iPhone > On 9 Jun 2017, at 20:19, Richard Gaskin via use-livecode > wrote: > > Mark Waddingham wrote: > > > On 2017-06-09 17:53, Richard Gaskin via use-livecode wrote: > >> Tom Glod

Re: livecode connect framework

2017-06-09 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: > On 2017-06-09 17:53, Richard Gaskin via use-livecode wrote: >> Tom Glod wrote: >> >>> hey everyone, I just learned about the livecode connect framework >> >> You're ahead of me - what is it? > > The talk is on Thursday 13th July - you can read the description here: > >

Re: livecode connect framework

2017-06-09 Thread Mark Waddingham via use-livecode
Authentication is a key part of using web services, so I can safely say it will be touched upon. If you can go into a bit more detail about what you'd like to know I can chat to Michael about potentially including something on that topic in his database / cloud series of talks - he might have

Re: livecode connect framework

2017-06-09 Thread Dan Brown via use-livecode
Is the talk likely to touch on oauth strategies? On 9 Jun 2017 7:56 pm, "Mark Waddingham via use-livecode" < use-livecode@lists.runrev.com> wrote: > On 2017-06-09 17:53, Richard Gaskin via use-livecode wrote: > >> Tom Glod wrote: >> >> hey everyone, I just learned about the livecode connect

Re: livecode connect framework

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-09 17:53, Richard Gaskin via use-livecode wrote: Tom Glod wrote: hey everyone, I just learned about the livecode connect framework You're ahead of me - what is it? The talk is on Thursday 13th July - you can read the description here: https://livecode.com/global/#schedule

Re: livecode connect framework

2017-06-09 Thread Stephen Barncard via use-livecode
Thanks for your suggestion but attachments allowed on this mail-list. They are allowed on forums. or you could find a web location somewhere and link to it... sqb On Fri, Jun 9, 2017 at 9:50 AM, Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > i tried to attach a pdf of the

Re: [ANN] a gauge widget

2017-06-09 Thread Richmond Mathewson via use-livecode
Slow learner: https://livecode.com/app-in-a-day/livecode/installing-extensions/ On 6/9/17 9:21 pm, Richmond Mathewson wrote: This looks exciting, if only I knew how to install it . . . Richmond. On 6/9/17 12:43 pm, BNig via use-livecode wrote: further experimenting with Livecode Builder I

Re: [ANN] a gauge widget

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-09 20:46, Niggemann, Bernd via use-livecode wrote: But I can not find what I did wrong in onSave. Still searching. Check that all the vars which are saved into the props array have been assigned, and that the getRadiusAndCenterPoint() can't throw an error in that case. I can't

Re: [ANN] a gauge widget

2017-06-09 Thread Niggemann, Bernd via use-livecode
On 2017-06-09 20:02, Matthias Rebbe via use-livecode wrote: Another thing i noticed is that i cannot save the stack when the widget is placed onto the stack. I get the following error message: “Can´t save stack … due to an error: Error writing stack (disk full?)" That means that the OnSave

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Dr. Hawkins via use-livecode
On Fri, Jun 9, 2017 at 11:26 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > If we're counting HC, I've been "there" longer than Kevin. :) And so have > several others on this list. > If that counts, I'm day 1 . . . At times, I wonder about what would happened if I

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Dr. Hawkins via use-livecode
On Fri, Jun 9, 2017 at 10:13 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Ah, but you've forgotten Elanor who's been there almost as long as > Heather. She's my placeholder. But she didn't jump in about surviving . . . -- Dr. Richard E. Hawkins, Esq. (702)

Re: 64 bit desktop apps

2017-06-09 Thread Mark Wieder via use-livecode
On 06/08/2017 07:53 AM, Dr. Hawkins via use-livecode wrote: moof! (dating myself . . .) You can now hear Clarus moofing for yourself: http://clarus.chez-alice.fr/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: [ANN] a gauge widget

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-09 20:02, Matthias Rebbe via use-livecode wrote: Another thing i noticed is that i cannot save the stack when the widget is placed onto the stack. I get the following error message: “Can´t save stack … due to an error: Error writing stack (disk full?)" That means that the OnSave

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Richmond Mathewson via use-livecode
I discovered HC in 1993, and MC and RR/LC simultaneously in 2001; having experienced a traumatic hiatus with Toolbook! Richmond. On 6/9/17 9:26 pm, J. Landman Gay via use-livecode wrote: If we're counting HC, I've been "there" longer than Kevin. :) And so have several others on this list. We

Re: Ben Beaumont jumps ship.

2017-06-09 Thread J. Landman Gay via use-livecode
If we're counting HC, I've been "there" longer than Kevin. :) And so have several others on this list. We won't discuss your calculations. My time warp stack makes those moot anyway. On 6/9/17 12:44 PM, Richmond Mathewson via use-livecode wrote: And, according to my calculations, you, Jacque

Re: [ANN] a gauge widget

2017-06-09 Thread Richmond Mathewson via use-livecode
This looks exciting, if only I knew how to install it . . . Richmond. On 6/9/17 12:43 pm, BNig via use-livecode wrote: further experimenting with Livecode Builder I did a Gauge widget that I posted in the Forum http://forums.livecode.com/viewtopic.php?f=93=29348 Kind regards Bernd --

Re: [ANN] a gauge widget

2017-06-09 Thread Matthias Rebbe via use-livecode
Hi Bernd, thanks. Believe me, i would do it for installation by myself if i would know how to do it.;) Another thing i noticed is that i cannot save the stack when the widget is placed onto the stack. I get the following error message: “Can´t save stack … due to an error: Error writing stack

Re: [ANN] a gauge widget

2017-06-09 Thread Mark Wieder via use-livecode
On 06/09/2017 09:49 AM, Matthias Rebbe via use-livecode wrote: Bernd, thanks for that cool widget. What i noticed is that the widget has a general icon showing the text widget. Is there a way to add a custom icon? Would be much easier to recognise it when several widgets with general icons are

Re: [ANN] a gauge widget

2017-06-09 Thread Niggemann, Bernd via use-livecode
Thanks everybody for their kind words. Livecode Builder takes a while to get into but then it is actually fun. And you can do things that are not possible in Livecode Script Matthias Rebbe wrote: What i noticed is that the widget has a general icon showing the text widget. Is there a way to

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Richmond Mathewson via use-livecode
And, according to my calculations, you, Jacque have been "there" far longer than Heather if Hypercard is still a location. Richmond. On 6/9/17 8:13 pm, J. Landman Gay via use-livecode wrote: On June 9, 2017 11:17:13 AM "Dr. Hawkins via use-livecode" wrote:

Re: Price of LiveCode Global

2017-06-09 Thread Richmond Mathewson via use-livecode
Perhaps you should ask Theresa May. Richmond. On 6/9/17 5:37 pm, Kaveh Bazargan via use-livecode wrote: How does $299 convert to £282? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Ben Beaumont jumps ship.

2017-06-09 Thread J. Landman Gay via use-livecode
On June 9, 2017 11:17:13 AM "Dr. Hawkins via use-livecode" wrote: On Fri, Jun 9, 2017 at 6:33 AM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: And gals. No, so far no gals. Jacque & company aren't keeping up their end :) Ah, but you've

Re: [ANN] a gauge widget

2017-06-09 Thread J. Landman Gay via use-livecode
Bernd's stuff is always so amazing. Very cool. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: livecode connect framework

2017-06-09 Thread Tom Glod via use-livecode
i tried to attach a pdf of the email i received but it is being held for moderation. the newsletter was sent out earlier today. "our biggest technology announcement this year"... its a framework for rest API's for youtube,twitter,aws and a bunch more On Fri, Jun 9, 2017 at 12:14 PM, Tom Glod

Re: [ANN] a gauge widget

2017-06-09 Thread Matthias Rebbe via use-livecode
Bernd, thanks for that cool widget. What i noticed is that the widget has a general icon showing the text widget. Is there a way to add a custom icon? Would be much easier to recognise it when several widgets with general icons are installed. Matthias Matthias Rebbe +49 5741 31

Re: 64 bit desktop apps

2017-06-09 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: Richard's repeated suggestion that such machines should be 'Linux-ised' still always was and continues to be an excellent suggestion. Remember that as as time goes by the amount of up to date software which *can* run on them will dwindle to nothing - for the same reason

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Dr. Hawkins via use-livecode
On Fri, Jun 9, 2017 at 6:33 AM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > And gals. > No, so far no gals. Jacque & company aren't keeping up their end :) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode

Re: [ANN] a gauge widget

2017-06-09 Thread Mark Wieder via use-livecode
On 06/09/2017 02:43 AM, BNig via use-livecode wrote: further experimenting with Livecode Builder I did a Gauge widget that I posted in the Forum That is *very* cool. And thanks - you just saved me a bunch of time. I've been trying to wrap my head around how to make one of these and now I

Re: livecode connect framework

2017-06-09 Thread Mark Wieder via use-livecode
On 06/09/2017 08:53 AM, Richard Gaskin via use-livecode wrote: Tom Glod wrote: > hey everyone, I just learned about the livecode connect framework You're ahead of me - what is it? OMG - another three-letter acronym? LCF! -- Mark Wieder ahsoftw...@gmail.com

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Mark Wieder via use-livecode
On 06/09/2017 07:48 AM, Bob Sneidar via use-livecode wrote: sooo... yeah. Probably involves imbibing strong drink. ;-) Well. duh... doesn't everything? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-09 Thread Richard Gaskin via use-livecode
Alex Tweedly wrote: > On 09/06/2017 00:40, Richard Gaskin via use-livecode wrote: >> I don't understand. A script-only stack contain no objects, so >> even if you later copy them, they still need to be dynamically >> instantiated at some point, no? >> >> Like a Zen koan: how can there be a

Re: livecode connect framework

2017-06-09 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > hey everyone, I just learned about the livecode connect framework You're ahead of me - what is it? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: [ANN] a gauge widget

2017-06-09 Thread panagiotis merakos via use-livecode
This is really cool Bernd :) On 9 Jun 2017 10:59, "BNig via use-livecode" wrote: > further experimenting with Livecode Builder I did a Gauge widget that I > posted in the Forum > > http://forums.livecode.com/viewtopic.php?f=93=29348 > > > Kind regards > Bernd > >

livecode connect framework

2017-06-09 Thread Tom Glod via use-livecode
hey everyone, I just learned about the livecode connect framework . it sounds great... my question is whether there is any chance on god's green earth that the framework is also for the community version? i have next to no hope for that, unless they dual license it, which they don't do as

Re: 64 bit desktop apps

2017-06-09 Thread Bob Sneidar via use-livecode
Even California does not require you to support something beyond 10 years. Bob S > On Jun 9, 2017, at 07:50 , Mark Waddingham via use-livecode > wrote: > > I'd also point out (again) that we are talking about machines which are now > > 10 years old (the last

Re: Price of LiveCode Global

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-09 16:44, Kaveh Bazargan via use-livecode wrote: Oops, yes, VAT. It wasn't broken down on the page so not obvious. I had to check how far the pound had dropped after election!! Indeed, I've not looked since, but it dropped almost immediately after the exit polls were published.

Re: 64 bit desktop apps

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-08 21:16, Richmond Mathewson via use-livecode wrote: I'm afraid you misread my question. When I stated I was running MacOS 10.4 PPC it was not in expectation of your leaping up and down and say "Well, yes, Just for you, Richmond, we're going to set things up for future versions of

Re: Price of LiveCode Global

2017-06-09 Thread Lagi Pittas via use-livecode
Better than Udemy's exchange rate $10 -> £15 for special deal at the moment $10 is £7.85 (by google exchange rate) add 20% vat gives £9.42 by my reckoning and they charge £15 - go figure!! Kindest Regards Lagi On 9 June 2017 at 15:44, Kaveh Bazargan via use-livecode <

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Bob Sneidar via use-livecode
sooo... yeah. Probably involves imbibing strong drink. ;-) Bob S > On Jun 9, 2017, at 05:00 , Mark Waddingham via use-livecode > wrote: > > On 2017-06-07 20:19, Bob Sneidar via use-livecode wrote: >> I'm going to guess that is a Scottish colloquialism which

Re: Price of LiveCode Global

2017-06-09 Thread Kaveh Bazargan via use-livecode
Oops, yes, VAT. It wasn't broken down on the page so not obvious. I had to check how far the pound had dropped after election!! I'll hold you to the 1.20, Alex. ;-) Regards Kaveh On 9 June 2017 at 15:40, Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > $299 -> £234 + VAT

Re: Price of LiveCode Global

2017-06-09 Thread Alex Tweedly via use-livecode
$299 -> £234 + VAT = £280.80 I'll pay the other £1.20 for you :-) -- Alex. On 09/06/2017 15:37, Kaveh Bazargan via use-livecode wrote: How does $299 convert to £282? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Price of LiveCode Global

2017-06-09 Thread Kaveh Bazargan via use-livecode
How does $299 convert to £282? -- Kaveh Bazargan Director River Valley Technologies @kaveh1000 +44 7771 824 111 www.rivervalleytechnologies.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Instantiaing Grouped Controls - Templates - Responsive

2017-06-09 Thread Alex Tweedly via use-livecode
On 09/06/2017 00:40, Richard Gaskin via use-livecode wrote: I don't understand. A script-only stack contain no objects, so even if you later copy them, they still need to be dynamically instantiated at some point, no? Like a Zen koan: how can there be a binary object where there is no

Re: 64 bit desktop apps

2017-06-09 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > I don't see the problem as relating to machines that LiveCode might be > deployed on, but as machines for which 32-bit > standalones might be authored. In my reading of Mark's comment, it doesn't seem that's going away, merely tha 64-bit-only builds will become the

Re: What is "LCS"?

2017-06-09 Thread Richard Gaskin via use-livecode
panagiotis merakos wrote: > Hi Richmond, > > LCB -> LiveCode Builder > LCS -> LiveCode Script If those acronyms are used in promotional materials it may be helpful to define them. Most style guides suggest using the full form once, following by the acronym in parentheses, after which the

Re: Ben Beaumont jumps ship.

2017-06-09 Thread dunbarx via use-livecode
And gals. Craig -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Ben-Beaumont-jumps-ship-tp4715530p4715643.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

OT: Has anybody experiences with apps for VPP licenses?

2017-06-09 Thread Tiemo Hollmann TB via use-livecode
Hello, I don't find adhoc the answers for my questions at apple, so I want to ask you, if anybody has experiences, what it means to offer an app for VPP licenses in the iOS appStore? I have an app offered in the appstore with inApp purchases, but inApp purchases are not allowed for the VPP

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Mark Waddingham via use-livecode
On 2017-06-07 20:19, Bob Sneidar via use-livecode wrote: I'm going to guess that is a Scottish colloquialism which involves imbibing strong drink. Hehe - https://en.wikipedia.org/wiki/Tilting_at_windmills Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Heather Laine via use-livecode
You know, I knew as soon as I'd sent that email I'd used the wrong word there. The use-list guys are going to jump all over this... Nevermind. I confirm I am still alive and so are the other members of the team. No zombies or ghosts here. No N N Heather Laine Customer

Re: Ben Beaumont jumps ship.

2017-06-09 Thread Martin Koob via use-livecode
I thought the same thing! Does this mean that 25a Thistle Street Lane South West should be a stop on the Edinburgh Ghost Walk? Or the setting of a new Ian Rankin novel? https://www.ianrankin.net/about/ Martin Dr. Hawkins via use-livecode wrote > OH NO! WHAT DOES "SURVIVING" MEAN???!?!?!?!?!

Re: What is "LCS"?

2017-06-09 Thread Richmond Mathewson via use-livecode
Great: "How wise one might be and how wise one might grow, making enquiries at the Bellingham show." The language has changed its name more times than most of us have . . . err, well, never mind :) Richmond. On 6/9/17 1:52 pm, panagiotis merakos via use-livecode wrote: Hi Richmond, LCB ->

Re: What is "LCS"?

2017-06-09 Thread panagiotis merakos via use-livecode
Hi Richmond, LCB -> LiveCode Builder LCS -> LiveCode Script Best, Panos -- On Fri, Jun 9, 2017 at 11:50 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > "As part of this topic, Mark will be: > > * > >Producing a widget capable of displaying vector graphics

What is "LCS"?

2017-06-09 Thread Richmond Mathewson via use-livecode
"As part of this topic, Mark will be: * Producing a widget capable of displaying vector graphics using a universal 'vector metafile' format - this will be written in LCB * Producing a converter which will support a suitable subset of SVG, written in LCS, which will transform an

[ANN] a gauge widget

2017-06-09 Thread BNig via use-livecode
further experimenting with Livecode Builder I did a Gauge widget that I posted in the Forum http://forums.livecode.com/viewtopic.php?f=93=29348 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-a-gauge-widget-tp4715635.html Sent from the

Re: 64 bit desktop apps

2017-06-09 Thread Richmond Mathewson via use-livecode
I don't see the problem as relating to machines that LiveCode might be deployed on, but as machines for which 32-bit standalones might be authored. My highly theoretical scenario runs a bit likes this; A number of schools in what are coyly called "third world countries" running old machines