2020-02-17, 01:14
i wonder if anybody can help me out
im looking for a way/method to change elements of a control
for example to change the co-ordinates <top>,<left> and size <height>,<width> etc. of a control
<left>...</left>
<top>...</top>
<height>...</height>
<width>...</width>
so lets say the above is for the widgets
i need a way so if i click a button - each click would put a different number in between the tags
for example
click once click twice
<left>55</left> <left>70</left>
<top>55</top> <top>90</top>
etc. etc.
does anyone know of a method or even if this is possible.
the ultimate aim is to allow peeps to just click on a button and re-position and/or re-size certain elements of a skin.
im looking for a way/method to change elements of a control
for example to change the co-ordinates <top>,<left> and size <height>,<width> etc. of a control
<left>...</left>
<top>...</top>
<height>...</height>
<width>...</width>
so lets say the above is for the widgets
i need a way so if i click a button - each click would put a different number in between the tags
for example
click once click twice
<left>55</left> <left>70</left>
<top>55</top> <top>90</top>
etc. etc.
does anyone know of a method or even if this is possible.
the ultimate aim is to allow peeps to just click on a button and re-position and/or re-size certain elements of a skin.