openBackground ID in Behavior Script

2016-07-24 Thread Sannyasin Brahmanathaswami
I put this into a behavior for a group on a card on openBackground (the id of me) set the blendlevel of btn "home-logo" to 0 send hideLogo to me in 1 second end openBackground But the script editor flags the opening line with: compilation error at line 4 (Handler: not a valid parameter n

Re: Initializing Libraries

2016-07-24 Thread Sannyasin Brahmanathaswami
True: you can make the file association on hour mac (document/application binding) for .livecodescript/Livecode but LC handles it differently lf you use just use someStack.livecode when you open the "stack" (script only) it actually instantiates a window in the IDE that you can then do cmd-K

Re: UN-FullScreen a Stack?

2016-07-24 Thread Monte Goulding
> On 25 Jul 2016, at 2:58 AM, Mark Wieder wrote: > > On 07/24/2016 12:39 AM, Monte wrote: > >> Sent from my iPhone > > I know how to change it Mark but thanks for your help

Re: Dismiss Browser Widget on Mobile

2016-07-24 Thread Mike Bonner
Does setting the visible of widget "browser" to false work? On Sun, Jul 24, 2016 at 1:51 PM, Sannyasin Brahmanathaswami < bra...@hindu.org> wrote: > a) create card 1… call it TOC or whatever > b) put one button, Go to Card 2 > c) create card 2 with a browser widget with a preset URL > d) top of s

Dismiss Browser Widget on Mobile

2016-07-24 Thread Sannyasin Brahmanathaswami
a) create card 1… call it TOC or whatever b) put one button, Go to Card 2 c) create card 2 with a browser widget with a preset URL d) top of screen, have a button for "go to card 1" e) go to card 2.. Widget runs the web page, lovely.. f) click the button to go to cd 1 Results -- on desktop: you

Re: constraining Grab

2016-07-24 Thread Roger Eller
Is this something you do every 4 years? lol http://runtime-revolution.278305.n4.nabble.com/Constrained-grab-td4316798.html#a4317035 On Jul 24, 2016 2:03 PM, "Richmond" wrote: > I would like to be able to GRAM something on a card but constrain its > movement so it could only slide > > laterally

Re: propertyNames

2016-07-24 Thread Richmond
Thanks, and sorry for spoiling your Sunday evening. Richmond. On 24.07.2016 20:56, Peter TB Brett wrote: On 24/07/2016 18:43, Richmond wrote: Indeed it is, and I'm half asleep. If I put the array into a variable, how do I get the components on the array into the lines of a listField? put

constraining Grab

2016-07-24 Thread Richmond
I would like to be able to GRAM something on a card but constrain its movement so it could only slide laterally . . . Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Re: propertyNames

2016-07-24 Thread Peter TB Brett
On 24/07/2016 18:43, Richmond wrote: Indeed it is, and I'm half asleep. If I put the array into a variable, how do I get the components on the array into the lines of a listField? put the keys of (the properties of button "SuperTab") into Peter On

Re: propertyNames

2016-07-24 Thread Richmond
Indeed it is, and I'm half asleep. If I put the array into a variable, how do I get the components on the array into the lines of a listField? Richmond. On 24.07.2016 20:31, Peter TB Brett wrote: On 24/07/2016 18:27, Richmond wrote: So: on mouseUp put the properties of btn "SuperTab" en

Re: propertyNames

2016-07-24 Thread Peter TB Brett
On 24/07/2016 18:27, Richmond wrote: So: on mouseUp put the properties of btn "SuperTab" end mouseUp gives me nothing at all. It's an array. Peter -- Dr Peter Brett LiveCode Technical Project Manager LiveCode 2016 Conference https://livecode.com/edin

Re: propertyNames

2016-07-24 Thread Richmond
So: on mouseUp put the properties of btn "SuperTab" end mouseUp gives me nothing at all. Richmond. On 24.07.2016 19:15, J. Landman Gay wrote: What you want is "the properties of obj" which does take an object reference. Jacqueline Landman Gay | jac...@hyperactivesw.com Hyper

Re: UN-FullScreen a Stack?

2016-07-24 Thread Mark Wieder
On 07/24/2016 12:39 AM, Monte wrote: Sent from my iPhone -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list us

Re: UN-FullScreen a Stack?

2016-07-24 Thread Mark Wieder
On 07/24/2016 12:39 AM, Richmond wrote: "depredation" . . . Yum! Yeah, I was gonna let that pass. Figured somebody else would follow up on it. Ah... the wonders of mobile phone autocorrect. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mai

