OpenSmock / Pyramid

Pyramid is a Graphical User-Interface (GUI) builder and editor for Bloc and Toplo.
MIT License
29 stars 5 forks source link

Spec Deprecation: Use SpWindowPresenter for PyramidWindow #134

Open labordep opened 4 months ago

labordep commented 4 months ago

Commentary from SpPresenter class>>aboutText:

DO NOT USE With Spec 2, SpPresenter was refactored to move all window management to WindowPresenter. From now on, if you want to interact with a window you need to:

If I understand, actually PyramidWindow is a subclass of Object, in term it can be a subsclass of SpWindowPresenter.

I tried to switch to it but it is not trial.