Posted by member 3800 on 2003-07-31 01:53:56
Ok, I've read all the documents, and search the forums to no avail. Trying to hook labels to a box but they don't show up. The box appears but the labels don't. Here's the code I have:
step.rc ->
cpux 10
cpuy 50
cpuwidth 100
cpuheight 20
cputext "CPU: [cpu]"
cpujustify center
cpulsboxname lsbox
lsbox.box ->
LsboxName lsbox
LsboxX 10
LsboxY 50
LsboxWidth 200
LsboxHeight 100
LsBoxBackGround boxbg.bmp
*ModuleHook !LabelLsBoxHook cpu
I've created the cpu label and it shows up without the "cpulsboxname lsbox" line, so that's ok. Am I missing a "*ModuleHook..." somewhere in step.rc?
Thanks for any help.
step.rc ->
cpux 10
cpuy 50
cpuwidth 100
cpuheight 20
cputext "CPU: [cpu]"
cpujustify center
cpulsboxname lsbox
lsbox.box ->
LsboxName lsbox
LsboxX 10
LsboxY 50
LsboxWidth 200
LsboxHeight 100
LsBoxBackGround boxbg.bmp
*ModuleHook !LabelLsBoxHook cpu
I've created the cpu label and it shows up without the "cpulsboxname lsbox" line, so that's ok. Am I missing a "*ModuleHook..." somewhere in step.rc?
Thanks for any help.