Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richmond
On 05/18/2013 12:39 AM, Richard Gaskin wrote: FWIW, if you're using a distro with Nautilus (comes with Ubuntu and others), the "Connect to Server..." option works very well with SSH by just entering: ssh://@ I've added shortcuts in Nautilis' sidebar for the servers I use often, and now I

Re: [RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread Monte Goulding
I'm sure there will be a survey at some point but there was a bit of discussion over here all of which JoJo didn't want to hear just yet... Personally I think that if it's going to be anywhere in Europe it may as well be in Edinburgh. It's cheap to fly around Europe for the locals anyway and yo

RE: [RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread John Dixon
Keep it in Europe...:-) I couldn't make it to Scotland, even from the South of England, this year as I had to be around whilst two daughters are going through their GCSE exams at school... Somewhere in England would be good...:-) > Date: Fri, 17 May 2013 23:13:18 -0500 > Subject: Re: [RevLive]

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
Thank you Mr. Eller. How about delete file from remote server? I have this, but not working. Can't find anything on nabble. *delete* URL ("http://someSubDomain.on-rev.com/test.txt";) On Fri, May 17, 2013 at 11:12 PM, Roger Eller wrote: > You need to know the path, but it's as easy as: >

Re: [RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread Shawn Blc
True. New Orleans, or Atlanta GA would be fine with me. On Fri, May 17, 2013 at 10:59 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > A place hopefully in a hub city. Otherwise it's a minimum two-hop flight > from everywhere. > > > On Fri, May 17, 2013 at 8:22 PM, Shawn Blc >

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Roger Eller
You need to know the path, but it's as easy as: if there is a file "c:/test.txt" then answer "file exists" else answer" file doesn't exist" end if ~Roger On May 17, 2013 11:54 PM, "Shawn Blc" wrote: > How can I check the local machine to see if a file exists? > ___

RE:Data Grid - Registering the product

2013-05-17 Thread Nigel Soden
I'm SO ANGRY... I purchased DataGrid helper and found that I cant register it on V5.5.4 (Personnel). When doing some research on the product, no where did it mention that it can't be used on the personnel version. OR have I got it wrong. If this is the case then I will request a full refund.

Re: [RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread stephen barncard
A place hopefully in a hub city. Otherwise it's a minimum two-hop flight from everywhere. On Fri, May 17, 2013 at 8:22 PM, Shawn Blc wrote: > Since RevLive 13 is now wrapped up, except for those few meandering souls > liquored up on Scotland's finest. > > I'm wondering if there's a location pic

[BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
How can I check the local machine to see if a file exists? ___ 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-

[RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread Shawn Blc
Since RevLive 13 is now wrapped up, except for those few meandering souls liquored up on Scotland's finest. I'm wondering if there's a location picked out for RevLive 14? Personally, I'd like to see a US location, preferably some where in the southern US (New Orleans, Biloxi, , Mobile, Pensacola,

[FRIVOLITY] the customKeys["direct"] notation...

2013-05-17 Thread Robert Mann
Hi... from a french guy who could not make it to scotland... having forgotten to renew his Id card! cheers! Working with cProps a lot lately for a kind of server-stack xml dbase that works smoothly both on desktop and on the server and that I was to present at the conference, as a nifty tool to s

Re: where are you guys

2013-05-17 Thread Tim Selander
Right where we always are! Having sushi tonight -- you're more than welcome to join us ;-) Tim Selander Tokyo, Japan On 5/18/13 3:56 AM, Andre Garzia wrote: Hey Guys, Its dinner time. I am wondering where you are! Please tell me over email and possibly over SMS to +552199581066 cheers andre

Re: where are you guys

2013-05-17 Thread Jerry Jensen
I hope he didn't accidentally go to Chicago again... On May 17, 2013, at 4:21 PM, mwie...@ahsoftware.net wrote: > Andre has been found. > All is well. > Not to worry. > > -- > Mark Wieder > mwie...@ahsoftware.net > > > > ___ > use-livecode mailing

Re: iOS - no sound through speakers

2013-05-17 Thread Gerry Orkin
Nope, checked all those settings, still not playing. Other apps play through both headphones and the speakers so I know it's not hardware.  I'll rebuild the (so far simple) stack again from scratch and see if that fixes it.  Gerry On Sat, May 18, 2013 at 12:47 AM, Chris Sheffield wrote: >

Re: where are you guys

2013-05-17 Thread mwieder
Andre has been found. All is well. Not to worry. -- 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://lis

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richard Gaskin
FWIW, if you're using a distro with Nautilus (comes with Ubuntu and others), the "Connect to Server..." option works very well with SSH by just entering: ssh://@ I've added shortcuts in Nautilis' sidebar for the servers I use often, and now I have ulta-convenient file access with all the s

Re: Show/Hide Groups vs. Card Transitions on Mobile

2013-05-17 Thread Randy Hengst
Mike, I don't do anything fancy, but I do use a dissolve to change between groups when showing/hiding Options, Info, and Instructions in my apps. Take a look at a free one: 10 Frame Fill for iPod and iPad. I'm Classroom Focused Software. It works fine. I include a set loc during the show, so d

Re: Show/Hide Groups vs. Card Transitions on Mobile

2013-05-17 Thread Dar Scott
This is not really an answer to your concern, but it might help tip the balance in making a decision. In the past, I have made a tabbed group using cards and then wished I used showing/hiding when I added another tabbed group or two. Dar On May 17, 2013, at 1:44 PM, Mike Kerner wrote: > Befo

Re: Show/Hide Groups vs. Card Transitions on Mobile

2013-05-17 Thread Scott Rossi
What do you want to know? In theory, showing/hiding groups could perform better than doing a full card transition because the region to be updated is smaller than the card. You may need to play with enabling or disabling accleratedRendering if performance is poor. Remember that you can also rest

Re: Show/Hide Groups vs. Card Transitions on Mobile

2013-05-17 Thread Chris Sheffield
In my experience the main thing to watch out for if you're using visual effects to transition between cards is not to do too much processing in your preOpenCard handler (or in other handlers called from preOpenCard). This has been the main cause of slowdowns for me. Do as much of your card proce

Show/Hide Groups vs. Card Transitions on Mobile

2013-05-17 Thread Mike Kerner
Before I spend all weekend playing with this, has anybody done any experiments on showing and hiding groups on cards instead of doing transitions between cards on mobile? I'm specifically wondering about folks using MobGUI or tmTools, which I would imagine require more resources than projects that

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richmond
On 05/17/2013 10:06 PM, Warren Samples wrote: On 05/17/2013 12:48 PM, Richmond wrote: Chucked out FileZilla and went for gFTP: lovely and simple :) Richmond. I used gFTP when I used Mint and it worked well and had all the features I needed. I like FileZilla a little better, but it's clear

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Warren Samples
On 05/17/2013 12:48 PM, Richmond wrote: Chucked out FileZilla and went for gFTP: lovely and simple :) Richmond. I used gFTP when I used Mint and it worked well and had all the features I needed. I like FileZilla a little better, but it's clearly causing you only grief. My needs are very b

Re: where are you guys

2013-05-17 Thread Richmond
On 05/17/2013 09:56 PM, Andre Garzia wrote: Hey Guys, Its dinner time. I am wondering where you are! Please tell me over email and possibly over SMS to +552199581066 cheers andre Somebody's eating 'dinner' very, very late indeed; as in Scotland, dinner is normally eaten at about 1 o'clock

where are you guys

2013-05-17 Thread Andre Garzia
Hey Guys, Its dinner time. I am wondering where you are! Please tell me over email and possibly over SMS to +552199581066 cheers andre -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. ___ use-live

Get current card

2013-05-17 Thread Richmond
Having sorted out the FTP glitch, "KARDER.rev" is now available at: http://andregarzia.on-rev.com/richmond/GIFTS/KARDER.rev.zip Big, Cheap Thrills on a Friday night, not! Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richmond
Chucked out FileZilla and went for gFTP: lovely and simple :) Richmond. ___ 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/mail

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richmond
On 05/17/2013 08:11 PM, Warren Samples wrote: On 05/17/2013 11:54 AM, Richmond wrote: Hey-Ho You Happy Linux Mages, I have been merrily connecting to my FTP/Web-page site (a subset of Andre Garzia's site, God Bless him) using a Macintosh FTP client for about 3-4 years (Cyberduck) which set thin

Re: [OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Warren Samples
On 05/17/2013 11:54 AM, Richmond wrote: Hey-Ho You Happy Linux Mages, I have been merrily connecting to my FTP/Web-page site (a subset of Andre Garzia's site, God Bless him) using a Macintosh FTP client for about 3-4 years (Cyberduck) which set things up "licketty-split" [for those of you who do

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:08 PM, Peter Haworth wrote: I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it i

Re: The current card

2013-05-17 Thread Peter Haworth
Thanks folks - the name/id of the current card of stack "x" is what I needed. Pete lcSQL Software On Fri, May 17, 2013 at 9:43 AM, Richmond wrote: > On 05/17/2013 07:34 PM, Roger Guay wrote: > >> Too long for a poor typist. I called it myStack! >> >> >> On May 17, 2013, a

Re: The current card

2013-05-17 Thread Roger Guay
Well, there's my problem! On May 17, 2013, at 9:43 AM, Richmond wrote: > I thought all 'REAL' Livecode programmers …. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

[OT] Playing silly bu**ers with FileZilla.

2013-05-17 Thread Richmond
Hey-Ho You Happy Linux Mages, I have been merrily connecting to my FTP/Web-page site (a subset of Andre Garzia's site, God Bless him) using a Macintosh FTP client for about 3-4 years (Cyberduck) which set things up "licketty-split" [for those of you who don't know that is a technical term] . .

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:47 PM, dunb...@aol.com wrote: Richmond. I would have given Ms. Gay a sexist disclaimer, not an anti-sexist one. Possiblement, mon vieux :) Craig -Original Message- From: Richmond To: How to use LiveCode Sent: Fri, May 17, 2013 12:44 pm Subject: Re: The curren

Re: The current card

2013-05-17 Thread dunbarx
Richmond. I would have given Ms. Gay a sexist disclaimer, not an anti-sexist one. Craig -Original Message- From: Richmond To: How to use LiveCode Sent: Fri, May 17, 2013 12:44 pm Subject: Re: The current card On 05/17/2013 07:34 PM, Roger Guay wrote: > Too long for a poor typist.

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:34 PM, Roger Guay wrote: Too long for a poor typist. I called it myStack! On May 17, 2013, at 9:26 AM, Richmond wrote: I thought all 'REAL' Livecode programmers gave their stacks names at least 30 characters long . . . presumably one character for each hair on their chest

Re: The current card

2013-05-17 Thread Roger Guay
Too long for a poor typist. I called it myStack! On May 17, 2013, at 9:26 AM, Richmond wrote: > On 05/17/2013 07:22 PM, Roger Guay wrote: >> How about "put the ID of this cd [of stack myStack]"? >> >> Best, >> Roger >> >> > > put the id of the current card of stack "WHATEVERYOUHAVECALLEDYOU

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:22 PM, Roger Guay wrote: How about "put the ID of this cd [of stack myStack]"? Best, Roger put the id of the current card of stack "WHATEVERYOUHAVECALLEDYOURSTACK" Richmond. ___ use-livecode mailing list use-livecode@lists.runrev

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:08 PM, Peter Haworth wrote: I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it i

Re: The current card

2013-05-17 Thread Roger Guay
How about "put the ID of this cd [of stack myStack]"? Best, Roger On May 17, 2013, at 9:08 AM, Peter Haworth wrote: > I'm probably missing something really obvious but how do you get the > id/name of the current open card in a stack? > > If the stack is the topstack, I'm looking at line 1 of t

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:08 PM, Peter Haworth wrote: I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it i

The current card

2013-05-17 Thread Peter Haworth
I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it is, but how about other open stacks that are not

Re: iOS - no sound through speakers

2013-05-17 Thread Chris Sheffield
If sound plays through the headphones it should also play through the external speaker(s). Check to make sure you don't have the volume muted. If you're on an iPad, the side switch can be toggled to either mute sound or lock rotation. Check the Settings app to see which one is set. One quick way

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-05-17 Thread Mark Schonewille
Hi, The first batch of books has been sent and are to arrive shortly. A few of you still haven't confirmed their address. If you purchased the book but never confirmed your address (or don't know what I'm talking about), please contact me. One person purchased the book without providing a co

Re: Has anyone had problems with 6.0.1 Commercial activating

2013-05-17 Thread Robert Mann
Yes I did have too. About a week ago, Msg stated 6.01 RC1 was no more valid. So i used the 6OS version, and older ones, and I will dig that matter next week. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Has-anyone-had-problems-with-6-0-1-Commercial-activating-

Re: 5.5.4 Activation

2013-05-17 Thread Pierre Sahores
Dar, I had the problem some weeks before against the iOS and Android modules while in the mean time the other modules (OSX, Win, Server) licensing went successful. The problem went solved (iOS / Android modules licenses outdated) with Heather help after a mail to supp...@runrev.com. HTH, Re

Re: 5.5.4 Activation

2013-05-17 Thread Shawn Blc
Right now I'm having problems activating 6.0.1 commercial. Even after downloading the offline license file it won't activate, instead I get a message that it's an invalid license file. What a pain in the rear. On Thu, May 16, 2013 at 1:10 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de>

Has anyone had problems with 6.0.1 Commercial activating

2013-05-17 Thread Shawn Blc
Has anyone had problems with 6.0.1 Commercial activating? I even tried downloading the offline license file and get a message that it's an invalid license file. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib