|
|
|
|
|
|
| |
| |
|
|
From: Thibaut Jonckheere
Subject: progress bar in windows editor is hiding some text ?
Date: 13 Jan 2009 03:57:20
Message: <496c5770@news.povray.org>
|
|
|
| |
| |
|
|
I have noticed a small issue with the progress bar which is in the small
panel at the top right of the windows editor, below the text line giving
the status. The progress bar seems to be hiding some text (or something
else?, see the attached snapshot). Not a big issue, but not totally
elegant either. I'm using version 3.7.0.beta.30.msvc8.win32, on win xp
(sp2).
Thibaut
Post a reply to this message
Attachments:
Download 'powin_37.jpg' (111 KB)
Preview of image 'powin_37.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thibaut Jonckheere" <tua### [at] MAPSONyahoofr> wrote in message
news:496c5770@news.povray.org...
>
> I have noticed a small issue with the progress bar which is in the small
> panel at the top right of the windows editor, below the text line giving
> the status. The progress bar seems to be hiding some text (or something
> else?, see the attached snapshot). Not a big issue, but not totally
> elegant either. I'm using version 3.7.0.beta.30.msvc8.win32, on win xp
> (sp2).
Same set up here but it shows fine for me. It just says: Frame N/A. So
I guess that it's the frame count if you're doing an animation.
~Steve~
>
> Thibaut
>
Post a reply to this message
|
|
| |
| |
|
|
From: Alain
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 14 Jan 2009 18:53:21
Message: <496e7af1$1@news.povray.org>
|
|
|
| |
| |
|
|
St. nous illumina en ce 2009-01-14 13:12 -->
> "Thibaut Jonckheere" <tua### [at] MAPSONyahoofr> wrote in message
> news:496c5770@news.povray.org...
>> I have noticed a small issue with the progress bar which is in the small
>> panel at the top right of the windows editor, below the text line giving
>> the status. The progress bar seems to be hiding some text (or something
>> else?, see the attached snapshot). Not a big issue, but not totally
>> elegant either. I'm using version 3.7.0.beta.30.msvc8.win32, on win xp
>> (sp2).
>
> Same set up here but it shows fine for me. It just says: Frame N/A. So
> I guess that it's the frame count if you're doing an animation.
>
> ~Steve~
>
>
>> Thibaut
>>
>
>
If you have increased the PPI setting or are using somewhat enlarged fonts, the
text become to high for the available space.
The total hight of the tool bar don't change acording to those settings.
The overlap changes if I change the font or it's size or the display's PPI.
As the window is usualy whide enough, puting the state and frame count side by
side could be a solution.
--
Alain
-------------------------------------------------
You know you've been raytracing too long when you call in sick in order to render.
David Kraics
Post a reply to this message
|
|
| |
| |
|
|
From: Thibaut Jonckheere
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 15 Jan 2009 03:21:11
Message: <496ef1f7$1@news.povray.org>
|
|
|
| |
| |
|
|
> Same set up here but it shows fine for me. It just says: Frame N/A. So
> I guess that it's the frame count if you're doing an animation.
>
>
ok, so it was text indeed.
Thibaut
Post a reply to this message
|
|
| |
| |
|
|
From: Thibaut Jonckheere
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 15 Jan 2009 03:23:44
Message: <496ef290$1@news.povray.org>
|
|
|
| |
| |
|
|
> If you have increased the PPI setting or are using somewhat enlarged
> fonts, the text become to high for the available space.
> The total hight of the tool bar don't change acording to those settings.
>
> The overlap changes if I change the font or it's size or the display's PPI.
> As the window is usualy whide enough, puting the state and frame count
> side by side could be a solution.
>
As far as I can tell or remember, I have not changed the PPI or fonts
settings. The strange point is precisely that, because the window is
wide, there is lots of free space on the left of the panel containing
the text + the progress bar - but not in the panel itself. And I have
found no way to increase the width of the panel.
Thibaut
Post a reply to this message
|
|
| |
| |
|
|
From: Chris Cason
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 15 Feb 2009 06:14:07
Message: <4997f8ff$1@news.povray.org>
|
|
|
| |
| |
|
|
Thibaut Jonckheere wrote:
> I have noticed a small issue with the progress bar which is in the small
> panel at the top right of the windows editor, below the text line giving
> the status. The progress bar seems to be hiding some text (or something
> else?, see the attached snapshot). Not a big issue, but not totally
> elegant either. I'm using version 3.7.0.beta.30.msvc8.win32, on win xp
> (sp2).
I've put a work-around to this in the next beta: the progress bar is now
auto-sized to fit in the remaining area, and if the area remaining is too
small, it won't be shown at all (better than obliterating the text I think).
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
From: Darren New
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 15 Feb 2009 13:58:22
Message: <499865ce@news.povray.org>
|
|
|
| |
| |
|
|
Chris Cason wrote:
> small, it won't be shown at all (better than obliterating the text I think).
FWIW, the traditional solution is to draw the text over top of the progress
bar. Possibly not worth the effort, possibly trivial, depending on the
libraries you're using. :-)
--
Darren New, San Diego CA, USA (PST)
"Ouch ouch ouch!"
"What's wrong? Noodles too hot?"
"No, I have Chopstick Tunnel Syndrome."
Post a reply to this message
|
|
| |
| |
|
|
From: Nicolas Alvarez
Subject: Re: progress bar in windows editor is hiding some text ?
Date: 24 Feb 2009 16:14:36
Message: <49a4633b@news.povray.org>
|
|
|
| |
| |
|
|
Darren New wrote:
> depending on the libraries you're using. :-)
Directly the Windows API, last time I looked :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |