By the way. Is "Smalltalk ui theme" a better place to start GUI programming in Pharo? Cheers Fabian 2015-09-23 14:17 GMT+02:00 Fabian Boucsein <fabian.boucsein@googlemail.com>:
Hi Nicolai,
thanks for your reply. I was scrolling through the list of packages. Searching for the class UITheme showed me that the class is still there. :-)
Cheers Fabian
2015-09-23 14:00 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:
2015-09-23 12:53 GMT+02:00 Fabian Boucsein via Pharo-users < pharo-users@lists.pharo.org>:
---------- Weitergeleitete Nachricht ---------- From: Fabian Boucsein <fabian.boucsein@googlemail.com> To: pharo-users@lists.pharo.org Cc: Date: Wed, 23 Sep 2015 11:59:00 +0200 Subject: UI Question Hello Pharo Hackers,
i am working my way through the wonderful pharocast videos and came across a video about UI building with polymorph. In this video a class UITheme ist used. Looking around in the system browser of Pharo 4.0 i can not find this class. Is this class renamed or is some other class used for this purpose now?
I am working on a dvd database and a connection to the sqlite database is working with read and write access. I now need a GUI for my Application. I am thinking about documenting my steps. Maybe ot could help others finding there way.
This hasn't changed AFAIK, the class UITheme is still there. and you can use
"Smalltalk ui theme"
Yours sincerely, Fabian