hey all...
the topic really says it all
I need a line that makes a certain <control> visible, when another control is in focus. for instans.
A control with id 10 to be shown and only shown when control with id 5 is in focus.
i tried with this code in the end of the control id 10.
hope it makes sence to someone, and those it do makes sense to know how its done
and a small other thing. if i use the <label>Weather</label> on a button i cant seem to get the text centered. is there a way to center it without making a new control with the <type>label</type> would really count out some lines if its posible.
in advance:
the topic really says it all
I need a line that makes a certain <control> visible, when another control is in focus. for instans.
A control with id 10 to be shown and only shown when control with id 5 is in focus.
i tried with this code in the end of the control id 10.
Code:
<visible>Control.IsVisible(5)</visible>
hope it makes sence to someone, and those it do makes sense to know how its done
and a small other thing. if i use the <label>Weather</label> on a button i cant seem to get the text centered. is there a way to center it without making a new control with the <type>label</type> would really count out some lines if its posible.
in advance:
Denmark