Jump to content

Search the Community

Showing results for tags 'editline'.

  • 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 all, I have added a WidgetEditLine in a WidgetMenuBox, it's redered Ok, but the problem is there is no way to set the focus to this widget and make keyboard inputs. It can be reproduced easely by modifying the menubox_02 and the following: MenuBox() { //... menubox.addItem("Third item"); WidgetEditLine edt= new WidgetEditLine(gui, "0"); menubox.setItemWidget(menubox.addItem(NULL),edt); childs.append(edt); menubox.setCallback(GUI_CLICKED,functionid(menubox_clicked_redirector),this,menubox); menubox.setFontRich(1); } Is this the expected behaviour? Should menubox to be configured in another way? Thanks.
  2. EditLine align

    Hi all, I'm trying to align editline text to the right side of the widget, this is quite convenient if you want show units next to edited value. In addition I want to remove the editline background so placing the text just before the units becomes more necessary. I've tried in several ways without success. Has anyone achieved something similar using default editline widget and the .ui format? Thanks.
×
×
  • Create New...