Jump to content

Search the Community

Showing results for tags 'combobox'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 3 results

  1. 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
  2. [SOLVED] ComboBox - Select Item

    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
  3. [SOLVED] ComboBox Width

    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
×
×
  • Create New...