Jump to content

Search the Community

Showing results for tags 'button'.

  • 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 2 results

  1. Hi unigine team, is it possible add a button for show list command in console windows for new release version?
  2. Hi all, I'm using Unigine 2.7.1. I've realized button background is not scaled when a custom height is set. This doesn't happen with button width. With the following code... <?xml version="1.0" encoding="utf-8"?> <ui version="1.0"> <vbox name="root_vbx" space_y="8"> <font size="45" face="fonts/opensans-regular.ttf" voffset="4"> <button width="644" height="83"> <text align="center" rich="1">BUTTON <font face="fonts/opensans-light.ttf">1</font></text> </button> <button width="644"> <text align="center" rich="1">BUTTON <font face="fonts/opensans-light.ttf">2</font></text> </button> <button width="644"> <text align="center" rich="1">BUTTON <font face="fonts/opensans-light.ttf">3</font></text> </button> <button width="644"> <text align="center" rich="1">BUTTON <font face="fonts/opensans-light.ttf">4</font></text> </button> </font> </vbox> </ui> I get this visual result: The space is taken into account, but the button image is not resized to fill this space. Regards.
×
×
  • Create New...