Hello, I would like to be able to update the title of a browser. Here is what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
I already open a ticket about this issue.
Cheers, Jannik
On Aug 12, 2010, at 13:56 , Tudor Girba wrote:
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval
Indeed ;) http://code.google.com/p/moose-technology/issues/detail?id=423&q=glamour...
2010/8/12 Laval Jannik jannik.laval@gmail.com
I already open a ticket about this issue.
Cheers, Jannik
On Aug 12, 2010, at 13:56 , Tudor Girba wrote:
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is what I
do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
You see, it's a known issue :)
I will try to look into this in the following days.
Doru
On 12 Aug 2010, at 14:05, Cyrille Delaunay wrote:
Indeed ;) http://code.google.com/p/moose-technology/issues/detail?id=423&q=glamour...
2010/8/12 Laval Jannik jannik.laval@gmail.com I already open a ticket about this issue.
Cheers, Jannik
On Aug 12, 2010, at 13:56 , Tudor Girba wrote:
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is
what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
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
"Problem solving efficiency grows with the abstractness level of problem understanding."
Hi,
The browser can update the title now. The inner presentations still do not update the title. It will come, but it's more work.
Cheers, Doru
On 12 Aug 2010, at 14:05, Cyrille Delaunay wrote:
Indeed ;) http://code.google.com/p/moose-technology/issues/detail?id=423&q=glamour...
2010/8/12 Laval Jannik jannik.laval@gmail.com I already open a ticket about this issue.
Cheers, Jannik
On Aug 12, 2010, at 13:56 , Tudor Girba wrote:
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is
what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
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
"Value is always contextual."
Great, thank you Doru.
Cheers, Jannik
On Aug 24, 2010, at 23:39 , Tudor Girba wrote:
Hi,
The browser can update the title now. The inner presentations still do not update the title. It will come, but it's more work.
Cheers, Doru
On 12 Aug 2010, at 14:05, Cyrille Delaunay wrote:
Indeed ;) http://code.google.com/p/moose-technology/issues/detail?id=423&q=glamour...
2010/8/12 Laval Jannik jannik.laval@gmail.com I already open a ticket about this issue.
Cheers, Jannik
On Aug 12, 2010, at 13:56 , Tudor Girba wrote:
You cannot do that right now. Please open a ticket.
Cheers, Doru
On 12 Aug 2010, at 13:51, Cyrille Delaunay wrote:
Hello, I would like to be able to update the title of a browser. Here is what I do for example:
|browser | browser := GLMTabulator new. browser title: 'browser'. browser openOn: nil.
browser title: 'new browser name'. browser update.
The browser always display 'browser' as title. Do you have any idea of how to do that ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"The coherence of a trip is given by the clearness of the goal."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval
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
"Value is always contextual."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev