Re: Inserting a character (LC 7.0.1)

2014-11-03 Thread Tim Selander
Graham, I was getting that problem, too, and not just in the script -- but field labels, names, etc. However, the stack I was using I had been doing various tests in, including using v7, saving in the old format, re-open in an older LC, then again in v7, etc. Lots of 'wrecked' characters rep

Integrating LiveCode with other C++ Code bases

2014-11-03 Thread David Bovill
ᐧ I'd like to learn more about the various ways of integrating LiveCode with other C++ code bases. I'd be grateful for any pointers or reading matter. I know that there are cool plans in the rod map to make it easy to wrap low level code in LiveCode / open language: - http://livecode.com/blog/

Re: Progress info from wget or curl?

2014-11-03 Thread Bernard Devlin
I'm sure that a few months ago I came across an updated version of the late Mark Smith's libRevCurl. I didn't recognise the name of the person who had updated it, but it was hosted on somewhere like github (but for the life of me, I can't find it now). I may have downloaded it, but if I did so, t

Re: Opening a stack stored in dropbox's public fold

2014-11-03 Thread Jim Hurley
Thanks Jacque. No it is a fresh link. But new information. It (go url "Dropbox link") works on my MacBookAir, running 10.9.5 and all versions of RR, but not on my desktop running 10.6.8 (I need Rosetta) or any version of RR. Is Dropbox Mac-version dependent? Jim > > Message: 5 > Date: Mon, 0

Re: (Arbitrarily) Long-Division Script

2014-11-03 Thread Jim Hurley
Hi Igor, Some years ago, 2002 to be exact, I built a stack that emulated a puzzle I enjoyed. The puzzle was to decipher a long division problem where all the numbers had been replace by coded letters. My algorithm is cumbersome--I needed dividends and divisors that yielded all 10 digits in the

Re: Progress info from wget or curl?

2014-11-03 Thread Richard Gaskin
Mark Wieder wrote: Richard- what is it you're trying to do? I go out of my way to avoid the wget status information, that's why I'm sending it off to /dev/null. Otherwise it gets mixed in with my returned data. I've tried a few different combinations of "open process <...> for read" but withou

Re: Palettes and the selectedObject

2014-11-03 Thread Richard Gaskin
Graham Samuel wrote: > If I am keying in a field in an ordinary stack window and I stop > to do something on a palette, I had hoped that the focusedObject > would remain in the ordinary stack - however it turns out that > the focusedObject is now the visible card of the palette. Does > this mean t

Re: revHHTP

2014-11-03 Thread Todd Geist
Thanks Richard. Yeah I wouldn't use it as public facing web server. Although as node.js points out you can be a fantastic WebServer and be still be single threaded. But node has the advantage of having a non blocking event loop which turns out to solve the first big performance bottleneck, withou

Re: Palettes and the selectedObject

2014-11-03 Thread Bob Sneidar
I think if the pallet begins with “rev” then it is treated as a development object, and thus will not affect the focusedObject, but that is off the top of my head from reading all the proper posts on the matter. Bob S > On Nov 2, 2014, at 15:25 , Graham Samuel wrote: > > Another probably du

Re: revHHTP

2014-11-03 Thread David Bovill
That sounds very interesting Todd - I worked on a few LiveCode based servers as well, and have a project that I would like to begin exploring that would use the approach you are talking about - would love to know more? is it an open source project - would you like any help working on it? ᐧ On 3 No

Re: Progress info from wget or curl?

2014-11-03 Thread Bernard Devlin
I found Mark Smith's old website. http://www.webring.org/l/rd?ring=runtimerevoluti1;id=15;url=http%3A%2F%2Fmarksmith%2Eon-rev%2Ecom%2Frevstuff%2F You could have a look at how he uses "open process" in that (AFAIR in order to get feedback from the curl process, he writes to files and reads the resu

Re: revHHTP

2014-11-03 Thread Todd Geist
Hi David, Are you thinking of using Node as the server? Or? There is definitely some interesting work to be done here. Todd On Mon, Nov 3, 2014 at 7:45 AM, David Bovill wrote: > That sounds very interesting Todd - I worked on a few LiveCode based > servers as well, and have a project that I

Re: text labels changed in standalone

2014-11-03 Thread Todd Geist
So am I the only one who experiences this? Text alignment is off on Mac when I build standalone. Is it just me? Todd On Sat, Nov 1, 2014 at 6:21 PM, Todd Geist wrote: > > Hello, > > Why are my text labels not in the same place after I build a standalone. > It seems like they all move slightl

Re: Its time to revive HyperCard

