Fwd: Stackoverflow : new LiveCode questions

2013-03-11 Thread John Craig
The on-rev server job seems to be working OK as Roger's post was waiting in my inbox. I'll ask Heather what she thinks. Original Message Subject:Stackoverflow : new LiveCode questions Date: Sun, 10 Mar 2013 21:50:02 -0500 From: ro...@splash21.on-rev.com To: j.

Re: [mergext] Help with Dropbox external

2013-03-11 Thread Monte Goulding
It's definitely not a production/development issue because my demo app is development. Have you tried using your app key and secret in the demo? >>> >>> Good idea - and that's where the problem seems to lie. No dice with my >>> details included. I've tried copying and pasting the

top 2% on StackOverflow

2013-03-11 Thread Monte Goulding
Hey this is cool... everyone around here keeps up voting my stuff on StackOverflow so I'm currently in the top 2% for rep this month http://stackexchange.com/leagues/1/month/stackoverflow/2013-03-01/1239143#1239143 Cheers -- Monte Goulding M E R Goulding - software development services mer

testing installer pkg for App Store

2013-03-11 Thread Lars Brehmer
OK, this is a little bit spooky! Once again I am testing for app store submission, using the Mac App Submit article in RevUp June 17th 2011. I did this a few weeks ago for the first time and got help solving an initial problem. It worked. Now I am back at it with a new problem. After a few tri

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread Benjamin Beaumont
Hi John, Now that we have a LiveCode tag you can subscribe to the email digest from the StackOverflow site itself. I hope that helps, Ben On 10 March 2013 22:48, John Craig wrote: > I've got a cron job running on on-rev that checks for new LiveCode > questions on stack overflow. If there are

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread Benjamin Beaumont
Ok, John had emailed to say the emails are a little temperamental that come from StackOverflow. A premature email! Warm regards, Ben On 11 March 2013 13:38, Benjamin Beaumont wrote: > Hi John, > > Now that we have a LiveCode tag you can subscribe to the email digest from > the StackOverflow si

RE:UI Painter

2013-03-11 Thread Nigel Soden
Greeting - I need to pretty up the UI objects for an application I'm developing for the iPad. I'm looking for a application that can help me create a mask to use on the objects. Can someone advice what application I can use for such. ___ use-livecode

Re: UI Painter

2013-03-11 Thread Mark Schonewille
Hi Nigel, My GUI elements for iOS at http://qery.us/35s uses graphics controls with graphics effects and gradients, all created with LiveCode. For other apps, I use Photoshop and Illustrator or GIMP and InkSkape. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engin

Launch Process on windows loses focus from main app

2013-03-11 Thread Thomas McGrath III
I have a window version of my LC app that I launch my KeyTrapper Monitor process after my app launches. The problem I am having is that after the KT launches I lose focus on my apps main card and even though I send code to top-level and focus on field "Input" of card main I can't get it to focus

Re: Launch Process on windows loses focus from main app

2013-03-11 Thread Thomas McGrath III
In the docs it says under the launch command that the launched app will come to the front and when my app quits the process then my app will come to the front. That is not what I need here. I need to launch the app in the background since it monitors the keys that LC can't trap and then I need t

Re: UUID: how to get one

