Hello,
I looked the MoosePanel implementation to know how to have some 'buttons' on top of my browser to launch some actions. Apparently we can send 'actions:' to the browser, and then specify a list of GLMActions. But when I do that, the buttons appear only for actions having an icon to represent themselves. If they have not, There will be nothing at the top of the browser.
I would like to be able to have buttons with the title of the actions or something as simple. Do you know if there is a way to do that? By the way, the current MoosePanel no longer have the little arrow displaying all actions when clicking on it. It just have two buttons (ImportFromSmalltalkImage, ImportFromMSE). I don't know if this is related.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
The menu was moved on the top of the window. When using the GLMUITheme you have an arrow on the top right, on the same line as the title.
Doru On 14 Oct 2010, at 11:33, Cyrille Delaunay wrote: > Hello, > > I looked the MoosePanel implementation to know how to have some 'buttons' on top of my browser to launch some actions. Apparently we can send 'actions:' to the browser, and then specify a list of GLMActions. But when I do that, the buttons appear only for actions having an icon to represent themselves. If they have not, There will be nothing at the top of the browser. > I would like to be able to have buttons with the title of the actions or something as simple. Do you know if there is a way to do that? > By the way, the current MoosePanel no longer have the little arrow displaying all actions when clicking on it. It just have two buttons (ImportFromSmalltalkImage, ImportFromMSE). I don't know if this is related. > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Every thing should have the right to be different." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Ok, thanks :)
So if I really want an horizontal list of action buttons, I guess I have to specify explicitly a row in which I display an actionList ? By the way, when I send 'beHorizontal' to an actionList, the buttons are still displayed one under the others
2010/10/14 Tudor Girba <[hidden email]> The menu was moved on the top of the window. When using the GLMUITheme you have an arrow on the top right, on the same line as the title. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Cyrille,
On 14 Oct 2010, at 11:53, Cyrille Delaunay wrote: > Ok, thanks :) > So if I really want an horizontal list of action buttons, I guess I have to specify explicitly a row in which I display an actionList ? I do not understand. > By the way, when I send 'beHorizontal' to an actionList, the buttons are still displayed one under the others Yes, I know :(. Just a thing: the next step in Glamour will be to add an action toolbar to every presentation, even if it's nested. This should provide a significant amount of freedom for working with actions. Also, for a list, there will be regular actions that work on the entire list, and selection actions that work on selection. The regular actions will belong in the toolbar of the list, while the selection actions will be in a contextual menu. Cheers, Doru > 2010/10/14 Tudor Girba <[hidden email]> > The menu was moved on the top of the window. When using the GLMUITheme you have an arrow on the top right, on the same line as the title. > > Doru > > > On 14 Oct 2010, at 11:33, Cyrille Delaunay wrote: > > > Hello, > > > > I looked the MoosePanel implementation to know how to have some 'buttons' on top of my browser to launch some actions. Apparently we can send 'actions:' to the browser, and then specify a list of GLMActions. But when I do that, the buttons appear only for actions having an icon to represent themselves. If they have not, There will be nothing at the top of the browser. > > I would like to be able to have buttons with the title of the actions or something as simple. Do you know if there is a way to do that? > > By the way, the current MoosePanel no longer have the little arrow displaying all actions when clicking on it. It just have two buttons (ImportFromSmalltalkImage, ImportFromMSE). I don't know if this is related. > > _______________________________________________ > > Moose-dev mailing list > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Every thing should have the right to be different." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "One cannot do more than one can do." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
2010/10/14 Tudor Girba <[hidden email]> Hi Cyrille, Ok, this is exactly what I want :)
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |