Re: Heads up, don't use "secure" as a handler name

2011-09-10 Thread J. Landman Gay
On 9/10/11 5:25 PM, Mark Wieder wrote: I can get secure() and it shows the answer dialog and returns my value, but I can't compile "put secure()". I don't think I've ever seen a function that I could get but not put. I think there's a little "oops" in the engine. I can't decide whether to re

Re: Brush Tool in iOS

2011-09-10 Thread Joe Lewis Wilkins
Randy, How about the paint bucket? I have an app I'm thinking about converting from OSX to iOS that uses both. TIA, Joe Lewis Wilkins Architect On Sep 10, 2011, at 3:56 PM, Randy Hengst wrote: > Hi All, > > I've begun playing with the brush tool in iOS… I'd like the users to be able > to dr

Re: Brush Tool in iOS

2011-09-10 Thread Scott Rossi
Recently, I wrote: >> Has anyone successfully used the brush tool in iOS? > > Last I heard, painting wasn't working on iOS. Don't recall hearing anything > about it being fixed yet. Also, just remembered Colin Holgate may have found a workaround??? Regards, Scott Rossi Creative Director Tacti

Re: Brush Tool in iOS

2011-09-10 Thread Scott Rossi
Recently, Randy Hengst wrote: > Has anyone successfully used the brush tool in iOS? Last I heard, painting wasn't working on iOS. Don't recall hearing anything about it being fixed yet. Regards, Scott Rossi Creative Director Tactile Media, UX Design _

Brush Tool in iOS

2011-09-10 Thread Randy Hengst
Hi All, I've begun playing with the brush tool in iOS… I'd like the users to be able to draw on the screen. I don't need to save any of the drawings, but I need them to be able to draw and erase…. I hit a problem right off the bat…. set the brush to 8 throws an error in the simulator and on th

Re: Heads up, don't use "secure" as a handler name

2011-09-10 Thread Mark Wieder
Jacque- This is actually quite interesting... I made a function named secure: on secure pArgument answer "secure!" return pArgument && "is now secure." end secure I can get secure() and it shows the answer dialog and returns my value, but I can't compile "put secure()". I don't think I've e

Re: Heads up, don't use "secure" as a handler name

2011-09-10 Thread J. Landman Gay
On 9/10/11 2:32 PM, stephen barncard wrote: this underscores our earlier disucssion that command and function names never be the same as, and in some cases can't *contain* that name at all. Naming convetions are very important. With a single namespace we have to balance human readability with wh

Re: Checksum via FTP???

2011-09-10 Thread Roger Eller
On Fri, Sep 9, 2011 at 10:28 PM, J. Landman Gay wrote: > On 9/9/11 6:08 PM, Roger Eller wrote: > > Could I also do something like this: (I probably should try it) >> >> get URLencode(md5digest(URL ("ftp://user:pass@"&; pFilePath))) ? >> > > I get it now. I tried FTP file retrieval a while

Re: Heads up, don't use "secure" as a handler name

2011-09-10 Thread stephen barncard
this underscores our earlier disucssion that command and function names never be the same as, and in some cases can't *contain* that name at all. Naming convetions are very important. With a single namespace we have to balance human readability with what won't confuse the compiler. On 10 Septemb

Re: Heads up, don't use "secure" as a handler name

2011-09-10 Thread dunbarx
No wonder my function: function save end save keeps throwing an error -Original Message- From: J. Landman Gay To: LiveCode Mailing List Sent: Sat, Sep 10, 2011 10:06 am Subject: Heads up, don't use "secure" as a handler name I had a function named "secure()" that's worked fi

Re: Question About PreOpenStack

2011-09-10 Thread dunbarx
Mark. I assumed, as Jacque did, that there was a preOpenStack handler in the stack script of the subStack. It was a long shot that there was a line passing that message. Also, as Jacque is typically wont to point out, and I did not know this, subsequent navigation and returning within that s

Heads up, don't use "secure" as a handler name

2011-09-10 Thread J. Landman Gay
I had a function named "secure()" that's worked fine forever. It takes a text string as a parameter, processes it as SSL, and returns the secure string. As of LiveCode 4.6.4, "secure" is apparently an undocumented keyword. It not only throws an error and prevents scripts from compiling, it als

Re: Removing linebreaks from base64encoded string

2011-09-10 Thread Mark Wieder
Martin- Thanks. Good to know. -- -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 preferences: http://lists.runrev.com/mailm

Re: List of handlers

2011-09-10 Thread Andre Garzia
Hey Zryip, Is revavailablehandlers available on a standalone? (Just curious...) Cheers andre On Sat, Sep 10, 2011 at 6:11 AM, zryip theSlug wrote: > On Sat, Sep 10, 2011 at 1:50 AM, Chip Thomas > wrote: > > > > Hey all, is there a way to get a list of handlers within a control? > > > > Or see

Re: Removing linebreaks from base64encoded string

2011-09-10 Thread Martin Koob
Hi Mark I am working on a way to have browser based uploads to Amazon S3 buckets. As part of the upload form you need a policy in JSON format that is base64 encoded then signed using hmacSha1 that signature is then then base64 encoded. Following that recipe, and using LiveCode's base64encode()

Re: Removing linebreaks from base64encoded string

2011-09-10 Thread Martin Koob
Hi Michael Thanks! that did the trick. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Removing-linebreaks-from-base64encoded-string-tp3803116p3803795.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: List of handlers

2011-09-10 Thread Peter M. Brigham, MD
On Sep 9, 2011, at 11:56 PM, Phil Davis wrote: > Hi Peter, > > Actually the 'filter' command I described will only include the 'end' > statements that start at char 1 of a line. Normally, only 'end ' > statements would be in that category. (I'm assuming the coder used a script > editor like LC

Re: List of handlers

2011-09-10 Thread zryip theSlug
On Sat, Sep 10, 2011 at 1:50 AM, Chip Thomas wrote: > > Hey all, is there a way to get a list of handlers within a control? > > Or see if a handler/function exists? Hi Chip, Try: put the revavailablehandlers of myControl Best regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugon