John,
Yep, it does make sense. Does sound pretty complex.
On Thu, Nov 30, 2017 at 12:27 PM, truegold via 4D_Tech <[email protected]
> wrote:
> I had it all worked out (prior to last 4D world) using Object arrays. Then
> I found out that I will need to have a licenses for 4D Spreadsheet (or
> whatever they call it) to use them. Think 4D property editor and that’s
> what I created.
>
Well two thoughts. First, you can use an object array in a listbox without
4D WritePro or anything else - you just can't display them directly. But so
what? I use an object array frequently in listboxes. Make it the {1} column
and invisible. If I understand what you want to do add two columns: one for
the key and one for the value and make them both text. Now you can just
loop through the rows and write the key and the value (as text). When the
user changes something you just update the c-obj in the #1 column.
Second is I worked out a routine to put c-objects into an hList and allow
the user to edit the values if you prefer to look at it like a c-obj. I'll
be sharing that at my presentation in DC.
So now I am redoing it using panes=subform but there will be at least three
> separate palettes which house the panes. And I like this approach because
> then I can include richer UI objects like sliders and the like.
>
> I am trying to create something like an Inspector functionally similar to
> what you will see in OmniGraffle or Curio or many other apps.
>
Interesting. I'd like to see it in action sometime.
--
Kirk Brooks
San Francisco, CA
=======================
*The only thing necessary for the triumph of evil is for good men to do
nothing.*
*- Edmund Burke*
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************