Re: Adding widgets to non-standalone stacks

2016-05-25 Thread Sannyasin Brahmanathaswami
hmm yes, will try.. Do we understand you that, even though the splash screen/engine/standalone is already "at the top of the hierarchy" that icon id's will not be found unless you do this trick? interesting… On 5/25/16, 11:26 AM, "use-livecode on behalf of Klaus major-k"

Re: How to select behavior on another card in LC8

2016-05-25 Thread Sannyasin Brahmanathaswami
Ali, here's a proposal for one possible UX scenario for setting behaviors in a "WSIWIG" way Adobe solved this already in a similar use case for setting book marks in Acrobat. create book mark (button or control on card 1 in our LC way…) If action is to go to another page, then a "hanging"

Re: Project Browser

2016-05-25 Thread RM
Well, I apologise if I got that one wrong: about the Application Browser being EOL. I was not trying to distort reality, and I know I am not Steve Jobs, and am very glad I'm not: and there are 2 ways of interpreting "Kevin is not Steve Jobs", and I meant that to be a positive statement, not

Native Scroller Problem in LC 8

2016-05-25 Thread John Dixon
I have a stack that scrolls groups on a card… If this stack is opened with LC 7.1.4 then there is no problem at all. The scroller scrolls within its rect as it should… If however the stack is opened with LC 8.0 then the content does not scroll within the rect of the scroller, but bursts out

Re: Project Browser

2016-05-25 Thread Mike Kerner
Since the PB and the AB are both written in straight-up LC, why not try working on them? No LCB required. On Wed, May 25, 2016 at 9:05 PM, Kay C Lan wrote: > And Richmond you aren't Steve either, your distortion reality field > only extends to you. > > So no matter

Re: Is MobGUI compatible with V8

2016-05-25 Thread William Prothero
Colin: I haven’t used all of its features, but the ones I use do work in 7.1.3. But, of course, it’s obsolete in 8, with the widgets, so I’d like to change over to the widgets. I had started but the PB did bad things when I was trying to move groups around, so I went back to 7. Anyway, it’s not

Re: Project Browser

2016-05-25 Thread Kay C Lan
And Richmond you aren't Steve either, your distortion reality field only extends to you. So no matter how often you try to completely distort reality, it isn't working. Your statement about LC EOLing the AB is a straight out misrepresentation of the facts which you are fully aware of because you

Re: Is MobGUI compatible with V8

2016-05-25 Thread Colin Holgate
As far as I can tell, MobGUI is working in 6.6.2, but not in anything more recent. It wasn’t working for me in 7.1.3. But then that means you’ve done something to make it work for 7.1.3, so maybe someone can get it to work in 8? ___ use-livecode

Is MobGUI compatible with V8

2016-05-25 Thread William Prothero
Folks: I have an app that uses mobGUI and runs fine in LC 7.1.3. However, it fails in LC 8.1.0. I’m wondering if anybody has had troubles with mobGUI in LC 8. I’m still using LC 7 because of mysteries with groups in 8. I know there is little reason to use mobGUI in 8, but I will still be using

Re: Definite Bug

2016-05-25 Thread William Prothero
Jacqueline: Thanks for that hint. However, I have an application with several groups on a card and (not always) the group I am moving disappears from the project browser, and the card, and appears to have been deleted. This behavior is why I currently can’t use V8 for some of my work. Best,

Re: Definite Bug

2016-05-25 Thread J. Landman Gay
On 5/25/2016 4:43 PM, Bob Sneidar wrote: I see the problem. The project browser sorts by name, NOT by "number" or I assume that means layer. Because of this no matter how you drag things around in the project browser, if it's sorting objects by name you won't see them changing, and can in fact

Re: Definite Bug

2016-05-25 Thread Bob Sneidar
I see the problem. The project browser sorts by name, NOT by "number" or I assume that means layer. Because of this no matter how you drag things around in the project browser, if it's sorting objects by name you won't see them changing, and can in fact accidentally drag one group INTO another

