Apple Provisioning Profile Is Missing

2019-05-06 Thread Sannyasin Brahmanathaswami via use-livecode
1. I tried building with a new provisioning profile I created at the Developer.apple.com site 2. In 9.0.4 (RC3) I get a good build 3. Examine the contents of SA; we can see a "embedded.mobileprovision" file there in. Open in BBedit….looks good 4. Put in folder "PACKAGE"; zip that;

Re: OT: Hotel suggestion or recommendation for San Jose

2019-05-06 Thread J. Landman Gay via use-livecode
Me too, AirBnB. It wasn't as cheap as I'd like but it beat out all the hotels. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 6, 2019 7:35:10 PM Mark Wieder via use-livecode wrote: On 5/6/19 5:08 PM, Alex Tweedly via

Logging for mobile simulator on iOS?

2019-05-06 Thread Alan Stenhouse via use-livecode
Asked this on the forums with no response, so trying here...: Opening the "System Log" from the Debug menu in the mobile simulator opens the system log but it doesn't seem like any of our usual log messages appear there now. I think this changed some time ago but don't remember what (if any)

Re: OT: Hotel suggestion or recommendation for San Jose

2019-05-06 Thread Mark Wieder via use-livecode
On 5/6/19 5:08 PM, Alex Tweedly via use-livecode wrote: So, I finally figured out a way to be able to come to the Livecode conference in San Jose. Yay. Where is everyone else staying ? I picked up an AirBnB slot a few blocks away. -- Mark Wieder ahsoftw...@gmail.com

OT: Hotel suggestion or recommendation for San Jose

2019-05-06 Thread Alex Tweedly via use-livecode
So, I finally figured out a way to be able to come to the Livecode conference in San Jose. Now I need to find a good (i.e. reasonably priced, fairly close - ideally walking distance), etc. hotel. I thought I remembered seeing a list of recommended ones - but can't find any trace of it.

Re: Android needs 64 bit builds

2019-05-06 Thread Mark Wieder via use-livecode
On 5/6/19 3:44 PM, Monte Goulding via use-livecode wrote: Ah. OK. So the problem with running on the pi isn't with building form arm devices, but with interacting with the pi os? I believe it is largely an issue of getting the build configuration and toolchains correct for cross compiling

Re: Android needs 64 bit builds

2019-05-06 Thread Monte Goulding via use-livecode
> On 7 May 2019, at 3:08 am, Mark Wieder via use-livecode > wrote: > > On 5/5/19 9:52 PM, Monte Goulding via use-livecode wrote: >>> On 6 May 2019, at 12:18 pm, Mark Wieder via use-livecode >>> wrote: >>> Most new devices will be arm64 however I think what you are seeing there

Re: Linux standalone contains the files natives_blob.bin, snapshot_blob.bin and ucidtl.dat

2019-05-06 Thread Matthias Rebbe via use-livecode
Forget my question, just noticed that these files are also in the win standalone. Seems to be needed for the CEF browser. Regards, Matthias > Am 06.05.2019 um 22:51 schrieb Matthias Rebbe via use-livecode > : > > Hi, > > today i´ve created a Win,Mac and Linux standalone. The Linux folder

Linux standalone contains the files natives_blob.bin, snapshot_blob.bin and ucidtl.dat

2019-05-06 Thread Matthias Rebbe via use-livecode
Hi, today i´ve created a Win,Mac and Linux standalone. The Linux folder contains among the files i´ve expected also 3 other files: natives_blob.bin (218KB) snapshot_blob.bin (1,2MB) icudtl.dat (10,2MB) The file natives_blob.bin looks like a text file The first lines look like this mirrorsˆ

Re: Browser widget - is there something similar to browserBeforeNavigate

2019-05-06 Thread Matthias Rebbe via use-livecode
Thanks Hermann for the sample script. Regards, Matthias > Am 06.05.2019 um 14:24 schrieb hh via use-livecode > : > > The problem is that you cannot cancel the page navigation in the widget, > not even by using simple JavaScript (unbeforeunload). > > Find below instead a way to "revert" the

Re: Android needs 64 bit builds

2019-05-06 Thread Mark Wieder via use-livecode
On 5/5/19 9:52 PM, Monte Goulding via use-livecode wrote: On 6 May 2019, at 12:18 pm, Mark Wieder via use-livecode wrote: Most new devices will be arm64 however I think what you are seeing there is the binaries that you have for use in an emulator. I have come across a few devices that

Re: Browser widget - is there something similar to browserBeforeNavigate

2019-05-06 Thread hh via use-livecode
The problem is that you cannot cancel the page navigation in the widget, not even by using simple JavaScript (unbeforeunload). Find below instead a way to "revert" the navigation. If you don't want to hide the widget you can similarly use two widgets and change their layer. Or you can show a

[ANN] This Week in LiveCode 177

2019-05-06 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #177 here: http://bit.ly/2Wv8ZeE This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: mobilePickPhoto on Android

2019-05-06 Thread panagiotis merakos via use-livecode
Hello Dan, Thank you for the update. I am wondering if this is device-specific. If anyone of the folks watching this thread has a Samsung Galaxy S9+ and could test mobilePickPhoto "camera", it would be very useful. In the meanwhile, I suggest you file a new bug report so as we can track (and

Re: Android needs 64 bit builds

2019-05-06 Thread JJS via use-livecode
Ah ok, that makes it clear. I thought it was related to what one was able to build for. Thanks Monte. Jerry Op 6-5-2019 om 01:25 schreef Monte Goulding via use-livecode: On 4 May 2019, at 3:45 am, JJS via use-livecode wrote: @Monte. I only see Atom x64 ARM for Android 7.1.1 in the SDK