Re: iOS: how to play a video file from a url?

2010-12-11 Thread BNig
Hi Scott, sorry to be of no help here. You probably know a lot more about this than I do. The provisioning profiles are still a mystery to me. I can only use the team provisioning profile. And only one of them, because somehow I managed to get two. If I use the wrong one I get the same error

Datagrids and iOS Live

2010-12-11 Thread David Bovill
So does anyone have data grids working with the latest 4.5.2 release of LiveCode for iOS? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

[Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Jeffrey Massung
I hope no one here minds a shameless plug and perhaps helping me out a little... Over the past few months I've been working to bring together an idea I've had for quite some time: persistent, live, online chat rooms that are quick and easy to make, use, and fun. The result is Sqwerly Chat. It

Re: How to select image object instead of group

2010-12-11 Thread Scott Rossi
Recently, Scott Pepperdine wrote: The image script is: on mouseup answer file Select your file: if it is empty exit to top set the filename of image image to it end mouseup The group script is as follows ( just to prove to me this what was happening: on mouseup answer

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Scott Rossi
Recently, Jeffrey Massung wrote: I've now hit a comfortable alpha stage, where almost all features are implemented and before going much further I'm looking for customer feedback on the concept, site design, user interface/ease of use, etc. I'm posting this here because there have been

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Jeffrey Massung
On Dec 11, 2010, at 2:07 AM, Scott Rossi wrote: http://www.sqwerly.com/room?q=12027 First thought: accessing the above q=12027 URL results in a blank page (FireFox Mac). Is it necessary to register to make the above display anything? Scott, Thanks for trying it. No, registration is

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Scott Rossi
Recently, Jeffrey Massung wrote: In preparation, I've already created a LiveCode chat room on Sqwerly: http://www.sqwerly.com/room?q=12027 I'm now in room 12027 (I think) -- from what I can tell, it's empty (there's me talking and no response... But then again, that's pretty much par for

Re: iOS: how to play a video file from a url?

2010-12-11 Thread BNig
Hi Scott, I guess you already tried all of them in the Standalone appliction settings - iOS - Profile This just has got to work. In desperation I would try to remove Livecode's preferences. That sometime helped me with funny things in Rev. Again, unfortunately I am not a big help here, as much

Re: iOS: how to play a video file from a url?

2010-12-11 Thread BNig
Hi David, here is a way to download a movie once and store it on the iPhone for repeated showing from the local file, also between restarts of the app. You would have to know the URL beforehand. -- on mouseUp put LanoKurz-iPhone-cell.3gp into tMovie put

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Mike Bonner
Just tried to go there(firefox) empty screen as mentioned by Scott up above. Then tried it with safari and got: Safari can’t open the page “http://www.sqwerly.com/room?q=12027” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few

Re: How to select image object instead of group

2010-12-11 Thread Peter Brigham MD
On Dec 10, 2010, at 11:28 PM, Scott Pepperdine wrote: The image script is: on mouseup answer file Select your file: if it is empty exit to top set the filename of image image to it end mouseup The group script is as follows ( just to prove to me this what was happening: on mouseup

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Andre Garzia
Hey Jeff, So someone is using AllegroServer... is that Franz CL or other Lisp using Portable Allegro Server? I am using hunchentoot and sbcl here, going for weblocks! congrats on the app! :-D Cheers andre On Sat, Dec 11, 2010 at 11:56 AM, Mike Bonner bonnm...@gmail.com wrote: Just tried to

Re: A Datagrid question

2010-12-11 Thread william humphrey
Please ignore this datagrid question. There seems to be something else going on that changes the behavior when the stack is a sheet. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Jeffrey Massung
Thank you everyone who's been trying. This is now fixed and should work as intended. Humbly, I would ask you to try again. :-) Jeff M. On Dec 11, 2010, at 6:56 AM, Mike Bonner wrote: Just tried to go there(firefox) empty screen as mentioned by Scott up above. Then tried it with safari and

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread Jeffrey Massung
Andre, I use Franz CL and love it! Thanks for asking, though. Let me know if you'd like to talk web+lisp some time. Jeff M. On Dec 11, 2010, at 7:59 AM, Andre Garzia wrote: Hey Jeff, So someone is using AllegroServer... is that Franz CL or other Lisp using Portable Allegro Server? I am

Re: [Semi-OT] [ANN] Sqwerly Chat

2010-12-11 Thread william humphrey
Jeffery I can see it now but the login process is such a pain I gave up. It can't be more than twelve characters failed me the first time. I have no idea what went wrong the third time. On Sat, Dec 11, 2010 at 12:12 PM, Jeffrey Massung mass...@gmail.com wrote: Thank you everyone who's been

How to write the | char in a script

2010-12-11 Thread André Bisseret
Bonjour, In a Pulldown Menu (among others), one can have sub-Items for an item (doing tab in the text of the menu) but when ask for it in the message box, it is coded as something like Choice 1| sub 1. I need to write such an item in the script switch theItem case Choice 1| sub

Re: How to write the | char in a script

2010-12-11 Thread André Bisseret
Le 11 déc. 2010 à 18:19, Colin Holgate a écrit : On Dec 11, 2010, at 12:04 PM, André Bisseret wrote: While I know how to get / or \ ;-)), I can't find out how to write the vertical bar separator in the script! I mean, what is the keyboard touches combination (if there is one!) to get

Re: Accessing HTTP Web Services with LiveCode

2010-12-11 Thread Martin Koob
Hi Todd Mark Smith has put some libraries for accessing Amazon web services such as S3 which from my understanding is a restful web service. I have experimented with these a bit but still am learning how this works. Perhaps you can get some ideas from these libraries.

Re: How to write the | char in a script

2010-12-11 Thread Keith Clarke
...I'd recommend PopChar for Mac - any character is just a click away. On 11 Dec 2010, at 19:11, André Bisseret wrote: Le 11 déc. 2010 à 18:27, David C. a écrit : On Sat, Dec 11, 2010 at 11:04 AM, André Bisseret andre.bisse...@wanadoo.fr wrote: ... While I know how to get / or \

Re: How to write the | char in a script

2010-12-11 Thread Colin Holgate
On Dec 11, 2010, at 3:51 PM, Keith Clarke wrote: ...I'd recommend PopChar for Mac - any character is just a click away. Alternately you can go to Keyboard in System Preferences, and check the box that says Show Keyboard Character Viewer in menu bar. That's how I figured out the keys to use

exists

2010-12-11 Thread Richmond
I wonder why this does NOT work: if exists(file: ABC.jpg) is true then ---do something end if how do I check if a file is present or not? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: exists

2010-12-11 Thread Scott Rossi
Recently, Richmond wrote: I wonder why this does NOT work: if exists(file: ABC.jpg) is true then ---do something end if how do I check if a file is present or not? I use this form: if there is a file filepath.jpg then -- do something end if Regards, Scott Rossi Creative

Re: exists

2010-12-11 Thread Richmond
Thanks Mark, Scott and Damien . . . :) ___ 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/mailman/listinfo/use-livecode

Suffixes Rename_Anomaly - Renaming batch files in Livecode

2010-12-11 Thread stephen barncard
Hi Gang. This one has me baffled. Head against desk for a while. please load my test stack with go stack URL http://fulton.barncard.com/bugz/multilineRenameBug.rev; (It only creates suffixed files in a folder that you create or point to after clicking a button.) I am renaming files like this

Re: How to select image object instead of group

2010-12-11 Thread Scott Rossi
OK yes, in your case, the image should reside outside the group, and the sharedText property should be disabled for the field/s. Cloning the card should work fine. Again a strong reason to use groups is because you need one instance of something across multiple cards, which will work for the

Re: glx2

2010-12-11 Thread Mark Wieder
Pete- Friday, December 10, 2010, 2:42:08 PM, you wrote: Is there any documentation for glx2 anywhere? I already like some of the obvious features in it but I'm guessing there's other stuff I don;t know about. Jerry had a site on ning, but I see it's gone now. I don't know if any of it got

Re: Suffixes Rename_Anomaly - Renaming batch files in Livecode

2010-12-11 Thread stephen barncard
So no one here has used *rename* lately? On 11 December 2010 16:03, stephen barncard stephenrevoluti...@barncard.com wrote: Hi Gang. This one has me baffled. Head against desk for a while. please load my test stack with go stack URL http://fulton.barncard.com/bugz/multilineRenameBug.rev;

Re: Suffixes Rename_Anomaly - Renaming batch files in Livecode

2010-12-11 Thread Scott Rossi
Recently, stephen barncard wrote: So no one here has used *rename* lately? I have a renaming stack that I made ages ago for bulk renaming files. It still seems to work as expected. When I try your stack and follow your instructions, pressing the blue button adds a not found label to each item

Re: Suffixes Rename_Anomaly - Renaming batch files in Livecode

2010-12-11 Thread Mike Bonner
Found it. In your data box, put your cursor between the . and the i in delphi (track 12). Hit delete. Twice to get rid of the i then retype the i and it'll work. Is this another example of a unicode problem or something of that nature? All the files on the right (at the start) are this way, and