Re: Definite Bug

2016-05-25 Thread Bob Sneidar
Ill check it out. I will dump my add ons then try to reproduce the recipe. Bob S On May 25, 2016, at 07:52 , Richard Gaskin > wrote: I just made a new stack with some grouped objects in it, and in the PB I can move objects within

Re: Ho to pay pledge

2016-05-25 Thread Bob Sneidar
I see what the problem is. I am only allowed to post from my work account, my personal email bounces, but for whateevr reason the pledge went to my personal email. Bob S On May 25, 2016, at 06:33 , Dave Kilroy > wrote: I got

Re: Adding widgets to non-standalone stacks

2016-05-25 Thread Klaus major-k
Hi Swami, > Am 25.05.2016 um 23:02 schrieb Sannyasin Brahmanathaswami : > > Scenario: > > build stack 1 as splash screen/launcher > inclusions: check all widgets in use by other stacks that > the launcher will open (see below) > Stack 1 has only 1 button >

Adding widgets to non-standalone stacks

2016-05-25 Thread Sannyasin Brahmanathaswami
Scenario: build stack 1 as splash screen/launcher inclusions: check all widgets in use by other stacks that the launcher will open (see below) Stack 1 has only 1 button go stack url "http://www.mydomain.com/new-stuff/new-stuff-previews-index.livecode Stack 2:

Re: Widgets and the Dictionary

2016-05-25 Thread Ali Lloyd
That is a correct description of how it currently operates, although the 'thought experiment' of having 1000 widgets is valid - we are aware that it would be a problem but it is not current a priority. I hope that at some point we will able to remove all but the entry content from the dictionary

Check to see if another app is install on the device

2016-05-25 Thread Sannyasin Brahmanathaswami
I got the custom URL scheme samples and it's very straight forward. Has a lot of potential on our space. But, one would need to know if the "launchee" app was installed on the device or not, otherwise the attempt to launch will fail silently. Is there an "AliensAreAmongUs.app exists"

Re: Custom URL - urlWakeUp

2016-05-25 Thread Sannyasin Brahmanathaswami
found it http://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes need to get into the user guide! On 5/24/16, 12:06 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami" wrote: >This mysterious entry in

Re: Infinite LiveCode -- What Happened Exactly?

2016-05-25 Thread Sannyasin Brahmanathaswami
OK, I'm in… I pledged (nothing spectacular) we need this: on our first ever app, that whole manually building a field for mobile was a major pain. having a single field object that works as expected in all environments will be important. BR On 5/24/16, 6:16 PM, "use-livecode on behalf of

Re: How to select behavior on another card in LC8

2016-05-25 Thread Sannyasin Brahmanathaswami
Paul… great! that works. tks is that documented somewhere? Semi-unintuitive.. but I guess is also makes sense… UX decision… build some horrible long cascading menu with all buttons on all cards (as behavior options) or … leave the inspector of open and *then* navigate to your behaviors

Re: how to get data from widget browser

2016-05-25 Thread Jacques Hausser
Refering to your last post (browser widget and threading): your solution doesn’t work in the browser widget, indeed, although ‘do “anyFunction” in widget “myBrowser” works perfectly, as long as anyFunction is not meant to return anything). > Le 25 mai 2016 à 19:20, Mike Bonner

Re: How to select behavior on another card in LC8

2016-05-25 Thread Paul Hibbert
Try this: Go to card 2 Open the Project Browser and expand the view for card 1 Right click on the target button of card 1 in the PB and choose ‘Property Inspector’ The PI for the button on card 1 will now allow you to link the behaviour to the button on cards 2 HTH Paul > On May 25, 2016, at

Livecode for education

2016-05-25 Thread RM
I like this page: https://livecode.com/products/livecode-platform/livecode-in-education/ Yes I do, really. But there is one small thing that annoys me, and sorting that out would be a very good thing indeed. When we scroll down to Course materials the first thing we hit is this: "Course

How to select behavior on another card in LC8

