Re: Issues with app delivery!

2018-11-28 Thread panagiotis merakos via use-livecode
Hello all, Yes, it seems we have to make sure that the code applied to externals for removing unneeded arch is also applied to revsecurity. Here are detailed instructions on how to do this manually from the terminal (the instructions are for tsNet - just change the path to the one of

How to update the project browser?

2018-11-28 Thread Tiemo Hollmann TB via use-livecode
Hello, sometimes the project browser doesn't gets updated automatically. E.g. when ungrouping a group via msg box, the group stays visible in the project browser until I close and reopen the PB. Is there something like a "F5" to let the PB update, or is closing and reopening the common way to

Re: semi-OT : mySQL oddities

2018-11-28 Thread jbv via use-livecode
Hi list, This is a quick follow-up to my post from a couple of months ago. After weeks of tweeking and testing, I am now 99.99% sure there's an issue with auto-increment in the latest versions of mySQL, at least with large tables with several indexes and complex scripts that insert and update

Re: LiveCode server with revIgniter - new controller pages get 404 errors?

2018-11-28 Thread Keith Clarke via use-livecode
Fixed shared for future reference…. This issue was down to me missing the need for a required change to system/application/config/config.lc when using .htaccess to hide the index.lc page from the URIs structure. This setting is clearly documented within the config.lc file, in the 'Index

Re: Issues with app delivery!

2018-11-28 Thread panagiotis merakos via use-livecode
Just filed this report: https://quality.livecode.com/show_bug.cgi?id=21720 Best, Panos On Wed, Nov 28, 2018 at 10:20 AM panagiotis merakos wrote: > Hello all, > > Yes, it seems we have to make sure that the code applied to externals for > removing unneeded arch is also applied to revsecurity.

Re: Issues with app delivery!

2018-11-28 Thread Matthias Rebbe via use-livecode
Another and more comfortable way would be to use App Wrapper 3, in case you own it. App Wrapper has a feature called Architecture Cleanup to make Intel 64-Bit or Intel 32-Bit only. http://www.ohanaware.com/appwrapper/ Regards, Matthias Matthias Rebbe free tools for Livecoders:

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Tom Glod via use-livecode
I did a multi-core processing presentation with livecode at the global conference. running long shell commands is one of the use cases for such a setup. https://github.com/makeshyft-tom-g/livecode-multicore-library might be an option here. On Wed, Nov 28, 2018 at 5:20 PM Richard Gaskin via

How to reliably identify an Android Tablet microSD Card

2018-11-28 Thread Peter Reid via use-livecode
I've got an app running on an Android 8.1 7in tablet which uses a microSD card for its RW data storage. I've tried using: specialFolderPath("external documents") which the docs describe as follows: • "external documents": The folder on the primary shared/external storage

Re: How to update the project browser?

2018-11-28 Thread panagiotis merakos via use-livecode
Hello Tiemo, So far the only way to ensure the PB refreshes and is updated properly in these cases is to close and reopen the PB. There are a couple of bug reports about this issue. We might add a "Refresh" icon somewhere on the PB. Kind regards, Panos -- On Wed, Nov 28, 2018 at 12:08 PM Tiemo

LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Keith Clarke via use-livecode
Folks, Please can anyone steer me towards the dictionary keyword equivalent to ‘cron' jobs for initiating time-based background functions, along the lines of… on TimeAt pHour pMinute pSecond do stuff end TimeAt Thanks Keith ___ use-livecode

Re: semi-OT : mySQL oddities

2018-11-28 Thread Bob Sneidar via use-livecode
That is very curious. I am running mySQL 5.6 not sure the minor version. I use autoinc in all my tables without difficulty, but I also use sqlYoga, so I do not craft the actual queries. Bob S > On Nov 28, 2018, at 24:58 , jbv via use-livecode > wrote: > > I've been watching & checking the

Re: LiveCode server with revIgniter - new controller pages get 404 errors?

2018-11-28 Thread Keith Clarke via use-livecode
No worries, Ralf. Thanks for your response and your efforts with revIgniter - I’m very impressed with what I’ve discovered (& learned) so far! :-) Best, Keith > On 28 Nov 2018, at 12:05, Ralf Bitter via use-livecode > wrote: > > Hi Keith, > > sorry for responding late. Glad you found > the

Re: hhPDFViewer v0.8.0

2018-11-28 Thread Lagi Pittas via use-livecode
Brilliant stuff Hermann Thanks, Lagi On Mon, 26 Nov 2018 at 19:44, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Sometimes one wishes to have a unique PDF display, independent of the > user's current internet-plugin. Or one wishes to have a feature that > these plugins don't

Re: LiveCode server with revIgniter - new controller pages get 404 errors?

2018-11-28 Thread Ralf Bitter via use-livecode
Hi Keith, sorry for responding late. Glad you found the source of the issue, and thanks for the suggestion to improve the docs, changed the user guide accordingly. Thanks again Ralf > On 28. Nov 2018, at 11:03, Keith Clarke via use-livecode > wrote: > > Fixed shared for future reference….

