Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug
New issue 5253 by
[hidden email]: taskbar can loose an icon
http://code.google.com/p/pharo/issues/detail?id=5253the taskbar can loose the icon in its button.
for an example do:
a:=HelpBrowser openOn: HelpHowToHelpTopics .
"the Helpbrowser has its icon in its taskbar button.
now do:"
a close.
a open .
now it has the default standardwindow icon.
this doesnt happen if i change HelpBrowser>>open
self refresh.
window openInWorld.
to:
self refresh.
window model: self.
window openInWorld.
obviously the taskbar does its updating before the window has gotten its
model back.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker