Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
Well, if we ever group-hack the ide, maybe you could build it, Bob. I'd like that. On Tue, Dec 12, 2017 at 2:30 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > That's a crazy idea. No one would use something like that. ;-) > > Bob S > > > > > On Dec 12, 2017, at 11:26

Re: Script Editor problem

2017-12-12 Thread Brian Milby via use-livecode
Sounds like Devolution On Tue, Dec 12, 2017 at 1:37 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Well, if we ever group-hack the ide, maybe you could build it, Bob. I'd > like that. > > On Tue, Dec 12, 2017 at 2:30 PM, Bob Sneidar via use-livecode < >

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
On 12/12/17 1:26 PM, Mike Kerner via use-livecode wrote: You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and

Re: videoClip

2017-12-12 Thread J. Landman Gay via use-livecode
I misread portativity too but they're similar anyway. It isn't hard to store the video as a custom property, write it to the temp folder on demand, and assign a player to that filename. Later just delete the temp file. I've done this and it works fine. -- Jacqueline Landman Gay |

Re: TSNet error (18)

2017-12-12 Thread Charles Warwick via use-livecode
Hi Jacque, An error code of 18 generally indicates that the server reported the transfer would be a certain length, and then it ended up being shorter or longer than expected. In your user’s case, it sounds like the actual downloaded amount is smaller than it should be? As you have said,

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and resize the script editor. It would be really helpful with

Re: Script Editor problem

2017-12-12 Thread Bob Sneidar via use-livecode
That's a crazy idea. No one would use something like that. ;-) Bob S > On Dec 12, 2017, at 11:26 , Mike Kerner via use-livecode > wrote: > > You know what would be really great? If we had a stack that opened at > startup that had links to all those projects

Re: libUrl tsNet and socketTimeoutInterval

2017-12-12 Thread Charles Warwick via use-livecode
BR, You can definitely monitor all of your connections that use tsNet by setting a status callback like you have mentioned below. The overhead of doing this will be determined by the amount of processing you do within the callback function. Cheers, Charles > On 11 Dec 2017, at 5:46 am,

Re: TSNet error (18)

2017-12-12 Thread J. Landman Gay via use-livecode
Thanks for responding Charles. I had looked up the error but couldn't think what might cause it. I am trying to find out if there's a proxy involved but I'm pretty sure the user doesn't even know what that is. I also suggested they turn off any virus checker on the off chance that it's

Re: Tab alignment in fields

2017-12-12 Thread hh via use-livecode
WOW! And moreover HTML5 progress and LCB progress ... I have to cancel all my dates for the rest of the year. Thanks a lot Mark for that hint. > Mark Wieder wrote: > https://github.com/livecode/livecode/pull/6182 ___ use-livecode mailing list

Re: Tab alignment in fields

2017-12-12 Thread Monte Goulding via use-livecode
> On 13 Dec 2017, at 12:43 pm, Mark Wieder via use-livecode > wrote: > > On 12/12/2017 05:14 PM, hh via use-livecode wrote: >> Fraser?!? >> Are you back? Back to make libbrowser run on Raspi? :---))) > > https://github.com/livecode/livecode/pull/6182 >

Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode
On 12/12/2017 08:37 PM, Monte Goulding via use-livecode wrote: On 13 Dec 2017, at 12:43 pm, Mark Wieder via use-livecode wrote: On 12/12/2017 05:14 PM, hh via use-livecode wrote: Fraser?!? Are you back? Back to make libbrowser run on Raspi? :---)))

Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode
On 12/12/2017 08:04 PM, hh via use-livecode wrote: I have to cancel all my dates for the rest of the year. Um... you *are* aware that that's a matter of about two weeks, right? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
I forgot about Start Center. Can you (easily) edit Start Center? Does it get botched with each new LC version load? What's wrong with Home? I like Home. It's a nice name. It feels like the name I might choose for a stack that opens every time LC loads. On Tue, Dec 12, 2017 at 3:09 PM, J.

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
"Home" has a specific meaning and there is already a (required) stack with that name. Start Center can be set in Preferences to show on every startup. It lists the last used stacks. If you use a utility frequently it will be there. The most current projects you've worked on will also be

Re: Script Editor problem

2017-12-12 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay Start Center can be set in Preferences to show on every startup. It lists the last used stacks. If you use a utility frequently it will be there. The most current projects you've worked on will also be there. 9 dp 10 set pref to open on start up… reboot…"nada" BR

Re: OAuth over localhost findings.

2017-12-12 Thread Sean Cole (Pi) via use-livecode
Hey Monte, The really interesting thing that we could utilise within the OAuth lib, regardless of whether the redirect is set to secure or insecure, once the navigation occurs we can capture the parameters returned from the URL. It would be unreasonable to expect all of our app customers

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
Sorry, I thought my tongue-in-cheek was obvious. I've heard of Home. I might even have modified mine heavily back in the HC 1/HC 2 days. What I'm wondering about Start Center is if it gets replaced with each new install of LC, because if you were to hack it to have it be what Home originally

Re: Script Editor problem

2017-12-12 Thread Brian Milby via use-livecode
Without even looking I would say yes. A plug-in (like Devolution) would not get touched though (and would have the same settings across different versions). On Tue, Dec 12, 2017 at 3:19 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Sorry, I thought my tongue-in-cheek

Re: OAuth over localhost findings.

2017-12-12 Thread Monte Goulding via use-livecode
> On 13 Dec 2017, at 8:17 am, Sean Cole (Pi) via use-livecode > wrote: > It > would be unreasonable to expect all of our app customers (especially as > many of these are not techie people) to set up a secure server on their > machines just to create a signable a

Stop the Spinner Widget

2017-12-12 Thread Sannyasin Brahmanathaswami via use-livecode
8.1.8 Tried some animated GIF spinner "loaders", look horrible when layered cards with color… all "pixelated" edges. Downloaded 9 dp10 since the spinner is not available in 8.1.8 pulled out the new spinner widget. lovely! Of course we can hide/show, but can we stop it? …. Like we do with

Re: videoClip

2017-12-12 Thread Graham Samuel via use-livecode
Me too. Graham > On 12 Dec 2017, at 12:10, Keith Martin via use-livecode > wrote: > > On 12 Dec 2017, at 11:05, Richmond Mathewson via use-livecode wrote: > >> One of the reasons why videoClip and AudioClip are useful >> is to do with portativity. > > This is

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
Recent stacks are stored in the prefs file, so they are persistent across all LC versions that share the same prefs file. However, if you change the Start Center then yes, I'm pretty sure that would get replaced. The other points you make are valid, including that you've been around long

Tab alignment in fields

2017-12-12 Thread Sannyasin Brahmanathaswami via use-livecode
very old dumb question: If you set tab stops for a field, Is there a way to set the alignment for one stop/column? e.g. have all the numbers in the final column on the right align vertically to the decimal point or left?? I'm pretty sure the answer is no, but just checking if I missed

Re: Tab alignment in fields

2017-12-12 Thread Fraser Gordon via use-livecode
On 12/12/2017 17:45, Sannyasin Brahmanathaswami via use-livecode wrote: > If you set tab stops for a field, Is there a way to set the alignment for one > stop/column? > e.g. have all the numbers in the final column on the right align vertically > to the decimal point or left?? Yup -

Re: Tab alignment in fields

2017-12-12 Thread J. Landman Gay via use-livecode
On 12/12/17 5:55 PM, Fraser Gordon via use-livecode wrote: On 12/12/2017 17:45, Sannyasin Brahmanathaswami via use-livecode wrote: If you set tab stops for a field, Is there a way to set the alignment for one stop/column? e.g. have all the numbers in the final column on the right align

Re: Tab alignment in fields

2017-12-12 Thread hh via use-livecode
Fraser?!? Are you back? Back to make libbrowser run on Raspi? :---))) Hermann ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Script Editor problem

2017-12-12 Thread Mark Wieder via use-livecode
On 12/12/2017 01:18 PM, Mike Kerner via use-livecode wrote: Sorry, I thought my tongue-in-cheek was obvious. I've heard of Home. I might even have modified mine heavily back in the HC 1/HC 2 days. I did catch the tongue-in-cheekness, so I stayed out of this. Fun watching it take shape,

Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode
On 12/12/2017 05:14 PM, hh via use-livecode wrote: Fraser?!? Are you back? Back to make libbrowser run on Raspi? :---))) https://github.com/livecode/livecode/pull/6182 -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

This Week in LiveCode 110

2017-12-12 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #110 here: https://goo.gl/4wxNaD This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Android Install with LiveCode

2017-12-12 Thread Todd Fabacher via use-livecode
Hello All, Currently, Google supports 50MB in the App install. There is a way to reference another 200MB is a separate file in native Java Apps. Is that possible in LiveCode?? Now iOS support 100MB+ with LiveCode, but Android still seems to be limited to 50MB. Please help, Todd

Re: advertising,again, and is anyone actually making money from it?

2017-12-12 Thread Bob Sneidar via use-livecode
If only AOL could have hung in there. ;-) Bob S > On Dec 11, 2017, at 18:56 , Richard Gaskin via use-livecode > wrote: > > Without a page on Facebook, a great many consumers will never know your > product exists.

videoClip

2017-12-12 Thread Richmond Mathewson via use-livecode
LiveCode 8.1.8, Mac OS 10.7.5 So, I imported a video in 3 formats into my stack: BubbleSort.mp4 BubbleSort.avi BubbleSort.mov and in a button popped this script: on mouseUp play videoClip "BubbleSort.mp4" end mouseUp [and variants thereof] and in all 3 cases all I got was the sound track:

Re: videoClip

2017-12-12 Thread Richmond Mathewson via use-livecode
One of the reasons why videoClip and AudioClip are useful is to do with portativity. Richmond. On 12/12/17 1:02 pm, panagiotis merakos via use-livecode wrote: I guess the reason for that is that you can do waaay more stuff with the player object, so this bug is not of very high priority. On

Re: videoClip

2017-12-12 Thread Mark Waddingham via use-livecode
On 2017-12-12 12:24, Mark Waddingham via use-livecode wrote: On 2017-12-12 12:05, Richmond Mathewson via use-livecode wrote: One of the reasons why videoClip and AudioClip are useful is to do with portativity. That would be true - if playing a videoclip didn't use a temporary player object

Re: videoClip

2017-12-12 Thread Richmond Mathewson via use-livecode
Thank you, Panos, although when I first read your message I read it as: "You are infected by this bug:'' Richmond. On 12/12/17 12:47 pm, panagiotis merakos via use-livecode wrote: Hi Richmond, You are affected by this bug: http://quality.livecode.com/show_bug.cgi?id=13951 I suggest using a

Re: videoClip

2017-12-12 Thread Richmond Mathewson via use-livecode
That bug has been sitting around, unsorted-out for a very long time. Um? Richmond. On 12/12/17 12:47 pm, panagiotis merakos via use-livecode wrote: Hi Richmond, You are affected by this bug: http://quality.livecode.com/show_bug.cgi?id=13951 I suggest using a player instead. The "play

Re: videoClip

2017-12-12 Thread Keith Martin via use-livecode
On 12 Dec 2017, at 11:05, Richmond Mathewson via use-livecode wrote: One of the reasons why videoClip and AudioClip are useful is to do with portativity. This is a VERY good reason to support this properly. I still find it frankly weird that LC isn't able to handle MP3 media more flexibly

Re: videoClip

2017-12-12 Thread panagiotis merakos via use-livecode
Hi Richmond, You are affected by this bug: http://quality.livecode.com/show_bug.cgi?id=13951 I suggest using a player instead. The "play audioclip/videoclip .." syntax does not support a lot of multimedia formats. Best, Panos -- On Tue, Dec 12, 2017 at 10:40 AM, Richmond Mathewson via

Re: videoClip

2017-12-12 Thread panagiotis merakos via use-livecode
I guess the reason for that is that you can do waaay more stuff with the player object, so this bug is not of very high priority. On Tue, Dec 12, 2017 at 10:59 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > That bug has been sitting around, unsorted-out > for a

Re: videoClip

2017-12-12 Thread Mark Waddingham via use-livecode
On 2017-12-12 12:05, Richmond Mathewson via use-livecode wrote: One of the reasons why videoClip and AudioClip are useful is to do with portativity. That would be true - if playing a videoclip didn't use a temporary player object 'under the hood' - i.e. you get no more with using videoclips

Re: Script Editor problem

2017-12-12 Thread AndyP via use-livecode
For future problems like this I've just updated CollectMyStacks to include stack reduction. http://livecodeshare.runrev.com/stack/855/CollectMyStacks Hope you find it useful. - Andy Piddock My software never has bugs. It