Drag/Drop unresponsive bug fixed!

2018-12-11 Thread Bob Sneidar via use-livecode
Hi all. I just wanted to confirm that the drag and drop unresponsive window bug is fixed. That is huge for me because I populate the data in my app by dragging and dropping data from a searchable PDF I get every morning. It's one of the features I want to showcase when I present the app to

Re: Datagrid Refresh

2018-12-11 Thread Sannyasin Brahmanathaswami via use-livecode
Tom... did you mean "set its dgprop"? I think I figured it out.. First I needed to follow procedure: --In project inspector for the datagrip --Pick Row Template --Make sure not to have "SelectGroupedControls" on --Set the Row Template group -- Choose Edit. Now the interesting part.. the

Re: remove empty lines in DG

2018-12-11 Thread Bob Sneidar via use-livecode
If you think that is awesome, have a look at sqlYoga, or any of the database APIs by other devs in this group. Bob S > On Dec 11, 2018, at 05:01 , Andrew Bell via use-livecode > wrote: > >> From: Bob Sneidar >> To: How to use LiveCode >> Subject: Re: remove empty lines in DG >> >> >>

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Knapp Martin via use-livecode
I agree Bob. But there really does need to be a basis of trust or you’re asking for trouble. I did that once and very much regretted it - downloaded a demo installer for an app I was interested in. What I got was a trojan horse that attempted to divert my internet connection in an ploy to send

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
> 11. des. 2018 kl. 23:28 skrev Bob Sneidar via use-livecode > : > > I think if you double click it and get the unsafe app dialog, you can open > Security & Privacy, and there should be a button to approve the most recent > "unsafe" app. Not in High Sierra or Mojave. The only options are

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Knapp Martin via use-livecode
Maybe you can run unsigned apps downloaded on older Mac OSs but you cannot do it on either High Sierra or Mojave. The app has to be either from the "App Store" or from "Identified developers” (code signed). You can run an app you build on your own computer but to distribute and download they

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Bob Sneidar via use-livecode
Can't you do a one time approval for an unsigned app? Also, I think you can turn that feature off in Security & Privacy. > On Dec 11, 2018, at 13:58 , Knapp Martin via use-livecode > wrote: > > Maybe you can run unsigned apps downloaded on older Mac OSs but you cannot do > it on either High

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Knapp Martin via use-livecode
I think on Sierra and older there was a 3rd option in the security section to choose from “Anywhere” but that is gone in High Sierra and Mojave. There is a trick to get around this, outlined here: https://www.macworld.co.uk/how-to/mac-software/mac-app-unidentified-developer-3669596/ But you

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Pi Digital via use-livecode
Hi Paul I was unable to look properly at your email earlier as I was working on something else but noted the subject as something to follow up on. I’m sorry that no one else seemed to be of help. It is unusual as I was sure that someone would have offered. If you are still in need I have some

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
You can easily run an unsigned app on High Sierra or Mojave. But you can not start the application by double clicking it the first time you run it. You need to open it from a contextual menu (right click or ctrl click) and then choose «Open» in the resulting dialog window. Afterwards you can

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Bob Sneidar via use-livecode
I'm on High Sierra, and that is how it works for me. Bob S > On Dec 11, 2018, at 14:33 , Tore Nilsen via use-livecode > wrote: > >> 11. des. 2018 kl. 23:28 skrev Bob Sneidar via use-livecode >> : >> >> I think if you double click it and get the unsafe app dialog, you can open >> Security

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Bob Sneidar via use-livecode
Agreed, but for a local deployment, like the company I work for, I should never be forced to sign my apps. That would be onerous in my opinion. Bob S > On Dec 11, 2018, at 14:26 , Knapp Martin via use-livecode > wrote: > > I think on Sierra and older there was a 3rd option in the security

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
You are right, there was this third option prior to High Sierra. I agree that if you distribute an application as a professional developer, you need to code sign it. Tore Nilsen > 11. des. 2018 kl. 23:26 skrev Knapp Martin via use-livecode > : > > I think on Sierra and older there was a

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Bob Sneidar via use-livecode
I think if you double click it and get the unsafe app dialog, you can open Security & Privacy, and there should be a button to approve the most recent "unsafe" app. Bob S > On Dec 11, 2018, at 14:24 , Tore Nilsen via use-livecode > wrote: > > You can easily run an unsigned app on High

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tore Nilsen via use-livecode
> 11. des. 2018 kl. 23:40 skrev Bob Sneidar via use-livecode > : > > I'm on High Sierra, and that is how it works for me. > > Bob S I am on Mojave now, so I may remember wrongly about High Sierra, but the contextual menu method works on both of them anyhow. Tore

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread JJS via use-livecode
just made a quick test with the MacOsx standalone i just runs you don't need to code sign as far as i could see just try it, and if you don't have a MAC but have a fairly new PC then try to create a multiboot with hackintosh look on tonymacx86.com on how to do it Op 11-12-2018 om 22:46

Re: remove empty lines in DG

2018-12-11 Thread JJS via use-livecode
Thanks Bob, will come in handy when needed. I use PHP as middleware, as others have to use it too and need access to the DB. If i would use RevDB then they would not be granted access. And the webspace provider is not allowing LC server on it's shared hosting. So the data is coming in as

Vote for : Screen Edges Deferred is iOS

2018-12-11 Thread Sannyasin Brahmanathaswami via use-livecode
See this hibernated iOS enhancement request. https://quality.livecode.com/show_bug.cgi?id=21737 I have an "immersive" module in my app, I need to have following implemented. Maybe you would like to vote for it too? All my iOS user complains "Oh, gee, in the puzzle, can how can I keep the

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread JJS via use-livecode
Did you do these lessons on lessons.livecode.com ? http://lessons.livecode.com/m/4069/l/308242-how-do-i-create-a-development-profile-for-ios http://lessons.livecode.com/m/4069/l/1009412-how-to-create-a-free-ios-development-provisioning-profile

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread JJS via use-livecode
Is it then needed to code sign it? (i'm not really sure but) Did you already try to run a macos standalone on a mac? And you mean the signature where is set? I f i'm correct you can just run the standalone on mac. I also develop on windows, but i think i jump to macos for the android

Re: Vote for : Screen Edges Deferred is iOS

2018-12-11 Thread Brian Milby via use-livecode
Subscribed.  Wonder if an LCB library could handle this? Thanks, Brian On Dec 11, 2018, 1:39 PM -0600, Sannyasin Brahmanathaswami via use-livecode , wrote: > See this hibernated iOS enhancement request. > > https://quality.livecode.com/show_bug.cgi?id=21737 > > I have an "immersive" module in my

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Paul Dupuis via use-livecode
I do appreciate the tips. However, the reason we want to PAY someone who knows this is to avoid the learning time. Also, we do not develop for iOS nor do we deploy to the Mac App store, so hopefully none of the lessons pertaining to those apply to us. As stated in my initial email, we

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Paul Dupuis via use-livecode
On 12/10/2018 3:32 PM, Paul Dupuis via use-livecode wrote: I have a Macbook Pro with El Capitn (10.11) and XCode 8.2.1. I also have AppWrapper 3 by Ohanaware. I need help setting up to be able to code sign OSX applications for distribution from our web site (NOT via the MacOS App Store). I am

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tom Glod via use-livecode
I would love to know if you accomplished your goal and what the price tag ended up being, I'm interested in the same service...or at least be taught how to do it. Lots of tips in this thread as well, but I too would rather save the research in the learning curve in this respect esp for mac.

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Paul Dupuis via use-livecode
On 12/10/2018 9:57 PM, Brian Milby via use-livecode wrote: Does the Xcode option for it to manage certificates help?  So far I just compile for iOS testing (don’t have a paid dev account yet), but it automatically updates the cert when needed. Thanks, Brian On Dec 10, 2018, 8:40 PM -0600,

Re: remove empty lines in DG

2018-12-11 Thread Andrew Bell via use-livecode
From: Bob Sneidar To: How to use LiveCode Subject: Re: remove empty lines in DG Fortunately for you, I have a cursorToArray function already written:-) YOU wrote that? Thank you thank you thank you! When I discovered that script it completely changed my workflow by allowing me the