-
1. Re: form combox-dropdown positions
kglad Sep 19, 2012 1:31 PM (in response to joshww)that looks an edited combobox. the problem is in the edits done on the combobox'es timeline.
-
2. Re: form combox-dropdown positions
joshww Sep 19, 2012 1:38 PM (in response to kglad)i have tried editing everything that look like it has to do with the dropdown
-
3. Re: form combox-dropdown positions
joshww Sep 19, 2012 1:46 PM (in response to kglad)can i make my own combox? that would be easier, but i cannot find anything on that subject.
-
4. Re: form combox-dropdown positions
kglad Sep 19, 2012 2:10 PM (in response to joshww)yes, you can.
but you probably don't need to completely customize it. why don't you see if you can manage by assigning textformats for the standard combobox:
cb.textField.setStyle("embedFonts", true);
cb.textField.setStyle("textFormat", tfor1);
cb.dropdown.setRendererStyle("embedFonts", true);
cb.dropdown.setRendererStyle("textFormat", tfor2);
-
5. Re: form combox-dropdown positions
joshww Sep 19, 2012 2:23 PM (in response to kglad)i tried
var tform:TextFormat = new TextFormat();
com_txt.dropdown.setRendererStyle("textFormat", tform);
tform.size=8;
//com_txt.dropdown.setPosition
var tformm:TextFormat = new TextFormat();
tformm.size=16;
com_txt.textField.setStyle("textFormat", tformm);
com_txt.dropdownWidth = 40;
com_txt.dropdown.rowHeight = 10;
-
6. Re: form combox-dropdown positions
joshww Sep 19, 2012 2:25 PM (in response to kglad)oops i didnt
-
7. Re: form combox-dropdown positions
joshww Sep 24, 2012 10:17 AM (in response to joshww)i still can get it. can you please lead me to a tutorial that show how to make form combobox in flash from scratch? or any more idea?
sorry to be a pest
-



