Re: legacy problem?

2013-07-23 Thread Nicolas Cueto
> have you tried saving the modified or unmodified stack in the Legacy 2.7 format Yup. And no go. (Thanks, Paul.) -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Re: 5.5.5 linking problem

2013-07-23 Thread Scott Morrow
Mark, are you trying to build with externals? I can build with some but I get the error when trying to build using ones related to printing. (rrehardcopy and/or mergdoc ) -- Scott On Jul 22, 2013, at 7:10 PM, Mark Smith wrote: > Yes Scott, that is exactly the same error I am seeing as well.

Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Mark Rauterkus
Hi, Wondering if there is an open souce LiveCode Community project to serve as an FTP client out there? I tried a freeware FTP thingie the other week and it came with a zillion ads and tool bar crazy highjacking stuff with the browser and such. Ugly. Thanks. Mark Rauterkus m...@rauterkus.com

Re: iOS Developer Portal Down?

2013-07-23 Thread Mike Kerner
Yeah, I saw that one on...Friday, I think? It's been 5 days for Apple. Hopefully they'll have it all tweaked soon. Since there haven't been massive amounts of leaks about the incident, I wonder what actually happened. On Tue, Jul 23, 2013 at 1:47 AM, Mark Wieder wrote: > Mike- > > On 7/20/201

Re: iOS Developer Portal Down?

2013-07-23 Thread Mike Kerner
oh, here we go: http://www.csoonline.com/article/736775/apple-closes-developer-site-after-researcher-s-intrusive-hack?source=CSONLE_nlt_salted_hash_2013-07-23 On Tue, Jul 23, 2013 at 8:53 AM, Mike Kerner wrote: > Yeah, I saw that one on...Friday, I think? > > It's been 5 days for Apple. Hopeful

Re: Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Matthias Rebbe
Mark, Andre Garzia create ftp command some time ago. You can find it in the "user samples" section. Search for "ftp commander" Or just download it from here http://revonline2.runrev.com/stack/516/FTP-Commander HTH, Matthias Am 23.07.2013 um 14:41 schrieb Mark Rauterkus : > Hi, > > Wonder

Re: Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Andrew Kluthe
Filezilla or Cyberduck come highly recommended. On Tue, Jul 23, 2013 at 8:01 AM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > Mark, > > Andre Garzia create ftp command some time ago. > > You can find it in the "user samples" section. Search for "ftp commander" > > Or just downloa

Re: Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Richard Gaskin
Mark Rauterkus wrote: Wondering if there is an open souce LiveCode Community project to serve as an FTP client out there? I tried a freeware FTP thingie the other week and it came with a zillion ads and tool bar crazy highjacking stuff with the browser and such. Ugly. The absence of SFTP suppo

Re: iOS Developer Portal Down?

2013-07-23 Thread Colin Holgate
The person in question posted a video about what he had done. I watched most of the video but now I see that it has been made “private”. The gist of the story is that a security expert had logged 13 security flaw bugs with Apple, and to illustrate the possible threat of one of the flaws he also

Re: iOS Developer Portal Down?

2013-07-23 Thread Mike Kerner
HA! Apple didn't give Charlie Miller a job, they banned him for a year, and what he did was not only a lot less offensive, but long term, it was, I believe, more helpful to Apple On Tue, Jul 23, 2013 at 10:43 AM, Colin Holgate wrote: > The person in question posted a video about what he had do

Re: OT: Evil Mad Scientist Labs teaches boolean logic

2013-07-23 Thread Alejandro Tejada
Hi Mark, I have read your post weeks ago, and bookmarked it. How could we make a computer simulation of this artifact using Livecode? Does exists downloable plans to build one? Videos does give a hint about the inner workings. http://hackaday.com/2011/06/09/gigantic-ball-manipulating-binary-compu

Re: iOS Developer Portal Down?

