Page 1 of 1

Posted: 22 Mar 2017, 00:07
by 23fx23
I often have some scripts that use a writeLn command to debug or display a message,
could be cool that multiples scripts spread in a workspace could write a message that could be displayed by a single tgt for exemple by a textfield on the interface/IB itself.
so the most straigthforward way i imagine could be either maybe kind of bus geting console message, or to avoid too much/filter messages
a special command that could be trigged by script ie writeMsg'blabla' then a dedicaced bus would receive that message.
Can be done actually but imply each time out of script to make a dedicaced string output, thought maybe if not too complex would make it easier to have a 'global' bus.

same idea could apply for hints, ie ability to display hint on an inteface item

Posted: 22 Mar 2017, 22:56
by senso
maybe a trace text panel module with a filter input which only displays trace messages that contains (or start) a particular string ?
something like that

Posted: 22 Mar 2017, 23:46
by 23fx23
yes if not too complex on your side that sound a good solution, with a start maker character sound clever trick yes

Posted: 23 Mar 2017, 10:42
by senso
will be added in HH3

Posted: 23 Mar 2017, 13:33
by 23fx23
TipTop! tks a lot!