Re: [ANN] Release 9.6.0 DP-3

2020-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
If you mean “refresh” as in -- deleting the profiles in ~/Library/MobileDevice/Provisioning Profiles -- Going go to developer.apple.com. Downloaded them again, -- click them and they were “registered” by latest Xcode (11.3.1) And with LC saying “Standalone Success….” No glitches….

Re: Getting HTML5 going

2020-03-25 Thread William Prothero via use-livecode
Sean: Sorry, I guess the discussion got going onto issues of how to keep an app updated, which was a major feature of web deployment. Thanks for all your input, Sean. Very helpful. Best, Bill William A. Prothero https://earthlearningsolutions.org > On Mar 25, 2020, at 5:37 PM, Pi Digital via

Re: Getting HTML5 going

2020-03-25 Thread Pi Digital via use-livecode
My apologies for the misunderstanding. I thought we were all still talking about HTML5 deployment with a small digression question regarding iOS. Somehow I missed the part where it got steered off into every other platform :) Sean Cole Pi Digital > On 25 Mar 2020, at 23:34, William Prothero

Re: Getting HTML5 going

2020-03-25 Thread William Prothero via use-livecode
What I was thinking of was distributing a fairly basic educational application, then adding features and lessons as life goes on. Sounds like it would depend on how extensive the features were. Perhaps lessons would only trigger a problem if they required the addition of significant new

Re: [ANN] Release 9.6.0 DP-3