2013-07-23 Thread Colin Holgate
Except, he broke the developer rules before then telling Apple about it. This other guy posted a message saying that the problem really should get fixed quickly, before then following up with example data. On Jul 23, 2013, at 10:48 AM, Mike Kerner wrote: > >HA! Apple didn't give Charlie Mill

Re: iOS Developer Portal Down?

2013-07-23 Thread Ian Wood
I suspect that Apple are more concerned with the 100k other records he downloaded than the Apple employee details... Ian On 23 Jul 2013, at 15:43, Colin Holgate wrote: > The gist of the story is that a security expert had logged 13 security flaw > bugs with Apple, and to illustrate the possib

Re: iOS Developer Portal Down?

2013-07-23 Thread Mike Kerner
Yes Charlie did break the DP rules. This guy went a little further, though. If they didn't offer Charlie a job this guy won't get one, either. On Tue, Jul 23, 2013 at 10:59 AM, Ian Wood wrote: > I suspect that Apple are more concerned with the 100k other records he > downloaded than the Apple

[semi OT] setting a subdomain in cPanel / on-rev

2013-07-23 Thread jbv
Hi folks, Just a quick question about subdomain settings in cPanel : I have added an add-on to my main domain and everything works fine : now I have myAddon.myMainDomain displaying in cPanel and the add-on myAddon.com displays in my browser. Now I want to add a subdomain to the newly created add

french accents and other funny letters...

2013-07-23 Thread John Dixon
How do I handle letters with accents on the ipad ?... I am getting strange chars in the middle of strings of french addreses being returned, when getting 'google' to change long/lat to physical addresses ... __

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Peter Haworth
Thanks Geoff. It looks like this is probably not going to work as a behavior for me since the field I'm using it on includes mouseUp/Down handlers to handle situations other than drag/drop, but other than that, this is great, thanks again. Pete lcSQL Software On Mon, Jul

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Richard Gaskin
Peter Haworth wrote: It looks like this is probably not going to work as a behavior for me since the field I'm using it on includes mouseUp/Down handlers to handle situations other than drag/drop, but other than that, this is great, thanks again. I wonder if Geoff's script could be revised to u

Re: How to manage file name containing a date with /

2013-07-23 Thread André Bisseret
Thanks a lot Thomas for your precise questions; that help me a lot to better explain my problem. That's what I am trying below. Le 22 juil. 2013 à 23:03, Thomas McGrath III a écrit : > Andre, > > You are not answering the proper questions to come up with a solution for > this. Well ,I was try

Re: Anyone have an OPEN SOURCE project as a FTP app?

2013-07-23 Thread Dr. Hawkins
On Tue, Jul 23, 2013 at 7:41 AM, Richard Gaskin wrote: > Thankfully, for general FTP/SFTP needs there's FileZilla, free, open, and > ad-free: > I've been using filezilla for years now. Bizzarely, the software used by Chapter 13 bankruptcy trustees does *not* work

Re: How to manage file name containing a date with /

2013-07-23 Thread Mark Wieder
André- Tuesday, July 23, 2013, 11:26:43 AM, you wrote: > One click on a specific button "create transfert folder" create > the folder that will be dragged on the USB key of the patient My guess on this: in the script of that button, transform the filenames into something less troublesome, proba

Re: How to manage file name containing a date with /

2013-07-23 Thread Thomas McGrath III
André I don't know how to make windows recognize the "/" but you are in luck that the Mac can see them. Others might have a better approach but if it were my project I would 'bite the bullet' as it were and build a quick and dirty tool in LC on the Mac and rename/fix all of those file names at

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Peter Haworth
On Tue, Jul 23, 2013 at 11:02 AM, Richard Gaskin wrote: > I wonder if Geoff's script could be revised to use "before mouseDown" or > "after mouseDown" to allow instances to handle the primary forms of those > messages without interference? Great idea, The before/after messages are pretty recent

[OT] Free Benchmarking Stuff

2013-07-23 Thread Richmond
http://www.phoronix-test-suite.com/ munchies! 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/mailman/listinfo/use

DataGrid hilited row color?

