dgDragImageIndex in v9?

2018-12-12 Thread Richard Gaskin via use-livecode
The following relates to Windows only; things are working well on macOS. I have this code in a DataGrid in an older project: on dragstart if the dgDataControl of the target <> "" then put the dgIndex of the dgDataControl of the target into theIndex set the dgDragImageIndex of me to the

Re: Seeking OSX Code signing consultant...

2018-12-12 Thread Trevor DeVore via use-livecode
Thanks for the kind words Marty! I’m glad it has been a worthwhile transition for you. The Sparkle and WinSparkle helpers are great examples of what the Foreign Function Interface in LCB makes available to LiveCode. And by using the “helper” component in Levure a developer can combine complex LCB

Re: Seeking OSX Code signing consultant...

2018-12-12 Thread Paul Dupuis via use-livecode
Tips from LiceCode.com or from Google searches or Apple articles or on 3rd party web sites (like Trevor's) are great ... for the people who want to setup code signing themselves. For LiveCode to be really considered an effective development environment for building commercial application, a po

Re: Seeking OSX Code signing consultant...

2018-12-12 Thread Bob Sneidar via use-livecode
I really want to switch to Levure too, but my main project is quite complicated, and it will take a goodly amount of time. Plus, since I implemented chained behaviors for my datagrids, I'm not sure I can incorporate that into Levure. Bob S > On Dec 12, 2018, at 09:56 , Knapp Martin via use-l

Re: Seeking OSX Code signing consultant...

2018-12-12 Thread Knapp Martin via use-livecode
In my experience, it’s easy to make a mess of your certificates from Apple. Then, if you’re like me, you finally get it set up but when you need to renew them a few years later you’ve forgotten what you did the last time to get it right (or is that just me?). I’d like to give a plug here for Tr

Re: Seeking OSX Code signing consultant...

2018-12-12 Thread JJS via use-livecode
Google kows how to find some interesting topics about this too. BTW i'm on mojave and it run with double clicking it, so i assumed it was not really neccessary. But for the store you need it, same as for windows store you need to sign it too. Maybe this can help some people too: https://dev