Re: What is LC's internal text format?

2018-11-28 Thread Lagi Pittas via use-livecode
Hi Bob, So my rant didn't go to the bit bucket. To answer your question NO that wouldn't happen - adding "Side" languages to use with the IDE introduces people to a saner way or doing things. We could use Python and or Javascript for the great libraries and make them callable with a LCB

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Keith Clarke via use-livecode
Thanks Mike, I was aware of ‘do’ but hadn’t used ’send’, so not seen its timer aspect. The examples in the dictionary look potentially useful for a couple of lightweight activities I’d like to have ticking-over in the background on my LC Server, pending page visits. Best, Keith > On 28 Nov

Re: Issues with app delivery!

2018-11-28 Thread Rick Harrison via use-livecode
Hi Guys, I managed to strip out the old 32 bit stuff leaving just the 64 bit code thanks to your instructions. I re-codesigned the app and made sure that the entitlements.plist had: com.apple.security.app-sandbox com.apple.security.files.user-selected.read-write

Re: Issues with app delivery!

2018-11-28 Thread JB via use-livecode
That is really nice to know! thanks, JB > On Nov 28, 2018, at 1:39 AM, Matthias Rebbe via use-livecode > wrote: > > Another and more comfortable way would be to use App Wrapper 3, in case you > own it. > > App Wrapper has a feature called Architecture Cleanup to make Intel 64-Bit or >

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
In the meantime, there are two commands to have a look at if you want to have a crack at rolling your own send and do send "doSomething" to me in 60 seconds then there is a way to see if you're interrupting an asynchronous activity pendingMessages On Wed, Nov 28, 2018 at 12:02 PM Mike Kerner

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
oh, yeah, and have a look at waitDepth On Wed, Nov 28, 2018 at 12:43 PM Keith Clarke via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Mike, I was aware of ‘do’ but hadn’t used ’send’, so not seen its > timer aspect. > > The examples in the dictionary look potentially useful for

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Mike Kerner via use-livecode
LC is single-threaded so CRON is a little tricky. I have code that works with those limitations. I suppose I should repo it. Some day I might even get the secondary process part working. On Wed, Nov 28, 2018 at 11:15 AM Keith Clarke via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Alex Tweedly via use-livecode
On 28/11/2018 20:45, Richard Gaskin via use-livecode wrote: FWIW, cron is for periodic tasks.  If you need a one-off at a specific time see at. But can be managed from the command line, which means you can drive them from LC if needed through the shell function. And. conversely, you can

Re: Issues with app delivery!

2018-11-28 Thread Rick Harrison via use-livecode
Brian, Do you mean: sudo codesign --verbose --deep --force --sign "3rd Party Mac Developer Application: MYCOMPANY NAME (KDSK9SJUNK)” --entitlements If so, yes I did that. Rick > On Nov 28, 2018, at 3:13 PM, Brian Milby via use-livecode > wrote: > > When you did the codesign, did you

Re: Max number of columns in a datagrid?

2018-11-28 Thread Richard Gaskin via use-livecode
dunbarxx wrote: > What really needs to happen is that the DG or table field visual > display is loaded under script control. So the idea of jumping from > a display of columns 1-10 over to 6000-6010 is managed live, using > the scrollbarDrag message as the thumb is moved. Yes, that's exactly

Re: Issues with app delivery!

2018-11-28 Thread Brian Milby via use-livecode
When you did the codesign, did you use the "--entitlements" option? (I saw this in a semi-related post on rejections) On Wed, Nov 28, 2018 at 12:26 PM Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Guys, > > I managed to strip out the old 32 bit stuff leaving > just

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Richard Gaskin via use-livecode
Keith Clarke wrote: > Please can anyone steer me towards the dictionary keyword equivalent > to ‘cron' jobs for initiating time-based background functions, along > the lines of… > > on TimeAt pHour pMinute pSecond > do stuff > end TimeAt You can do it with LC, but not as a CGI, as LC

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Richard Gaskin via use-livecode
Alex Tweedly wrote: > On 28/11/2018 20:45, Richard Gaskin via use-livecode wrote: >> >> FWIW, cron is for periodic tasks. If you need a one-off at a >> specific time see at. >> >> But can be managed from the command line, which means you can drive >> them from LC if needed through the shell

Re: How to update the project browser?

2018-11-28 Thread Geoff Canyon via use-livecode
On Wed, Nov 28, 2018 at 2:08 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > sometimes the project browser doesn't gets updated automatically. E.g. when > ungrouping a group via msg box, the group stays visible in the project > browser until I close and reopen the

Re: Max number of columns in a datagrid?

2018-11-28 Thread Geoff Canyon via use-livecode
I just checked, and (LC 8 on a Mac) indeed fields fail beyond a certain width/character limit/??? This: on mouseUp repeat with i = 1 to 1 put char -10 to -1 of ("aa" & i & " ") after x end repeat put x into fld 1 end mouseUp results in a field that scrolls right only