UI Question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

UI Question

Pharo Smalltalk Users mailing list
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.

Yours sincerely,
Fabian

Reply | Threaded
Open this post in threaded view
|

Re: UI Question

Nicolai Hess


2015-09-23 12:53 GMT+02:00 Fabian Boucsein via Pharo-users <[hidden email]>:


---------- Weitergeleitete Nachricht ----------
From: Fabian Boucsein <[hidden email]>
To: [hidden email]
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



Reply | Threaded
Open this post in threaded view
|

Re: UI Question

Pharo Smalltalk Users mailing list
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 <[hidden email]>:


2015-09-23 12:53 GMT+02:00 Fabian Boucsein via Pharo-users <[hidden email]>:


---------- Weitergeleitete Nachricht ----------
From: Fabian Boucsein <[hidden email]>
To: [hidden email]
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




Reply | Threaded
Open this post in threaded view
|

Re: UI Question

Pharo Smalltalk Users mailing list
In reply to this post by Nicolai Hess
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 <[hidden email]>:
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 <[hidden email]>:


2015-09-23 12:53 GMT+02:00 Fabian Boucsein via Pharo-users <[hidden email]>:


---------- Weitergeleitete Nachricht ----------
From: Fabian Boucsein <[hidden email]>
To: [hidden email]
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