On Tuesday 20 November 2018 14:22:50 mohamed hamza wrote:
> In fact I found a third party software developed  with MseIde. It has 
> themes files to init tskin object.
>
> for example:
>
> [Edit]
> empty_color=-2147483647
> empty_textcolor=-2147483647
> empty_textcolorbackground=-2147483647
> empty_textcolorbackground=-2147483647
> [Edit-Frame]
> colorclient=9471365
> colorframe=-1610612718
> colorframeactive=-1610612723colordkshadow=-2147483647
> colorshadow=-2147483647
> colorlight=-2147483647
> colorhighlight=-2147483647
>
> I want to convert -color to hex or rgb  that.
>
This are int32 values.
"
<thecolortyvalue>:= strtoint(<thestringvalue>);
"
The values are defined in msegraphutils.pas.
Are the theme files written by tstatfile? If yes they probably should be read 
by tstatfile too.

Martin


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to