Search the Community
Showing results for tags 'combobox'.
-
Hello Unigine Team, sorry that I need to annoy you again with another question: I'm trying to include in my WidgetFlash a ComboBox or Label, a normal elipse or so on as "button" (like in https://developer.un...lling-function/) is shown but the rest components are not shown. I attached the example. Hope you can help me :wacko: PS: AS 2.0 is used. PS: We're trying to reimplement our menu with a flash menu that's why I'm comming up in the forum at the moment. Best regards and thanks. Graphefruit ui_layout.zip
- 3 replies
-
- WidgetFlash
- Combobox
-
(and 2 more)
Tagged with:
-
Hello together, I'm saving an XML-File with all set values, like :"antialiasing: 4x" and so on. This "4x" in XML-File will be read out at application start, and should be set then to the combobox. I tried to do "setCurrentItem("4x")" or "setData("4x") but the value in dropdown didn't change. My workarround solution now is, to run through the combobox-items, check's the actual text on index X and compare this text with the saved XML-File Text, if they are equal, I got my index. For 30 or more comboBox's, this is in my opinion not the fastes variant. Best regards Lars
-
Hello, i'm programming a settingswindow and got the problem, that i need to add short and long textvalues in my dropdownlist, but then i'm getting a really destroyed layout: Screen: http://postimage.org/image/vhdqjgmkr/ i tried .setWidth(value) .setFontSpace(value) to my combobox, but all with no success, the only thing which helped was to set spaces to the added dropdownvalues at the end, so the combobox was set larger, but, do i really need to count how much spaces i need to add to each values to set all my comboboxes to the same width? Best regards, Lars