jonty wrote:
I am now on the latest build and working through the samples found
that simple-menu doesn't work on my machine
(Windows xp sp3)
I went back through the versions and I can't get it to work on any
All I get is a blank window.
I am struggling to follow the code as it is inheriting from Widget
Anybody know what is wrong?
I was doing much the same thing. One of the samples from the last
shoesfest isn't working any longer and in the process of trying to fix
it I found the following "fix" for widgets.
You need to change:
class MenuPanel < Widget
to
class Shoes::MenuPanel < Shoes::Widget