Re: IconGrid widget v2.0.2
I absolutely love this. In my a current app I had a stack of 18 SVG widgets that I was having a tough time getting to resize and look right (trying to expand it into Mac, PC and Android markets.) This makes things much much much easier. Works great on iOS - --- Greg (pink) Miller mad, pink and dangerous to code -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ 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
Re: IconGrid widget v2.0.2
Hi Andy, thanks for the great share and all your widgets as well as your dedication. I cannot try the widget yet since I am on 8.1.4 but I am wondering if you have tested the limits of the widget?. is it all ram based limits or are there others that you have encountered? On Wed, Sep 13, 2017 at 4:47 PM, AndyP via use-livecode < use-livecode@lists.runrev.com> wrote: > Fantastic share...thank you. > > > > > > - > Andy Piddock > > > My software never has bugs. It just develops random features. > > TinyIDE a Free alternative minimalist IDE Plugin for LiveCode > TinyIDE > > > Script editor Themer for LC > http://post.spmailt.com/f/a/dLNOWURO9LF9XM1qi8ktbQ~~/AAGp3AA~/RgRbmuGbP0EIACzc0cKClZFXA3NwY1gEAFkGc2hhcmVkYQdoZWxsb18xYA01Mi4zOS4xODIuMjQ4QgoAABuuuVlUcPX3Uh11c2UtbGl2ZWNvZGVAbGlzdHMucnVucmV2LmNvbQlRBABEEWh0dHA6Ly8yMTA4LmNvLnVrRwJ7fQ~~ > > PointandSee is a FREE simple but full featured under cursor colour picker > / finder. > http://post.spmailt.com/f/a/SmHk7kmHcgt6K4qDCqsaow~~/AAGp3AA~/RgRbmuGbP0EIACzc0cKClZFXA3NwY1gEAFkGc2hhcmVkYQdoZWxsb18xYA01Mi4zOS4xODIuMjQ4QgoAABuuuVlUcPX3Uh11c2UtbGl2ZWNvZGVAbGlzdHMucnVucmV2LmNvbQlRBABEHGh0dHA6Ly93d3cucG9pbnRhbmRzZWUuY28udWtHAnt9 > - made with LiveCode > -- > Sent from: > http://post.spmailt.com/f/a/W8tUB7Xnd9UWfaLFg7H6jA~~/AAGp3AA~/RgRbmuGbP0EIACzc0cKClZFXA3NwY1gEAFkGc2hhcmVkYQdoZWxsb18xYA01Mi4zOS4xODIuMjQ4QgoAABuuuVlUcPX3Uh11c2UtbGl2ZWNvZGVAbGlzdHMucnVucmV2LmNvbQlRBABEL2h0dHA6Ly9ydW50aW1lLXJldm9sdXRpb24uMjc4MzA1Lm40Lm5hYmJsZS5jb20vRwJ7fQ~~ > Revolution-User-f278306.html > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://post.spmailt.com/f/a/Bdz0UlPcTSAgLyuKdRClog~~/AAGp3AA~/RgRbmuGbP0EIACzc0cKClZFXA3NwY1gEAFkGc2hhcmVkYQdoZWxsb18xYA01Mi4zOS4xODIuMjQ4QgoAABuuuVlUcPX3Uh11c2UtbGl2ZWNvZGVAbGlzdHMucnVucmV2LmNvbQlRBABENWh0dHA6Ly9saXN0cy5ydW5yZXYuY29tL21haWxtYW4vbGlzdGluZm8vdXNlLWxpdmVjb2RlRwJ7fQ~~ > ___ 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
Re: IconGrid widget v2.0.2
Fantastic share...thank you. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode TinyIDE Script editor Themer for LC http://2108.co.uk PointandSee is a FREE simple but full featured under cursor colour picker / finder. http://www.pointandsee.co.uk - made with LiveCode -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ 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
Re: IconGrid widget v2.0.2
A M A Z I N G widget. Thanks Hermann :) Panos -- On Wed, Sep 13, 2017 at 2:24 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > I wrote: > > > Each element has properties (in order of the layering): > > > > Colors (using high contrast colors), > > Image (load these from server or disk, 150 'icons' are built in), > > SVGpath (use the built in SVGs or any other valid path), > > Text (multiline supported), > > Number (readable only). > > > Correction, sorry. > > The method I chose to load images *from server* is "blocking", so not > usable. > > I took this out (though it worked from local server), but I forgot to take > this out from the description. > I suppose this can currently only be solved via LCS, so it's better to > download the images to a local folder (may be temporary) and then let the > widget use that folder. > > [When using files from local disk the widget loads the images into an > array and uses them from there. So it#s fast enough]. > > > ___ > 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 > ___ 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
Re: IconGrid widget v2.0.2
> I wrote: > Each element has properties (in order of the layering): > > Colors (using high contrast colors), > Image (load these from server or disk, 150 'icons' are built in), > SVGpath (use the built in SVGs or any other valid path), > Text (multiline supported), > Number (readable only). Correction, sorry. The method I chose to load images *from server* is "blocking", so not usable. I took this out (though it worked from local server), but I forgot to take this out from the description. I suppose this can currently only be solved via LCS, so it's better to download the images to a local folder (may be temporary) and then let the widget use that folder. [When using files from local disk the widget loads the images into an array and uses them from there. So it#s fast enough]. ___ 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