Hi!
I am building a small browser in Glamour to monitor events. I have a list such as:
constructor list title: 'events'; display: [ :event | event allEvents ]
Is there a way to refresh the list once the Glamour GUI has showed up?
Cheers, Alexandre
hi,
you can add
updateOn: anAnnouncement from: [ anAnnouncer ]
then, you just send anAnnouncer announce: anAnnouncement
cheers, Esteban
El 24/11/2011, a las 11:55a.m., Alexandre Bergel escribió:
Hi!
I am building a small browser in Glamour to monitor events. I have a list such as:
constructor list title: 'events'; display: [ :event | event allEvents ]
Is there a way to refresh the list once the Glamour GUI has showed up?
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks!
Alexandre
On 24 Nov 2011, at 12:05, Esteban Lorenzano wrote:
hi,
you can add
updateOn: anAnnouncement from: [ anAnnouncer ]
then, you just send anAnnouncer announce: anAnnouncement
cheers, Esteban
El 24/11/2011, a las 11:55a.m., Alexandre Bergel escribió:
Hi!
I am building a small browser in Glamour to monitor events. I have a list such as:
constructor list title: 'events'; display: [ :event | event allEvents ]
Is there a way to refresh the list once the Glamour GUI has showed up?
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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
Or you can add a manual action that simply calls update. See: http://www.themoosebook.org/book/internals/glamour/update
Cheers, Doru
On Thu, Nov 24, 2011 at 4:05 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
hi,
you can add
updateOn: anAnnouncement from: [ anAnnouncer ]
then, you just send anAnnouncer announce: anAnnouncement
cheers, Esteban
El 24/11/2011, a las 11:55a.m., Alexandre Bergel escribió:
Hi!
I am building a small browser in Glamour to monitor events. I have a list such as:
constructor list title: 'events'; display: [ :event | event allEvents ]
Is there a way to refresh the list once the Glamour GUI has showed up?
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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
Yep! I should have dived a bit more in the doc before asking. For the last 3 days I have used MooseChef, Hismo and Glamour. Really pleasant to use.
Cheers, Alexandre
On 24 Nov 2011, at 12:08, Tudor Girba wrote:
Or you can add a manual action that simply calls update. See: http://www.themoosebook.org/book/internals/glamour/update
Cheers, Doru
On Thu, Nov 24, 2011 at 4:05 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
hi,
you can add
updateOn: anAnnouncement from: [ anAnnouncer ]
then, you just send anAnnouncer announce: anAnnouncement
cheers, Esteban
El 24/11/2011, a las 11:55a.m., Alexandre Bergel escribió:
Hi!
I am building a small browser in Glamour to monitor events. I have a list such as:
constructor list title: 'events'; display: [ :event | event allEvents ]Is there a way to refresh the list once the Glamour GUI has showed up?
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 "Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev