Re: Picture variables in object notation

2019-10-22 Thread Scott Staley via 4D_Tech
Ok... many thanks. Helps to know I'm not just screwing up. I like how object notation cleans up/organizes code a bit but it's getting confusing to figure out when to use what (ie. variables or arrays or collections or objects) and the syntax of some of these seem pretty temperamental. -- Se

Re: Picture variables in object notation

2019-10-22 Thread Keisuke Miyako via 4D_Tech
in my experience, most commands do not accept pictures via object notation property. > SET LIST ITEM ICON(sBar_RecordsSelect;1000;o_Images.sidebar_All) pictures, blobs and pointers are somewhat different to other sorts of variables, it's not the kind of ambiguity that parentheses can fix. you nee

Picture variables in object notation

2019-10-22 Thread Scott Staley via 4D_Tech
I’m trying to switch various variables to objects and object notation. I’m having some difficulties using object notation with picture values with 4D methods that accept picture variables. See below… The following… SET LIST ITEM ICON(sBar_RecordsSelect;1000;o_Images.sidebar_All) Results