Hi..
Problem:
I created a skin using Skin Maintenance Form successfully and then I was able to get the collection of skins by using the
getSkinCollection function of Application Class. But when i tried to use the Skin Selection Form, combobox of this form was not getting populated with the skin names... so I wanted to know how to get this combobox populated with skin names.
One more thing I have an application created which have a uniform skin for all its forms. I wanted to use this skin but I am not able to locate the name of the skin.If I could have located the name then I could have used it with the skinExtract function of the Application class. I tried to get the name using following code
app.getSkinCollection()[1].name
but this gives me arrayoutofindex exception.
also if anyone can provide me with some tips for using skins with my interface.
Regards
Vinit Ambwani