var initObj:Object = new Object();

initObj.downArrowUpName = "HonkyTonk_ComboDownArrowDisabled";
initObj.downArrowDownName = "HonkyTonk_ComboDownArrowDown";
initObj.downArrowOverName = "HonkyTonk_ComboDownArrowOver";
initObj.downArrowDisabledName = "HonkyTonk_ComboDownArrowUp";
createClassObject(mx.controls.ComboBox,"dob_month",1,initObj);
import mx.controls.List;
import mx.controls.scrollClasses.ScrollBar;
ScrollBar.prototype.downArrowName = "HonkyTonk_ScrollDownArrowDisabled";
ScrollBar.prototype.downArrowUpName = "HonkyTonk_ScrollDownArrowUp";
ScrollBar.prototype.downArrowOverName = "HonkyTonk_ScrollDownArrowOver";
ScrollBar.prototype.downArrowDownName = "HonkyTonk_ScrollDownArrowDown";

ScrollBar.prototype.upArrowName = "HonkyTonk_ScrollUpArrowDisabled";
ScrollBar.prototype.upArrowUpName = "HonkyTonk_ScrollUpArrowUp";
ScrollBar.prototype.upArrowOverName = "HonkyTonk_ScrollUpArrowOver";
ScrollBar.prototype.upArrowDownName = "HonkyTonk_ScrollUpArrowDown";

Why does this not work and has anyone successfully got this to work? When i
run this it works fine for the combo box aarow but when i try to change the
scroll bar it all goes to hell and peices just don't show up together. Is
there any documention on this anywhere to help out with this process? I am
sure someone has done this and got it to work great for them. Does anyone
have a file or a site that helps to explain the process of completely
skinning a v2 comboBox correctly?

--
Corban Baxter
http://www.projectx4.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to