2014-11-03 Thread Bob Sneidar
Duly posted. Bob S > On Nov 2, 2014, at 16:11 , Alejandro Tejada wrote: > > From Slashdot: > > http://developers.slashdot.org/story/14/10/31/2358211/its-time-to-revive-hypercard > > As always, comments are a must read > in Slashdot. > > Al > ___

Re: Opening a stack stored in dropbox's public folder

2014-11-03 Thread Bob Sneidar
This underscores the inherent problem with writing apps that depend on other systems or apps to function. Sometimes it’s unavoidable, but if it can be avoided and you can use a system you control, that of course is always the better way. Bob S On Nov 2, 2014, at 22:11 , J. Landman Gay mailto

Re: text labels changed in standalone

2014-11-03 Thread Dave Kilroy
Hi Todd I've never experienced what you described (or at least never noticed) - maybe giving some more details will brings others out of the woodwork? How many pixels offset? Do other controls also move? Is it platform independent? Kind regards Dave - "Some are born coders, some achieve c

on-rev client

2014-11-03 Thread Jim Lambert
Has anyone with a TIO on-rev server been able to get the on-rev client to log in recently? Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pref

Re: on-rev client

2014-11-03 Thread Matthias Rebbe | M-R-D
Hi Jim, i just tried just for you. ;) I have no problems to login with the On-Rev client into my account on TIO. Regards, Matthias > Am 03.11.2014 um 18:52 schrieb Jim Lambert : > > Has anyone with a TIO on-rev server been able to get the on-rev client to log > in recently? > > Thanks, > Jim

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread Bob Sneidar
Interesting. What do you do? Run an application that applies the code signing certificate to the application? Or is there something in Livecode we would need to do? Also, is the cert on a per app basis, or is it $95/yr for ALL apps you develop? Bob S > On Nov 2, 2014, at 04:09 , Guglielmo Br

Re: (Arbitrarily) Long-Division Script

2014-11-03 Thread Roger Guay
Such strange goings on. This doesn’t work on my MB Pro running Yosemite and LC 6.6.5 either. Nothing happens! If it hit enter repeatedly I get an “execution error . . . can’t find handler . . . hint: go" Cheers, Roger > On Nov 3, 2014, at 6:57 AM, Jim Hurley wrote: > > Here is that stack. J

Re: on-rev client

2014-11-03 Thread Kenji Kojima
Jim, My On-Rev client could not connect to Tio On-Rev server. Probably after Yosemite (not sure). I contacted to On-Rev support, after that I could connect to the server by Or-Rev client, but “Debug" of On-Rev client did not work. The error message on Safari was “Safari Can’t Connect to the Se

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread J. Landman Gay
My client is using ksoftware certs. Applying the cert is done after LC is finished creating the app. Once you've been through the rigmarole of obtaining the cert (pain in the patoot) you just use ksoftware's utility to select your app and click a button that embeds the certificate. It's a one-c

Re: Inserting a character (LC 7.0.1)

2014-11-03 Thread Richmond
set the text of the selectedText to numToCodePoint(someNumber) Richmond. ___ 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/mailm

Shared Doc

2014-11-03 Thread Peter Brigham
Hi, I've shared an item with you. Gmail Signups Click Here for slideshows(2) Gmail sheets: create and edit spreadsheets online. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Shared Doc

2014-11-03 Thread Peter Brigham
Hi, I've shared an item with you. Gmail Signups Click Here for slideshows(2) Gmail sheets: create and edit spreadsheets online. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: text labels changed in standalone

2014-11-03 Thread Todd Geist
I see it on only on Mac. Here is a screenshot that shows the same objects in the IDE and in the Standalone. They Standalone Font is bigger. https://www.evernote.com/shard/s2/sh/21a37e81-6f4e-4860-84e1-3f908124bf54/b8b79af656c87cf19659ea5f5bc1a7db Thanks for any help Todd On Mon, Nov 3, 2014

Activation error

2014-11-03 Thread Peter Haworth
Just downloaded and installed LC 6.6.5 and 6.7 onto my Windows 8 box. On running each of them, I get the usual license activation screen and when I click the Activate button, I get "Error contacting server please try again later". My internet connection is working fine and I've tried several times

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread Dave Kilroy
Another thing to watch out for is timestamping. If you apply a timestamp as you code sign a file then when your code signing certificate expires the certificate on your file continues to be recognised by UAC - if you don't apply a timestamp then when your certificate expires the certificate on your

Re: Progress info from wget or curl?

2014-11-03 Thread Mark Wieder
Richard- Monday, November 3, 2014, 7:18:11 AM, you wrote: > Along the way I've become so enamored of wget and curl that I started > day-dreaming about other uses for them, perhaps even as replacements for > some things I've used libURL for in GUI apps. But seriously, httpie: https://github.com/

Re: Palettes and the selectedObject

