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 wha
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
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 t
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
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 use-li
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
use-livecode@lists.ru
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
use-livecode@li
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&t=30433&p=163580#p163580
Kind regards
Bernd
--
Sent from:
http://runtime-revolution.278305.n4.nabble.com/Revolution
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:
http://runtime-revoluti
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:
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f
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 arra
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 t
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 ve
North is a widget that indicates north like a compass or direction indicator.
http://forums.livecode.com/viewtopic.php?f=93&t=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 - Use
>> 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 ha
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 t
further experimenting with Livecode Builder I did a Gauge widget that I
posted in the Forum
http://forums.livecode.com/viewtopic.php?f=93&t=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
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.
>>
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 tinyDicti
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 and
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 di
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
> 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"?
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
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 Hale
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, bu
> @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 -
27 matches
Mail list logo