The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Internationalizing and Menus

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Internationalizing and Menus Posted: Aug 30, 2006 12:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Internationalizing and Menus
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

There's an interesting bug in the VW menu editor that crops up if you have Pollock loaded and want to add message catalog information to a menu item. Here's a screen shot of the tool I'm talking about:

There's a lookup key and catalog specified for that item, but they don't show (and, if you try to enter them, they don't stick. Again, this only happens if you have Pollock loaded. As it happens, there's a method added to class UserMessage that looks like this:


evaluate
	^self asString

That interferes with showing the catalog data. The fix? Simply comment out the code, which makes the method return self. In the next build of Pollock, this method will be going away - it turns out to be legacy code (ironic, given that Pollock is still in development).

I expect that most people won't run into this, but if you have Pollock loaded, you will.

Technorati Tags:

Read: Internationalizing and Menus

Topic: Gestures, Attention, and all that Previous Topic   Next Topic Topic: Basic and Digest Authentication in BottomFeeder

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use