Denis
You can have a look the changes I did. There is more work to be
done but I started.
https://pharo.fogbugz.com/f/cases/19201/iconNamed-part-4
What I see is that a command hierarchy is clearly missing because
SmartSuggestion, Glamour reimplement the same.
Stef
2016-10-13 17:19 GMT+02:00 Ben Coman <btc@openinworld.com>:
Is most of that expense come from passing the same Form over a link multiple times?�� I vaguely wonder if content-addressable caching would help there.��
You see: current state requires such kind of tricks. But if users always work with icon names it will not the case completely.����But anyway, wouldn't a remote browser work at a higher level that being a remote UI? ��and the user want to use their local theme rather than that from the remote image?��
I want to do it like this. But now classes define concrete form which should be used in UI. I would call it "no late binding for icons".��