[ANN] iOS document interaction external added to mergExt

2012-03-13 Thread Monte Goulding
Hi LiveCoders mergExt (http://mergext.com) has grown again with a new external called mergDoc. The suite now includes 8 externals: barcode reading, video recording, extended file attributes, iAd banners and more. mergDoc is an iOS external that adds functions and commands related to document i

Re: Filter probelm

2012-03-13 Thread Terry Judd
On 14/03/2012, at 02:52 PM, Pete wrote: Unless I'm doing something wrong, "filter tvar without tab" doesn't work, that is the lines with a tab remain in tvar after the filter command. Suer would be nice to have that work when dynamically building the contents of a popup menu with indented lines

Filter probelm

2012-03-13 Thread Pete
Unless I'm doing something wrong, "filter tvar without tab" doesn't work, that is the lines with a tab remain in tvar after the filter command. Suer would be nice to have that work when dynamically building the contents of a popup menu with indented lines in it... -- Pete Molly's Revenge

Re: Sqlite and performances in LiveCode

2012-03-13 Thread Pete
Hi Trevor, OK, found the problem. I had a set dgProps["sort by column"] statement after setting the dgNUmberOfRecords. Moved that to a place where dgNumberOfRecords is zero and only one cycle of GetDataForLine happens now. Thanks for the help in tracking it down. There are a lot of nuances to u

Re: Sqlite and performances in LiveCode

2012-03-13 Thread Jérôme Rosat
Thank you very much Trevor. On my iMac 2.8 GHz Intel Core 2 Duo with LiveCode 5.0.2: Opening movies cursor took 274 milliseconds --- Drawing list took 126 milliseconds --- Really impressive compared to previous results ! Jérôme Le 12 mars 2012 à 15:01, Trevor DeVore a écrit : > > I'v

Re: Passing parameters by reference

2012-03-13 Thread Dar Scott
Hi, Bob! On Mar 13, 2012, at 9:37 AM, Bob Sneidar wrote: > That is what passing an element to an array amounts to was my point. I think > what you are calling a statement many will call an expression. This concern is understandable. However, I think we can distinguish between an expression t

Re: Cyberduck versus Flow

2012-03-13 Thread Bill Vlahos
Mark, I've used Cyberduck for years and have really liked it…until recently. The newer versions sometimes messes up my files when I upload them to the web site. Most files work fine but some don't that used to. I've reported it to the vendor who cannot reproduce the problem. I've been using Fe

Re: Cyberduck versus Flow

2012-03-13 Thread Jerry Jensen
Francis, Not exactly what you asked, but I'm using Fetch. I like it fine, but next time I have to pay for an upgrade, i plan to go to CyberDuck. .Jerry On Mar 13, 2012, at 12:01 PM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Maybe a little outside LiveCode discussions, but >

Re: Cyberduck versus Flow

2012-03-13 Thread Pete
I use Cyberduck and Taco HTML Edit together to get the benefits of the combined editor/ftp. Cyberduck detetcs the presence of Taco on your computer and includes a contextual menu item to download a file into Taco, then when you save it in Taco it automatically upload to the server again. Pete On

Re: Cyberduck versus Flow

2012-03-13 Thread Andre Garzia
Francis, I like both Interarchy and Transmit http://nolobe.com http://panic.com These days I am using Transmit. =) On Tue, Mar 13, 2012 at 4:01 PM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Maybe a little outside LiveCode discussions, but > I want the best app to upload my

Re: Cyberduck versus Flow

2012-03-13 Thread Scott Rossi
Hi Francis: If you want cheap, Flow is on sale at the moment, so it is a great deal. I've used it a bit, though not with On_Rev, and it has worked fine. If you're looking specifically for a Mac solution -- there are other FTP tools that have been around for a while but cost more: Fetch - http://f

Re: Cyberduck versus Flow

2012-03-13 Thread Richmond
Personally I've been using Cyberduck for about 5 years, and don't understand the comments about its clumsy interface; all seems remarkably straightforward to me. Experience with almost all other FTP clients seems to fall short of Cyberduck. But, Hey, I'm talking about sending stuff from my PPC m

Re: Cyberduck versus Flow

2012-03-13 Thread Keith Clarke
...I've used Panic's Transmit for the last 10 years and see no need to change. Best, Keith.. On 13 Mar 2012, at 19:22, Charles E Buchwald wrote: > Hi Francis, > I've used Cyberduck for a couple of years, and like it very much. > Used to use FileZilla, but as Mark said, it's a clumsy interface. >

Re: Cyberduck versus Flow

2012-03-13 Thread Charles E Buchwald
Hi Francis, I've used Cyberduck for a couple of years, and like it very much. Used to use FileZilla, but as Mark said, it's a clumsy interface. Haven't tried Flow. - Charles On 2012-03-13, at 1:19 PM, Mark Schonewille wrote: > Hi Francis, > > I tried CyberDuck but it messed up my file names if t

Re: Cyberduck versus Flow

2012-03-13 Thread Mark Schonewille
Hi Francis, I tried CyberDuck but it messed up my file names if they contained special characters. I have no experience with Flow. I still use FileZilla, which has a very clumsy interface but works correctly. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Cyberduck versus Flow

2012-03-13 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Maybe a little outside LiveCode discussions, but I want the best app to upload my files to my On-Rev server. I was happy with FileZilla, then I found Cyberduck which really makes me happy, now I see "Flow" which seems to beat all the FTP apps hands down (cheap at $4.9

Re: options for safe transfer of data to a server - ?

2012-03-13 Thread Pierre Sahores
Hi, The sole solution i know is to own a dedicated server and to access it in SSH tunneling (SFTP) mode with only some open ports 22, 25, 80, 443, etc... you can tune as you want as long as you take care to keep the unwanted ports closed (alike FTP = 21). There are probably ways to tune SFTP t

Re: options for safe transfer of data to a server - ?

2012-03-13 Thread Alex Tweedly
ftp is indeed a security problem, and sftp is not (easily) available - needs externals, or command line usage, etc. https:// would be an option - but he would need an ssl cert. However, if the item to be uploaded is small (sounds like it is), then you can do it very safely and easily, just as

Re: Exporting a snapshot directly to Preview

2012-03-13 Thread Colin Holgate
My variation of the syntax leaves it up to the system to open the file. It would be wrong of you to predetermine that a user sees the document in any particular program. Just leave off the part where you set the app to use, and the system will take care of that for you. On Mar 13, 2012, at 1:2

Re: Sqlite and performances in LiveCode

2012-03-13 Thread Trevor DeVore
On Mon, Mar 12, 2012 at 8:17 PM, Pete wrote: > Thanks for making that change. > > I've been following up a bit more on the behavior of GetDataForLine being > called in repeated cycles for the number of lines in the datagrid. As a > reminder, the datagrid has 11 visible lines, GetDataForLine gets

Re: options for safe transfer of data to a server - ?

2012-03-13 Thread stephen barncard
simple ftp has no security for world accessible web sites. I just had all my sites compromised by Pakistani hackers, and will be spending much of the next two days cleaning up. I have since repented and am using SFTP with Dreamhost. But that doesn't help those that want to use Livecode FTP. There

Re: Externals

2012-03-13 Thread Pete
Thank you Francois. Pete 2012/3/12 François Chaplais > try > http://www.runrev.com/newsletter/november/issue13/newsletter5.php > and > http://www.runrev.com/newsletter/november/issue14/newsletter3.php > Best regards, >François > Le 12 mars 2012 à 22:53, Pete a écrit : > > > The Reference

Re: Exporting a snapshot directly to Preview

2012-03-13 Thread Jim Hurley
(Forgot the Subject line.) Thanks Scott and Colin, LiveCode and this list make it sooo easy. It is almost embarrassing. Does anyone know what program, if there is ONE, that opens when you double click on a jpg or png image in Windows? What happens when you click on an image.jpg? Does Windows p

Scott

2012-03-13 Thread Jim Hurley
Thanks Scott and Colin, LiveCode and this list make it sooo easy. It is almost embarrassing. Does anyone know what program, if there is ONE, that opens when you double click on a jpg or png image in Windows? What happens when you click on an image.jpg? Does Windows present options? Jim >

Re: How do I execute a shell command?

2012-03-13 Thread Bill Vlahos
Theiry and Warren, Thank you. That is what I was missing. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Mar 13, 2012, at 9:35 AM, Thierry Douez wrote: > 2012/3/13 Bill Vlahos > >> The

Re: How do I execute a shell command?

2012-03-13 Thread Warren Samples
On 03/13/2012 11:29 AM, Bill Vlahos wrote: The docs say to execute a shell command you can do: shell("ls -l *.txt") However, this fails for me with: Message execution error: Error description: Handler: can't find handler Hint: shell("ls How do I run a shell command from inside LiveCode on a Mac

Re: How do I execute a shell command?

2012-03-13 Thread Thierry Douez
2012/3/13 Bill Vlahos > The docs say to execute a shell command you can do: > shell("ls -l *.txt") > > However, this fails for me with: > Message execution error: > Error description: Handler: can't find handler > Hint: shell("ls > > How do I run a shell command from inside LiveCode on a Mac? > >

How do I execute a shell command?

2012-03-13 Thread Bill Vlahos
The docs say to execute a shell command you can do: shell("ls -l *.txt") However, this fails for me with: Message execution error: Error description: Handler: can't find handler Hint: shell("ls How do I run a shell command from inside LiveCode on a Mac? The full solution I want to do is to run t

Re: Slightly OT - LC in Keynote

2012-03-13 Thread Bob Sneidar
Oh that is an interesting thought. But still, if the presentation is very complex just the writing of a stack that would respond to the Applescript commands would be a lot of work. Bob On Mar 13, 2012, at 7:21 AM, Mike Bonner wrote: > Don't know how it would be accomplished, but apparently "

Re: Passing parameters by reference

2012-03-13 Thread Bob Sneidar
That is what passing an element to an array amounts to was my point. Bob On Mar 12, 2012, at 5:39 PM, Pete wrote: > I'm not sure whose post you're responding to Bob. Where do you see > something that amounts to a statement being passed as a referenced > parameter? > Pete > > On Mon, Mar 12,

Re: Slightly OT - LC in Keynote

2012-03-13 Thread Mike Bonner
Don't know how it would be accomplished, but apparently "send to program" lets you do some interesting things, and since its based on appletalk/applescript type of events, it might be possible to talk to a separate running stack that way? Obviously neither powerpoint nor keynote have the same verb

options for safe transfer of data to a server - ?

2012-03-13 Thread Curt Ford
My client wants to have a routine that records when a user first installs the project, by incrementing an item in a text file on his server. We've got it working well with ftp but I'm wondering if whether sending the ftp login & password over regular ftp is a security issue; some digging in the