I would find a directly editable tree structure useful. I have a current need for an "outliner" tool - insert/delete and promote/demote. Anyone done this or have some tips for doing this in Glamour *or* Morphic ? cheers -ben
On Wed, May 6, 2015 at 4:13 AM, Andrei Chis chisvasileandrei@gmail.com wrote:
There is no dedicated presentation for having an input text. Lists and tree presentations can have an input text at the bottom for filtering/searching.
The closest solution would be to maybe have a pane fixed width in a tabulator and them add a text area inside that pane. It would look sort of like a text input, but I'm not sure how well it would work for you.
If the above doesn't work and you really need a text input we can add one :)
On Tue, May 5, 2015 at 6:48 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
Since GLMInputTextPresentation (or how it was called, I forget it) is gone, and actually was never there… how can I have the equivalent? I’m sure you had the problem in which you need some… how do you solve it?