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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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 > [hidden email] > 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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 >> [hidden email] >> 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 > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev --- Jannik Laval _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Indeed ;)
http://code.google.com/p/moose-technology/issues/detail?id=423&q=glamour%20title&colspec=ID%20Status%20Summary%20Owner%20Type%20Opened%20Modified%20Milestone%20Component%20Reporter
2010/8/12 Laval Jannik <[hidden email]> I already open a ticket about this issue. _______________________________________________ Moose-dev mailing list [hidden email] 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%20title&colspec=ID%20Status%20Summary%20Owner%20Type%20Opened%20Modified%20Milestone%20Component%20Reporter > > 2010/8/12 Laval Jannik <[hidden email]> > 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 > >> [hidden email] > >> 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 > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > --- > Jannik Laval > > > _______________________________________________ > 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 "Problem solving efficiency grows with the abstractness level of problem understanding." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by cdelaunay
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%20title&colspec=ID%20Status%20Summary%20Owner%20Type%20Opened%20Modified%20Milestone%20Component%20Reporter > > 2010/8/12 Laval Jannik <[hidden email]> > 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 > >> [hidden email] > >> 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 > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > --- > Jannik Laval > > > _______________________________________________ > 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 "Value is always contextual." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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%20title&colspec=ID%20Status%20Summary%20Owner%20Type%20Opened%20Modified%20Milestone%20Component%20Reporter >> >> 2010/8/12 Laval Jannik <[hidden email]> >> 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 >> >> [hidden email] >> >> 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 >> > [hidden email] >> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> --- >> Jannik Laval >> >> >> _______________________________________________ >> 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 > > "Value is always contextual." > > > > _______________________________________________ > 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 |
Free forum by Nabble | Edit this page |