24 May
2004
24 May
'04
10:08 a.m.
Petter Holmström wrote:
2. Only the most recent call to addSkinSelection gets saved, i.e. the following code causes only the 'custom' layer to be added to the skin 'default':
tool.addSkinSelection('default', 'style') tool.addSkinSelection('default', 'master') tool.addSkinSelection('default', 'ui') tool.addSkinSelection('default', 'custom', make_default=1)
Hi again, Figured this one out, I should have used tool.addSkinSelection('default','custom,style,master,ui'.... instead. Problem #1 still remains though. -Petter-