libUrlDownloadToFile: desktop ok, Android no

2018-01-11 Thread Nicolas Cueto via use-livecode
Hello. Below is the script used to download a text file. Which works on the Windows desktop. But on my Nexus 5, "error" is returned by the script commands "log" and "logflushbuffer". Why oh why ... Help! please. --- BUTTON SCRIPT on mouseUp put empty into the last

Re: Using this list

2018-01-11 Thread Warren Samples via use-livecode
On 01/11/2018 10:52 AM, Dan Friedman via use-livecode wrote: I get the list as an eMail in my inbox. If I want to reply, you click “Reply”. Then you have to change the name of the eMail, then copy and paste the text from the thread you want to reply to, then you have to spend some time

Re: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Matthias Rebbe via use-livecode
I second that. AirLaunch makes it really easy to create and share the .ipa Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 11.01.2018 um 23:22 schrieb Sannyasin Brahmanathaswami via use-livecode >

Re: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Sannyasin Brahmanathaswami via use-livecode
Or (shameless promotion) If you have a select group of registered iOS devices in your profile and you don't want to deal with iTunes connect at all for beta testing pay Jacque the reasonable fee for her AirLaunch "be done with it" http://www.hyperactivesw.com/airlaunch/index.html Then

Re: LC Global schedule is online

2018-01-11 Thread Mike Kerner via use-livecode
I have a couple of ideas on how to waste an hour of everyone's time, but I didn't think I could have it done by January, so I'm glad I can procrastinate a while longer. On Thu, Jan 11, 2018 at 3:19 PM, Heather Laine via use-livecode < use-livecode@lists.runrev.com> wrote: > Well, indeed, Mr TBA

Re: use-livecode Digest, Vol 172, Issue 22

2018-01-11 Thread Brian Milby via use-livecode
The problem in this case is the HTML format data (and possibly RTF) on the clipboard. Testing in Windows, if I just put the LC styled text and plain text on the clipboard, it works to get plain text outside of LC but retain formatting inside. If I try to paste the RTF or LC data into Excel, I just

Re: LC Global schedule is online

2018-01-11 Thread Heather Laine via use-livecode
Well, indeed, Mr TBA is currently overworked. Would anyone like to step up and relieve him of the pressure? Apply to Speak: https://livecode.com/global/apply/ :) Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 11 Jan

Re: use-livecode Digest, Vol 172, Issue 22

2018-01-11 Thread Richard Gaskin via use-livecode
Richard Burkett wrote: > on mouseUp >put fld "myField" into tClip >lock the clipBoard >set the ClipboardData to empty >set the ClipboardData to tClip >put the clipboardData["text"] into tClip >set the rawclipBoardData to empty >if the platform is "MacOS" then >

Re: OT: Why I Probably Will Never, Ever Learn HTML%

2018-01-11 Thread Andre Garzia via use-livecode
Swami, You choose a topic that is really really advanced. React is not an easy or lightweight framework, specially when you use it like most advanced web developers do by using the flow architecture. Once you go through that path, integration with other frameworks becomes really hard. For

Re: Browser widget and revbrowserback/revbrowserforward

2018-01-11 Thread Klaus major-k via use-livecode
Hi Klaus, > Am 10.01.2018 um 19:52 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > a user in the forum asked this questio and I would also like to know :-) > > With "revbrowser" we had a simple command to browser the browser > history:

Re: LC Global schedule is online

2018-01-11 Thread Andre Garzia via use-livecode
Hey Friends, Just to let you know that I am speaking this year and I would love to have more people board the "decentralization" train with me :-P "choo-choo, where we're going, there are no tracks!" On Thu, Jan 11, 2018 at 9:26 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
BTW I have added a comment describing a workaround. If anyone could confirm that it fixes the problem, it would be great :) Panos -- On Thu, Jan 11, 2018 at 2:50 PM, panagiotis merakos wrote: > Thanks Henry :) > > Best, > Panos > -- > > On Thu, Jan 11, 2018 at 2:46 PM,

Re: Getting datagrid content from other stack in Standalone

2018-01-11 Thread Mike Bonner via use-livecode
Have you tried something like this? It works for me. (though I just set the folder to the stacks location and use only the filename of the stack) put the dgdata of grp 1 of stack "path/to/dgstack.livecode" into tDataA On Thu, Jan 11, 2018 at 8:32 AM, Matthias Rebbe via use-livecode <

Re: Using this list

