hi all,
is it possible to change the text colour of my buttons ? and while im at it also change the background colour ?
Arma :)
Printable View
hi all,
is it possible to change the text colour of my buttons ? and while im at it also change the background colour ?
Arma :)
For Text Push Buttons and Bitmap Push Buttons
The colors of your button are defined by windows, so the only way to change this is to change the windows theme. This will only change the colors on your computer. On other computers it will be defined by whatever their theme is set to. However, you could make a graphic that had text colors and background color and then use the bitmap push button to display that graphic as a button.
For Checkboxes and Radio Buttons
You can change the colors by unclicking the "system colors" box in the settings tab of the objects properties. Then change the text color and background color properties.
For Text Push Buttons, you can already change the background and text color if your application is set to not use Windows XP style.
Maybe in a future version of this extension, it will be possible to change that with the XP theme activated in the properties of your application (since I know it's possible) but it's not actually. ;)
cheers for the replys guys :)
will prolly use bitmap buttons instead :)
Arma :)
There is also the Active System Box Object and Background System Box Object.