Re: Binary Rejected!

2018-08-24 Thread Ludovic THEBAULT via use-livecode
> Le 24 août 2018 à 08:15, Dan Friedman via use-livecode > a écrit : > > Ludivuc, > > Thanks for the advice! I also found an LiveCode Lesson on this very topic. > http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist >

Re: Binary Rejected!

2018-08-24 Thread Dan Friedman via use-livecode
Ludivuc, Thanks for the advice! I also found an LiveCode Lesson on this very topic. http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist Thank you! Dan Friedman CEO, ClearVision Technologies, LLC Voice: 909/484-2052 http://www.clearvisiontech.com On 8/23/18, 10:56 PM,

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread FlexibleLearning.com via use-livecode
First, I think you have a typo where "/25" should be "-25"... set loc group "footer" to ( (item 2 of tRect)/2,(item 4 of tRect)/25 ) # Typo: -25 Second, for safety, ensure integer values... set loc group "footer" to round((item 2 of tRect)/2), (item 4 of tRect)-25 Third, if still not working

Re: What happened to the LC 9 UI font?

2018-08-24 Thread panagiotis merakos via use-livecode
Hello Tiemo, Do you see that on Mac or Windows? Best, Panos -- On Fri, Aug 24, 2018 at 11:53 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > > > Windows 10. > > The standard UI font has changed from LC 8 to LC 9. It looks a little bit > like "bold",

What happened to the LC 9 UI font?

2018-08-24 Thread Tiemo Hollmann TB via use-livecode
Hello, Windows 10. The standard UI font has changed from LC 8 to LC 9. It looks a little bit like "bold", compared to LC 8, but it isn't bold, because e.g. when choosing a IDE menu, the menu text is even "bolder". All texts in the IDE and in all LC messages (IDE and standalone) like in the

AW: What happened to the LC 9 UI font?

