[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: control panels
"Fiona M Richardson" <F.1.Richardson@herts.ac.uk> writes:
> problem... my program compiles okay and then I run it and the control panel
> pops up but when I try to do anything from my actions menu I just get an
> error message in my xterm window saying member not found: Train in class of
> type: .... and the same for testing ... I do not understand exactly what
It sounds like you've got a bad path for an object -- if you include the
.css file and the exact error msg (incl. line number), it would be
easier to see what is going wrong.. In general, however, you should
look at that line in the code and then look at your project and see if
you in fact have a Train object in the location specified in the
script.. You can find the path to any object in the title bar of its
edit window..
- Randy
- References:
- control panels
- From: "Fiona M Richardson" <F.1.Richardson@herts.ac.uk>