Re: Free SVG icons

2018-01-09 Thread Mark Waddingham via use-livecode
On 2018-01-03 16:16, Mark Waddingham via use-livecode wrote: Please post whenever you find or write such a general "flatten-to-path". Assuming that 'flatten-to-path' means: "Produce a compound path which, when filled, produces the same result as filling and/or stroking a sequence of paths and/

Custom Combo Box

2018-01-09 Thread Charles Szasz via use-livecode
Does anyone have the Custom Combo Box sample stack that was created by Jerry Daniels? It was cited in an old revUp article (Issue 87, March 4, 2010). I thought I had downloaded it from Jerry when he wrote the article but I could not find it. Thanks for your time! Sent from my iPad _

Re: Custom Combo Box

2018-01-09 Thread Richmond Mathewson via use-livecode
https://web.archive.org/web/20100307235836/http://revmentor.com/tag/combobox Richmond. On 9/1/2018 4:06 pm, Charles Szasz via use-livecode wrote: Does anyone have the Custom Combo Box sample stack that was created by Jerry Daniels? It was cited in an old revUp article (Issue 87, March 4, 2010

Re: Custom Combo Box

2018-01-09 Thread Charles Szasz via use-livecode
Thanks Richmond! Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Error while saving standalone 8 & 9

2018-01-09 Thread Paul Richards via use-livecode
Trying to save as standalone using LC 9.0 DP11, using a stack that had been perfectly fine throughout the 8 series. Attempting to deploy to Android only (although similar errors appear trying to deploy to Windows only) There was an error while saving the standalone application 91,2026,23 77,202

Problem pasting from Livecode to Mac Mail

2018-01-09 Thread Richard Burkett via use-livecode
Does anyone have a solution to this problem: I set the clipboard in LiveCode to the text of a field or variable that has returns after each line. When I paste that into Mac Mail, the text appears double-spaced as if it has two returns, but clearly there is just one (or a combination of CR and LF

Re: updating text of a mobile app (newbie)

2018-01-09 Thread Andrew Bell via use-livecode
A goal this year is to get an app (for foreign language learning) on the Android and iOS stores. To this end, I have begun to re-study LC8's app building course; LC itself I've been using for decades. Let's say my original app gets approved. In that app is a datagrid object list consisting of 10

LiveCode University bug

2018-01-09 Thread Andrew Bell via use-livecode
I'm getting ready to start a new semester teaching LiveCode using LiveCode University. Each time I run this class, I notice some discrepancies between LCU and whatever the current version of LC is. Devin Asay is listed as the author, but this was purchased through RunRev. I started to file

Re: LiveCode University bug

2018-01-09 Thread Devin Asay via use-livecode
Andrew, It’s best just to send them to me; avoids the middleman. :) I’m in the final stages of creating an updated version that uses much more up-to-date content. Perhaps I can send you a “DP” status copy and have you take a look at it. I think it’s in pretty good shape except for a final, nagg

Re: LiveCode University bug

2018-01-09 Thread Matthias Rebbe via use-livecode
Devin, i am not Andrew, but i would be very happy to test the “DP" status copy. ;) Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 09.01.2018 um 20:09 schrieb Devin Asay via use-livecode > mailto:use-livecode@lists.runrev.com>>:

Re: Error while saving standalone 8 & 9

2018-01-09 Thread J. Landman Gay via use-livecode
On 1/9/18 10:46 AM, Paul Richards via use-livecode wrote: There was an error while saving the standalone application 91,2026,23 77,2026,23 456,2026,23 572,2026,23 241,2026,1,__LoadStackOnStartup 353,0,0,stack "c:/program files (x86)/Runrev/Livecode Indy 9.0 (dp11)/Toolset/libraries/revsblibrary.

Re: Problem pasting from Livecode to Mac Mail

2018-01-09 Thread J. Landman Gay via use-livecode
On 1/9/18 12:09 PM, Richard Burkett via use-livecode wrote: Does anyone have a solution to this problem: I set the clipboard in LiveCode to the text of a field or variable that has returns after each line. When I paste that into Mac Mail, the text appears double-spaced as if it has two returns,

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-09 Thread J. Landman Gay via use-livecode
On 1/8/18 9:16 PM, Sannyasin Brahmanathaswami via use-livecode wrote: Nope… no way. On mobile, there are major issues with certain mobile controls. You might be able to use the native "busy" indicator on mobile, which doesn't interact with the stack content: mobileBusyIndicatorStart mobileBu

Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
I'm exploring the LC 8 IDE. If I type in the message box: put the customkeys of the mouseStack and put the pointer over the message box, I press return and see a list of custom properties: cREVIntelligenceObject cREVLeft cREVTopLeft etc But if I put the pointer over the Tools palette or the

Re: Custom properties of IDE palettes?

2018-01-09 Thread Ali Lloyd via use-livecode
I don't think they have any custom properties... at least, if they do then they don't do anything. They are script-only stacks & behaviors that generate the UI; they don't use custom props for their functionality. On Tue, Jan 9, 2018 at 8:40 PM Geoff Canyon via use-livecode < use-livecode@lists.ru

Re: Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
But they do. Specifically, stack "revPropertyInspector 1" is not a script-only stack. It has many objects, and it does have custom properties. For example, this locks the inspector to its current object: set the cLocked of stack "revPropertyInspector 1" to true On Tue, Jan 9, 2018 at 6:07 PM, A

Do widgets support introspection?

2018-01-09 Thread Geoff Canyon via use-livecode
Is there a way, given a widget, to find out programmatically what the relevant properties of the widget are? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

Re: Custom properties of IDE palettes?

2018-01-09 Thread Geoff Canyon via use-livecode
(I should add that I am using 8.1.8, the community edition, on Mac) On Tue, Jan 9, 2018 at 8:20 PM, Geoff Canyon wrote: > But they do. Specifically, stack "revPropertyInspector 1" is not a > script-only stack. It has many objects, and it does have custom properties. > For example, this locks the

Re: Do widgets support introspection?

2018-01-09 Thread hh via use-livecode
> G.C. wrote: > Is there a way, given a widget, to find out programmatically what the > relevant properties of the widget are? Only the documented ones. Even the property inspector shows only the "user_visible" ones. The only possibility I can see is to scan the lcb file (if it is available). So,

Re: Do widgets support introspection?

2018-01-09 Thread Mark Wieder via use-livecode
On 01/09/2018 08:25 PM, hh via use-livecode wrote: G.C. wrote: Is there a way, given a widget, to find out programmatically what the relevant properties of the widget are? Only the documented ones. Even the property inspector shows only the "user_visible" ones. The only possibility I can see is

Re: Problem pasting from Livecode to Mac Mail

2018-01-09 Thread Paul Hibbert via use-livecode
I use a small utility called PopClip, I wouldn’t be without it (although it does have some issues with LC on occasions), but it does allow you to choose to paste plain text if you wish along with lots of other useful copy/paste options. Saves me from some frustration. It’s available on the App

Re: Do widgets support introspection?

2018-01-09 Thread Geoff Canyon via use-livecode
Do the built-in widgets come with manifests? On Tue, Jan 9, 2018 at 11:36 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > > Might be easier to examine the manifest.xml file for the properties. > At least via a script. ___ use-l

Re: Do widgets support introspection?

2018-01-09 Thread Mark Wieder via use-livecode
On 01/09/2018 09:45 PM, Geoff Canyon via use-livecode wrote: Do the built-in widgets come with manifests? Yes. Even the built-in widgets. At least for now, until we get commercial locked widgets. -- Mark Wieder ahsoftw...@gmail.com ___ use-livec