Search found 87 matches

by pthirkell
Sat Aug 29, 2015 3:14 am
Forum: LiveCode Builder
Topic: Extensions Builder window not populating
Replies: 4
Views: 4448

Re: Extensions Builder window not populating

Thanks Bernd ... this is very helpful indeed!
by pthirkell
Sat Aug 29, 2015 3:12 am
Forum: LiveCode Builder
Topic: handling of mouse messages in widgets
Replies: 33
Views: 29265

Re: handling of mouse messages in widgets

OK well as Martin said, some of this discussion is above my pay grade! I have however been playing around in earnest with widgets since DP 3 was released, and have a couple of observations to make. Firstly, it is probably obvious to the experienced among you, but I've just discovered that widgets su...
by pthirkell
Fri Aug 28, 2015 12:33 pm
Forum: LiveCode Builder
Topic: Extensions Builder window not populating
Replies: 4
Views: 4448

Extensions Builder window not populating

I am very excited about Widgets in LC 8 and dp 3 is a great advance for people like me just learning the ropes. When I open the Tools -> Extension Builder window, and then click on the "extensions" pop-up, nothing happens and I therefore can't see any listed of the extensions already loaded. Is this...
by pthirkell
Tue May 05, 2015 11:56 am
Forum: Off-Topic
Topic: Capturing a new form of magic
Replies: 13
Views: 7764

Re: Capturing a new form of magic

You might be on to an interesting idea here. True you can't bundle LC onto every Mac machine out there. But it could go into the app store perhaps? It would potentially fit within the "productivity" - "Developer Tools" - "Education" categories. And I like the suggestion that 2 or 3 "levels" could be...
by pthirkell
Sun Apr 12, 2015 11:16 pm
Forum: Talking LiveCode
Topic: Any updates on the 2015 conference venue
Replies: 12
Views: 7243

Re: Any updates on the 2015 conference venue

OK well I know I'm only one voice - but north american airfare sale has begun in New Zealand covering the period mid August to end November. Sale ends April 28. Any advice on at least the intended conference city would be gratefully received :P
by pthirkell
Wed Apr 08, 2015 6:59 am
Forum: Talking LiveCode
Topic: Any updates on the 2015 conference venue
Replies: 12
Views: 7243

Re: Any updates on the 2015 conference venue

I would endorse this quiet plea to settle the conference venue and timing as soon as is practical please. For those of us who travel from this part of the world (Australia and New Zealand) it is important to tie in a conference with one or two other events and visits to fully justify the journey. We...
by pthirkell
Mon Mar 09, 2015 4:49 am
Forum: Talking LiveCode
Topic: Barcode scanning in iOS using AVFoundation
Replies: 6
Views: 4090

Re: Barcode scanning in iOS using AVFoundation

Have you checked out Monte's MergZXing external at mergext.com?
by pthirkell
Thu Feb 12, 2015 8:26 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9842

Re: revBrowser - how to open new window

I think that browserNewUrlWindow pInstanceId, pUrl is intended to handle right-clicking on a link in a browser window to open a new window and display the clicked link. The handler does work (right click on a link and a browserNewUrlWindow handler placed in the card script will fire). The problem I ...
by pthirkell
Mon Feb 09, 2015 10:17 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9842

Re: revBrowser - how to open new window

Does browserNewUrlWindow help? The browserNewUrlWindow message is sent to the current card of a stack containing a browser object when the browser object has opened a url in a new window.

on browserNewUrlWindow pInstanceId, pUrl
go stack (the owner of me)
end browserNewUrlWindow
by pthirkell
Thu Nov 06, 2014 10:57 am
Forum: Talking LiveCode
Topic: 6.7 and 7.0 won't QUIT
Replies: 3
Views: 3290

Re: 6.7 and 7.0 won't QUIT

In the stack script include this handler or similar: on shutdownRequest answer "Do you want to save changes made?" with "No" or "Yes" if it is "Yes" then closestack pass shutdownRequest end shutdownRequest Also check out the "Quit" command in the dictionary. You will also probably need to ensure tha...
by pthirkell
Sun Oct 26, 2014 10:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowserOpen versus revBrowserOpenCef
Replies: 11
Views: 7544

Re: revBrowserOpen versus revBrowserOpenCef

Thanks Klaus for prompt reply. I became confused after reading the very good Embedded Web article as part of the recent 7 Benefits of 7 piece in the October Livecode Newsletter. The article leads off by saying that "the new implementation of the CEF Browser Object means that developers can create hy...
by pthirkell
Sun Oct 26, 2014 10:21 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowserOpen versus revBrowserOpenCef
Replies: 11
Views: 7544

revBrowserOpen versus revBrowserOpenCef

I remain somewhat confused about which function to use to initiate a browser instance on desktop. The Dictionary says to use revBrowserOpenCef() to initialise a new Chrome-based browser, but when I try this it has some issues. If I use revBrowserOpen() under Livecode 7.0 it works, but is it (automat...
by pthirkell
Tue Sep 09, 2014 10:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using "do" with variable names defined by user at runtime
Replies: 5
Views: 4522

Re: Using "do" with variable names defined by user at runtim

Thanks Craig and Thierry. I love the creative solutions proposed, and they helped me to think more laterally about the issue and setting the scene for a more generalised approach. Sticking with the simple (three variable) example provided, I found that a combination of "do" commands and a value call...
by pthirkell
Mon Sep 08, 2014 11:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using "do" with variable names defined by user at runtime
Replies: 5
Views: 4522

Using "do" with variable names defined by user at runtime

I am building a simple formula calculator where I want the result to be evaluated using the "do" command. The user types several variable names into fields provided, along with a value for each variable in a matching field. Then the user creates a formula in a field (called say "Formula") using LC s...
by pthirkell
Sun Jul 27, 2014 4:11 am
Forum: Announcements
Topic: We're Funding LiveCode For the Web
Replies: 40
Views: 56608

Re: We're Funding LiveCode For the Web

It was the prospect of match funding that really encouraged me to contribute more than I might have otherwise, given that my contributions are essentially a personal donation (for now at least). Like all good Scots (well half a Scot anyway; my mother was born in Glasgow) ... the prospect of doubling...

Go to advanced search