skinning?? Thread last updated on 2003-05-11 14:36:03

Posted by member 32203 on 2003-05-11 07:28:43

OK so I've been using the textedit2.dll to simply change the skins directory. however I want users to create their own skins without having to play with code adding code to change the skins directory. Perhaps a module or executable that can do something like LSTS.

Posted by member 562 on 2003-05-11 07:39:40 link

are you talking about theme switching from a popup menu? if so, you could use themez4.dll

Posted by member 32203 on 2003-05-11 07:47:32 link

Im trying to skin switch within my theme but i want to users, that have no ls knowledge, to be able to add their own skins without having to add/edit code

Posted by member 1 on 2003-05-11 12:06:44 link

Ive done it with my new version of Thin...takes a lot of coding though.

Posted by member 7223 on 2003-05-11 14:36:03 link

let's say:
- put your skin dirs in "$ThemeDir$skin\"
- use scandir to scan "$ThemeDir$skin\" sub-dirs at startup and make the corresponding popup
- create a script called !ChangeSkin that will: delete "$ThemeDir$images\*.png", copy "$ThemeDir$skin\TheSkinYouChoose\*.png" to "$ThemeDir$images\" and recycle