StandardWindow and SystemWindow
I'm looking at the tutorial on GUIs at: http://book.pharo-project.org/book/GUI/PolymorphTutorial/Layout/?_s=J-fOIjGF... The examples sometimes use StandardWindow and other times SystemWindow. When and why should I use SystemWindow? -- View this message in context: http://forum.world.st/StandardWindow-and-SystemWindow-tp3318409p3318409.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
StandardWindow is part of Polymorph (so you have all Polymorph helpers defined in TEasilyThemed). You may want to use SystemWindow if you want to distribute a smaller image (Polymorph unloaded) or don't use/like Polymorph. BTW the tutorial is inconsistent, I will change it to use StandardWindow everywhere. Laurent. On Tue, Feb 22, 2011 at 2:13 AM, DougEdmunds <dougedmunds@gmail.com> wrote:
I'm looking at the tutorial on GUIs at:
http://book.pharo-project.org/book/GUI/PolymorphTutorial/Layout/?_s=J-fOIjGF...
The examples sometimes use StandardWindow and other times SystemWindow.
When and why should I use SystemWindow? -- View this message in context: http://forum.world.st/StandardWindow-and-SystemWindow-tp3318409p3318409.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
DougEdmunds -
laurent laffont