2016-05-25 Thread Sannyasin Brahmanathaswami
LC 8 GM scenario: create card "Selections" --> card 1 create card "behaviors" --> card 2 on card 1 create several buttons on card 2 create one button which will server as the behavior for the buttons on card one go to card 1 select a button, click on the behaviors icon in its property

browserwidget and threading

2016-05-25 Thread Mike Bonner
I've been thinking.. It seems that the browser widget is running in its own little world. If this is the case, would it be possible to lay off jobs onto 1 or more browser widget and use more cores on the machine? (using javascript, its already possible to hit webservers using load to get things

Re: Infinite Livecode Pledge

2016-05-25 Thread Mike Kerner
This doesn't suprise me, and appears to be consistent with what other OSS tools experience. Will LCB encourage/enable more community involvement? We shall see... On Tue, May 24, 2016 at 11:32 AM, Peter TB Brett wrote: > On 24/05/2016 16:19, Lagi Pittas wrote: > > We

Re: how to get data from widget browser

2016-05-25 Thread Mike Bonner
Actually not that complicated (I think). My javascript understanding is pretty limited but.. As long as you have a defined handler in livecode, you can do interesting things. If there is a function in your page that returns dataA and another that returns dataB, you would just have to build up

Re: Infinite Livecode Pledge

2016-05-25 Thread [-hh]
Peter TB Brett wrote > Without counting bug reporting [1], approximately 98% of the changes to > the LiveCode engine and IDE are made by the core dev team, and most of > this work is funded by subscriptions. Almost all of those changes go > directly into the open source edition. > >

Re: Ho to pay pledge

2016-05-25 Thread Jim Byrnes
On 05/24/2016 11:34 PM, Mark Wieder wrote: On 05/24/2016 06:32 PM, J. Landman Gay wrote: On 5/24/2016 8:08 PM, Mark Wieder wrote: On 05/24/2016 04:21 PM, J. Landman Gay wrote: I received an email with a customized link. In fact, I got three of them. Maybe one was yours... I also got three

Re: Widgets and the Dictionary

2016-05-25 Thread Devin Asay
> On May 25, 2016, at 8:13 AM, [-hh] wrote: > > I wonder who will manage (and how) the description of > 1000 widgets/externals in the dictionary? A menu with > 1000 entries? And all the updates? > > Perhaps it would be better if each widget/external > had his own help

Widgets for animation - any advantages?

2016-05-25 Thread David Bovill
I've been looking at widgets. One advantage is the ability to do splines and paths. I'm wandering about the sort of things that will be faster if we code it in a widget, than if we use Livescript. For instance what about raster images - voting them painting areas of the canvas? Is that possible?

Re: create a library in LCB - is there also a step by step lesson

2016-05-25 Thread Matthias Rebbe
Hi Dave, thank you very much. Regards, Matthias > Am 24.05.2016 um 13:16 schrieb Dave Kilroy >: > > Hi Mathias the answer is YES! There is a very fine lesson in the dictionary - > however it is best to use the dictionary

Re: Maybe found another bug in 8

2016-05-25 Thread J. Landman Gay
There are three entries for "select" in the LC 8 dictionary, the one you found is the first one. Try entering "select" into the search field instead. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 25,

Re: how to get data from widget browser

2016-05-25 Thread Jacques Hausser
mmm… yes, I’ll try something in that direction (except that in the real case it will be a bit more complicated). A pity this beautiful widget has nothing more straightforward to pick data from webpages (but perhaps it has, well hidden). Thank you anyway, Mike ! Jacques > Le 25 mai 2016 à

Re: Ho to pay pledge

2016-05-25 Thread Mark Wieder
On 05/25/2016 06:49 AM, Richard Gaskin wrote: Malte Brill wrote: > My link worked. First I could not log in. Afterwards I was a little > cheesed off that the only option to pay was by credit card. Oh well… I thought they were using PayPal now. Yes, it's a PayPal link, but credit card only.

Re: Definite Bug