2018-01-11 Thread Keith Martin via use-livecode
On 11 Jan 2018, at 17:00, Mark Wieder via use-livecode wrote: I'm using Thunderbird. Email comes in, I click Reply, email goes out. I use MailMate on my laptop, Mail on my iPhone. Same behaviour for me: click reply, type stuff, send. k ___

Re: Text fields: text cursor & proper editing

2018-01-11 Thread J. Landman Gay via use-livecode
Are you using a native Android field? That's necessary for full editing features. The OS controls the appearance of the cursor so you can't change it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January

Re: Using this list

2018-01-11 Thread Mark Wieder via use-livecode
On 01/11/2018 08:52 AM, Dan Friedman via use-livecode wrote: Howdy! Has anyone written an app to read, manage and reply to posts on this list? Seems combersome (at least they way I’m doing it). I get the list as an eMail in my inbox. If I want to reply, you click “Reply”. Then you have

Using this list

2018-01-11 Thread Dan Friedman via use-livecode
Howdy! Has anyone written an app to read, manage and reply to posts on this list? Seems combersome (at least they way I’m doing it). I get the list as an eMail in my inbox. If I want to reply, you click “Reply”. Then you have to change the name of the eMail, then copy and paste the text

Datagrid2

2018-01-11 Thread Terence Heaford via use-livecode
Submitted again due to incorrect address Apologies for previous post I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2 is available for testing. I am a little confused because on opening DP11 I could only find the previous Datagrid. Is DG2 a widget

Re: Datagrid2

2018-01-11 Thread Mark Waddingham via use-livecode
On 2018-01-11 17:13, Terence Heaford via use-livecode wrote: I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2 is available for testing. I am a little confused because on opening DP11 I could only find the previous Datagrid. Is DG2 a widget or rolled into the old Datagrid

Datagrid2

2018-01-11 Thread Terence Heaford via use-livecode
I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2 is available for testing. I am a little confused because on opening DP11 I could only find the previous Datagrid. Is DG2 a widget or rolled into the old Datagrid format? Is DG2 available in the community edition? Could

Getting datagrid content from other stack in Standalone

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi, i am running into the following problem. I have a datagrid on card 1 of a substack. I can fetch this data from the mainstack w/o problems in the LC IDE and also in a standalone if the substacks are included in the executable. But as soon as i set the option in standalonebuilder to "move

Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Thanks Henry :) Best, Panos -- On Thu, Jan 11, 2018 at 2:46 PM, hlowe via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Panos. I have created a bug report: > > http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating > iOS app plist entries to reflect Xcode/sdk

Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread hlowe via use-livecode
Thanks Panos. I have created a bug report: http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating iOS app plist entries to reflect Xcode/sdk version Henry -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

Re: LC Global schedule is online

2018-01-11 Thread hh via use-livecode
Great. Although the speaker "TBA" with always the same subject "Apply to speak" will be a bit boring ... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

LC Global schedule is online

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi, the schedule for the upcoming LC Global is online and it looks promising. :) https://livecode.com/global/#schedule Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu

Re: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Richmond via use-livecode
Give me a good stout any day, as the International Phonetic Association get on my nerves. Richmond. On 11.01.2018 00:08, Bob Sneidar via use-livecode wrote: I love a balanced IPA. ;-) Bob S On Jan 10, 2018, at 09:42 , Ralph DiMola via use-livecode wrote:

Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Hi Henry, This looks like a bug in LC. It seems that the plist entries for the Xcode/sdk version are hardcoded in the plist template, rather than being generated dynamically based on the actual version of the Xcode/sdk used to build the standalone. So in this case, the standalone is actually

Re: where are Livecode crash logs stored?

2018-01-11 Thread scott--- via use-livecode
> On 1/10/18 1:43 PM, Klaus major-k via use-livecode wrote: >> Hi Matthias, >>> Am 10.01.2018 um 20:27 schrieb Matthias Rebbe via use-livecode >>> : >>> >>> Thanks Klaus, >>> ~/Library/Logs/RunRev lists only thefile LivecodeToolsLog.txt >>> and

Text fields: text cursor & proper editing

2018-01-11 Thread Pyyhtiä Christer via use-livecode
It concerns the apps developed for mobile platforms; here I refer to Android as have no experience on iOS, yet. First, on the screen the edit location cursor is a vertical line barely visible with high resolution devices. Is there an option for example a "bold", blinking or coloured cursor?