Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
@ trevor: OK, understood. In fact we are doing a similar/ almost same thing though calling it "SivaSiva.json" which is read on start up, re the stack files for the components: interesting… We have been adding *all* behaviors for all modules in the main stack, since many of these are reused

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:00 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > In line > On 2/5/17, 3:41 PM, "use-livecode on behalf of Trevor DeVore via > use-livecode" use-livecode@lists.runrev.com>

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Mike Kerner via use-livecode
I personally don't like everything in one file. I conceptualize things better if I can think of them as being separate. When I'm building interfaces, I could lay everything out on one card and use groups to show/hide the relevant controls, but in my head they're all still there. In interfaces

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
right, you will not be the first one to change file on his own machine think it would magically appear in his browser. time for either a nap or a swim. and "duh" here too… seems the 360 pano in native LC has been a long running topic on the forums already since 2007

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Yeah, pretty sure that will work. I just can't test it locally because I'm not set up to actually be able to test. (the project comes with a bunch of stuff, but doesn't function (missing resources I'm sure) when I try to point to the local file. Still feel silly that I was editing local files..

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
In line On 2/5/17, 3:41 PM, "use-livecode on behalf of Trevor DeVore via use-livecode" wrote: With Levure adding stack files won't cause any conflicts. Each stack is an independent file and the file that

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
On 2/5/17, 12:08 PM, "use-livecode on behalf of Mike Bonner via use-livecode" wrote: Thx for the info. Honestly, all I want is for the example in the dictionary to work for me. (and yes, the javascript

Re: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-05 Thread Trevor DeVore via use-livecode
On Thu, Feb 2, 2017 at 5:13 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a standard scrolling list field with multiple lines of text. I copy > the text by: > > *set the clipboarddata["text"] to fld "List"* > > The User now can past the text into MS Excel

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Trevor DeVore via use-livecode
ieOn Sun, Feb 5, 2017 at 12:03 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > 2) building UI from script: every now and the notion passes by that > perhaps building UI from script has advantages of the LC WSIWIG model. I > was intrigued in your to see

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Nevermind, user error. It doesn't matter how many changes I make to local files when i'm actually pointing to an external web page. On Sun, Feb 5, 2017 at 3:08 PM, Mike Bonner wrote: > Thx for the info. Honestly, all I want is for the example in the > dictionary to work

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread Mike Bonner via use-livecode
if just tacking on a ? at the end doesn't work, do this instead. Tack on the ?dummyvar=1234125 where 1234125 is "the seconds." That way its always a unique url and should do a fresh load. On Sun, Feb 5, 2017 at 1:44 PM, Sannyasin Brahmanathaswami via use-livecode

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Thx for the info. Honestly, all I want is for the example in the dictionary to work for me. (and yes, the javascript causes the lc side handler to fire, but.. No parameters passed.) I'll read through the stuff you linked and see what I can learn. Thanks! On Sun, Feb 5, 2017 at 1:41 PM,

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Wait, I got it. The steps are with the livecodelint depo on github that you created. https://github.com/trevordevore/sublimelinter-contrib-livecodelint I don't know if having package control installed mattered or not, but I finally got it. On Sun, Feb 5, 2017 at 4:57 PM, Mike Kerner

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
But how do I get any of that into SublimeText? I have the sublimeLinter installed, but I don't see any python or other means to get closer. On Sun, Feb 5, 2017 at 4:41 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sun, Feb 5, 2017 at 3:18 PM, Mike Kerner via

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 3:18 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > So: Installing the sublime text customizations for LC - where? Install using Package Control: https://packagecontrol.io/packages/LiveCode Github page:

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
wait - i think i found them. On Sun, Feb 5, 2017 at 4:18 PM, Mike Kerner wrote: > So: Installing the sublime text customizations for LC - where? > > On Sun, Feb 5, 2017 at 4:08 PM, Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> On Sun,

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
So: Installing the sublime text customizations for LC - where? On Sun, Feb 5, 2017 at 4:08 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sun, Feb 5, 2017 at 2:36 PM, William Prothero via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > > Anyway, I

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 2:36 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > > Anyway, I somehow missed getting the new Project Browser you use in your > tutorial. Where can I get it? > That is actually the old Application Browser that I accessed from the plugins

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 2:48 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Do we know if TW or Atom can do that? I'm not aware of Atom being able to, > but I don't know if TW can Sorry, I don't. -- Trevor DeVore Outcome & ScreenSteps www.outcomeapp.io -

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:14 AM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > I second Dave's comments very well done and a foundation for amazing > things to come. This is been an issue that has been brought up in the past > and you have made great headways into

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Do we know if TW or Atom can do that? I'm not aware of Atom being able to, but I don't know if TW can On Sun, Feb 5, 2017 at 3:36 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor: > Looks like your video is getting lots of hits. It hangs on me, which >

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
John: Ditto what Bill said…that, keep us all posted! Possibly get a thread going on the multi-media are of the forums? William Prothero: John, this is a very cool project. I hope you get it working. I’d love to be able to use your VR framework. One of my colleagues created a VR

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
Actually you can get it here: http://livecodeshare.runrev.com/stack/817/LC-to-JS-Data-Transfer On 2/5/17, 10:28 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: Getting

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread William Prothero via use-livecode
Trevor: Looks like your video is getting lots of hits. It hangs on me, which shouldn’t happen with youtube. Anyway, I somehow missed getting the new Project Browser you use in your tutorial. Where can I get it? Best, Bill > On Feb 4, 2017, at 8:08 PM, Trevor DeVore via use-livecode >

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Trevor DeVore via use-livecode
On Sun, Feb 5, 2017 at 9:30 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone who is using an external editor come up with a way of generating > a handler list? That's the one thing that we don't have, yet, in external > text editors (at least that I'm aware

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread William Prothero via use-livecode
On the park Pano, I clicked the Fox and got to the “The Fox Project”, clicked the cow and got to the NASA site several times. If I click on the chicken, I get the “Damn” message and after that, every time I click on the pano, I get the “Damn” message. If I reload the pano, I don’t get it. It

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
FYI Mike, Getting those params over to LC is doable… Jonathan wrote me off line.. I will email you a small stack he created that works and perhaps will suffice for your needs. But, beware, you may head into this thinking "Wow, this is so cool. We could do a lot with this." Hold your horses,

Checking out the "Resources" button in LC9

2017-02-05 Thread William Prothero via use-livecode
This has probably been noticed by others, but I just clicked the “Resources” button in LC9. It looks like a lot of great stuff. But, seems way, way out of date. Refers to Revolution, v2.7, etc. I know the mothership is very busy implementing new features. But, to get new users, this kind of

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
Hi Bill, Did not seem to make a difference with the “?” added to the end. It is still going to the old site. I have attached an example stack. https://dl.dropboxusercontent.com/u/6767916/Pano%20JavaScript%20Tester.livecode.zip The “cow” hotspot should launch the NASA site instead of the cow

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
Ali, thanks for chiming in… in the current app we stayed away from any resizing, the Design passed down from our team which has years of experience in print graphics (but zero in digital UX/UI) would have been a challenge to get responsive. It could be done of course, anything can be done in

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread William Prothero via use-livecode
John: Try adding “?” to the URL. This should force reload. Bill > On Feb 5, 2017, at 11:31 AM, JOHN PATTEN via use-livecode > wrote: > > Hi All, > > How do you get the browser widget to dump any cached web content? > > I have an html5 panoramic running in a

Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
Hi All, How do you get the browser widget to dump any cached web content? I have an html5 panoramic running in a browser widget. I change the javascript code associated to a hotspot to point to a different url, but the hotspot link continues to point to the old URL. If I launch the panorama

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Ali Lloyd via use-livecode
Heh, I somehow missed the para where you made this comment already Brahma! Sorry. On Sun, Feb 5, 2017 at 6:21 PM Ali Lloyd wrote: > On the subject of building UI from script, I generally think it boils down > to whether you already have a good resizeStack handler

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Ali Lloyd via use-livecode
On the subject of building UI from script, I generally think it boils down to whether you already have a good resizeStack handler implemented. If you do, you've done all the hard work already - you can just create all the objects with their required properties before the card opens and delete

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Sannyasin Brahmanathaswami via use-livecode
Trevor, thanks for that intro to the new tools in LC9 I'm already using libraries and behaviors extensively, but still find my self build LC stack binaries with a full stack script or, quite often, 95% of the code in the card script (if the UI can all be done on a single card) The other day

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-05 Thread Mike Bonner via use-livecode
Strange. I've been messing with your project and have some ideas, but I've run into a blocker. I can't seem to get javascript params to pass to the lc handler. The handler fires as expected, but params are empty. *sigh* On Fri, Feb 3, 2017 at 12:26 PM, Richmond Mathewson via use-livecode <

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Mike Kerner via use-livecode
Has anyone who is using an external editor come up with a way of generating a handler list? That's the one thing that we don't have, yet, in external text editors (at least that I'm aware of). Something that we should talk about for 9, since we're still in the DP stage, is seeing if we can come

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Skip Kimpel via use-livecode
I second Dave's comments very well done and a foundation for amazing things to come. This is been an issue that has been brought up in the past and you have made great headways into making version control a reality in LiveCode. SKIP On Sun, Feb 5, 2017 at 8:55 AM, Dave Kilroy via

Re: Creating LiveCode applications that play well with version control software

2017-02-05 Thread Dave Kilroy via use-livecode
Wow this is fantastic! Thank you so much for sharing what you’ve done, it really is remarkable Kind regards Dave ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Converting scripts in stacks to script only stack behaviors

2017-02-05 Thread Dave Kilroy via use-livecode
Thank you Trevor - a really nice video! I’ve been using script-only stacks for a while for code libraries, never realised how easy it was to use them to effectively make ‘script-only behaviors’ :) Kind regards Dave ___ use-livecode mailing list

Developer needed for LC external for Android

2017-02-05 Thread livecode_ via use-livecode
‌‌Hello again, For the project of an app for android mobile devices, we may need to hire someone for developing an external for android. Please contact me off-list for more details if interested. Thanks in advance. M. Leraille ___ use-livecode mailing

Developer needed for LC external for Android

2017-02-05 Thread livecode_ via use-livecode
‌‌‌Hello again, For the project of an app for android mobile devices, we may need to hire someone for developing an external for android. Please contact me off-list for more details if interested. Thanks in advance. M. Leraille ___ use-livecode mailing

Re: Best combination of versions of MacOSX / LC / Xcode ?

2017-02-05 Thread panagiotis merakos via use-livecode
Hi M.Leraille, Welcome to the list. See the first Q in the FAQ: https://livecode.com/resources/support/ask-a-question/ Best, Panos -- On Sun, Feb 5, 2017 at 11:55 AM, livecode_ via use-livecode < use-livecode@lists.runrev.com> wrote: > ‌Hello everybody, > I am brand new to this list although

Best combination of versions of MacOSX / LC / Xcode ?

2017-02-05 Thread livecode_ via use-livecode
‌Hello everybody, I am brand new to this list although I have been using Metacard / Revolution in the past. I presently have the project of developing an app that would run on iOS and Android mobile devices, and was wondering what is the best combination of versions of MacOSX / LC / Xcode for