pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
19 stars 9 forks source link

Cannot use #toTheme method on an element who do not have space. #91

Open Nyan11 opened 9 months ago

Nyan11 commented 9 months ago

Hello,

In a playground, if you do:

ToElement new toTheme inspect.

It raises an exception. image

other

Pharo version: Pharo 11.0.0 Toplo version: 3990b43c3746ca61f4441b272aea86ee7259b172 Bloc version: ee22c665334f54da1860dc53a2cea5fc8782c70e

plantec commented 9 months ago

this is a constraints: it is not possible to get an element theme while it is not added in a space

plantec commented 1 month ago

can we close this issue ?

Nyan11 commented 1 month ago

The Theme tools are broken. They did not evolve with Toplo new version. They are not used anymore.

I can try to fix them when i will have time.