Re: Raspberry Pi 4

2020-01-21 Thread Tom Glod via use-livecode
I might buy one. thanks. On Tue, Jan 21, 2020 at 8:33 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Anyone here have a Raspberry Pi 4? With up to 4GB RAM, two displays, and > other nifty enhancements it's quite a nice little computer: >

Re: Apple Mac menubar?

2020-01-21 Thread Paul McClernan via use-livecode
I'm not sure which is more complete updated, Trevor's nssystem-status-bar LCB or the LCB that comes with LC IDE, or are they the same code? A few years back I was able to combine an AppleScript (AppleScriptObjC) Applet with an LiveCode App living inside it's bundle and have them talk to each

LC Server survey

2020-01-21 Thread Richard Gaskin via use-livecode
I've been running a survey of LC Server use in the forums for some time now: https://forums.livecode.com/viewtopic.php?f=15=26772 If you haven't cast your vote it would be helpful if you could take a moment to do so. I've been thinking of making some tools for LC Server deployment and

Raspberry Pi 4

2020-01-21 Thread Richard Gaskin via use-livecode
Anyone here have a Raspberry Pi 4? With up to 4GB RAM, two displays, and other nifty enhancements it's quite a nice little computer: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ It would be good to know if anyone here has run LC on it. It would be ever better to know if anyone

Re: Apple Mac menubar?

2020-01-21 Thread Trevor DeVore via use-livecode
On Tue, Jan 21, 2020 at 11:59 AM Håkan Liljegren via use-livecode < use-livecode@lists.runrev.com> wrote: > I this is already created by our hero Trevor Devore. Take a look at his > github page: > > github.com/trevordevore/lc-macos-toolset > > what you are looking for is the

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
Bug report here: https://quality.livecode.com/show_bug.cgi?id=22543 On 1/21/20 10:14 AM, J. Landman Gay via use-livecode wrote: Thanks Panos, I was hoping you'd check in. I'll open a report and send you some files in private mail later today. -- Jacqueline Landman Gay |

Re: iOS browser local URLs

2020-01-21 Thread Sannyasin Brahmanathaswami via use-livecode
I am pretty sure it is a regression. I have a business support request to test the Andre's "htmt5" Lexicon on iOS built in 9.5 (comes packaged inside the SivaSiva app) I can't test myself because of upgrading to Catalina…. It was working 9.5 but not on 9.6DP2. Works fine on android. I had to

closeControl -- "switchable" ?

2020-01-21 Thread Sannyasin Brahmanathaswami via use-livecode
Using text only script behavior files has advantages and disadvantages. One "con" is the possibility of "rapid profileration" of text scripts (behavior, model, libraries etc.) Your app could easily become like some horrendous-humongous PHP or JS framework with 100's of "dependencies." I am

Re: iOS browser local URLs

2020-01-21 Thread panagiotis merakos via use-livecode
Hello all, I did a quick test with a browser widget and 2 buttons, where each one of them sets the URL of the browser widget to a different URL, and it works fine for me. Since both Jacque and Brahmanathaswami are affected, there must be something going on. So please do submit a recipe asap -

Re: closeControl -- "switchable" ?

2020-01-21 Thread dunbarx--- via use-livecode
Hi. "SetControl" doesn't take a parameter, as far as I know, so a switch control structure would have to be managed by hand, perhaps looping through all the groups (or other controls of interest) on the card that one just navigated away from. Craig -Original Message- From: Sannyasin

Re: closeControl -- "switchable" ?

2020-01-21 Thread dunbarx--- via use-livecode
Sorry, I meant "closeControl". Craig -Original Message- From: Sannyasin Brahmanathaswami via use-livecode To: How LiveCode Cc: Sannyasin Brahmanathaswami Sent: Tue, Jan 21, 2020 9:12 am Subject: closeControl -- "switchable" ? Using text only script behavior files has advantages and

Apple Mac menubar?

2020-01-21 Thread Colin Kelly via use-livecode
Does anyone know if it’s possible with livecode to add an icon and click options to a Mac menubar (the mac menubar at the top of the screen when no applications have focus)? -- Colin Kelly ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Apple Mac menubar?

2020-01-21 Thread dunbarx--- via use-livecode
Hi. The menubar is fully configurable when LC is in front, but I do not believe it can be so modified when not. Are you just asking if LC is the right tool for such a thing? There must be other gadgets that perform this task. Craig -Original Message- From: Colin Kelly via use-livecode

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
Thanks Panos, I was hoping you'd check in. I'll open a report and send you some files in private mail later today. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 21, 2020 1:29:20 AM panagiotis merakos via use-livecode wrote:

Re: Apple Mac menubar?

2020-01-21 Thread Richard Gaskin via use-livecode
dunbarx wrote: > The menubar is fully configurable when LC is in front, but I do not > believe it can be so modified when not. > Are you just asking if LC is the right tool for such a thing? There > must be other gadgets that perform this task. LC added an experimental feature for this several

Re: Apple Mac menubar?

2020-01-21 Thread Pi Digital via use-livecode
Do you possibly mean the System Menu Extensions found on the right of the menu bar? If so then that is not currently possible from LiveCode. Sean Cole Pi Digital Prod Ltd > On 21 Jan 2020, at 16:27, Richard Gaskin via use-livecode > wrote: > > dunbarx wrote: > > > The menubar is fully

Re: Apple Mac menubar?

2020-01-21 Thread Colin Kelly via use-livecode
Thanks Sean, that's exactly the info I was looking for. On 21/01/2020, 16:39, "use-livecode on behalf of Pi Digital via use-livecode" wrote: Do you possibly mean the System Menu Extensions found on the right of the menu bar? If so then that is not currently possible from LiveCode.

Re: Apple Mac menubar?

2020-01-21 Thread Richard Gaskin via use-livecode
Correct. The experimental feature I was thinking of us the iconMenu global property, for adding a menu to the Dock icon, described on p19 here: https://downloads.livecode.com/livecode/4_5_3/LiveCodeNotes-4_5_3.pdf The OS hooks needed for running a System Menu from LC could be done with

Re: FYI: Cause found for LC crashing to desktop when Browser widget opens PDF

2020-01-21 Thread Bob Sneidar via use-livecode
Great sleuthing Matthias. Bob S > On Jan 20, 2020, at 07:20 , Matthias Rebbe via use-livecode > wrote: > > Just want to let you know that Livecode Dev Team confirmed that this is a bug > > https://quality.livecode.com/show_bug.cgi?id=22534 > > > - > Matthias Rebbe > Life Is Too Short For

Re: FYI: Cause found for LC crashing to desktop when Browser widget opens PDF

2020-01-21 Thread Bob Sneidar via use-livecode
Adobe developers doing things they shouldn't??? Whoever heard of such a t'ing!!! ;-P Bob S > On Jan 20, 2020, at 07:41 , Mark Waddingham via use-livecode > wrote: > > On 2020-01-20 15:20, Matthias Rebbe via use-livecode wrote: >> Just want to let you know that Livecode Dev Team confirmed

Re: YAML Libraries

2020-01-21 Thread Bob Sneidar via use-livecode
Trevor, I'm curious what the significance is in using /** as the begin comment indicator? Is it something you use internally? Bob S > On Jan 19, 2020, at 06:45 , Trevor DeVore via use-livecode > wrote: > > /** ___ use-livecode mailing list

Re: mailto: string with attachment

2020-01-21 Thread Bob Sneidar via use-livecode
Thank you! I needed this 3 years ago! My app sends emails detailing the service events for the day, but I have to send it as text and format it using a sans serif font to get text columns to line up. If I can create a small PDF and send that, it will be revolutionary! Also when I cannot print

Re: Apple Mac menubar?

2020-01-21 Thread Mark Waddingham via use-livecode
On 2020-01-21 16:41, Colin Kelly via use-livecode wrote: Thanks Sean, that's exactly the info I was looking for. Search for 'Mac Status Menu' in the dictionary - I think that is what you are looking for (Cocoa calls those little widgets NSStatusMenu's, hence the name of the extension).

