delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
Very simple question, I guess. But from the documentation I've only figured out : set the customKeys["myCP"] of this card to empty How do I completely delete the customProp myCP itself? Bettery yet, how could I delete at once all customProps, even if I don't know their names?! Thanks. (And "akem

DataGrid 2

2017-12-31 Thread Antti Ilola via use-livecode
It there anywhere an example how to use datagrid 2. I tried, but somehow I didn't mange to get in it. Antti ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

Re: Optimizing for small Android devices

2017-12-31 Thread Mark Waddingham via use-livecode
On 2017-12-27 06:04, Sannyasin Brahmanathaswami via use-livecode wrote: Any thoughts in this area? In terms of images / screen resolution etc... The first thing to ensure is that *all* your images objects use the filename property rather than embedding the image data in the stackfile via the

Re: delete the customproperty (of a card)

2017-12-31 Thread hh via use-livecode
Dictionary > customKeys ___ 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: delete the customproperty (of a card)

2017-12-31 Thread Richmond Mathewson via use-livecode
If you know the name of the customProp . . . one can EMPTY the customProp very easily indeed: set the "XYZ" of card id 1002 to empty that does, howeve, mean that the prop "XYZ" is still 'there': I'm not sure whether that is important. In the DICTIONARY is states this: "You can delete an objec

Re: delete the customproperty (of a card)

2017-12-31 Thread Richmond Mathewson via use-livecode
Fegs! delete the customKeys of card id 1002 warked :-* Richmond. On 31/12/2017 6:59 pm, Richmond Mathewson wrote: If you know the name of the customProp . . . one can EMPTY the customProp very easily indeed: set the "XYZ" of card id 1002 to empty that does, howeve, mean that the prop "XYZ

lineHeight different Mac vs. Windows

2017-12-31 Thread Peter Bogdanoff via use-livecode
Hi, I thought I would bring this to the attention of the LiveCode team. I filed a bug on 2016-05-22 Bug 17707 - Line height different Mac vs. Windows in fields with fixedLineHeight set to false EXPECTED RESULT: I would have expected to see the line height of a field with fixedLineHeight set to

Re: lineHeight different Mac vs. Windows

2017-12-31 Thread Warren Samples via use-livecode
On 12/31/2017 03:11 PM, Peter Bogdanoff via use-livecode wrote: text sometimes flows off the bottom of the field. Changing the font size is too extreme a change and doesn’t fix widows. I’m trying to conceive of a method of somehow creating page metadata that reformats the Windows text—possib

Re: lineHeight different Mac vs. Windows

2017-12-31 Thread Warren Samples via use-livecode
On 12/31/2017 04:36 PM, Warren Samples via use-livecode wrote: and auto-show scrollbars this should say "or" auto-show scrollbars ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
The answer for what I was after: On 1 January 2018 at 02:03, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Fegs! > > delete the customKeys of card id 1002 > > warked :-* > > Richmond. > > > > On 31/12/2017 6:59 pm, Richmond Mathewson wrote: > >> If you know the na

Re: delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
The answer for what I was after: set the customPropertySets of this card to empty Thanks all. Particularly, Glen Bojsza for the offlist sample stack and explanatory video. -- N. Cueto On 1 January 2018 at 10:14, Nicolas Cueto wrote: > The answer for what I was after: > > > On 1 January 2018

Re: screenloc not actually centered after changing scalefactor (was Screen Resolution for Desktop Apps)

2017-12-31 Thread Nicolas Cueto via use-livecode
> You may have to do some calculations based on the scalefactor, in order to adjust the visual location. Thanks Jacqueline, but still confused. To do "some calculations", I thought of comparing the loc to the scalefactor. So ran the standalone on three devices, but saw no consistent corelation be

Re: Optimizing for small Android devices

2017-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
Mark: Wow, yes, it does help! I hope you had a great Christimas and are refreshed ready to face all of us again (smile) Your entire email should be posted to some knowledge base somewhere! As for speed optimization: - Alternate images I will make 1 X images right away for my home "portal"