[Pharo-project] TWM warning while loading
In Pharo 1.4 update: #14261: (ConfigurationOfTilingWindowManager project version: #bleedingEdge) load This package depends on the following classes: OBBrowser You must resolve these dependencies before you will be able to load these definitions: patchworkUIThemeColor Select Proceed to continue, or close this window to cancel the operation. -- View this message in context: http://forum.world.st/TWM-warning-while-loading-tp4257854p4257854.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Tue, Jan 3, 2012 at 6:58 PM, Sean P. DeNigris <sean@clipperadams.com>wrote:
In Pharo 1.4 update: #14261: (ConfigurationOfTilingWindowManager project version: #bleedingEdge) load
This package depends on the following classes: OBBrowser You must resolve these dependencies before you will be able to load these definitions: patchworkUIThemeColor
I've added this extension so OBBrowser has a green color (same as Browser) when using TWM. Now OB is not in Pharo 1.4 anymore so I should update ConfigurationOfTilingWindowManager for Pharo 1.4. Is there a nice way to apply an extension only if the class is here ? Laurent
Select Proceed to continue, or close this window to cancel the operation.
-- View this message in context: http://forum.world.st/TWM-warning-while-loading-tp4257854p4257854.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
laurent laffont wrote
Is there a nice way to apply an extension only if the class is here ?
-- View this message in context: http://forum.world.st/TWM-warning-while-loading-tp4257854p4261459.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
laurent laffont wrote
Is there a nice way to apply an extension only if the class is here ?
Yes, see http://groups.google.com/group/metacello/browse_thread/thread/3545a13ba07b4c... -- View this message in context: http://forum.world.st/TWM-warning-while-loading-tp4257854p4261463.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
laurent laffont -
Sean P. DeNigris