Is it possible to provide objects instead of labels for the widgets in Merlin? I am particularly thinking about MultiCheckboxesPart so that it is provided with some objects and it shows their labels. Later, I would like to get the user selection object instead of a label.
Currently, I only know how to provide labels and once user chooses (e.g. a checkbox, i only get the selected label) and then I have to keep a dictionary to determine the corresponding selector. Ideally, we should provide an object along with a selector to get the labels/other properties to be displayed.
May be something to take up at the upcoming sprint.
regards, Usman
As far as I know, nobody is maintaining Merlin anymore. Actually, I would not use it. Why not using Glamour or Spec?
Alexandre
On Feb 9, 2014, at 3:54 AM, Usman Bhatti usman.bhatti@gmail.com wrote:
Is it possible to provide objects instead of labels for the widgets in Merlin? I am particularly thinking about MultiCheckboxesPart so that it is provided with some objects and it shows their labels. Later, I would like to get the user selection object instead of a label.
Currently, I only know how to provide labels and once user chooses (e.g. a checkbox, i only get the selected label) and then I have to keep a dictionary to determine the corresponding selector. Ideally, we should provide an object along with a selector to get the labels/other properties to be displayed.
May be something to take up at the upcoming sprint.
regards, Usman _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Mon, Feb 10, 2014 at 2:15 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
As far as I know, nobody is maintaining Merlin anymore.
Agreed, but it has some nice support for creating dialogue boxes for user questions and it is still an integral part of Moose interface.
Actually, I would not use it. Why not using Glamour or Spec?
Glamour provides only higher-level interfaces, hence basic widgets such as checkboxes and radio buttons are difficult to embed. For Spec, I don't know if we have such a domain-specific extension for user dialogues.
Alexandre
On Feb 9, 2014, at 3:54 AM, Usman Bhatti usman.bhatti@gmail.com wrote:
Is it possible to provide objects instead of labels for the widgets in
Merlin? I am particularly thinking about MultiCheckboxesPart so that it is provided with some objects and it shows their labels. Later, I would like to get the user selection object instead of a label.
Currently, I only know how to provide labels and once user chooses (e.g.
a checkbox, i only get the selected label) and then I have to keep a dictionary to determine the corresponding selector. Ideally, we should provide an object along with a selector to get the labels/other properties to be displayed.
May be something to take up at the upcoming sprint.
regards, Usman _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
2014-02-10 10:32 GMT-03:00 Usman Bhatti usman.bhatti@gmail.com:
On Mon, Feb 10, 2014 at 2:15 PM, Alexandre Bergel <alexandre.bergel@me.com
wrote:
As far as I know, nobody is maintaining Merlin anymore.
Agreed, but it has some nice support for creating dialogue boxes for user questions and it is still an integral part of Moose interface.
Actually, I would not use it. Why not using Glamour or Spec?
Glamour provides only higher-level interfaces, hence basic widgets such as checkboxes and radio buttons are difficult to embed. For Spec, I don't know if we have such a domain-specific extension for user dialogues.
After trying *very hard* getting Merling to work, I've decided to build my own wizard dialogs using Spec. Not a replacement but now I have some dialogs with previous & next buttons. Cheers,
Hernán
On 12 Feb 2014, at 02:41, Hernán Morales Durand hernan.morales@gmail.com wrote:
2014-02-10 10:32 GMT-03:00 Usman Bhatti usman.bhatti@gmail.com:
On Mon, Feb 10, 2014 at 2:15 PM, Alexandre Bergel alexandre.bergel@me.com wrote: As far as I know, nobody is maintaining Merlin anymore.
Agreed, but it has some nice support for creating dialogue boxes for user questions and it is still an integral part of Moose interface.
Actually, I would not use it. Why not using Glamour or Spec?
Glamour provides only higher-level interfaces, hence basic widgets such as checkboxes and radio buttons are difficult to embed. For Spec, I don't know if we have such a domain-specific extension for user dialogues.
After trying *very hard* getting Merling to work,
yes I was looking at it and this is why I propose a GSOC project
I've decided to build my own wizard dialogs using Spec. Not a replacement but now I have some dialogs with previous & next buttons.
It would be good to share and see how we can build on top.
Cheers,
Hernán
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev