Margins for Radio Buttons with Backgrounds

2016-04-20 Thread Sannyasin Brahmanathaswami
Lots of times I want to use radio buttons with a background on… but if you set the margins, the round button itself does not behave… it is “sticky” flush left to the left edge of the background… even if you set the margin to 10 or something like that, it does not move. It is just me that

Re: Language modules for Visual Studio Code

2016-04-20 Thread Sannyasin Brahmanathaswami
I do a lot of server script editing directly via my FTP client… remote editing. I know yeah, some of you wizard have those scripts working via a stack that allows you to edit in the script editor… someday one of you will write a plug in for the rest of us… Till then, my eco system is FTP

Re: YAMLtoArray, ArrayToYAML

2016-04-20 Thread Mark Wieder
On 04/20/2016 11:37 AM, Richard Gaskin wrote: Anyone here know of a library that includes something for converting YAML to LC arrays and back again? Not a library as such, but I've got functions for converting. It's all pretty simple. The only tricky part in converting from yaml to arrays is

Re: Multiple Threads

2016-04-20 Thread Lyn Teyla
Bob Sneidar wrote: > So I think I've isolated why it is that virtually every post on this list > ends up creating multiple threads in my email application. Lots of people are > *STILL* using use-revolut...@lists.runrev.com. Because of this I start > reading the replies to a post before I ever

Re: YAMLtoArray, ArrayToYAML

2016-04-20 Thread Monte Goulding
> On 21 Apr 2016, at 7:35 AM, Richard Gaskin wrote: > > If speed's your concern use LCS. There's little in the community right now > implemented in both LCS and LCB, but one one library I could find done in > both shows LCS nearly twice as fast. I meant LCB ->

Re: Multiple Threads

2016-04-20 Thread [-hh]
I use Nabble, because the display is very good there. And there is also a correct date and time sorting within threads. Now I saw, that pipermail (perhaps you use that or similar) is sorting in my messages wrong by date. I came to the list via use-livecode. Perhaps could you initiate to move the

Re: Language modules for Visual Studio Code

2016-04-20 Thread Monte Goulding
> There's money waiting to happen - two things I hear often from new users: > > 1. "What? Fields don't have formatting properties for currency, >dates, and such?” This is the kind of thing that will probably be easy to do once someone works out how to do text entry in widgets. > > 2.

Re: Language modules for Visual Studio Code

2016-04-20 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: Why do I like it? Probably for many of the same reasons people like Atom … the auto complete is awesome There's money waiting to happen - two things I hear often from new users: 1. "What? Fields don't have formatting properties for currency, dates, and

Re: YAMLtoArray, ArrayToYAML

2016-04-20 Thread Richard Gaskin
Monte Goulding wrote: >> On 21 Apr 2016, at 4:37 AM, Richard Gaskin wrote: >> >> Anyone here know of a library that includes something for converting >> YAML to LC arrays and back again? > > I'm not aware of one. I was looking at writing a LCB library to use > libYAML a while back for a new take

Re: YAMLtoArray, ArrayToYAML

2016-04-20 Thread Monte Goulding
I'm not aware of one. I was looking at writing a LCB library to use libYAML a while back for a new take on lcVCS but it has been dropped from the radar for a while. Perfectly feasible to do in LCS or LCB I just need blazing speed for lcVCS. Cheers Monte Sent from my iPhone > On 21 Apr 2016,

Re: Language modules for Visual Studio Code

2016-04-20 Thread Sannyasin Brahmanathaswami
REcommended by both Andre and Simon Smith… It’s like atom but without the scope bloat (in fact it is built on the atom core) I’m just getting use to it… I never even used Atom very much…have been using BBEdit all these years... but I set the language to PERL and my LC scripts are pretty well

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Ray
Thanks Peter - I'll experiment with this. Looks interesting... On 4/20/2016 4:14 PM, Peter M. Brigham wrote: On Apr 20, 2016, at 2:31 PM, Ray wrote: Thanks for the heads-up on the commandKeyDown handler. I've actually already got that in place, and my software doesn't really use fields so

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Peter M. Brigham
On Apr 20, 2016, at 2:31 PM, Ray wrote: > Thanks for the heads-up on the commandKeyDown handler. I've actually already > got that in place, and my software doesn't really use fields so I think it > should be good. If it isn't I'll more than likely see it in testing. > > On 4/20/2016 2:20 PM,

YAMLtoArray, ArrayToYAML

2016-04-20 Thread Richard Gaskin
Anyone here know of a library that includes something for converting YAML to LC arrays and back again? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Ray
Thanks for the heads-up on the commandKeyDown handler. I've actually already got that in place, and my software doesn't really use fields so I think it should be good. If it isn't I'll more than likely see it in testing. On 4/20/2016 2:20 PM, Peter M. Brigham wrote: On Apr 20, 2016, at

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Peter M. Brigham
On Apr 20, 2016, at 1:45 PM, Richard Gaskin wrote: > If this item isn't also in the menu bar, you can put the shortcut into the > context menu item but with two downsides: > > 1. It won't be right-aligned as users are accustomed to seeing. > > 2. It won't have any functional effect, requiring

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Richard Gaskin
Ray wrote: > OK - so the software is for drawing 'links' around parts of a picture > so when they're clicked the software plays audio files, among other > things. The links are listed in the data grid. I've already got a > traditional menu bar at the top of the screen but instead of >

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Ray
OK - so the software is for drawing 'links' around parts of a picture so when they're clicked the software plays audio files, among other things. The links are listed in the data grid. I've already got a traditional menu bar at the top of the screen but instead of requiring the user to

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread dunbarx
I assume that a keyboard generatedcmessage will be trapped in, say, the card script, and a menuPick message sent to the button itself. I could be wrong about this. Craig Newman -Original Message- From: Peter M. Brigham To: How to use LiveCode

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Peter M. Brigham
On Apr 20, 2016, at 12:08 PM, Ray wrote: > Peter - many thanks for your thoughts here! I believe the answer is to just > manually include the "...ctrl+A" in the menu item. The limitation with > this solution is I can't 'right justify' the keyboard shortcut part of the > menu item.

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Ray
Peter - many thanks for your thoughts here! I believe the answer is to just manually include the "...ctrl+A" in the menu item. The limitation with this solution is I can't 'right justify' the keyboard shortcut part of the menu item. Thus, other menu items which have sub menus show the

Re: Multiple Threads

2016-04-20 Thread Richard Gaskin
Bob Sneidar wrote: > So I think I've isolated why it is that virtually every post on this > list ends up creating multiple threads in my email application. Lots > of people are *STILL* using use-revolution at lists.runrev.com. > Because of this I start reading the replies to a post before I ever

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Peter M. Brigham
On Apr 20, 2016, at 11:35 AM, Richard Gaskin wrote: > Ray wrote: > > > I'm unable to popup a button as a contextual menu and show keyboard > > shortcuts. For example, I'd like users to see "Audio ctrl+A", not > > just "Audio". > > > > The button's style is "menu" and the button's contents for

Multiple Threads

2016-04-20 Thread Bob Sneidar
So I think I've isolated why it is that virtually every post on this list ends up creating multiple threads in my email application. Lots of people are *STILL* using use-revolut...@lists.runrev.com. Because of this I start reading the replies to a post before I ever see the original issue. I

Re: Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Richard Gaskin
Ray wrote: > I'm unable to popup a button as a contextual menu and show keyboard > shortcuts. For example, I'd like users to see "Audio ctrl+A", not > just "Audio". > > The button's style is "menu" and the button's contents for that line > is "Audio/A". The "Audio ctrl+A" displays fine as

Re: Language modules for Visual Studio Code

2016-04-20 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > Has anyone gotten the revIgniter or iRev text mate bundles working in > Visual Studio Code? Interesting thought. Where's their extensibility API, and what is it about their text editor that you prefer? -- Richard Gaskin Fourth World Systems Software

Re: Default tool on open stack

2016-04-20 Thread Mark Waddingham
On 2016-04-20 17:09, Bob Sneidar wrote: I get an error with these. V 6.7.6 They are specific to the version 8 IDE - which is why. Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps

Re: Default tool on open stack

2016-04-20 Thread Bob Sneidar
I get an error with these. V 6.7.6 Bob S On Apr 12, 2016, at 11:35 , Mark Waddingham > wrote: That being said, there are two IDE library APIs which handle the tool switch without going behind the IDE's back: revIDEChooseBrowseTool

Can't Display Keyboard Shortcuts in Popups

2016-04-20 Thread Ray
I'm unable to popup a button as a contextual menu and show keyboard shortcuts. For example, I'd like users to see "Audio ctrl+A", not just "Audio". The button's style is "menu" and the button's contents for that line is "Audio/A". The "Audio ctrl+A" displays fine as long as the button's

Re: Text Only Stackscript "in ram" for Dynamically Downloaded Stacks

2016-04-20 Thread David Bovill
Yes these stacks can be stored anywhere on the web and then just loaded and used as libraries or behaviors. No need to use a front script - that is overkill (literally :). I'll post a demo. On 20 April 2016 at 04:52, Richard Gaskin wrote: > Sannyasin Brahmanathaswami

Release 6.7.11 RC2 / 7.1.4 RC2

2016-04-20 Thread panagiotis merakos
Dear List Members, We are pleased to announce the release of LiveCode 6.7.11 RC 2 and 7.1.4 RC 2. *Release Content* This release contains 3 regression fixes (fixed in both 6.7.11 RC 2 and 7.1.4 RC 2): - LC Installation not clearing OS X Security Hurdle on OS X 10.11 (bug 17385) - iOS 64bit