2018-08-24 Thread Tiemo Hollmann TB via use-livecode
Windows 10 -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von panagiotis merakos via use-livecode Gesendet: Freitag, 24. August 2018 11:06 An: How to use LiveCode Cc: panagiotis merakos Betreff: Re: What happened to the LC 9 UI

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread Sannyasin Brahmanathaswami via use-livecode
I caught typo. I get it to work on iOS but not an Android, so I have a ticket to support and that. in an app, there is a lot change from on stack another, I frequently have add time from Android to keep up (never on iOS) This is so straight forward, I have to assume there is bug (just a

LC-ImageToolbox_v175

2018-08-24 Thread hh via use-livecode
Added a new feature to LC-ImageToolBox: Quantile filtering. An x-Quantile is a generalized parameter of location of distributions with a percentage x. For example x=0 yields the minimum, x=50 the median, x=100 the maximum of the sample values. You can select the percentage x and a 'population

Re: What happened to the LC 9 UI font?

2018-08-24 Thread panagiotis merakos via use-livecode
Hi all, I would expect this to be on Mac, as in LC 9 we fixed a related bug ( https://quality.livecode.com/show_bug.cgi?id=21261). I have not seen anything related on Windows. If you have a recipe and a stack please do file a report so as we can fix this issue in a future release. Best regards,

Re: Best way to store videos

2018-08-24 Thread Martin Koob via use-livecode
If you go with AWS S3 for storage and .mp4 for videos you can play the videos directly in the LiveCode Player object and LiveCode has commands that allow you to interface with the AWS S3 API. So you can create your whole app in LiveCode without having to use the browser. Search the LC 9

RE: What happened to the LC 9 UI font?

2018-08-24 Thread Ralph DiMola via use-livecode
I have that problem in Win 10 if I do anything while waiting for a stack to load. If I load the stack and wait to open any tool or move any windows or do anything the font will be OK 99% of the time. If I do anything it's a 50-50 thing. I was wondering if it was just my environment? I guess not.

AW: What happened to the LC 9 UI font?

2018-08-24 Thread Tiemo Hollmann TB via use-livecode
It is not stack related. I just start LC 9 and get the IDE menu with the strange font - without having opened any stack. Parallel opening LC 8, the LC 8 menu is having the correct standard font. Creating a stack with LC 9, it inherits it's strange font to the answer dialogs of the standalone.

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I am running 10.13 and can confirm this with my iMac 5K. The interesting part. If i change the color profile in system control/monitor then the mouse loc values even change See a screen recording i´ve uploaded to Droplr Regards, Matthias > Am 24.08.2018 um 14:28

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Of course i meant mousecolor and not mouse loc. > Am 24.08.2018 um 15:07 schrieb Matthias Rebbe via use-livecode > : > > I am running 10.13 and can confirm this with my iMac 5K. The interesting part. > If i change the color profile in system control/monitor then the mouse loc > values even

Re: Set the backgroundcolor of all lines a field to null

2018-08-24 Thread Sannyasin Brahmanathaswami via use-livecode
@Richard re: Algo: It is a list of audio titles in a category on our web site. most of which the metadata in stored local my sqlLite. The audio and been posted since the last update to the app, is "Recent". It is stored in an local variable/array with all the metadata for each audio, but

Re: What happened to the LC 9 UI font?

2018-08-24 Thread Bob Sneidar via use-livecode
I had the same issue when upgrading. I ended up setting the stack font, size and style to something native to both operating systems. Bob S > On Aug 24, 2018, at 02:06 , panagiotis merakos via use-livecode > wrote: > > Hello Tiemo, > > Do you see that on Mac or Windows? > > Best, > Panos

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
On Fri, Aug 24, 2018 at 8:07 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > I am running 10.13 and can confirm this with my iMac 5K. The interesting > part. > If i change the color profile in system control/monitor then the mouse loc > values even change > > See a

Re: What happened to the LC 9 UI font?

2018-08-24 Thread Bob Sneidar via use-livecode
Sorry didn't read the whole thread first. Bob S > On Aug 24, 2018, at 07:26 , Tiemo Hollmann TB via use-livecode > wrote: > > It is not stack related. > > I just start LC 9 and get the IDE menu with the strange font - without having > opened any stack. > Parallel opening LC 8, the LC 8

Re: Best way to store videos

2018-08-24 Thread William Prothero via use-livecode
Martin: Thanks for the input. What I need, though is to display the same video on a web page, or in a livecode app. It’s the web page in a wordpress site that is the real problem. Best, Bill > On Aug 24, 2018, at 6:16 AM, Martin Koob via use-livecode > wrote: > > If you go with AWS S3 for

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/23/18 8:30 PM, Brian Milby via use-livecode wrote: The original stack worked fine on my iPad (since it was sized at the same resolution). Maybe I chose the wrong simulator, but on an iPad Air it failed to resize correctly with or without FSM. I looked up the screenrect and it claimed to

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread Brian Milby via use-livecode
I never even try the sim. I’ll give it a try this weekend though. None of the regular iPads should require a resize. Only the pro models have a different rect. Thanks, Brian On Aug 24, 2018, 2:39 PM -0500, J. Landman Gay via use-livecode , wrote: > On 8/23/18 8:30 PM, Brian Milby via

Re: Best way to store videos

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 8:16 AM, Martin Koob via use-livecode wrote: Search the LC 9 dictionary for the commands that start with AWS and AWSS3 to see what it available to you. Mac and iOS only though. :( -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Android permissions

2018-08-24 Thread J. Landman Gay via use-livecode
I was happy to see the new functions for working with Android permissions. The release notes say: "Apps built with LC 9.0.1 do support this new permissions model, and request permissions automatically when the app actually requires the services or data protected by the services." It sounds

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 24 Aug 2018, at 11:49 pm, Trevor DeVore via use-livecode > wrote: > > Thanks for testing and confirming Matthias. To everyone else - it is now a > confirmed issue on 10.13 as it has been recreated on three separate > machines. Do we know if it’s the mouseColor returning an incorrect

RE: Load data into a tree view

2018-08-24 Thread Clarence Martin via use-livecode
Doesn't livecode have an xml to json and then json to array functions already? Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: 626 696-5561 -Original Message- From: use-livecode On Behalf Of Bob Sneidar via use-livecode Sent: Friday, August 24, 2018 1:56 PM To: How to use

Re: Android permissions

2018-08-24 Thread Andrew Ferguson via use-livecode
Is there any particular reason it cannot be altered for LCB as well? I'm all for the "it just works" approach. Otherwise it would seem a bit of a limitation in LCB. On 24 August 2018 22:32:04 BST, "J. Landman Gay via use-livecode" wrote: >Thanks Panos, that helps a lot. I like the automatic

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread Brian Milby via use-livecode
I was just able to test in the iPad Air. It does not need to resize though. In order to do an effective test, I shrank the stack by 100 px (just moved all the stuff at the bottom up that much and shortened the stack height). At that point, if I included my "fixBackground" handler in the

Load data into a tree view

2018-08-24 Thread Bob Sneidar via use-livecode
Hi all. Given an XML file that I can assume is a valid structure, how would I get that into a tree view?? I looked online for a tutorial on the tree widget, I looked at the properties of the actual tree widget, I searched the dictionary, but I cannot find out how to load existing XML data

Re: Load data into a tree view

2018-08-24 Thread Bob Sneidar via use-livecode
Pfft. Never mind I found the Tree View in the dictinoary. I think it only takes array data though. Bob S > On Aug 24, 2018, at 13:49 , Bob Sneidar via use-livecode > wrote: > > Hi all. > > Given an XML file that I can assume is a valid structure, how would I get > that into a tree

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 6:55 am, Monte Goulding via use-livecode > wrote: > > Do we know if it’s the mouseColor returning an incorrect value or if it’s the > actual control being the wrong color? If I enter the same RGB values into a html page that has a color picker then setup a send loop

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread Brian Milby via use-livecode
H So it reports that the stack and screen are 768/1024 yet does not fill the screen? That is very odd. For me it did fill the screen until I changed it to be short on purpose. And yes, the sim is pretty fast once it boots. Thanks, Brian On Aug 24, 2018, 4:26 PM -0500, J. Landman Gay via

Re: Android permissions

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:56 am, Andrew Ferguson via use-livecode > wrote: > > Is there any particular reason it cannot be altered for LCB as well? I'm all > for the "it just works" approach. Otherwise it would seem a bit of a > limitation in LCB. Yes it hasn’t been done yet but adding a

iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
Has anyone done any testing in the Simulator for the 12" iPad Pro? I just tried a stack from another (long) thread and for me it reports the device resolution of 1536x2048 which is not correct. The ratio is essentially the same, but the device resolution should be 2048×2732. I do have a splash

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
On Fri, Aug 24, 2018 at 4:04 PM Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > On 25 Aug 2018, at 6:55 am, Monte Goulding via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Do we know if it’s the mouseColor returning an incorrect value or if > it’s

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode > wrote: > > I´ve tested now with Apple´s Digital Color Meter App. > > And you are right. It seems the mouse color values are the correct ones. You mean incorrect here I presume? > > See screenshot http://d.qck.biz/vCD6n7

Re: Load data into a tree view

2018-08-24 Thread Bob Sneidar via use-livecode
Thanks Brian. Now I need an XML to Array parser. Looks like I will have to write one myself. Good time to get into the XML API. Bob S > On Aug 24, 2018, at 13:53 , Brian Milby via use-livecode > wrote: > > Correct, you populate the tree with an array. > > Thanks, > Brian > On Aug 24,

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:43 am, Monte Goulding via use-livecode > wrote: > > From the looks of things we are using a function that takes a snapshot using > the display color space then drawing it to our own image format using sRGB > color space. I’ve tried tweaking a few things and I’m no

Re: iPad Pro Simulator

2018-08-24 Thread Colin Holgate via use-livecode
This is not obvious at all, but the splash screen name of default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad Retina, and iPad 1, you need these splash screens: default-portr...@2x.png - 2048x2732 Default-Portrait@2x~ipad.png - 1536x2048 Default-Portrait~ipad.png -

Re: Best way to store videos

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 5:44 am, J. Landman Gay via use-livecode > wrote: > >> Search the LC 9 dictionary for >> the commands that start with AWS and AWSS3 to see what it available to you. > > Mac and iOS only though. :( mergAWS is Mac and iOS but LC 9 has a script library that is cross

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I´ve tested now with Apple´s Digital Color Meter App. And you are right. It seems the mouse color values are the correct ones. See screenshot http://d.qck.biz/vCD6n7 But anyway. It´s a bug Regards, Matthias > Am 24.08.2018 um 22:55 schrieb Monte Goulding via

Re: Android permissions

2018-08-24 Thread panagiotis merakos via use-livecode
Hello Jacque, Currently all the commands/functions that do stuff which will require special permissions will trigger the permission dialog automatically. Then only exception is commands/functions that exist in a LCB library. Currently the only example that falls into this category is the Android

Re: Load data into a tree view

2018-08-24 Thread Brian Milby via use-livecode
May want to check this out: https://gist.github.com/trevordevore/5584753 Thanks, Brian On Aug 24, 2018, 3:56 PM -0500, Bob Sneidar via use-livecode , wrote: > Thanks Brian. Now I need an XML to Array parser. Looks like I will have to > write one myself. Good time to get into the XML API. > >

Re: Android permissions

2018-08-24 Thread Andrew Ferguson via use-livecode
That's good to hear. I was worried it might either be a design decision or a technical limitation. Is there an open bug/enhancement report I can subscribe to to be notified of progress on this (and if not, should I open one)? It also might be nice (and apologies if this already exists) to

Re: Best way to store videos

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 3:42 PM, Monte Goulding via use-livecode wrote: On 25 Aug 2018, at 5:44 am, J. Landman Gay via use-livecode wrote: Search the LC 9 dictionary for the commands that start with AWS and AWSS3 to see what it available to you. Mac and iOS only though. :( mergAWS is Mac and iOS

Re: Android permissions

2018-08-24 Thread J. Landman Gay via use-livecode
Thanks Panos, that helps a lot. I like the automatic dialog, very LC-esque. :) On 8/24/18 4:23 PM, panagiotis merakos via use-livecode wrote: Hello Jacque, Currently all the commands/functions that do stuff which will require special permissions will trigger the permission dialog

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
> Am 24.08.2018 um 23:43 schrieb Monte Goulding via use-livecode > : > > > >> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode >> wrote: >> >> I´ve tested now with Apple´s Digital Color Meter App. >> >> And you are right. It seems the mouse color values are the correct ones.

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread J. Landman Gay via use-livecode
It's more complicated than that. Using the iPad Air simulator and this preOpenCard handler: on preopenstack mobileSetAllowedOrientations("portrait") iphoneUseDeviceResolution true,true end preopenstack When I press the "Get the rect" button it reports the stack, card, and screenrect are

Re: iPad Pro Simulator

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote: This is not obvious at all, but the splash screen name of default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad Retina, and iPad 1, you need these splash screens: default-portr...@2x.png - 2048x2732

Re: Android permissions

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 5:46 PM, Andrew Ferguson via use-livecode wrote: Or even just have the blockedPermissions, which would be checked by the app when using a device feature. That could be useful. +1 I couldn't see "androidRequestPermission" in the dictionary It's in the latest 9.0.1(rc 2). Brand

Datagrid Scrolling

2018-08-24 Thread Sannyasin Brahmanathaswami via use-livecode
Scrolling the Datagrid on mobile is "terrible" (jerky, pixel by pixel) I thought this was fixed in Datagrid2? Maybe that hasn't been released? BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Datagrid Scrolling

2018-08-24 Thread Brian Milby via use-livecode
There were deeper engine changes to finish the accelerated rendering updates required to fully support DG2. I think that is scheduled for 9.1 now. Thanks, Brian On Aug 24, 2018, 11:28 PM -0500, Sannyasin Brahmanathaswami via use-livecode , wrote: > Scrolling the Datagrid on mobile is "terrible"

Re: OCR

2018-08-24 Thread Mike Kerner via use-livecode
Anybody doing ocr _now_? On Mon, Oct 3, 2016 at 9:54 AM Roger Eller wrote: > Speaking of using the camera for OCR, the Google Translate app is pretty > amazing at real-time OCR+translation. > > > https://play.google.com/store/apps/details?id=com.google.android.apps.translate=en > > ~Roger > > >

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
Ok. I looked at the plist and there was no entry for the pro resolution (1024x1366) under launch images. There is a file there for the pro, but with a different name than what you said. How do I change this for the simulator? Ah... I used my Mobile Profile stack as the launcher which has all

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
This is a bug in revSaveAsIOSStandalone.livecodescript Around line 1690, nothing is done to include the pro size in the plist. The file is included in the app. I’ll work up a bug report and PR this weekend. Thanks, Brian On Aug 24, 2018, 10:51 PM -0500, J. Landman Gay via use-livecode , wrote:

Re: Load data into a tree view

2018-08-24 Thread Brian Milby via use-livecode
Correct, you populate the tree with an array. Thanks, Brian On Aug 24, 2018, 3:51 PM -0500, Bob Sneidar via use-livecode , wrote: > Pfft. Never mind I found the Tree View in the dictinoary. I think it only > takes array data though. > > Bob S > > > > On Aug 24, 2018, at 13:49 , Bob Sneidar via

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Sorry, i´ve posted a wrong link. This is the correct one http://d.qck.biz/4DmjLV > Am 24.08.2018 um 23:09 schrieb Matthias Rebbe via use-livecode > : > > I´ve tested now with Apple´s Digital Color Meter App. > > And you are right. It seems the mouse color values

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-24 Thread J. Landman Gay via use-livecode
That's the deal though...it shouldn't need to resize at all, but in the simulator it doesn't fill the screen. The XCode simulators are really fast though. If you ever do get into Android, avoid their emulator, it's dog slow. This thread is approaching cheese dimensions. I hope non-interested

LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
Hi, In LC 9 (haven't tested earlier versions) I'm seeing incorrect colors for LC controls on macOS 10.13 but not 10.12. I filed a bug report with a recipe + example stack and I'm wondering if anyone else can confirm my findings. I'm not sure if it is software related or hardware related. Here is