Re: Licensing AGAIN [was: Sharing FontLab Plugin]

2016-07-24 Thread JB
If that were the case Apple and Microsoft would own everything used on their code and OS. The bigger issues is can the community version be used to compile a project like the the commercial version and the answer is yes it can plus others are allowed to use the code they purchased to run a busines

Re: propertyNames

2016-07-24 Thread J. Landman Gay
What you want is "the properties of obj" which does take an object reference. Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 24, 2016 9:02:04 AM Richmond wrote: Does anyone know why when I run this: o

Re: propertyNames

2016-07-24 Thread Mike Bonner
It should error on both, and probably shouldn't display the list on the first. the propertynames returns a list of engine wide properties, and (unless this has changed in a recent dp) can't be confined to an object. (meaning it doesn't know what to do with the object reference) Hopefully catching

propertyNames

2016-07-24 Thread Richmond
Does anyone know why when I run this: on mouseUp put the propertyNames of btn "SuperTab" end mouseUp while a long list ends up in the messageBox the IDE "throws a bluey" and states: "button "Button": execution error at line 2 (Handler: can't find handler) near "of", char 12 and if I try

Re: Licensing AGAIN [was: Sharing FontLab Plugin]

2016-07-24 Thread Malte Brill
I tried to follow this thread as closely as I can, however there are some things still not clear to me regarding TEXT ONLY scripts. This is in regards to the fora and this very list. If we are discussing scripts on here, how are we to judge if the person replying used a community version and thu

Re: 8.0.1 standalone builder being a bit silly

2016-07-24 Thread Richmond
I did indeed build for Linux-32, Linux-64, Windows and MacTel all at once. Sorry for being "greedy". Richmond. On 24.07.2016 14:19, panagiotis merakos wrote: Hi Richmond, This is already reported and it will be fixed in 8.1 dp3. I *think* it happens only if you build for multiple platforms at

Re: LiveCode changes its name back to Runtime Revolution

2016-07-24 Thread Richmond
Super! R. On 24.07.2016 14:16, panagiotis merakos wrote: Hi Richmond, This is fixed in LC 8.1 dp1 Best, Panos On 24 Jul 2016 10:25, "Richmond" wrote: Presumably: Bug # *18073* Amazing how long this has been overlooked. Tsk, tsk. Richmond. ___

Re: 8.0.1 standalone builder being a bit silly

2016-07-24 Thread panagiotis merakos
Hi Richmond, This is already reported and it will be fixed in 8.1 dp3. I *think* it happens only if you build for multiple platforms at one go. Best, Panos On 24 Jul 2016 10:30, "Richmond" wrote: > The 8.0.1 standalone builder includes a copy of the source stack in the > folders of standalones

Re: LiveCode changes its name back to Runtime Revolution

2016-07-24 Thread panagiotis merakos
Hi Richmond, This is fixed in LC 8.1 dp1 Best, Panos On 24 Jul 2016 10:25, "Richmond" wrote: > Presumably: Bug # *18073* > > Amazing how long this has been overlooked. > > Tsk, tsk. > > Richmond. > > ___ > use-livecode mailing list > use-livecode@lists

8.0.1 standalone builder being a bit silly

2016-07-24 Thread Richmond
The 8.0.1 standalone builder includes a copy of the source stack in the folders of standalones it generates on (X)ubuntu 64-bit. *Bug # 18074* Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

LiveCode changes its name back to Runtime Revolution

2016-07-24 Thread Richmond
Presumably: Bug # *18073* Amazing how long this has been overlooked. Tsk, tsk. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://li

Re: Find & Replace

2016-07-24 Thread Richmond
Sanskrit is a non-stop laugh a minute; especially if you have a warped mind and enjoy recherche grammatical features. Richmond. On 24.07.2016 00:03, J. Landman Gay wrote: On 7/23/2016 2:31 PM, Richmond wrote: Ha, Ha, Ha: Sanskrit when written in Devanagari employs thousands of glyphs called

Re: UN-FullScreen a Stack?

2016-07-24 Thread Richmond
"depredation" . . . Yum! R. On 24.07.2016 01:29, Monte Goulding wrote: Support for deprecation (at least in a consistent and visually obvious way) has only just been added to the dictionary. If anyone would like to contribute to adding depredation notes to the lcdoc files they are quite welc