Posted by
Aidan Gauland-2 on
Jan 24, 2011; 8:53am
URL: https://forum.world.st/Multiple-Worlds-for-Pharo-stable-tp3233552.html
Hello,
I recently saw the article Multiple Worlds for Pharo
<
http://seandenigris.com/blog/?p=767>, and I tried loading it from
PharoInbox, but got the following Warning.
------------------------------------------------------------
This package depends on the following classes:
GLMUITheme
You must resolve these dependencies before you will be able to load these definitions:
GLMOrangeUITheme
GLMOrangeUITheme classSide>>baseSelectionColor
GLMOrangeUITheme classSide>>lightSelectionColor
GLMOrangeUITheme classSide>>setDejaVuFontsLarge
GLMOrangeUITheme classSide>>setDejaVuFontsSmall
GLMOrangeUITheme classSide>>themeName
GLMOrangeUITheme classSide>>veryLightSelectionColor
GLMOrangeUITheme>>buttonMouseOverFillStyleFor:
GLMOrangeUITheme>>buttonSelectedFillStyleFor:
GLMOrangeUITheme>>buttonSelectedMouseOverFillStyleFor:
GLMOrangeUITheme>>configureWindowBorderFor:
GLMOrangeUITheme>>configureWindowDropShadowFor:
GLMOrangeUITheme>>controlButtonMouseOverFillStyleFor:
GLMOrangeUITheme>>controlButtonNormalFillStyleFor:
GLMOrangeUITheme>>dialogWindowPreferredCornerStyleFor:
GLMOrangeUITheme>>glamorousBaseSelectionColorFor:
GLMOrangeUITheme>>listNormalBorderStyleFor:
GLMOrangeUITheme>>menuItemSelectedFillStyleFor:
GLMOrangeUITheme>>scrollPaneDisabledBorderStyleFor:
GLMOrangeUITheme>>scrollPaneNormalBorderStyleFor:
GLMOrangeUITheme>>selectionBarColor
GLMOrangeUITheme>>selectionColor
Select Proceed to continue, or close this window to cancel the operation.
------------------------------------------------------------
I can't figure out what package I need to load first to resolve this
dependency. I'm using Pharo 1.1.1 Latest update: #11414. Can anyone
help me out here? I really don't want to use unstable just to get
this one feature.
Thanks,
Aidan