Re: Collections in v16R4

2017-07-20 Thread Patrick Emanuel via 4D_Tech
, Simply Asso & QS_Toolbox) -- View this message in context: http://4d.1045681.n5.nabble.com/Collections-in-v16R4-tp5753225p5753238.html Sent from the 4D Tech mailing list archive at Nabble.com. ** 4D Internet Users Group (4D

Re: Collections in v16R4

2017-07-19 Thread Kirk Brooks via 4D_Tech
Yea! Does SDI provide the same flexibility we have on Macs when working with multiple monitors? It's a real pain getting multiple monitors configured to "see" the MDI on more than one at a time. On Wed, Jul 19, 2017 at 2:03 AM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > you can

Re: Collections in v16R4

2017-07-19 Thread Keisuke Miyako via 4D_Tech
you can open multiple windows using SDI, each with its own menu bar. but many developers who requested SDI support seem to have a single window app in mind. SDI is only available for engined applications. since SDI is not (yet) available in the design environment. for now, you can't quickly "swit

Re: Collections in v16R4

2017-07-19 Thread Paul Dennis via 4D_Tech
I may sound like a Luddite but I like MDI much neater to be able to minimise a whole app in one click or is that possible with SDI ? -- View this message in context: http://4d.1045681.n5.nabble.com/Collections-in-v16R4-tp5753225p5753229.html Sent from the 4D Tech mailing list archive at

Re: Collections in v16R4

2017-07-18 Thread Scott Staley via 4D_Tech
-- View this message in context: http://4d.1045681.n5.nabble.com/Collections-in-v16R4-tp5753225p5753226.html Sent from the 4D Tech mailing list archive at Nabble.com. ** 4D Internet Users Group (4D iNUG) FAQ: http://li

Collections in v16R4

2017-07-18 Thread Lee Hinde via 4D_Tech
This is fascinating: http://blog.4d.com/new-type-of-variable-collections/ 1. "Arrays" of random data types. 2. Elements are accessed with [] not {}. E.g MyCollection[8] 3. The first element starts at zero. 4. They have an associated method - length. MyCollection.length 5. Appending