Search the Community
Showing results for tags 'chat'.
-
Hello Unigine-Team, i'm implementing at the moment a chat system in our project. Sadly there are no right "Widgets" to use aswell as functionality to post/render a chat-system. In attachment you'll find a screenshot. Problems: 1. Scrollbar: If I got an edittext and put a scrollbox arround it, and say scrollbox is 500 width and edittext 475, the edittext is growing bigger, Why ever. and fits then into a scrollbox. When the "Scrollbox" is activated now, the v and h sliders are getting INTO the frame and not OUTER the frame, which is not useable aswell, cause this triggers automaticly scrollbars. 2. I cant use a GUI element to insert text, that will be right rendered with "HTML" with fonts etc, which would fit in the right width and do an linebreak if needed. Like DIV'S in html. 3. If I take a Label, I cant "copy" the chatted text. 4. I cant check how long the text "would" be after posting, so I can say "after 70 chars split" but if I use "iiiiiii" this is much smaller as a d. 4.1. Please don't say now "attach an label to another widget, arrange it and then check" Summary: Please add following functionality to the WidgetText: - Automatic line break when text width is bigger then widget width. - Make text selectable through the user so he can copy&past it. - Too it would be very usefully to create link-able text. Example: [some Item] -> Tiggers an action that display the item in another widget. Best regards Lars