动作组合框造型 [英] Actionscript ComboBox styling

查看:249
本文介绍了动作组合框造型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我花了很多时间努力工作,这个该死的东西了!

I have spent many hours trying to work this damn thing out!

所以只好参照本文件的http://help.adobe.com/en_US/as3/components/WS5b3ccc516d4fbf351e63e3d118a9c65b32-7f50.html.

so I had finally succeeded in changing and instance off a list skin by referring to this documentation http://help.adobe.com/en_US/as3/components/WS5b3ccc516d4fbf351e63e3d118a9c65b32-7f50.html.

listInstanceName.setStyle("skin", List_skin_2);

但是,对于一个组合框,这变得更加复杂。我已经尝试了多种选择,据我所知,组合框也使用列表类作为其下拉列表。有些事情我想是:

But for a combobox, this becomes more complicated. I have tried many combinations and I understand that the combobox also uses the list class to act as its dropdown. some things I tried are:

comboboxInstance.dropdown.setStyle("skin", List_skin_2);
comboboxInstance.list.setStyle("skin", List_skin_2);

我甚至给列表中的组合框,例如内部的实例名称。 combolist

i have even gave the list an instance name inside the combobox eg. combolist

comboboxInstance.combolist.setStyle("skin", List_skin_2);
combolist.setStyle("skin", List_skin_2);

没有什么工作,有人可以帮我。

Nothing is working, can someone please help me.

推荐答案

最简单的方法是用组件窗口和Flash IDE做到这一点。转到窗口>组件来查看,如果它没有打开,然后将一个ComboBox搬上舞台。双击标准的ComboBox以打开符号。双击要首先进行编辑,然后更改颜色/形状和保存的Flash文件中的组合框的状态。测试您的视频,看看您所创建的变化。这样做,这样会影响到你在项目中使用的所有组合框控件,所以需要用code,如果你愿意,你可以移动你的舞台之外,并添加其他组合框控件。

The easiest way is to do this with the Components window and the Flash IDE. Go to Window > Components to view if it isn't open, then drag a ComboBox onto the stage. Double click the standard ComboBox to open the symbol. Double click the state of the ComboBox you want to edit first, then change the colors / shape and save your Flash file. Test your movie to see the change you have created. Doing it this way will affect all ComboBox controls you use in the project, so you could move it outside your stage and add other ComboBox controls as needed with code if you want.

这篇关于动作组合框造型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