2020-03-25 Thread Sean Cole (Pi) via use-livecode
What do you get from LC when you create the standalone build? Have you refreshed the dist certs just to be sure? Sean On Wed, 25 Mar 2020 at 21:19, Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > Did you try a build for TestFlight, (which requires a

Re: DataGrid question...

2020-03-25 Thread matthias rebbe via use-livecode
Thanks. Matthias > Am 25.03.2020 um 13:34 schrieb Tore Nilsen via use-livecode > : > > What you should look for in the Dictionary is tabAlign > > Tore > >> 25. mar. 2020 kl. 13:32 skrev matthias rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >>> >>> Am 25.03.2020 um

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
On Wed, Mar 25, 2020 at 3:58 PM Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > This was reported by me and confirmed by LC last year: > > https://quality.livecode.com/show_bug.cgi?id=22107 > > (Shift-Tab is the most problematic example, since it doesn't have a >

Re: Terminal command for fixing Icon images not displaying properly in Mac OS X catalina

2020-03-25 Thread Martin Koob via use-livecode
Hi Matthias Thanks for doing the searching on my behalf. I was embarrassed to ask a question that I knew I should be able to find the answer online but I was getting nowhere. I couldn’t remember the terms like the shell command or the name of the colour property that was being changed so I

Re: Idea to keep us all connected

2020-03-25 Thread doc hawk via use-livecode
On Mar 25, 2020, at 12:33 PM, Mark Wieder via use-livecode wrote: > > On 3/25/20 12:11 PM, doc hawk via use-livecode wrote: > >> I used yesterday’s version, and not installed globally (ran from the opened >> dmg). And will purge that account today, and make another if I need to >> again. >

Re: Getting HTML5 going

2020-03-25 Thread Mark Wieder via use-livecode
On 3/25/20 1:58 PM, Mark Waddingham via use-livecode wrote: However there are two rules which must be followed:   1) Downloaded code must not allow the app to access any more system provided APIs that it could before.   2) Downloaded code must not allow the app to 'morph' (as Richard put

Re: [ANN] Release 9.6.0 DP-3

2020-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
Did you try a build for TestFlight, (which requires a Distribution for App Store Provisioning profile) Everything worked fine using the same Provisioning Profile and Certificate to 9.6.0.DP2.. But under XCode 11.3.1 and 9.6.0 DP3. I am getting: -- ERROR ITMS-90035: "Invalid

Re: Terminal command for fixing Icon images not displaying properly in Mac OS X catalina

2020-03-25 Thread matthias rebbe via use-livecode
Hi Martin, i had to search a little bit. Mark Waddingham´s solution: terminal command: sips -d profile --deleteColorManagementProperties PATH../Image.png and my... dragging the image onto Remove.app in /library/scripts/colorsync/ replaces the ColorSync Profile to sRGB IEC61966-2.1

Re: Getting HTML5 going

2020-03-25 Thread Mark Waddingham via use-livecode
On 2020-03-25 20:52, William Prothero via use-livecode wrote: But, what I really would need to verify before I go that way, is whether Catalina allows livecode script to be downloaded and executed by the engine. Richard, it looks like you say it will, but Sean says no. Catalina in general does

Re: Getting HTML5 going

2020-03-25 Thread Mark Waddingham via use-livecode
On 2020-03-25 19:31, Pi Digital via use-livecode wrote: In an app on the AppStore this is definitely a security risk from Apple’s point of view. Devs could insert any nefarious code into their app. This has been true from iOS2. Only content like video and images, maybe some animation data and

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Curry Kenworthy via use-livecode
This was reported by me and confirmed by LC last year: https://quality.livecode.com/show_bug.cgi?id=22107 (Shift-Tab is the most problematic example, since it doesn't have a convenient shifted char. Menu defs seem glitchy, so we may need to file additional reports but hoping this Shift bug

Re: Getting HTML5 going

2020-03-25 Thread William Prothero via use-livecode
Richard and Sean: My app is desktop. One of the actions is clicking on a map to specify a data (of various kinds) profile across a great circle path. You really need a mouse to accurately select a point (although there are ways of magnifying small area to get precise location). Anyway, it does

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
On Wed, Mar 25, 2020 at 1:28 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Shift-1 = ! > Right. But using ⌘ + Shift + 1 looks much better in the menu to me than ⌘ !. With ⌘ ! the user has to piece together that they need to add SHIFT to create the ! character. ⌘ +

Terminal command for fixing Icon images not displaying properly in Mac OS X catalina

2020-03-25 Thread Martin Koob via use-livecode
Hi. I saw a discussion earlier on this list or the forums about an issue I was having with Catalina. Icons that appeared fine on earlier versions of Mac OS X now appeared black on Catalina. The solution posted was a simple terminal command that would strip the “something” from the image

Re: Idea to keep us all connected

2020-03-25 Thread Mark Wieder via use-livecode
On 3/25/20 12:11 PM, doc hawk via use-livecode wrote: the problem being that the server daemon was still active after ending a zoom session. And also that it was done without user consent, and in violation of the rules enforcedly apple . . . No argument from me. The "fix" for Safari 12

Re: Getting HTML5 going

2020-03-25 Thread Pi Digital via use-livecode
In an app on the AppStore this is definitely a security risk from Apple’s point of view. Devs could insert any nefarious code into their app. This has been true from iOS2. Only content like video and images, maybe some animation data and so on is deemed ok and encouraged. I was mainly

Re: Idea to keep us all connected

2020-03-25 Thread doc hawk via use-livecode
On Mar 25, 2020, at 11:37 AM, Mark Wieder via use-livecode wrote: > > the problem being that the server daemon was still active after ending a zoom > session. And also that it was done without user consent, and in violation of the rules enforcedly apple . . . I used yesterday’s version,

Re: Getting HTML5 going

2020-03-25 Thread Richard Gaskin via use-livecode
Bill Prothero wrote: > Richard and Sean, > Good ideas. I had considered deploying it as a standalone that has > sections that udate from a server, but worried that the new security > requirements from Apple, in particular, discouraged (prohibited?) > downloading code. Is that not true? Is this

Re: Idea to keep us all connected

2020-03-25 Thread Mark Wieder via use-livecode
Since we can't post attachments to this list I posted to the web forum a quick script-only stack library I threw together to access up-to-date worldwide covid-19 information from Johns Hopkins. Hope somebody finds it useful. http://forums.livecode.com/viewtopic.php?f=5=33815=189459#p189459

Re: Getting HTML5 going

2020-03-25 Thread Prothero-earthlearningsol via use-livecode
Richard and Sean, Good ideas. I had considered deploying it as a standalone that has sections that udate from a server, but worried that the new security requirements from Apple, in particular, discouraged (prohibited?) downloading code. Is that not true? Bill William Prothero

Re: Idea to keep us all connected

2020-03-25 Thread Mark Wieder via use-livecode
On 3/25/20 11:05 AM, Clarence Martin via use-livecode wrote: Interesting. I did a search on "privacy problems with zoom" And got several hits. Has anyone done any other exploration on this matter and how to circumvent these concerns? The CVE for OSX is basically taken care of with zoom

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Richard Gaskin via use-livecode
Shift-1 = ! -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.comhttp://www.FourthWorld.com

Re: Getting HTML5 going

2020-03-25 Thread Sean Cole (Pi) via use-livecode
Break it up into smaller substacks and have these loaded into the main stack as needed. HH had an example of this. It would mean that you only update the parts that need doing. I'm looking to add this into my webapp as we speak as eventually there will be many sections the main stack will access.

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread doc hawk via use-livecode
Isn’t that the key sequence for ejecting the internal floppy, err, first removable disk? It does seem to be removed from recent releases, though (although -3 an -4 still work, though not quite how they used to . . ) These were in the original release for the 128k . . .

Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
Hi all, I tried assigning Shift + Cmd + 1 to a menu shortcut in LiveCode but LiveCode insists on using Cmd + 1 instead. I would like to insist that it use Shift + Cmd + 1, just as I entered it :-) Anyone know how to trick LiveCode into using what I entered? I know Shift + Cmd + 1 can be used as

