Browser widget - open in new tab

2019-01-24 Thread David Bovill via use-livecode
I'm looking to see how the new browser widget behaves (only testing on OSX). It seems to handle web pages that seek to open a window in a new browser tab differently form before? First it opens them in the browser widget, and second I'm getting all the messages i'd expect. Previously we could 'blo

RE: "Open in New Navigator" is back

2018-03-09 Thread Clarence Martin via use-livecode
o use LiveCode' Cc: chi...@themartinz.com Subject: RE: "Open in New Navigator" is back Problem Solved - this was caused by some corruption in my O/S. Restarting my computer solved the prolem. -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-liv

RE: "Open in New Navigator" is back

2018-03-09 Thread Clarence Martin via use-livecode
om Subject: RE: "Open in New Navigator" is back Sorry, I meant LC 9-11 and 9-10, not 10.x -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-livecode Sent: Thursday, March 08, 2018 6:06 PM To: 'How to use LiveCode' Cc: chi...@themartinz

Re: "Open in New Navigator" is back

2018-03-08 Thread Geoff Canyon via use-livecode
meant LC 9-11 and 9-10, not 10.x > > -Original Message- > From: use-livecode On Behalf Of > Clarence Martin via use-livecode > Sent: Thursday, March 08, 2018 6:06 PM > To: 'How to use LiveCode' > Cc: chi...@themartinz.com > Subject: RE: "Open in N

RE: "Open in New Navigator" is back

2018-03-08 Thread Clarence Martin via use-livecode
Sorry, I meant LC 9-11 and 9-10, not 10.x -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-livecode Sent: Thursday, March 08, 2018 6:06 PM To: 'How to use LiveCode' Cc: chi...@themartinz.com Subject: RE: "Open in New Navigator" is back I

RE: "Open in New Navigator" is back

2018-03-08 Thread Clarence Martin via use-livecode
anyon Subject: "Open in New Navigator" is back Thanks to Mark Talluto for pointing out the issues with it. It does what it says on the tin: right-click on any set of groups, cards, or stacks, select Open in New Navigator and each one opens in a new copy of

"Open in New Navigator" is back

2018-02-28 Thread Geoff Canyon via use-livecode
Thanks to Mark Talluto for pointing out the issues with it. It does what it says on the tin: right-click on any set of groups, cards, or stacks, select Open in New Navigator and each one opens in a new copy of Navigator. gc ___ use-livecode mailing

Re: You should avoid using "Open in New Navigator" in Navigator

2018-02-28 Thread Geoff Canyon via use-livecode
27, 2018, at 9:14 PM, Geoff Canyon via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I've updated GitHub and the download to remove it for now. Under some > > circumstances (that I can't replicate just yet) "Open in New Navigator" >

Re: You should avoid using "Open in New Navigator" in Navigator

2018-02-28 Thread Mark Talluto via use-livecode
On Feb 27, 2018, at 9:14 PM, Geoff Canyon via use-livecode wrote: > > I've updated GitHub and the download to remove it for now. Under some > circumstances (that I can't replicate just yet) "Open in New Navigator" can > fail in a way that seems to mess with the d

You should avoid using "Open in New Navigator" in Navigator

2018-02-27 Thread Geoff Canyon via use-livecode
I've updated GitHub and the download to remove it for now. Under some circumstances (that I can't replicate just yet) "Open in New Navigator" can fail in a way that seems to mess with the dialogs in the IDE. If you happen to trigger this, you'll likely see a dial

Re: Open in...

2016-06-18 Thread Ludovic THEBAULT
And in your app, add in your stack : on urlWakeUp pURL mobileBusyIndicatorStart "square", « Importation" end URLWakeup This post help me to do this. http://forums.livecode.com/viewtopic.php?f=75&t=18775 ___ use-livecode mailing list use-livecode@list

Re: Open in...

2016-06-18 Thread Ludovic THEBAULT
> Le 18 juin 2016 à 17:58, Glen Bojsza a écrit : > > There are many iPad apps that when I receive a particular file via email > that I am given a choice which app I can open it with. > > My app uses text files and sqlite files and I want the users to be able to > email their files to others. >

Re: Open in...

