Hi buddies!
I need to know how implement a simple wizard using the glamour. For example, i need include two radio buttons, a text box and maybe a label, in this wizard. Glamour offers this items?
Julio Martins
-- View this message in context: http://forum.world.st/Glamour-tp4160211p4160211.html Sent from the Moose mailing list archive at Nabble.com.
did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For example, i need include two radio buttons, a text box and maybe a label, in this wizard. Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Stef! I had looked about Merlin, but i do not found any examples to understand how it works, and I don't know if i can integrate it with Glamour. A have an application that uses a Glamour panel and I would like to do a menu and from this menu call my wizard with options to modify the visualization on this panel.
Might you help me?
On 5 December 2011 10:18, Stéphane Ducasse [via Smalltalk] < ml-node+s1294792n4160243h22@n4.nabble.com> wrote:
did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For
example, i need include two radio buttons, a text box and maybe a label, in this wizard.
Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4160243&i=0 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4160243&i=1 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-tp4160211p4160243.html To start a new topic under Moose, email ml-node+s1294792n1310756h25@n4.nabble.com To unsubscribe from Moose, click herehttp://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1310756&code=amxlYW5kcm8ubWFydGluc0BnbWFpbC5jb218MTMxMDc1NnwtMTA2ODQ0ODY4OA== . NAMLhttp://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
-- View this message in context: http://forum.world.st/Glamour-tp4160211p4160332.html Sent from the Moose mailing list archive at Nabble.com.
There should be the class 'MerlinExamples' with a set of examples on the class side. There is also an extension to render merlin wizards with Glamour: the package MerlinGlamour at http://www.squeaksource.com/Merlin. Once MerlinGlamour loaded, you could do something like:
myGlamourBrowser spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
It looks like what you want to do (?)
2011/12/5 Júlio Martins jleandro.martins@gmail.com
Hi Stef! I had looked about Merlin, but i do not found any examples to understand how it works, and I don't know if i can integrate it with Glamour. A have an application that uses a Glamour panel and I would like to do a menu and from this menu call my wizard with options to modify the visualization on this panel.
Might you help me?
On 5 December 2011 10:18, Stéphane Ducasse [via Smalltalk] <[hidden email]http://user/SendEmail.jtp?type=node&node=4160332&i=0
wrote:
did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For
example, i need include two radio buttons, a text box and maybe a label, in this wizard.
Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4160243&i=0 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4160243&i=1 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-tp4160211p4160243.html To start a new topic under Moose, email [hidden email]http://user/SendEmail.jtp?type=node&node=4160332&i=1 To unsubscribe from Moose, click here. NAMLhttp://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
View this message in context: Re: Glamourhttp://forum.world.st/Glamour-tp4160211p4160332.html
Sent from the Moose mailing list archivehttp://forum.world.st/Moose-f1310756.htmlat Nabble.com.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
A number of tests comes with Merlin. Tests are important to get a better understanding of a software.
Alexandre
On 5 Dec 2011, at 10:17, Cyrille Delaunay wrote:
There should be the class 'MerlinExamples' with a set of examples on the class side. There is also an extension to render merlin wizards with Glamour: the package MerlinGlamour at http://www.squeaksource.com/Merlin. Once MerlinGlamour loaded, you could do something like:
myGlamourBrowser spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
It looks like what you want to do (?)
2011/12/5 Júlio Martins jleandro.martins@gmail.com Hi Stef! I had looked about Merlin, but i do not found any examples to understand how it works, and I don't know if i can integrate it with Glamour. A have an application that uses a Glamour panel and I would like to do a menu and from this menu call my wizard with options to modify the visualization on this panel.
Might you help me?
On 5 December 2011 10:18, Stéphane Ducasse [via Smalltalk] <[hidden email]> wrote: did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For example, i need include two radio buttons, a text box and maybe a label, in this wizard. Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ 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
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-tp4160211p4160243.html To start a new topic under Moose, email [hidden email] To unsubscribe from Moose, click here. NAML
View this message in context: Re: Glamour
Sent from the Moose mailing list archive at Nabble.com.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Cyrille Delaunay http://cyrilledelaunay.seasidehosting.st/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
thanks cyrille. Nice to hear about you.
Stef
On Dec 5, 2011, at 2:17 PM, Cyrille Delaunay wrote:
There should be the class 'MerlinExamples' with a set of examples on the class side. There is also an extension to render merlin wizards with Glamour: the package MerlinGlamour at http://www.squeaksource.com/Merlin. Once MerlinGlamour loaded, you could do something like:
myGlamourBrowser spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
It looks like what you want to do (?)
2011/12/5 Júlio Martins jleandro.martins@gmail.com Hi Stef! I had looked about Merlin, but i do not found any examples to understand how it works, and I don't know if i can integrate it with Glamour. A have an application that uses a Glamour panel and I would like to do a menu and from this menu call my wizard with options to modify the visualization on this panel.
Might you help me?
On 5 December 2011 10:18, Stéphane Ducasse [via Smalltalk] <[hidden email]> wrote: did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For example, i need include two radio buttons, a text box and maybe a label, in this wizard. Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ 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
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-tp4160211p4160243.html To start a new topic under Moose, email [hidden email] To unsubscribe from Moose, click here. NAML
View this message in context: Re: Glamour
Sent from the Moose mailing list archive at Nabble.com.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Cyrille Delaunay http://cyrilledelaunay.seasidehosting.st/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Indeed, nice to hear from you :)
Doru
On 5 Dec 2011, at 18:38, Stéphane Ducasse wrote:
thanks cyrille. Nice to hear about you.
Stef
On Dec 5, 2011, at 2:17 PM, Cyrille Delaunay wrote:
There should be the class 'MerlinExamples' with a set of examples on the class side. There is also an extension to render merlin wizards with Glamour: the package MerlinGlamour at http://www.squeaksource.com/Merlin. Once MerlinGlamour loaded, you could do something like:
myGlamourBrowser spawn: [ myMerlinWizard glamourWizard ] entitled: 'my menu title'.
It looks like what you want to do (?)
2011/12/5 Júlio Martins jleandro.martins@gmail.com Hi Stef! I had looked about Merlin, but i do not found any examples to understand how it works, and I don't know if i can integrate it with Glamour. A have an application that uses a Glamour panel and I would like to do a menu and from this menu call my wizard with options to modify the visualization on this panel.
Might you help me?
On 5 December 2011 10:18, Stéphane Ducasse [via Smalltalk] <[hidden email]> wrote: did you look at Merlin?
Stef
On Dec 5, 2011, at 1:02 PM, Júlio Martins wrote:
Hi buddies!
I need to know how implement a simple wizard using the glamour. For example, i need include two radio buttons, a text box and maybe a label, in this wizard. Glamour offers this items?
Julio Martins
View this message in context: Glamour Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ 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
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-tp4160211p4160243.html To start a new topic under Moose, email [hidden email] To unsubscribe from Moose, click here. NAML
View this message in context: Re: Glamour
Sent from the Moose mailing list archive at Nabble.com.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Cyrille Delaunay http://cyrilledelaunay.seasidehosting.st/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."