Re: the target

2012-09-16 Thread Jacques Hausser
Le 16 sept. 2012 à 02:57, Mark Smith mark_sm...@cpe.umanitoba.ca a écrit : Ok, thanks Mike and Pete. I understand what is going on now. So I guess the best (and only?) way to keep track of this is: on mouseup stuff the name of the button in a global variable go stack test then in

[ANN] ChartMaker version 3

2012-09-16 Thread FlexibleLearning
ChartMaker v3 Delighted to announce this upgrade. Lots of new and improved goodies for you... - Optimized scaling so you can 'zoom in' on the data - Horizontal spacing so you can manage label display - Independent trend lines so multiple series can be individually handled - Improved control over

[OT] We're hiring

2012-09-16 Thread Mark Schonewille
Hi, 2012-2013 promises to be a very busy year for Economy-x-Talk. Therefore, we're currently looking for a LiveCode expert. Look here for more information: http://qery.us/1vq -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: [OT] We're hiring

2012-09-16 Thread Colin Holgate
I like how you tell people which email to send to! You're missing the om at the end though, but I'm sure most people will guess that. Would be funny if you get any applicants who have to ask you what the email address is. ___ use-livecode mailing

Re: [OT] We're hiring

2012-09-16 Thread Colin Holgate
You are right about that, but there is very little in your job application that is to do with LiveCode, and many applicants will use more regular decoding tools. It could be a bug, or hack, in LiveCOde that allows it to work ok. Try this page with your existing code:

Re: [OT] We're hiring

2012-09-16 Thread Mark Schonewille
Well, then applicants can consider it as a part of the task ;) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ,

Re: [OT] We're hiring

2012-09-16 Thread -=JB=-
The site below returns it properly with .com at the end of the line. http://www.base64decode.org/ -=JB=- On Sep 16, 2012, at 8:07 AM, Colin Holgate wrote: You are right about that, but there is very little in your job application that is to do with LiveCode, and many applicants will use

Re: [OT] We're hiring

2012-09-16 Thread Mike Bonner
Interestingly, the base64encode function of livecode does add the padding to the correct length. put the base64encode of supp...@economy-x-talk.com c3VwcG9ydEBlY29ub215LXgtdGFsay5jb20= Apparently the decode function pads the data to the correct length before decoding so it works with or without

Re: [OT] We're hiring

2012-09-16 Thread Mike Bonner
oops. Shouldn't have posted the address my apologies, wasn't thinking. On Sun, Sep 16, 2012 at 9:42 AM, Mike Bonner bonnm...@gmail.com wrote: Interestingly, the base64encode function of livecode does add the padding to the correct length. put the base64encode of supp...@economy-x-talk.com

Re: [OT] We're hiring

2012-09-16 Thread -=JB=-
You are fired! Good thing you didn't sign the NDA yet. -=JB=- On Sep 16, 2012, at 8:44 AM, Mike Bonner wrote: oops. Shouldn't have posted the address my apologies, wasn't thinking. On Sun, Sep 16, 2012 at 9:42 AM, Mike Bonner bonnm...@gmail.com wrote: Interestingly, the base64encode

Re: [OT] We're hiring

2012-09-16 Thread Mike Bonner
Another job down the tubes. WOOT! Time to go to the lake! On Sun, Sep 16, 2012 at 9:52 AM, -=JB=- sund...@pacifier.com wrote: You are fired! Good thing you didn't sign the NDA yet. -=JB=- On Sep 16, 2012, at 8:44 AM, Mike Bonner wrote: oops. Shouldn't have posted the address my

Re: [OT] We're hiring

2012-09-16 Thread Richmond
On 16/09/12 15:07, Mark Schonewille wrote: Hi, 2012-2013 promises to be a very busy year for Economy-x-Talk. Therefore, we're currently looking for a LiveCode expert. Look here for more information: http://qery.us/1vq -- Best regards, Mark Schonewille Ha, ha, ha . . . Jolly good thing

Re: the target

2012-09-16 Thread Peter Haworth
I think you'll need to use the long name/ID of the button not just the name or the stack you go to will try to find the button on itself instead of on the original stack. Couple of other alternatives since I try to avoid global variables whenever possible. The dialogData is a good way to pass

iOS Push Messages

2012-09-16 Thread Dan Friedman
Ok... I've got everything working on my iOS app in regards to Push Notifications. Pretty cool! When the app launches it's saving the device token to a sql database on my server, and I am able to send a push notice to each device. When the app is running, the message is displayed via the

Re: iOS Push Messages

2012-09-16 Thread John Craig
Hi, Dan. I've only got one app using push notifications and it launches OK from the alerts - which version of LC are you using? I can rebuild using the same version and let you know if it still works. :) On 16/09/2012 19:07, Dan Friedman wrote: Ok... I've got everything working on my iOS

Re: iOS Push Messages

2012-09-16 Thread John Craig
I rebuilt with LC5.5.2 and the app crashes when launched from a push notification. Rebuilding with LC5.5.1 and the app launches fine from a push notification. Reported : Bug #10391 On 16/09/2012 19:07, Dan Friedman wrote: Ok... I've got everything working on my iOS app in regards to Push

Re: iOS Push Messages

2012-09-16 Thread Dan Friedman
John, Thanks for finding the problem and for posting the bug report! I'll revert back to 5.1 until it's fixed. -Dan I rebuilt with LC5.5.2 and the app crashes when launched from a push notification. Rebuilding with LC5.5.1 and the app launches fine from a push notification. Reported

datagrid weirdness

2012-09-16 Thread Dr. Hawkins
I'm working with datagrids to figure them out, and am seeing what seems to be weird behavior. I set labels and widths for four columns without a problem (creatively labeled 1-4) Then to stuff some text into it, i put put George into theA[1][1] put Tuesday into theA[1][2] put $37 into

Re: Dictionary bug

2012-09-16 Thread Kay C Lan
Not see that here with LC 5.5.2 Build 1492 on SnoLeo. On Sun, Sep 16, 2012 at 10:21 PM, Mike Bonner bonnm...@gmail.com wrote: There is a dictionary bug in 5.5.2 where the lines of the syntax section of a page all run together. I've sent a note to runrev but was wondering if anyone might have

Re: Dictionary bug

2012-09-16 Thread Mike Bonner
Hmm. just to be sure, look at a function like base64decode. For me it looks like this: the base64Decode of *encodedData*base64Decode(*encodedData*) 1 line smooshed together. All the functions that list both methods of usage (the base64decode, base64decode()) Anyone else seeing this? On Sun,

Re: Dictionary bug

2012-09-16 Thread J. Landman Gay
On 9/16/12 8:56 PM, Mike Bonner wrote: Hmm. just to be sure, look at a function like base64decode. For me it looks like this: the base64Decode of *encodedData*base64Decode(*encodedData*) 1 line smooshed together. All the functions that list both methods of usage (the base64decode,

Re: Dictionary bug

2012-09-16 Thread Mike Bonner
The smoosh has been seconded. :) ty much On Sun, Sep 16, 2012 at 8:07 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 9/16/12 8:56 PM, Mike Bonner wrote: Hmm. just to be sure, look at a function like base64decode. For me it looks like this: the base64Decode of

Re: Dictionary bug

2012-09-16 Thread J. Landman Gay
I hope the Scotts understand these American technical terms. :) On 9/16/12 9:18 PM, Mike Bonner wrote: The smoosh has been seconded. :) ty much On Sun, Sep 16, 2012 at 8:07 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 9/16/12 8:56 PM, Mike Bonner wrote: Hmm. just to be sure, look

Re: Dictionary bug

2012-09-16 Thread Mike Bonner
I shoulda used a more widely used term probably. The 2 lines are catenated would work, but i'm allergic to felines and avoid them when possible. On Sun, Sep 16, 2012 at 8:25 PM, J. Landman Gay jac...@hyperactivesw.comwrote: I hope the Scotts understand these American technical terms. :) On

Re: Dictionary bug

2012-09-16 Thread stephen barncard
What the hell is going on here? On Sun, Sep 16, 2012 at 7:35 PM, Mike Bonner bonnm...@gmail.com wrote: I shoulda used a more widely used term probably. The 2 lines are catenated would work, but i'm allergic to felines and avoid them when possible. On Sun, Sep 16, 2012 at 8:25 PM, J. Landman

Re: Dictionary bug

2012-09-16 Thread Mike Bonner
Um.. Nothin! insert innocent whistling here On Sun, Sep 16, 2012 at 8:42 PM, stephen barncard stephenrevoluti...@barncard.com wrote: What the hell is going on here? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Dictionary bug

2012-09-16 Thread Mark Wieder
Mike- I see the smoosh and raise you the weird documentation for =. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Dictionary bug

2012-09-16 Thread Mike Bonner
I think that particular entry requires another very technical term. Confuselatin. In a sentence: The examples for = are very confuselatin. On Sun, Sep 16, 2012 at 8:49 PM, Mark Wieder mwie...@ahsoftware.net wrote: Mike- I see the smoosh and raise you the weird documentation for =. --

5.5.2 Linux display bug?

2012-09-16 Thread Warren Samples
Hello, I find that the the blinking insertion cursor is not displayed in Livecode 5.5.2 in the IDE, and carrying over through a standalone. This happens running openSUSE 12.1, KDE and Mint 9, Gnome. Toggling desktop effects in SUSE makes no difference, Mint is running in VirtualBox without

Re: 5.5.2 Linux display bug?

2012-09-16 Thread Richard Gaskin
Warren Samples wrote: I find that the the blinking insertion cursor is not displayed in Livecode 5.5.2 in the IDE, and carrying over through a standalone. Confirmed here in LC 5.5.2 with Ubuntu 12.04. Too bad. I was looking forward to using the new engine, but of course this is a

Re: the target

2012-09-16 Thread Mark Smith
Pete, thanks for the tip on dialogdata. That looks like the way to go. -- mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/the-target-tp4655052p4655091.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: 5.5.2 Linux display bug?

2012-09-16 Thread J. Landman Gay
On 9/16/12 11:05 PM, Richard Gaskin wrote: Warren Samples wrote: I find that the the blinking insertion cursor is not displayed in Livecode 5.5.2 in the IDE, and carrying over through a standalone. Confirmed here in LC 5.5.2 with Ubuntu 12.04. Too bad. I was looking forward to using the