2013-07-23 Thread webmaster
I'm fairly new to working with LiveCode Data Grid controls. I've noticed that you can set the color for hilited rows. In my case, I'm showing hilited rows with a RED background color. However, when the data grid loses focus (click in a text field or on a different open stack), the hilited ro

Re: french accents and other funny letters...

2013-07-23 Thread Monte Goulding
On 24/07/2013, at 3:05 AM, John Dixon wrote: > How do I handle letters with accents on the ipad ?... I am getting strange > chars in the middle of strings of french addreses being returned, when > getting 'google' to change long/lat to physical addresses ... They are most likely utf8 encoded.

Re: DataGrid hilited row color?

2013-07-23 Thread Andrew Kluthe
set the dgProp[ "dim on focusOut" ] of group "Data Grid" to false On Tue, Jul 23, 2013 at 3:55 PM, wrote: > I'm fairly new to working with LiveCode Data Grid controls. I've noticed > that you can set the color for hilited rows. In my case, I'm showing > hilited rows with a RED background colo

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Geoff Canyon
Thanks Kaus for pointing it out, and particularly Scott who wrote the thing in the first place. When I think back on all I went through with Navigator trying to make the built-in drag-drop messages work (badly) it's frustrating that this works so well without using the drag-drop messages at all :-/

Re: paste and closeField

2013-07-23 Thread Dr. Hawkins
On Sat, Jul 20, 2013 at 8:47 PM, wrote: > I did not check the docs, but if I paste into a field and then click on the card somewhere, say, a >closefield message is sent to the field. According to a comment in the Dictionary, pmb...@gmail.com 2010-12-12 at 11:35:09 Note that if you paste text int

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Geoff Canyon
https://docs.google.com/file/d/0By_mW8YYOZpATnFfeExKNkt1VXc This version updates the history of the selection after a drag so the problem you saw should be corrected. Feel free to update the instructions, etc. and repost on your site. Let me know if you think of anything else it needs. On Sun, J

Auto character translations

2013-07-23 Thread J. Landman Gay
Does anyone know if the label of a stack is included when the engine translates the Mac character set to Windows? I need to include a registration mark in the stack title, and that isn't the same in the two charater sets. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperAc

Re: DataGrid hilited row color?

2013-07-23 Thread webmaster
Works beautifully. Thanks, Andrew! On Tue, 23 Jul 2013 16:11:17 -0500, Andrew Kluthe wrote: set the dgProp[ "dim on focusOut" ] of group "Data Grid" to false On Tue, Jul 23, 2013 at 3:55 PM, wrote: I'm fairly new to working with LiveCode Data Grid controls. I've noticed that you can set

Re: UK Ordnance Maps and LiveCode

2013-07-23 Thread David Bovill
Pity - can't make that Graham. Interested though - have been to their earlier presentations, and have an interest in UK based mapping... On 22 July 2013 12:54, Graham Samuel wrote: > Having had quite a lot to do with the official UK Geographical Mapping > agency, Ordnance Survey (producers of v

OT: UK Ordnance Maps and LiveCode

2013-07-23 Thread kee nethery
I keep reading this as UK Ordinance Maps and wonder if LiveCode is being used to deal with LiveBombs. Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: Mac drop file on standalone, process, and quit

2013-07-23 Thread J. Landman Gay
On 7/23/13 3:34 PM, Łukasz Józwiak wrote:> SET & PUT is not same look in rev docs, and SET work for me always PUT only > at start. look: > in app file I'm familiar with the behavior of "put" and "set", it's been many years. ;) You can't attach files to this mailing list, so we can't see what yo

RE: french accents and other funny letters...

2013-07-23 Thread John Dixon
Monte... Thank you... put approxAddress(coord) into temp set the unicodeText of fld "latlong" of card "theworks" to uniEncode(temp,"utf8") That was right on the nose... I would be too embarrassed to say how long I have spent not getting that correct...:-) go gently... > From: mo...@sw

Re: OT: UK Ordnance Maps and LiveCode

