Discussion:
[MSEide-MSEgui-talk] Change tdialogstringedit frame buttons from
Krzysztof
2017-04-09 19:49:34 UTC
Permalink
Hi,

I would like to modify edit's frame buttons from tskincontroller, especialy
change color to cl_foreground so only icon is visible, also set fso_flat
and fso_noanim. I can do this with tdialogstringedits belongs to my project
by changing it individually but don't know how to do this from
tskincontroller because I want to files dialog be affected too.

Regards
Martin Schreiber
2017-04-10 11:02:01 UTC
Permalink
Post by Krzysztof
Hi,
I would like to modify edit's frame buttons from tskincontroller, especialy
change color to cl_foreground so only icon is visible, also set fso_flat
and fso_noanim. I can do this with tdialogstringedits belongs to my project
by changing it individually but don't know how to do this from
tskincontroller because I want to files dialog be affected too.
Please use TSkinController.framebutton_* properties. The filedialog had
accidentally set local button colors, fixed in git master
ae508e5744a45c07f5a4bbd40c661cac45fac7fe

Martin
Krzysztof
2017-04-11 19:24:37 UTC
Permalink
Thanks!

Loading...