Re: Thumbnail on txt file?

2020-01-21 Thread Bob Sneidar via use-livecode
Applescript is not clumsy. It's obscure and very poorly documented. Application Dictionaries are especially bad. Typically no examples of usage, which means hours of frustrating trial and error, leading eventually to abandonment. And then you are dependent on vendor software and OS developer

Re: Can't add substack

2020-01-21 Thread Bob Sneidar via use-livecode
Thanks Richard. Like I mentioned, I deleted the datagrid (thankfully there was only one) and it's template, set the mainStack of the (soon to be) sub stack, then pasted the datagrid. But this should be fairly easy to account for in whatever routine that makes an independent stack a substack of

Re: YAML Libraries

2020-01-21 Thread Trevor DeVore via use-livecode
On Tue, Jan 21, 2020 at 11:06 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor, I'm curious what the significance is in using /** as the begin > comment indicator? Is it something you use internally? The comment syntax I use before a handler is the documentation

Re: Can't add substack

2020-01-21 Thread Bob Sneidar via use-livecode
I should have said CUT the datagrid. Bob S > On Jan 21, 2020, at 09:19 , Bob Sneidar via use-livecode > wrote: > > Thanks Richard. Like I mentioned, I deleted the datagrid (thankfully there > was only one) and it's template, set the mainStack of the (soon to be) sub > stack, then pasted

Re: Apple Mac menubar?

2020-01-21 Thread dunbarx--- via use-livecode
@Sean What are the "system menu extensions" on the right side of the menubar? @Mark W. What is a "Mac Status Menu"? Craig -Original Message- From: Pi Digital via use-livecode To: How to use LiveCode Cc: Pi Digital Sent: Tue, Jan 21, 2020 11:39 am Subject: Re: Apple Mac menubar? Do

Re: Apple Mac menubar?

2020-01-21 Thread Mark Waddingham via use-livecode
On 2020-01-21 17:22, dunbarx--- via use-livecode wrote: @Sean What are the "system menu extensions" on the right side of the menubar? @Mark W. What is a "Mac Status Menu"? They are the little icons which appear on the right hand-side of the mac menubar - things like the keyboard selector,

Re: Apple Mac menubar?

2020-01-21 Thread Bob Sneidar via use-livecode
I thought they were called Diddly Buggers? Bob S > On Jan 21, 2020, at 09:26 , Mark Waddingham via use-livecode > wrote: > > On 2020-01-21 17:22, dunbarx--- via use-livecode wrote: >> @Sean >> What are the "system menu extensions" on the right side of the menubar? >> @Mark W. >> What is a

Re: Apple Mac menubar?

2020-01-21 Thread Håkan Liljegren via use-livecode
I this is already created by our hero Trevor Devore. Take a look at his github page: github.com/trevordevore/lc-macos-toolset what you are looking for is the nssystem-status-bar.lcb On 21 Jan 2020, 18:45 +0100, Bob Sneidar via use-livecode , wrote: > I thought they were called Diddly

Re: Apple Mac menubar?

2020-01-21 Thread Pi Digital via use-livecode
Legendary! Thanks Hågan https://github.com/trevordevore/lc-macos-toolset/blob/master/NSSystemStatusBar/nssystem-status-bar.lcb Sean Cole Pi Digital Prod Ltd > On 21 Jan 2020, at 17:58, Håkan Liljegren via use-livecode > wrote: > > I this is already created by our hero Trevor Devore. Take a

Face/Touch ID

2020-01-21 Thread Dan Friedman via use-livecode
Greetings! If memory serves we can use mergLA for Touch ID. Is there a method for Face ID? Thanks! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Apple Mac menubar?

2020-01-21 Thread dunbarx--- via use-livecode
Mark. Ah. Never knew the name of those. Craig -Original Message- From: Mark Waddingham via use-livecode To: How to use LiveCode Cc: Mark Waddingham Sent: Tue, Jan 21, 2020 12:26 pm Subject: Re: Apple Mac menubar? On 2020-01-21 17:22, dunbarx--- via use-livecode wrote: > @Sean > What