2013-07-23 Thread Ian Wood
Actually... Ordnance (as in Ordnance Survey) is indeed bombs. The reason for the founding of the OS was to have accurate maps for artillery etc. Ordinance (what you thought you'd misread it as) is orders and laws. :-) Ian On 23 Jul 2013, at 22:46, kee nethery wrote: > I keep reading this a

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Geoff Canyon
On Tue, Jul 23, 2013 at 12:34 PM, Peter Haworth wrote: > It looks like this is probably not going to work as a behavior for me since > the field I'm using it on includes mouseUp/Down handlers to handle > situations other than drag/drop, but other than that, this is great, thanks > again. > For

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-23 Thread Geoff Canyon
On Tue, Jul 23, 2013 at 1:02 PM, Richard Gaskin wrote: > I wonder if Geoff's script could be revised to use "before mouseDown" or > "after mouseDown" to allow instances to handle the primary forms of those > messages without interference? > I checked, and the appropriate combination of before an

Re: [OT] Free Benchmarking Stuff

2013-07-23 Thread Peter M. Brigham
Richard Gaskin's old stack 4W_RevBench.rev is helpful here. Allows you to compare the speed of two different solutions to a problem. I use it periodically when efficiency questions come up. Probably available at http://www.fourthworld.com, Richard can guide you if you can't find it. -- Peter P

Setting up LC Server on Dreamhost

2013-07-23 Thread Peter Bogdanoff
Hi, Having seen the recommendations from the list, I now have a dedicated server with Dreamhost that I've been using to serve audio files. Now, I'm going a step further and want to start working with LiveCode server. However, I've never configured a server and I'm finding the RunRev online les

Re: Setting up LC Server on Dreamhost

2013-07-23 Thread stephen barncard
On Tue, Jul 23, 2013 at 3:34 PM, Peter Bogdanoff wrote: > Can anyone give me give me pointers or send me somewhere...? you probably need to set the permissions. http://fulton.barncard.com/downloads/LIVECODE_SERVER_SETUP.pdf -- Stephen Barncard San Francisco Ca. USA more about sqb

Re: Setting up LC Server on Dreamhost

2013-07-23 Thread stephen barncard
a dedicated server is not required - the .htaccess method works with shared servers at DH. a lot of options are available using htaccess. On Tue, Jul 23, 2013 at 5:44 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > > On Tue, Jul 23, 2013 at 3:34 PM, Peter Bogdanoff wrote: > >>

Ubuntu Phone/Computer

2013-07-23 Thread Mark Wieder
All right - this is Kickstarter, so there are no guarantees about anything, but it *is* Canonical. http://boingboing.net/2013/07/22/crowdfunding-an-ubuntu-phone-t.html -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode

Re: Ubuntu Phone/Computer

2013-07-23 Thread Mark Wieder
Sorry - I meant indiegogo rather than KS. http://www.indiegogo.com/projects/ubuntu-edge -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Getting data out of Excel

2013-07-23 Thread Michael Julian Lew
I'm trying to paste data from MS Excel into a table in my Livecode stack without success. I suspect that either OSX or Excel have added unwelcome complications. I used to be able to just paste, but nowadays (Excel 2011 Mac OSX 10.7.4) the data come in as a long string, with six spaces where a r

Re: UK Ordnance Maps and LiveCode

2013-07-23 Thread Kay C Lan
On Mon, Jul 22, 2013 at 7:54 PM, Graham Samuel wrote: > > The OS is interesting in that it seems to have conflicting statutory > duties with regard to data - to enhance British life and businesses by > giving it away, and at the same time to make money out of it. This has > already resulted in so

Re: Getting data out of Excel

2013-07-23 Thread Kay C Lan
If you are absolutely sure that the clipboardData["text"] has return represented by six spaces, and tabs by 3 spaces, then: put clipboardData["text"] into tData replace " " with return in tData repace " " with tab in tData Will only take milliseconds to do what you need! How much quicker do