2013-03-11 Thread Trevor DeVore
On Sun, Mar 10, 2013 at 4:48 PM, Klaus on-rev wrote: > > Maybe there is windows VB or shell script with the same functionality, > but I don't know :-) Here is a function that works on OS X, Windows an Linux. https://gist.github.com/trevordevore/5135156 VBScript is used on Windows. You will run

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread Peter Haworth
I'm getting the daily SO emails for both the filters I set up just fine. I'm not very anxious to get it from another source. I admire the evangelistic enthusiasm to help get the word out about Livecode by using SO but it[s yet another place to deal with when deciding where to ask questions or whe

[ANN] Toronto LiveCode Meetup March, 27 2013

2013-03-11 Thread Martin Koob
Hi Greater Toronto Area LiveCode Users Group (gTALUG) will be having a meetup on March 27th, 7:00 pm at MaRS Commons, 101 College St. Suite 230, Toronto, ON. LiveCode's Open Source Edition's KicksStarter campaign has succeeded in raising £493,795 141% of their goal of £350,000. Lets have a meet u

Re: UUID: how to get one

2013-03-11 Thread Malte Brill
The late Mark Smith wrote a library that works pretty well. I remember to have patched it a few years back and when I wanted to return the patch I learned that Mark no longer is with us. :-( However the library is still to find. And was originally released under an open source license. His libs

Re: UI Painter

2013-03-11 Thread Richmond
On 03/11/2013 05:12 PM, Nigel Soden wrote: Greeting - I need to pretty up the UI objects for an application I'm developing for the iPad. I'm looking for a application that can help me create a mask to use on the objects. Can someone advice what application I can use for such. GIMP http://w

Windows kill process

2013-03-11 Thread Thomas McGrath III
Ok, so again I have still yet another problem I can't seem to figure out. After I launch my external key trapper app from livecode and then want to quit I can't seem to get it to quit. I have been trying all of these with what appears to be no luck: put the itemDelimiter into tItemDelimiter put

No closeStack message

2013-03-11 Thread Peter Haworth
A stack that has been working fine has suddenly started misbehaving. When I close the stack by clicking the close button in the title bar, I do not get a closeStack message. I verified this by setting a red-dot debug break and a breakpoint command at the start of my closeStack message and also lo

Re: Windows kill process

2013-03-11 Thread Mike Bonner
on windows use taskkill /F /IM processname.exe /F is force, assuming /IM means all matches, but can't look it up at the moment. on mac or linux it seems that killall KeyTrapper should work, though you might do a ps -ef at the command line and confirm caps and such to make sure your match text is

Re: No closeStack message

2013-03-11 Thread Peter Haworth
I found the problem. The General Preference "if destroyStack is false..." was set to "Close the file". I don't recall setting it but I guess I must have. Somehow, "close the file" doesn't come across to me as removing it from memory but that is what it does. Pete lcSQL Software

Re: No closeStack message

2013-03-11 Thread dunbarx
Did you try quitting LC and reopening? And are you positive there are no other closeStack handlers lurking anywhere? Craig Newman -Original Message- From: Peter Haworth To: How to use LiveCode Sent: Mon, Mar 11, 2013 1:57 pm Subject: No closeStack message A stack that has been wor

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Mike, Hello, and thank you. So to confirm: get shell("taskkill /F /IM KeyTrapper.exe") Thank you so much, I'm under a time crunch and was getting a bit nervous. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 11, 2013, at 2:17 PM, Mike Bonner wrote: > taskkill /F

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Just tried it and that worked. But for a second there is a flash of the terminal window. Any way to prevent that on windows? THanks again real life saver. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 11, 2013, at 2:26 PM, Thomas McGrath III wrote: > Mike, > > H

Re: Windows kill process

2013-03-11 Thread Mark Wieder
Thomas McGrath III writes: > > Just tried it and that worked. But for a second there is a flash of the terminal window. Any way to prevent that > on windows? Before the call Set the hideconsolewindows to true -- Mark Wieder mwie...@ahsoftware.net

Re: Windows kill process

2013-03-11 Thread Scott Rossi
Hi Thomas: Try setting the hideConsoleWindows property to true before you execute the shell command. Regards, Scott Rossi Creative Director Tactile Media, UX Design On 3/11/13 10:29 AM, "Thomas McGrath III" wrote: >Just tried it and that worked. But for a second there is a flash of the >te

Re: No closeStack message

2013-03-11 Thread Peter Haworth
Hi Craig, Thanks for the reply - see my follow up post, it was due to a preference setting. Pete lcSQL Software On Mon, Mar 11, 2013 at 11:21 AM, wrote: > Did you try quitting LC and reopening? And are you positive there are no > other closeStack handlers lurking anywhere

Re: Windows kill process

2013-03-11 Thread Monte Goulding
While you seem to have an answer I'm wondering if open process / close process wouldn't be a simpler solution for you. If I remember right you are polling a file but you could be polling the process too if you open the process for read. -- M E R Goulding Software development services mergExt -

Re: UUID: how to get one

2013-03-11 Thread Monte Goulding
It's worse than that. I've run into a policy in an education setting that will cause any shell call to block. Always use open process instead of shell. -- M E R Goulding Software development services mergExt - There's an external for that! On 12/03/2013, at 2:47 AM, Trevor DeVore wrote: > In

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread Monte Goulding
On 12/03/2013, at 3:27 AM, Peter Haworth wrote: > yet another online site, Expert Answers I hope someone follows up on that. I'll probably focus on StackOverflow but if someone wants to take on http://www.experts-exchange.com it would be great. The more the merrier ;-) Cheers -- Monte Gould

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread dunbarx
Monte. This site costs $13 per month. Much as I love to kibitz about LC, I don't know if I am willing to pay for the privilege. Craig Newman -Original Message- From: Monte Goulding To: How to use LiveCode Sent: Mon, Mar 11, 2013 3:40 pm Subject: Re: Stackoverflow : new LiveCode q

Re: Stackoverflow : new LiveCode questions

2013-03-11 Thread Monte Goulding
On 12/03/2013, at 6:59 AM, dunb...@aol.com wrote: > This site costs $13 per month. Much as I love to kibitz about LC, I don't > know if I am willing to pay for the privilege. Ah... missed that. I suspect I'd give it a miss too... perhaps RunRev should have a rep there though incase someone as

Re: Returns Don't Return?

2013-03-11 Thread Mark Talluto
On Mar 6, 2013, at 9:29 PM, Scott Rossi wrote: > I have a stack that generates a return-delimited list of files in a folder > and writes the list to a simple text file. > put theFileList into url ("file:" & dropBoxFolder() & "flist.txt") > > > When I retrieve this file within LiveCode, it ignor

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Monte, My problem is that it is too late in the game for me to switch. I thought about open process for text read first off but we had already had it set up this way. Now, I only have two more days till my dead line. So I can't change course now. I thought it would have been much smoother using

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Mark, Yes that takes care of it. Thank you. If I wasn't under the gun to get this done i would have remembered that. I used it in my iTunes controller suite. Thanks so much, can't wait till Thursday when this is all behind me, for now….. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Scott, Yes, Mark offered the same answer. It's seems under this deadline I am forgetting everything…. Even stuff I have used before.. Thanks Again, Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 11, 2013, at 3:48 PM, Scott Rossi wrote: > Hi Thomas: > > Try sett

Re: Windows kill process

2013-03-11 Thread Monte Goulding
You could still use open/close process and poll the file. As I said to Trevor regarding UUIDs you can't rely on shell not locking up your whole app. On 12/03/2013, at 9:59 AM, Thomas McGrath III wrote: > My problem is that it is too late in the game for me to switch. I thought > about open proc

Re: Windows kill process

2013-03-11 Thread Thomas McGrath III
Good thing to know. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 11, 2013, at 7:07 PM, Monte Goulding wrote: > You could still use open/close process and poll the file. As I said to Trevor > regarding UUIDs you can't rely on shell not locking up your whole app. >

Setting button hilite in a script

2013-03-11 Thread Peter Bogdanoff
Hi all, In the course of a script that does other things, I want to set the hilite of a radio button--but it's not happening: if there is a button "Local" then set the hilite of button "Local" to true doesn't do that. click button 1 at the loc of button "Local"

Re: Setting button hilite in a script

2013-03-11 Thread Devin Asay
On Mar 11, 2013, at 5:08 PM, Peter Bogdanoff wrote: > Hi all, > > In the course of a script that does other things, I want to set the hilite of > a radio button--but it's not happening: > > if there is a button "Local" then > set the hilite of button "Local" to true > > do

Re: Setting button hilite in a script

2013-03-11 Thread Peter Haworth
Sounds like the autohilite property of the button is off. Pete lcSQL Software On Mon, Mar 11, 2013 at 4:08 PM, Peter Bogdanoff wrote: > Hi all, > > In the course of a script that does other things, I want to set the hilite > of a radio button--but it's not happening: > >

Re: Setting button hilite in a script

2013-03-11 Thread stephen barncard
try using a full path to the object btn "local" of card 1 of stack "whatever" if the calling script isn't in the right place in the message path, it may never 'see' the object. On Mon, Mar 11, 2013 at 4:08 PM, Peter Bogdanoff wrote: > Hi all, > > In the course of a script that does other thing

Re: Returns Don't Return?

2013-03-11 Thread Scott Rossi
Thanks Mark, will give it a try. I thought "return" was supposed to be the new universal way to refer to the platform-appropriate return character but I guess not. Then again, I'm not even sure this is really a platform related issue. Regards, Scott Rossi Creative Director Tactile Media, UX Desig

Re: Returns Don't Return?

2013-03-11 Thread Mark Talluto
On Mar 11, 2013, at 6:15 PM, Scott Rossi wrote: > Thanks Mark, will give it a try. > I thought "return" was supposed to be the new universal way to refer to > the platform-appropriate return character but I guess not. Then again, I'm > not even sure this is really a platform related issue. I sta

Re: Returns Don't Return?

2013-03-11 Thread Jerry Jensen
Speaking to "small animals" over "serial interfaces" often requires CR+LF. Learning this can be quite frustrating. .Jerry On Mar 11, 2013, at 6:15 PM, Scott Rossi wrote: > Thanks Mark, will give it a try. > I thought "return" was supposed to be the new universal way to refer to > the platform-a

[ANN] Toronto LiveCode Meetup March, 27 2013

2013-03-11 Thread Martin Koob
(I posted this through the archive at Nabble.com but I don't think it was accepted. Sorry if this is a double post.) Greater Toronto Area LiveCode Users Group (gTALUG) will be having a meetup on March 27th, 7:00 pm at MaRS Commons, 101 College St. Suite 230, Toronto, ON. LiveCode's Open Sourc

Re: Setting button hilite in a script

2013-03-11 Thread Peter Bogdanoff
I've got this working somehow... Pete: "Sounds like the autohilite property of the button is off." Autohilite was on. Devin: "This first thing I do in cases like this is check to see whether I have inadvertently created two buttons with the same name. Only the button with the lower layer will