2016-05-25 Thread Richard Gaskin
I just made a new stack with some grouped objects in it, and in the PB I can move objects within the group, out of the group, and back into the group by just dragging in the PB's list. I think there may be something more to Bramanathatswami's recipe. Maybe something in his setup is changing

Widgets and the Dictionary

2016-05-25 Thread [-hh]
I wonder who will manage (and how) the description of 1000 widgets/externals in the dictionary? A menu with 1000 entries? And all the updates? Perhaps it would be better if each widget/external had his own help file/demo stack? Or if the dictionary will be split into LiveCodeScript and

Re: Definite Bug

2016-05-25 Thread Bob Sneidar
Yes if the object is already in a group you cannot relayer this way. You must first ungroup, set the layer then regroup. Thankfully, the group recreates itself as it was before you ungrouped it. Nice touch from a long time ago. Bob S > On May 24, 2016, at 20:26 , Sannyasin Brahmanathaswami

Re: Maybe found another bug in 8

2016-05-25 Thread Bob Sneidar
This is what I get: select TypekeywordSyntaxselect SummaryDesignates the paint tool used to select a rectangular area of an image.Introduced1.0OSmac,windows,linux,ios,androidPlatformsdesktop,server,web,mobileExamples choose select tool Relatedcommand: choose, select, revRotatePoly glossary:

Re: Maybe found another bug in 8

2016-05-25 Thread Bob Sneidar
I right-clicked the command in the script editor and selected "Find in Docs". Bob S On May 24, 2016, at 18:51 , J. Landman Gay > wrote: I do think the new dictionary makes this stuff hard to locate though. Typing "select" into the

Re: Using the MergGoogle with Google Sheets

2016-05-25 Thread Mike Kerner
Did you guys get your issue figured out? On Sun, May 22, 2016 at 1:43 AM, Peter Bogdanoff wrote: > You’re right. I wonder if they thought about non-beneficial ways this tech > might be used/hacked, like sending your “friend” decayed fish. > > Peter > > On May 21, 2016, at 5:41

Re: Ho to pay pledge

2016-05-25 Thread Dave Kilroy
I got the email, got the link, paid successfully with credit card (at least according to messages on the page), got a receipt email from livecode and another one from stripe - but just checked my bank account and they haven't taken the money yet... - "The first 90% of the task takes 90% of

Re: Ho to pay pledge

2016-05-25 Thread Martin Koob
I got the email with the link. The link took me to the payment page where I entered the credit card info. There was a "processing" message and spinner but once it disappeared there was nothing to indicate the transaction had happened. The form was still there on the page with my credit card

Re: how to get data from widget browser

2016-05-25 Thread Mike Bonner
Just experimented with things and found a way that works. There is probably a more direct way using do "script" in browser directly, but I haven't figured that out yet. In the interim.. I put this into the htmltext of a widget Hi! function testit () {

Re: Ho to pay pledge

2016-05-25 Thread Richard Gaskin
Malte Brill wrote: > My link worked. First I could not log in. Afterwards I was a little > cheesed off that the only option to pay was by credit card. Oh well… I thought they were using PayPal now. WorldPay had so many issues I'm not sure how it stays in business, and PayPal has the extra

how to get data from widget browser

2016-05-25 Thread Jacques Hausser
Sorry to come back with this question. I have a widget browser defined by a html file. It works fine. But I’m trying to get the result returned by some functions in the html, that is, to find an equivalent of the revBrowserCallScript function, which was working well with the pre-8 versions of

Re: Ho to pay pledge

2016-05-25 Thread Malte Brill
My link worked. First I could not log in. Afterwards I was a little cheesed off that the only option to pay was by credit card. Oh well… Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Alternative interfaces

2016-05-25 Thread RM
百花齊放,百家爭鳴 Well; not wishing a Maoist crackdown subsequently (pace Steve Jobs and themes in Mac OS 8). Having successfully demonstrated that it is really in comparatively simple to make an alternative interface for Livecode (that took me a total of 7 hours), admittedly after a nudge from