egonspengleruk said:At the minute you need to change the source. Im using this plugin as my project to learn C# so its a lots of small steps at a time.
If I need to modify strings.xml then im starting to think that this may need to be commited into the main CVS tree at some point as I am already changing the fonts.xml to enable extra characters. I have tried to keep the plugin sandboxed so it doesnt effect too many outside (main) files. I think this may be a long way off.....
Hi Egon,
Thanks for the reply! Maybe you could make the button label configurable within the mystocks.xml file for now? I tried changing the following section, but it only changed the label within the MyStocks module, not the initial button label.
Code:
<control>
<type>label</type>
<description>My Stocks text label</description>
<id>1</id>
<posX>160</posX>
<posY>78</posY>
<label>Check the STOCK QUOTES</label>
<font>font16</font>
<textcolor>ffffffff</textcolor>
</control>
Maybe you could make the above control the button text as well?
Regards,
Aaron