2016-06-18 Thread Glen Bojsza
Hi Bill, Thanks for the info but I was looking for the case where a user sends an regular email from a computer (say from gmail with an database file attached). Another user , on their iPad, reads their mail and clicks on the attachment to download and then once downloaded the user taps the file

Re: Open in...

2016-06-18 Thread Earthednet-wp
Glen, Re sending email with attachments, this may get you started. This page has a link to a stack that uses a php cgi to send mail from a server. There are probably simpler ways of doing it using the user's own local email system, but I needed a solution that would send emails no matter the loc

Open in...

2016-06-18 Thread Glen Bojsza
There are many iPad apps that when I receive a particular file via email that I am given a choice which app I can open it with. My app uses text files and sqlite files and I want the users to be able to email their files to others. 1. How do you make a LC iOS app so email attachments can be opene

Re: "Open in" for Android

2015-03-19 Thread Ludovic THEBAULT
Le 18 mars 2015 à 17:57, Mark Schonewille mailto:m.schonewi...@economy-x-talk.com>> a écrit : > Hi Ludovic, > > You need to add intent filters to the manifest. More info at > http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension > >

Re: "Open in" for Android

2015-03-19 Thread Ludovic THEBAULT
Le 18 mars 2015 à 17:57, Mark Schonewille a écrit : > Hi Ludovic, > > You need to add intent filters to the manifest. More info at > http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension > > You need to find a way to change the manifest before the

Re: "Open in" for Android

2015-03-18 Thread Mark Schonewille
Hi Ludovic, You need to add intent filters to the manifest. More info at http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension You need to find a way to change the manifest before the standalone is built or to unpack the apk, change the manifest and

Re: "Open in" for Android

2015-03-16 Thread Ludovic THEBAULT
> Le 16 mars 2015 à 15:48, Mark Schonewille > a écrit : > > Hi Ludovic, > > You can now enter the custom URL scheme in the standalone builder (or isn't > that what you're looking for?) > Hello, thanks. I want to save a file on the documents folder of my app from an email to avoid using i

Re: "Open in" for Android

2015-03-16 Thread Mark Schonewille
Hi Ludovic, You can now enter the custom URL scheme in the standalone builder (or isn't that what you're looking for?) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 502

"Open in" for Android

2015-03-16 Thread Ludovic THEBAULT
Hello, To open a file with your app in iOS, i found this thread : http://forums.livecode.com/viewtopic.php?f=75&t=18775 But how do the same for an android app ? Thanks ___ use-livecode mailing li

Re: Stack won't open in 6.0.1

2013-05-01 Thread Mike Bonner
If its 6.0.1 commercial you should be able to. But of course if its 6.0.1 commercial it should have been able to open it to begin with. If its the community version the answer would be no, that part of things has been removed. On Wed, May 1, 2013 at 3:32 PM, Timothy Miller < gand...@doctortimothy

Re: Stack won't open in 6.0.1

2013-05-01 Thread Timothy Miller
On May 1, 2013, at 2:14 PM, Mike Bonner wrote: > Wondering if your dictionary is having issues. Found this entry in mine. > > *password* > > ** > > *Type: *property > > > *Syntax: * > > set the password of *stack *to {*passwordString *| empty} Thank you Mike. > set the password of this st

Re: Stack won't open in 6.0.1

2013-05-01 Thread Timothy Miller
On May 1, 2013, at 2:14 PM, Mike Bonner wrote: > Wondering if your dictionary is having issues. Found this entry in mine. > > *password* > > ** > > *Type: *property > > > *Syntax: * > > set the password of *stack *to {*passwordString *| empty} Thank you Mike. > set the password of this st

Re: Stack won't open in 6.0.1

2013-05-01 Thread Mike Bonner
com> wrote: > My stack won't open in 6.0.1. It's fine in 5.5.4. > > The stack is password protected, but not because of a substack like AE. > It's just password protected. > > I thought of opening the stack in 5.5.4, to turn off the password > protection. I

Stack won't open in 6.0.1

2013-05-01 Thread Timothy Miller
My stack won't open in 6.0.1. It's fine in 5.5.4. The stack is password protected, but not because of a substack like AE. It's just password protected. I thought of opening the stack in 5.5.4, to turn off the password protection. I kludged that by trial and error, by trying to l