2014-11-03 Thread James Hale
Richard. Wrote: > If just buttons remember to turn off the traversalOn property and you > should be fine. This makes sense as a pop up stack menu is just this and it doesn't take focus from the underlying field. James ___ use-livecode mailing lis

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread Bob Sneidar
Sweet, and easy. I like it. I’ll do this when the time comes to distribute my Forms Generator app to my cohorts here at work. Bob S On Nov 3, 2014, at 11:29 , J. Landman Gay mailto:jac...@hyperactivesw.com>> wrote: My client is using ksoftware certs. Applying the cert is done after LC is fin

Re: text labels changed in standalone

2014-11-03 Thread Dave Kilroy
Todd that looks like a font and/or font sizing issue - this bug http://quality.runrev.com/show_bug.cgi?id=13910 reports something similar to what you're experiencing (and may be other bug reports closer to what you're getting...) - "Some are born coders, some achieve coding, and some have co

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread Bob Sneidar
Wait, that is a show stopper. Does this mean that I have to keep the cert active otherwise the app will stop working or start popping up an alert? Bob S On Nov 3, 2014, at 12:39 , Dave Kilroy mailto:d...@applicationinsight.com>> wrote: Dave PS: I guess if you renew your code signing certific

Re: Shared Doc

2014-11-03 Thread Pyst Cat
What is this..? Is this some kind of phishing expedition..? On Mon, Nov 3, 2014 at 2:50 PM, Peter Brigham wrote: > Hi, > I've shared an item with you. > > > Gmail Signups > Click Here for > slideshows(2) > Gmail sheets: create and edit spreadsheet

Re: Shared Doc

2014-11-03 Thread Pyst Cat
What is this..? Is this some kind of phishing expedition..? On Mon, Nov 3, 2014 at 2:51 PM, Peter Brigham wrote: > Hi, > I've shared an item with you. > > > Gmail Signups > Click Here for > slideshows(2) > Gmail sheets: create and edit spreadsheet

Re: Shared Doc

2014-11-03 Thread J. Landman Gay
On 11/3/2014, 4:54 PM, Pyst Cat wrote: What is this..? Is this some kind of phishing expedition..? Probably malware on his computer. Ignore it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com _

Re: Shared Doc

2014-11-03 Thread PystCat
I know… I’ve been getting a LOT of these the past month. They are getting VERY annoying. > On Nov 3, 2014, at 5:59 PM, J. Landman Gay wrote: > > On 11/3/2014, 4:54 PM, Pyst Cat wrote: >> What is this..? Is this some kind of phishing expedition..? > > Probably malware on his computer. Ignor

Re: [OT?] Legitimising a developer as a 'publisher' in Windows 7

2014-11-03 Thread Dave Kilroy
That's how it is with my provider - and with signcode.exe I have to manually add the timestamp (it sounds like some other tools to it automatically if it's a 'one click operation') - not a big deal to do it manually though, just something to make sure about... Bob Sneidar-2 wrote > Wait, that is

Re: Shared Doc

2014-11-03 Thread Bob Sneidar
Bear in mind there is a new Ransomware going around. Do NOT click any links. Bob S > On Nov 3, 2014, at 14:54 , Pyst Cat wrote: > > What is this..? Is this some kind of phishing expedition..? > > On Mon, Nov 3, 2014 at 2:50 PM, Peter Brigham wrote: > >> Hi, >> I've shared an item with you

Re: revHHTP

2014-11-03 Thread David Bovill
On 3 November 2014 16:06, Todd Geist wrote: > Hi David, > > Are you thinking of using Node as the server? Or? > First it is just an interesting environment to explore Javascript and LiveCode interaction - for teaching, for inter process communication, and also because there is a lot of useful c

Re: Integrating LiveCode with other C++ Code bases

2014-11-03 Thread David Bovill
And where is the code in the liveCode Github repository that is involved in parsing and compiling the LiveCode scripts? On 3 November 2014 11:20, David Bovill wrote: > ᐧ > I'd like to learn more about the various ways of integrating LiveCode with > other C++ code bases. I'd be grateful for any p

Re: revHHTP

2014-11-03 Thread Todd Geist
On Mon, Nov 3, 2014 at 4:32 PM, David Bovill wrote: > > also because there is a lot of useful code in the Node.js world we could > use. > Yes there is :-). I got an HTTP server going based on the code that Richard provided. Actually I kind of started over. once I got the basics from the mcHTTT.

corrupted stack message

2014-11-03 Thread larry
I keep getting this message: There was a problem opening that stack; stack is corrupted, check for ~ backup file Luckily I did have the stack backed up. I copied my backup to the folder (6.1.1 on Windows XP) and made a few changes. Then I saved the stack. When I went to reopen my new stack I