Search found 7 matches

by Blackroot
Wed May 10, 2017 21:09
Forum: Help
Topic: Custom HUD - Help me.
Replies: 2
Views: 3984

Re: Custom HUD - Help me.

There's a good tutorial on installing CEGUI and using it here:
https://www.youtube.com/watch?v=mwf_gDVudsE&index=59&list=PLSPw4ASQYyymu3PfG9gxywSPghnSMiOAW

It's in english, but you should be able to follow along the visuals.
by Blackroot
Wed May 10, 2017 21:04
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Input Validation
Replies: 3
Views: 9228

Re: Input Validation

CEGUI version? Did you try out a simpler ValidationString ? We have input validation in one of the examples and it works fine there. I am not sure I 100% understand the problem - like can you not get any validation to work or did you only try this one or what? And you are right: we use the pcre lib...
by Blackroot
Wed May 10, 2017 11:20
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Input Validation
Replies: 3
Views: 9228

Input Validation

Hi guys, real quick bug I seem to have stumbled upon. There's an issue when setting input validation on edit boxes, possibly on other items. Ex: <Window type="GlossySerpentFHD/Editbox" name="colorValue" > <Property name="Area" value="{{0,0},{0,50},{0,245},{0,100}}&...
by Blackroot
Sun May 07, 2017 06:59
Forum: Help
Topic: Rotating scrollbar disables it?
Replies: 1
Views: 3147

Rotating scrollbar disables it?

Hi lads! I'm working on a quick and dirty GUI in CEED for an in-engine world editor. Really basic stuff, but I've got an odd issue with the the right scroll (which is a left scroll rotated 180*) being disabled. I'm currently loading the GUI using a layout file, it's kinda big so I'll cut over to the...
by Blackroot
Wed Dec 28, 2016 23:30
Forum: Help
Topic: Cannot center align text
Replies: 20
Views: 13318

Re: Cannot center align text

From looking at "TaharezLook.looknfeel" it seems there's no control over the text alignment. However, if u want to add such control, I think it should b easy: look e.g. at how "TaharezLook/Label" is defined in that file, specifically search for ""HorzFormatting". ...
by Blackroot
Tue Dec 27, 2016 23:41
Forum: Help
Topic: Cannot center align text
Replies: 20
Views: 13318

Re: Cannot center align text

Area Font Name Size Text Alpha MaxSize MinSize Visible Disabled NamePath Position Rotation LookNFeel NonClient AspectMode AutoWindow UpdateMode AlwaysOnTop AspectRatio TooltipText TooltipType PixelAligned CaptionColour InheritsAlpha AutoRepeatRate DragDropTarget MarginProperty WindowRenderer AutoRe...
by Blackroot
Tue Dec 27, 2016 16:32
Forum: Help
Topic: Cannot center align text
Replies: 20
Views: 13318

Cannot center align text

Hello beautiful peoples, I'm having some trouble center-aligning some text, specifically the property I'm under the impression controls alignment doesn't appear to exist when I alter the property. (The specific widget I'm working on is a TaharezLook titlebar) I poked at the XML files to try and find...

Go to advanced search