Hi,
For some tools in Synectique in Glamour we have some empty panes that are only rendered when they receive something on the entity port. So the user needs to click on an element of a list before the pane is rendered. I would like to know if it is possible to open a pane with some instructions/text util the transmission is not triggered instead of an empty space to fill the space and help the user? Thank you. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev signature.asc (836 bytes) Download Attachment |
Hi, Currently there is no support to specify a default/empty presentation in a pane. If you are using a tabulator what you can do is trigger an initial transmission that sets a default presentation. Here is an example: http://ws.stfx.eu/8KGAOG8MY020 Cheers, Andrei On Mon, Dec 28, 2015 at 5:17 PM, Ferlicot D. Cyril <[hidden email]> wrote: Hi, _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Exactly :)
Doru > On Dec 28, 2015, at 7:48 PM, Andrei Chis <[hidden email]> wrote: > > Hi, > > Currently there is no support to specify a default/empty presentation in a pane. > If you are using a tabulator what you can do is trigger an initial transmission that sets a default presentation. > > Here is an example: http://ws.stfx.eu/8KGAOG8MY020 > > Cheers, > Andrei > > On Mon, Dec 28, 2015 at 5:17 PM, Ferlicot D. Cyril <[hidden email]> wrote: > Hi, > > For some tools in Synectique in Glamour we have some empty panes that > are only rendered when they receive something on the entity port. > > So the user needs to click on an element of a list before the pane is > rendered. > > I would like to know if it is possible to open a pane with some > instructions/text util the transmission is not triggered instead of an > empty space to fill the space and help the user? > > Thank you. > > -- > Cyril Ferlicot > > http://www.synectique.eu > > 165 Avenue Bretagne > Lille 59000 France > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.list.inf.unibe.ch/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.list.inf.unibe.ch/listinfo/moose-dev -- www.tudorgirba.com www.feenk.com "Problem solving efficiency grows with the abstractness level of problem understanding." _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
In reply to this post by Andrei Chis
Tx Andrei. It was really helpful.
I think this method may be helpful for such cases where one doesn't want to specify all initial transmissions for all the panes. GLMBrowser >> addDefaultTransmissions self panes do: [ :aPane | self addTransmission: (GLMTransmission new browser: self; to: aPane name; andShow: [ :a | a text display: [ 'Select an element to start' ]; format: [ :each | each asText addAttribute: TextEmphasis italic ] ]) ] On Mon, Dec 28, 2015 at 6:48 PM, Andrei Chis <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Free forum by Nabble | Edit this page |