Re: Image fileName problem

2011-05-14 Thread Thomas McGrath III
Mike, That did it. I just knew that the filenames were full paths before and assumed it was a change in 4.6 Thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 13, 2011, at 6:07 PM, Mike Bonner wrote: > Don't know the specific answer to the problem, but I think

XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
Hi folks, I'm learning about XML & Arrays by attempting to process some web service call responses using the ConvertXMLToArray() in Trevor DeVore's XMLAndArrays library http://revonline2.runrev.com/stack/571/XMLAndArrays The XML data looks fine to the human eye when put into a field, but the out

Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Jim Ault
On May 14, 2011, at 7:24 AM, Keith Clarke wrote: I'm learning about XML & Arrays by attempting to process some web service call responses using the ConvertXMLToArray() in Trevor DeVore's XMLAndArrays library http://revonline2.runrev.com/stack/571/XMLAndArrays The XML data looks fine to the h

Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
Hi Jim, Thanks for responding. Viewed in a field, (with 'dontWrap' set to true), the XML is as expected - a single, long string, without spaces or returns. Copying it into TextWrangler, I can't see anything unusual. I've now also checked that the XML within the variable (prior to putting into t

Re: Animation Via Repeated Loop calls?

2011-05-14 Thread MobileMe
Thanks Alejandro and Scott! Send was just what I needed. And thanks for the heads up on my "not so new thread" issue. I hadn't realized that would happen and had thought deleting the subject, etc. was all that was needed to post new thread. I will refrain from doing that from now on. My apolog

Re: link to my #22 event presentation

2011-05-14 Thread Jim Lambert
Here's an alternate technique for creating puzzle pieces. In last week's great Live LiveCode event > http://www.ustream.tv/recorded/14547851 Colin generously shared the techniques and code which deservedly won him top prize in the "Build An App In A Day" contest at runrevlive11. He explained th

Re: Live LiveCode code event #23

2011-05-14 Thread Björnke von Gierke
One hour until it starts. Join soon: http://bjoernke.com/chatrev/ On 13 May 2011, at 21:52, Björnke von Gierke wrote: > Next event is tomorrow. > > Due to horrible Jet Lag problems for me, and Marks ability to only do the > work of 2 people at once (but not 3), we still desperately need other

Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
...looking close, I see that before the array conversion stage, Trevor's library wraps the revCreateXMLTree() function to create a tree from the xml file. So, I inserted a breakpoint to "answer the TreeID" as soon as it is created. This revealed an error that wasn't being returned - "xmlerror,

Re: link to my #22 event presentation

2011-05-14 Thread Colin Holgate
I tried putting that technique into my makepiece handler, and the image was somewhat scrambled, and it took a lot longer to run. For some reason your example shapes don't keep the alpha intact either. I suspect that LiveCode handles a bit of text copying faster than it handles doing snapshots.

Internet explorer 9 and 'answer folder'

2011-05-14 Thread Kevin Stallibrass
Hi, Anyone have experience of 'answer folder' not working in IE9 on win7 ? I'm using it (answer folder) in a revlet to set a path then FTP downloading a preselected file to that location. With IE9, no windows pops up to locate a folder and the script continues, a progress bar reporting the downlo

Re: link to my #22 event presentation

2011-05-14 Thread Jim Lambert
colin wrote: > I tried putting that technique into my makepiece handler, and the image was > somewhat scrambled, and it took a lot longer to run. For some reason your > example shapes don't keep the alpha intact either. > > I suspect that LiveCode handles a bit of text copying faster than it han

Omegabundle for LiveCode Ending Soon; Scott Rossi's Building Beautiful Buttons Article

2011-05-14 Thread Lynn Fredricks
Hello all, Just a quick note if you've expressed interest in this bundle. We've posted Scott Rossi's Building Beautiful Buttons with tmColor and tmGradient over on the Omegabundle website at Omegabundle.com. If you've been thinking about this bundle - don't think too long! Our slated end date is

delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
I am having problems deleting files and or folders via script. I have searched and found that revdeleteFolder does not work. But what does? I keep getting errors saying can't delete that file etc. I looked through the lessons online and searched the list but did not find any tuts yet. Any one

Re: delete files and folders on-rev.com

2011-05-14 Thread Björnke von Gierke
delete folder but you need to recoursively delete stuff folder needs to be empty On 14 May 2011, at 21:52, Thomas McGrath III wrote: > I am having problems deleting files and or folders via script. > > I have searched and found that revdeleteFolder does not work. But what does? > > I keep gett

Discussing image filters for Livecode (was: "Blurred vision" ...)

2011-05-14 Thread Wilhelm Sanke
On Wed May 11, 2011, Hanson hanson at runrev.com wrote (in post "Re: "Blurred vision" of Rev newsletter, Apr 21"): : ...thank you very much for your great contributions to image processing with LiveCode and for sharing your work with us. Your e-mail, reviewing some of the history of image proce

Re: delete files and folders on-rev.com

2011-05-14 Thread Matthias Rebbe
Hi Thomas, as Björnke already said you can use delete folder. But this only works if the folder is empty. To delete folders and their contents (files and also subofolders) i am using get shell("rm -r "& quote&xArg"e) where xArg contains the name of the folder i want to delete. Regards, Matth

Re: delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
I'm sorry I stated in the subject but I should have stated in the email that I want to do this from the desktop for folders in my subdomain on on-rev server. I think I am having permission problems even though I created the folder from the same app and want to delete it I get both the "folder is

Re: delete files and folders on-rev.com

2011-05-14 Thread Thomas McGrath III
GOT it. There was some artifact left over at the end of the file name. Looked like either a _ or something Is there a better way to get a list of the items in a folder on the server with out all getting all of the permissions and other junk? thanks -- Tom McGrath III http://lazyriver.on-rev.

[OT] fon.nu feature set is getting famous

2011-05-14 Thread Andre Garzia
Hello Folks, During RunRevLive.11, more precisely at 4:00 AM in the morning, I created fon.nu, a minimalist url shortening service. I created that because at 9:00 AM on the same day, I was going to give a presentation on social networks and wanted the URLs on my slides to be short. So, fon.nu doma

Zip Files (revZipAddItemWithData)

2011-05-14 Thread Warren Kuhl
I have articles which I am saving. The user has the option of saving the files individually or in a zip file. When I save them individually, the articles seem to get saved with carriage returns so the paragraphs are separated. When I save into a zip file, the articles seem to be saved without ca

Re: [OT] fon.nu feature set is getting famous

2011-05-14 Thread Jim Ault
Way to go, Andre. My feature request is a way of shortening spam to way less than 2 characters :-) On May 14, 2011, at 8:53 PM, Andre Garzia wrote: Hello Folks, During RunRevLive.11, more precisely at 4:00 AM in the morning, I created fon.nu, a minimalist url shortening service. I create