Re: Best way to store videos

2018-08-27 Thread BNig via use-livecode
J. Landman Gay via use-livecode wrote > On 8/27/18 4:12 PM, Niggemann, Bernd via use-livecode wrote: >> When using Tiny Dictionary in the option menu either choose "All" and >> search for "aws" or choose from the option menu "library.aws". If you >> start your search with a quote it will return

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
the short id of image "greenRound" of me end newGroup Kind regards bnig--- via use-livecode wrote > Hi Simon, > > I think the easiest way would be to copy the images your custom control > uses > to the custom controls. > then add this code to the group (it is

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
Simon, try to add "of me" like below repeat with x=1 to the number of images of me put the ID of image x of me into tID put the short name of image x of me into tName put tID into ImageA[tName] end repeat Kind regards Bernd scott--- via use-livecode wrote > Well I

Re: Storing Images for use by Custom Controls

2018-07-25 Thread BNig via use-livecode
Hi Simon, I think the easiest way would be to copy the images your custom control uses to the custom controls. then add this code to the group (it is for one button "bOne" and two images "greenRound" and "redQMark" on newGroup resolve image "redQMark" relative to button "bOne" of me if it

Re: Datagrids and Nested Behaviors

2018-07-24 Thread BNig via use-livecode
Brian That is a nice modification, makes it faster and is still only in one place. >I also noticed that there are extra "stack" references in the code (stack >_ResourceStack instead of just _ResourceStack 4/10 uses). to my surprise both versions work. Kind regards Bernd Brian Milby via

Re: representing this character from a pdf

2018-02-08 Thread BNig via use-livecode
maybe he likes put numToCodepoint(0x2794) HEAVY WIDE-HEADED RIGHTWARDS ARROW' (U+2794) Kind regards Bernd -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: representing this character from a pdf

2018-02-08 Thread BNig via use-livecode
would this do? put numToCodepoint(0x270D) from http://www.alanwood.net/demos/wingdings.html Kind regards Bernd -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: "module format not supported"

2018-02-05 Thread BNig via use-livecode
Hi Ben, I posted a stack to the forum, that forces recompilation of widgets that were automatically compiled from 8 to 9 format. http://forums.livecode.com/viewtopic.php?f=104=30433=163580#p163580 Kind regards Bernd -- Sent from:

Re: FormattedHeight of a field and its contents

2018-02-01 Thread BNig via use-livecode
Hi David, have a look at http://berndniggemann.on-rev.com/margins/marginsapp.livecode.zip It does not explain why but shows what influences the formattedHeight of a field when changing margins, border size, scrollbars, text height etc. Kind regards Bernd -- Sent from:

Re: regex deconstructor

2018-01-28 Thread BNig via use-livecode
There are nice tests for indentation on Git for Livecode https://github.com/livecode/livecode-ide/tree/develop/tests/scripteditor/_indentation_tests especially the if variants are mind boggling Kind regards Bernd -- Sent from:

[ANN] TinyDictionary updated to work also in LC 8.2.0 DP2 and LC 9 DP10

2017-10-24 Thread BNig via use-livecode
Due to changes how LC organizes dictionary data in LC 8.2 DP2 and LC 9 DP 10 tinyDictionary did not display LCB dictionary entries anymore. TinyDictionary version 0.8.3 restores that functionality and is backwards compatible. Thanks James Hale for the code for the acqusition of the dictionary

[OT] Stable versions of Livecode

2017-07-21 Thread BNig via use-livecode
In recent month there has been muck ado about the word "stable" in stable versions of Livecode. I think there is a serious misunderstanding of the word "stable" here. It is according to the Oxford Dictionary: stable (noun) A building set apart and adapted for keeping horses. ‘the horse was led

[ANN] TinyDictionary updated to display Synonyms

2017-07-18 Thread BNig via use-livecode
Brian Milby contributed to tinyDictinary the extraction of synonyms. He also submitted a pull request to add synonyms to the built-in dictionary https://github.com/livecode/livecode/pull/5669 Synonyms now are part of the built-in dictionary as of LC9 DP8. TinyDictionary displays synomyms in LC

[ANN] north widget

2017-07-12 Thread BNig via use-livecode
North is a widget that indicates north like a compass or direction indicator. http://forums.livecode.com/viewtopic.php?f=93=29486 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-north-widget-tp4716915.html Sent from the Revolution - User

Re: Feature Race: Pick Your Project

2017-07-05 Thread BNig via use-livecode
>> On Jul 5, 2017, at 12:44 , J. Landman Gay via use-livecode > use-livecode@.runrev > wrote: > >> A subset of users employ datagrids, but everyone needs smooth scrolling >> in a variety of situations. That's the primary reason I pledged -- That's exactly the reason why I pledged too. I

Re: [ANN] a gauge widget

2017-06-09 Thread BNig via use-livecode
Thanks Tom, I had just found out what the problem was, Now it works as advertised. will update the .lcb file in the forum to version 0.2.0 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-a-gauge-widget-tp4715635p4715695.html Sent from

[ANN] a gauge widget

2017-06-09 Thread BNig via use-livecode
further experimenting with Livecode Builder I did a Gauge widget that I posted in the Forum http://forums.livecode.com/viewtopic.php?f=93=29348 Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-a-gauge-widget-tp4715635.html Sent from the

Re: [ANN] tinyDictionary 0_8_1_0

2017-05-04 Thread BNig via use-livecode
pink wrote > > BNig wrote >> TinyDictionary is a small footprint dictionary for Livecode from version >> 8.1 and up. >> >> New features are user added notes and import of notes. Some code >> optimization and cleanup. >> Should work on Mac, Windows and Linux. >> See Help from Preferences Menu. >>

[ANN] tinyDictionary 0_8_1_0

2017-05-04 Thread BNig via use-livecode
TinyDictionary is a small footprint dictionary for Livecode from version 8.1 and up. New features are user added notes and import of notes. Some code optimization and cleanup. Should work on Mac, Windows and Linux. See Help from Preferences Menu. Probably best when used as plug-in. (put

Re: [ANN] tinyDictionary

2017-03-23 Thread BNig via use-livecode
Sorry Bob, I fell foul of Nabble, it is unfortunately broken since the bouncing issue was resolved. Since I am on digest for the use-list I use Nabble to post and see current activity. Too bad it is broken since the only other repository that lets you post I know is gmane that is rebuilding

Re: [ANN] tinyDictionary

2017-03-23 Thread BNig via use-livecode
Bob Sneidar via use-livecode wrote > Then please also make sure to submit this to Edinburgh. I want this to be > my official dictionary. Thanks Bob, I think the LiveCode people did a pretty good job reorganizing the dictionary. The new dictionary, once getting used to it, offers the different

Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
Skip Kimpel via use-livecode wrote > On 03/22/2017 12:46 PM, BNig via use-livecode wrote: > >> Hi Mark, >> >> tinyDictionary tries on preopenCard -> loadPreferences to find via >> put specialFolderPath("support") into tFolderSupport >> an &qu

Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
> On 03/22/2017 07:37 AM, BNig via use-livecode wrote: >> I uploaded a compact version of the dictionaries for LC 8.1 and up to >> Livecodeshare > > Very nice. Thanks. Works well for me on linux. > What means "unable to create preferences folder"?

Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
Hi Mike, Mike Bonner via use-livecode wrote > This is awesome! Quick question (feature request) would it be difficult > to > add a dictionary selector? So if I have 13 versions of lc installed, I > could pick which dict to look at? (and make it work as a standalone at the > same time?) If you

[ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
I uploaded a compact version of the dictionaries for LC 8.1 and up to Livecodeshare http://livecodeshare.runrev.com/stack/825/tinyDictionary_0_7_7_7 this is also accessible via "Sample Stacks" from inside LC. it is the result of Mike Kerners push to have a small footprint dictionary. James

Re: Browser Widget/HTML5/LC Integration

2017-01-29 Thread BNig via use-livecode
Sannyasin Brahmanathaswami wrote: > OK, one more SVG example (I believe that's what you were asking for) > > now you have three > > http://wiki.hindu.org/uploads/floor-plan.svg # not responsive, but > could be > > http://wiki.hindu.org/uploads/SivaSivaDiagram.svg ># not responsive,

Re: Delete element from array

2017-01-26 Thread BNig via use-livecode
> @Bernd: is your dictionary plug in working in the latest 8+ versions of > LC? That is Björnke who did the plug in. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Delete-element-from-array-tp4711916p4711957.html Sent from the Revolution