Posted: 22 Mar 2017, 00:07
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
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