Thread

Index > Scribe > skinning/theming ?
Author/Date skinning/theming ?
Alexandre Plennevaux
19/01/2008 11:23pm
hi,

is it possible to modify the look of Scribe, via a skin or a theme?
fret
20/01/2008 11:15pm
The main skinning method is via the Lgi skinning interface, which means writing a C++ DLL that implements a skin class. There is an example DLL that ships with most of my apps called lgiskin.dll and the code for that is available in the Lgi download. If you run say Scribe and notice the look of the controls then quit it, rename the lgiskin.dll and run it again you get the default look instead.

Other than that you can modify the buttons and so on by modifying the images and html in the resources sub folder.
Reply