Page 1 of 1

Documentation link not working

Posted: Mon Feb 05, 2018 15:02
by Tea
I'm currently working on a project and need the documentation for CEGUI. However, the link on the website is not working http://static.cegui.org.uk/docs . Is this only temporary and is it estimated to work soon?

While I'm at it, perhaps someone can help me with this? I'm currently trying to implement my own slider, and I wonder how you change the size of the thumb on the slider? Either in the xml or in code?

Re: Documentation link not working

Posted: Mon Feb 05, 2018 19:21
by Ident
Hi, this is temporary because the open source hoster has changed it's tech and we need to set it up again on their new tech.

Afaik slider thumb size is set in the Look N Feel, so in the XML file.

Re: Documentation link not working

Posted: Tue Feb 13, 2018 22:56
by Tea
Ident wrote:Hi, this is temporary because the open source hoster has changed it's tech and we need to set it up again on their new tech.

Afaik slider thumb size is set in the Look N Feel, so in the XML file.


I see that it is working now :)

Where in the xml, or by using what commands can you set the thumb size in the looknfeel xml? If I have a thumb that has pixel width 11 and pixel height 2, what command should I type in to get that size? Would really appreciate some help with this :)

Re: Documentation link not working

Posted: Wed Feb 14, 2018 20:36
by Ident
Tea wrote:I see that it is working now :)

Yep, I put it on another webspace over the weekend. I dont expect any more downtimes.

Tea wrote:Where in the xml, or by using what commands can you set the thumb size in the looknfeel xml? If I have a thumb that has pixel width 11 and pixel height 2, what command should I type in to get that size? Would really appreciate some help with this :)

I assume it scales with the scrollbar size. just try it out.