Re: Exiting Browser Widget

2016-05-26 Thread David Bovill
You would need to get javascript to call a Livecode handler. So that means doing something like: set the javaScriptHandlers of widget "Browser" to "takeMeHome" And then using a bit of javascript in the displayed web page: liveCode. takeMeHome("myMessage", 12345); to call your Livecode scrip

Re: [blog] Quicktime Dependency Solved

2016-05-26 Thread Mark Wieder
On 05/26/2016 09:11 AM, Heather Laine wrote: Folks, A fine blog post from Iain MacPhail regarding his recent work on the LiveCode Player Object: Dang! I was really hoping this was going to work on linux. -- Mark Wieder ahsoftw...@gmail.com ___ u

Exiting Browser Widget

2016-05-26 Thread Sannyasin Brahmanathaswami
Use Case: Video Viewer (YouTube) "full screen" on mobile devices 1) set up a landscape card 736w X 414h (16X9) 2) place a browser widget there that takes the entire screen 3) when navigating to this card, we dynamically set a YouTube URL to fill the widget/card So far, so good, tested and it w

Re: OT Livecode and Intego Virus Barrier

2016-05-26 Thread Lyn Teyla
Kay C Lan wrote: >> The reason I say that is because if I downloaded any software and it >> took 3 min to load I wouldn't use it. I don't care how good it >> 'really' is, if it took 3 minutes to load the impression it would give >> me is that it is very poorly written/performing app. I have no app

Re: OT Livecode and Intego Virus Barrier

2016-05-26 Thread Matthias Rebbe
Maybe i wrote it misleading, but this problem does not generally occur. A new user would not have to face with this. My file ~/Library/Logs/RunRev/LiveCodeToolsLog.txt was about 3mb in size. After i removed it from the folder, the loading time was already acceptable. And even after several “res

How to Convert a LiveCode Wim App to a Universal Windows App

2016-05-26 Thread Todd Fabacher
We will try this out sometime in the next week and let you know. Has anyone tried yet? Anything we should be looking for?? http://www.howtogeek.com/250041/how-to-convert-a-windows-desktop-app-to-a-universal-windows-app/ --Todd ___ use-livecode mailing

Re: OT Livecode and Intego Virus Barrier

2016-05-26 Thread Richard Gaskin
Kay C Lan wrote: > So please consider making an official Bug Report so the LC Team can > ensure noobs on Mac with Intego aren't seeing a 3 min load time. It may also be worth contacting Intego's support to let them know about what appears to be a false positive. Many AV packages use Bloom filt

Re: OT Livecode and Intego Virus Barrier

2016-05-26 Thread Kay C Lan
I'm not sure why you've marked this as Off Topic. I would think that you should forward this information directly to LC via a bug report! The reason I say that is because if I downloaded any software and it took 3 min to load I wouldn't use it. I don't care how good it 'really' is, if it took 3 mi

browser widget vs. native browser control (iOS)

2016-05-26 Thread Chris Sheffield
Hi folks, It’s been a while since I’ve done some work in LiveCode, so I’m kind of diving into LC 8 and trying to figure out the widgets, which look like an awesome feature. We (Read Naturally) have a possible need to “wrap” a web app in a browser control in a native iOS app. We need to get aro

OT Livecode and Intego Virus Barrier

2016-05-26 Thread Matthias Rebbe
Hi, maybe this is of interest for the one or the other. Yesterday i ran into a strange problem. After upgrading Intego Virus Barrier from version 10.8.8. (490) to version 10.8.8 (501) starting LiveCode, regardles which version (6,7 or 8), took about 3 minutes. Yes 3 minutes. I had such a beha

Re: [blog] Quicktime Dependency Solved

2016-05-26 Thread Mark Wieder
Heather Laine writes: > A fine blog post from Iain MacPhail... Hooray for abstraction layers! -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

[blog] Quicktime Dependency Solved

2016-05-26 Thread Heather Laine
Folks, A fine blog post from Iain MacPhail regarding his recent work on the LiveCode Player Object: https://livecode.com/removing-quicktime-dependency-from-livecodes-player-object/ Enjoy! Heather Heather Lain

Re: Definite Bug

2016-05-26 Thread J. Landman Gay
The checkmark isn't updated correctly (there's a bug report about it) but I believe the actual sort order is retained. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 26, 2016 10:01:28 AM Bob Sneidar wr

Re: Definite Bug

2016-05-26 Thread EED-wp Email
Bob I assumed that since the group disappeared from the card that it was deleted. Perhaps it was put in an invisible group. I'll have to check. Best Bill William Prothero http://ed.earthednet.org > On May 26, 2016, at 8:09 AM, Bob Sneidar wrote: > > This was happening to me. I determined that

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi all, > Am 26.05.2016 um 17:07 schrieb Bob Sneidar : > > Oooh you are right. Well that cannot be the intended behavior. There is no > use case where this would be beneficial. > > Bob S > > > On May 26, 2016, at 05:05 , Klaus major-k > mailto:kl...@major-k.de>> wrote: > > Hi friends, > >

Re: Definite Bug

2016-05-26 Thread Bob Sneidar
This was happening to me. I determined that the group is getting put in another group. It doesn't actually disappear. If you use the App Browser you can finf it pretty easily. Bob S On May 26, 2016, at 24:12 , Ali Lloyd mailto:ali.ll...@livecode.com>> wrote: Thanks for that hint. However, I

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Bob Sneidar
Oooh you are right. Well that cannot be the intended behavior. There is no use case where this would be beneficial. Bob S On May 26, 2016, at 05:05 , Klaus major-k mailto:kl...@major-k.de>> wrote: Hi friends, in versions < 8, switching to browse tool automatically „stopped editing group“ whe

Re: Definite Bug

2016-05-26 Thread Bob Sneidar
Hi Jacque. Unfortunately for me, the settings do not seem to stick, although I did create a new stack without my usual project open, and it stuck there. I checked my front and back scripts and there doesn't seem to be anything that would cause that to happen. Bob S On May 25, 2016, at 15:29 ,

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Colin Kelly
My Livecode v8.01 on Mac (El Capitan) is showing the same behaviour as Klaus when selecting run the group being edited stays in view, the remainder of the card is greyed. — Colin Kelly On 26/05/2016, 14:21, "use-livecode on behalf of Richard Gaskin" wrote: >Klaus major-k wrote: > > > in ve

Re: 8 Add Fonts/Icons

2016-05-26 Thread Peter TB Brett
On 26/05/2016 14:46, Mike Kerner wrote: Has anyone figured out how to add more icons/icon fonts to the widgets in 8? At the moment it's necessary to edit & recompile the iconsvg LCB library. We haven't yet found the Right Way to make it possible to plug your own sets of SVG icons into it.

8 Add Fonts/Icons

2016-05-26 Thread Mike Kerner
Has anyone figured out how to add more icons/icon fonts to the widgets in 8? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good

Re: Definite Bug

2016-05-26 Thread Earthednet-wp
Ali, Thanks! Glad it's been reported. Best, Bill William Prothero http://es.earthednet.org > On May 26, 2016, at 12:12 AM, Ali Lloyd wrote: > > Hi Bill, > I've already submitted a bug report for this, should you wish to track its > progress. http://quality.livecode.com/show_bug.cgi?id=17544 >

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi Richard, > Am 26.05.2016 um 15:21 schrieb Richard Gaskin : > > Klaus major-k wrote: > > > in versions < 8, switching to browse tool automatically „stopped > > editing group“ when you were, well, in „edit group“ mode at that > > point. > > > > I just noticed that this does not happen in versio

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Richard Gaskin
Klaus major-k wrote: > in versions < 8, switching to browse tool automatically „stopped > editing group“ when you were, well, in „edit group“ mode at that > point. > > I just noticed that this does not happen in version >= 8 anymore, > the window title still reads: > „stack xyz (background „name

Re: How to select behavior on another card in LC8

2016-05-26 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > Ali, here's a proposal for one possible UX scenario for setting > behaviors in a "WSIWIG" way... Seems simpler to just have an object picker dialog, ideally with Miller columns for simple navigation. Ali, I have one I wrote for behavior selection a while ba

Re: Using the MergGoogle with Google Sheets

2016-05-26 Thread JOHN PATTEN
Hi Mike, Depends on what issue you are referring to :) ... I filed a bug report and it appears to be making its way through the process. Thank you! John Patten SUSD Sent from my iPad > On May 25, 2016, at 7:20 AM, Mike Kerner wrote: > > Did you guys get your issue figured out? > >> On Sun,

selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi friends, in versions < 8, switching to browse tool automatically „stopped editing group“ when you were, well, in „edit group“ mode at that point. I just noticed that this does not happen in version >= 8 anymore, the window title still reads: „stack xyz (background „name group being edited“)

Re: Check to see if another app is install on the device

2016-05-26 Thread David Bovill
>From the docs: - When launch url is called, LiveCode checks to see if an application is available to handle the URL. If no such application exists, the command returns "no association" in the result - Use the mobileGetLaunchURL function to get the custom URL scheme that was used to

Re: Definite Bug

2016-05-26 Thread Ali Lloyd
Hi Bill, I've already submitted a bug report for this, should you wish to track its progress. http://quality.livecode.com/show_bug.cgi?id=17544 On Wed, May 25, 2016 at 11:34 PM William Prothero wrote: > Jacqueline: > Thanks for that hint. However, I have an application with several groups > on