RE: Idea to keep us all connected

2020-03-25 Thread Clarence Martin via use-livecode
Interesting. I did a search on "privacy problems with zoom" And got several hits. Has anyone done any other exploration on this matter and how to circumvent these concerns? Sincerely, Clarence Martin Email: chi...@themartinz.com Phone: 636 6965561 -Original Message- From: use-livecode

Re: Idea to keep us all connected

2020-03-25 Thread doc hawk via use-livecode
On Mar 25, 2020, at 10:37 AM, Sean Cole (Pi) via use-livecode wrote: > > Zoom is fantastic. A Be very cautious with zoom, and note it’s snarky privacy policy which acknowledges they sell data about you . . . I had to use it yesterday for a nonprofit board meeting. I created a throw-away

Re: Idea to keep us all connected

2020-03-25 Thread Sean Cole (Pi) via use-livecode
Zoom is fantastic. Another I have been using is FreeConferenceCall which is live video, screen share as well as audio. Great for those who can only use the phone rather than data. Skype really sucks. Thanks, Heather, for this. An excellent idea from the team. Stay in. Stay Safe. Y'all. Sean

Re: Idea to keep us all connected

2020-03-25 Thread Richmond via use-livecode
This is a fantastic idea, although I'd be wary of the takeaway pizza: it might be infected. I am using Zoom myself for my work with children, and it works very well indeed. To all my friend, acquaintances, sparring-partners and enemies on the Use-List: do keep safe and healthy: the world

Re: Idea to keep us all connected

2020-03-25 Thread Mark Wieder via use-livecode
Also, the Metropolitan Opera in New York is making daily streams available for free, one opera per day. This week is all Wagner, but next week looks more interesting (ducking). There was an absolutely wonderful Il Trovatore last week. Streams are available for 24 hours, so if you can pull

Re: Getting HTML5 going

2020-03-25 Thread Richard Gaskin via use-livecode
William Prothero wrote: > I’m back working on an educational app teaching plate tectonics. > When I think of pitfalls of distributing an actual app, I fondly > look at web distribution, like I used to be able to do with Director > in shockwave. Shockwave made many things about deployment

RE: Idea to keep us all connected

2020-03-25 Thread Ralph DiMola via use-livecode
Awesome +1 Creating music is the great unifier and is physiologically calming in this stressful time. I metaphorically dusted off my electric guitar and re-strung it. Fender is offering 3 free months of on-line lessons for all abilities and types of guitars. If you need a break from LC coding

Re: Idea to keep us all connected

2020-03-25 Thread Mark Wieder via use-livecode
On 3/25/20 7:47 AM, Heather Laine via use-livecode wrote: Thanks for reading this rather long post. Take care, stay home, stay well and enjoy this excellent opportunity to really get to grips with LiveCode in your solitude! Awesome. -- Mark Wieder ahsoftw...@gmail.com

Idea to keep us all connected

2020-03-25 Thread Heather Laine via use-livecode
Dear List Folks, These are strange and difficult times. Thanks to COVID-19 we at LiveCode Ltd. are all now working from home, and staying together as a company via Zoom and Slack. It's working pretty well for us I must say, at least so far. Turns out programmers don't much mind being locked in

Re: DataGrid question...

2020-03-25 Thread Tore Nilsen via use-livecode
What you should look for in the Dictionary is tabAlign Tore > 25. mar. 2020 kl. 13:32 skrev matthias rebbe via use-livecode > : > >> >> Am 25.03.2020 um 01:26 schrieb Richard Gaskin via use-livecode >> : >> >> Paul Dupuis wrote: >> >>> Has anyone come up with a way to configure a DataGrid

Re: DataGrid question...

2020-03-25 Thread matthias rebbe via use-livecode
> > Am 25.03.2020 um 01:26 schrieb Richard Gaskin via use-livecode > : > > Paul Dupuis wrote: > >> Has anyone come up with a way to configure a DataGrid (LC9) so that >> the left most column remains visible when the other columns are >> scrolled horizontally? >> >> Or is the only way to to do

Re: Guessing the encoding of a test file...

2020-03-25 Thread Ben Rubinstein via use-livecode
On 19/03/2020 20:31, Paul Dupuis via use-livecode wrote: There is an enhancement request to support MacRoman decoding under WIndows and vice versa at https://quality.livecode.com/show_bug.cgi?id=22391 if you want to CC yourself to show interest. See also

Update app on store due to new lc release?

2020-03-25 Thread JeeJeeStudio via use-livecode
Hi, Does anyone updates their app on Google/Apple store just because there is an LC update? Which might contain improvements or bug fixes? Regards, Jerry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,