On 06 Mar 2014, at 12:05, [email protected] wrote:

> And of course, the TWMUI Theme doesn't work at all anymore...
> 
> Is there some info about how the new theming works in 3.0?

What have been removed are UIManager creation methods (I would have prefer to 
have them deprecated we could still do it).
newColumns and others, if I remember correctly
Now for the theming I do not think it changed.

> 
> TIA
> Phil
> 
> 
> 
> 
> On Thu, Mar 6, 2014 at 12:00 PM, [email protected] <[email protected]> 
> wrote:
> I am trying to get TWM to work in 3.0
> 
> I use the Metacello config flag "trick" to make it load 2.x things.
> 
> Now, things do load but there is the deprecation warnings about the way icons 
> are handled.
> 
> e.g.
> 
> deleteSnapshotIcon  
>       ^ dock theme smallDeleteIcon.
> 
> gives a warning.
> 
> I looked into the code and now, we are supposed to do:
> 
> Smalltalk ui smallDeleteIcon.
> 
> Well, I changed the things that needed to be changed and then hit:
> 
> newMenu: aSelector icon: aForm help: aString 
>       ^ MenuItemMorph new
>               contents: '';
>               subMenu: (UpdatingMenuMorph new updater: self updateSelector: 
> aSelector);
>               icon: aForm;
>               setBalloonText: aString.
> 
> Where Updating MenuMorph appears to be gone in 3.0
> 
> What am I supposed to use as a replacement?
> 
> TIA
> 
> Phil
>  
> 
> 

Reply via email to