As I have no clue to what is causing this rather lame bug, I decide to ask for more professional help...
I'm using a TaharezLook/ProgressBar to make a loading screen... But the bar refuses to have it progress set to anything above 0.8f. Actually, I can pass any value > 0.8 in setProgress, but the bar stays at that value (before reaching it, the bar behaves properly). Anyone has any ideia what may be causing this?
ProgressBar won't go higher than 80 percent
Moderators: CEGUI MVP, CEGUI Team
-
- Just popping in
- Posts: 11
- Joined: Mon Oct 31, 2005 21:27
- Contact:
ProgressBar won't go higher than 80 percent
Last edited by HeavyStorm on Tue Mar 07, 2006 18:17, edited 1 time in total.
-
- Just popping in
- Posts: 11
- Joined: Mon Oct 31, 2005 21:27
- Contact:
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
<Window Type="TaharezLook/ProgressBar" Name="LoadProgress" >
<Property Name="UnifiedAreaRect" Value="{{0.275548,0.000000},{0.933891,0.000000},{0.746552,0.000000},{0.986566,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
<Property Name="StepSize" Value="0.1" />
</Window>
Have tried both with and without stepsize tag. If in the code now I manually set this to 1.0 the value does register properly (as I check it with the getter) but it only renders 80% of the progress bar.
<Property Name="UnifiedAreaRect" Value="{{0.275548,0.000000},{0.933891,0.000000},{0.746552,0.000000},{0.986566,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
<Property Name="StepSize" Value="0.1" />
</Window>
Have tried both with and without stepsize tag. If in the code now I manually set this to 1.0 the value does register properly (as I check it with the getter) but it only renders 80% of the progress bar.
The Progress bar has ALWAYS done this. It makes no difference at all what size or dimensions it is. Personally I just made my own as the one in CEGUI is kinda ugly anyways. But it would be nice if the included one actually worked correctly. BTW at one point ( I forget which version ) it did work right if you were in 800x600 but not now-a-days.
Who is online
Users browsing this forum: No registered users and 11 guests