Search found 37 matches

by pav
Tue Jul 24, 2012 10:56
Forum: Bug Reports, Suggestions, Feature Requests
Topic: ExpressionDim & fontdim "string" parameter
Replies: 3
Views: 3368

Re: ExpressionDim & fontdim "string" parameter

Hello again,

am I right that this feature was removed completely in 3424:07641ca1d079 ?
Is it because the change from DimOperator to OperatorDim is sufficient, or are you planning to reintroduce it?

Thanks.
by pav
Wed Jan 11, 2012 11:30
Forum: Skins and Themes
Topic: Ported GWEN Skin
Replies: 11
Views: 21908

Re: Ported GWEN Skin

This is great! Good job. :D
by pav
Wed Jan 04, 2012 01:33
Forum: Help
Topic: Where can I get the SDK for 0.8.0 at?
Replies: 3
Views: 3090

Re: Where can I get the SDK for 0.8.0 at?

In case you haven't seen this yet, maybe http://www.cegui.org.uk/wiki/index.php/ ... rom_source can help you build 0.8 and run CEED.
by pav
Sun Jan 01, 2012 21:13
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Exception thrown
Replies: 1
Views: 3578

Re: Exception thrown

I reported this issue too some time ago and it has been fixed in the development version. The fix will be included in snapshot6 which is due to be released in a week or so.
Thanks for reporting though, it really helps.
by pav
Sun Jan 01, 2012 03:28
Forum: Help
Topic: Mapping Subscribe slots for use in layout?
Replies: 3
Views: 2179

Re: Mapping Subscribe slots for use in layout?

Search the wiki for Lua or PyCEGUI, I think it's exactly what you want.
by pav
Mon Dec 26, 2011 17:34
Forum: Offtopic Discussion
Topic: [SOLVED]problem about format tags
Replies: 5
Views: 11533

Re: problem about format tags

In addition to Kulik's reply, I'm pretty sure you can set the NormalTextColours property to white on your layout so you don't have to modify the looknfeel.
by pav
Mon Dec 26, 2011 12:19
Forum: Offtopic Discussion
Topic: [SOLVED]problem about format tags
Replies: 5
Views: 11533

Re: problem about format tags

What if you set the buttons' "NormalTextColour" (OgreTray) to FFFFFFFF?
by pav
Tue Dec 20, 2011 10:56
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Posting patches/pull requests on Mantis
Replies: 3
Views: 3281

Re: Posting patches/pull requests on Mantis

Thanks for such a detailed answer. About the workflow, I've been following the instructions on this wiki article: http://www.cegui.org.uk/wiki/index.php/Contribution :( I'm relatively new to DVCS but I've worked with github & gitorious so I kinda understand how you clone a repo, create a branch,...
by pav
Tue Dec 20, 2011 07:40
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Posting patches/pull requests on Mantis
Replies: 3
Views: 3281

Posting patches/pull requests on Mantis

Just a quick question about bug reporting and pull requests / patches. So, I've added several issues to Mantis. When I want to submit a patch or a pull request, should I just post an additional note to the issue (or attach a patch file), like I did on issue 650? Do you get notified on all comments, ...
by pav
Fri Dec 16, 2011 11:23
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Suggestion: Quaternion property helper parse degrees too
Replies: 2
Views: 2678

Re: Suggestion: Quaternion property helper parse degrees too

Excellent! It shouldn't be more that 2-3 lines of code but I will do it properly to become familiar with the process. :D
by pav
Fri Dec 16, 2011 01:07
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Suggestion: Quaternion property helper parse degrees too
Replies: 2
Views: 2678

Suggestion: Quaternion property helper parse degrees too

I admit I don't really understand what quaternions are and why "gimbal locks" are so bad. However: 0.7 <Property name="ZRotation" value="z:270" /> 0.8 <Property name="Rotation" value="w:-0.7071067811865475 x:0 y:0 z:0.7071067811865476" /> (I think) :...
by pav
Thu Dec 15, 2011 08:12
Forum: Help
Topic: How to set property of Widget
Replies: 4
Views: 2238

Re: How to set property of Widget

I'm new here too and I haven't written any CEGUI code yet (I've just spent some time creating my looknfeel) so I don't know yet. I'm pretty sure it's something simple... Looking at the documentation , it looks like you'd have to get a pointer to the window you want and then use something like setUse...
by pav
Wed Dec 14, 2011 09:21
Forum: Help
Topic: How to set property of Widget
Replies: 4
Views: 2238

Re: How to set property of Widget

A1 I haven't tried this but since you only set the background image for the FrameComponent, you can change it to ImageComponent and use two ImagerySections: <ImagerySection name="background"> <ImageryComponent> <Area> <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Di...
by pav
Tue Dec 13, 2011 23:06
Forum: Bug Reports, Suggestions, Feature Requests
Topic: ExpressionDim & fontdim "string" parameter
Replies: 3
Views: 3368

ExpressionDim & fontdim "string" parameter

I'm writing a looknfeel and I soon realized that the hardest thing I do is writing the <Area> Dims, with the DimOperator etc.; they can get really complex and have their limits. So I started thinking of an easier system and came up with the following. the ExpressionDim: (wait! :D ) <ExpressionDim va...
by pav
Tue Dec 13, 2011 13:51
Forum: Modifications / Integrations / Customisations
Topic: Formatting Static Text
Replies: 13
Views: 12260

Re: Formatting Static Text

I realize this topic is ancient but for anyone looking how to do this, you can use "&#0010;" in the XML property (tested on 0.7.5).

Go to advanced search