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.
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 <cyril.ferlicot@gmail.com
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
165 Avenue Bretagne Lille 59000 France
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Exactly :)
Doru
On Dec 28, 2015, at 7:48 PM, Andrei Chis chisvasileandrei@gmail.com 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 cyril.ferlicot@gmail.com 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
165 Avenue Bretagne Lille 59000 France
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch 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."
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 chisvasileandrei@gmail.com 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 < cyril.ferlicot@gmail.com> 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
165 Avenue Bretagne Lille 59000 France
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev