|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hmm, I find the default quickres.ini a bit restrictive, I prefer to have
various sizes and aspect ratios (ie square, 4x3, 3x2, 16x9, 2x1 etc).
Perhaps it could be modified to support more ratios? That being the case,
the little window in POV-Win that shows the current selection would have to
be larger, so you could see the full description...
...Chambers
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Ben Chambers" <bdc### [at] hotmailcom> wrote in message news:3b98f8d9@news.povray.org...
> Hmm, I find the default quickres.ini a bit restrictive, I prefer to have
> various sizes and aspect ratios (ie square, 4x3, 3x2, 16x9, 2x1 etc).
> Perhaps it could be modified to support more ratios? That being the case,
I'm sure you can manage to do this ... try hitting the 'edit' button on the
render settings dialog.
> the little window in POV-Win that shows the current selection would have to
> be larger, so you could see the full description...
ummmmm ... what's so hard about dragging the window wider, that we should have
to code a solution for you ?
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Cason wrote:
>
> "Ben Chambers" <bdc### [at] hotmailcom> wrote in message news:3b98f8d9@news.povray.org...
> > Hmm, I find the default quickres.ini a bit restrictive, I prefer to have
> > various sizes and aspect ratios (ie square, 4x3, 3x2, 16x9, 2x1 etc).
> > Perhaps it could be modified to support more ratios? That being the case,
>
> I'm sure you can manage to do this ... try hitting the 'edit' button on the
> render settings dialog.
>
> > the little window in POV-Win that shows the current selection would have to
> > be larger, so you could see the full description...
>
> ummmmm ... what's so hard about dragging the window wider, that we should have
> to code a solution for you ?
>
> -- Chris
A bit of advice...
People should ask if something is possible before putting in a feature request.
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Ken" <tyl### [at] pacbellnet> wrote in message
news:3B99761A.E95D7652@pacbell.net...
>
>
> Chris Cason wrote:
> >
> > "Ben Chambers" <bdc### [at] hotmailcom> wrote in message
news:3b98f8d9@news.povray.org...
> > > Hmm, I find the default quickres.ini a bit restrictive, I prefer to
have
> > > various sizes and aspect ratios (ie square, 4x3, 3x2, 16x9, 2x1 etc).
> > > Perhaps it could be modified to support more ratios? That being the
case,
> >
> > I'm sure you can manage to do this ... try hitting the 'edit' button on
the
> > render settings dialog.
Of course I can (and do) edit my own, I was referring to the one that comes
with POV by default.
> > > the little window in POV-Win that shows the current selection would
have to
> > > be larger, so you could see the full description...
> >
> > ummmmm ... what's so hard about dragging the window wider, that we
should have
> > to code a solution for you ?
> >
> > -- Chris
Well, I'm so used to MS apps that I didn't realize you could resize the
combo-box... Sorry <g>
>
> A bit of advice...
>
> People should ask if something is possible before putting in a feature
request.
>
> --
> Ken Tyler
Point taken.
...Chambers
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ben Chambers <bdc### [at] hotmailcom> wrote:
: Well, I'm so used to MS apps that I didn't realize you could resize the
: combo-box... Sorry <g>
There are many MS apps where the same feature is used. For example in IE
you can change the length of the address field
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3b9b2278@news.povray.org...
> Ben Chambers <bdc### [at] hotmailcom> wrote:
> : Well, I'm so used to MS apps that I didn't realize you could resize the
> : combo-box... Sorry <g>
>
> There are many MS apps where the same feature is used. For example in IE
> you can change the length of the address field
Boy, do I feel sheepish <g> Don't know how I missed that one...
...Chambers
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > There are many MS apps where the same feature is used. For example in IE
> > you can change the length of the address field
In fact this is a standard ability of the 'rebar' common control. Any windows
standard control placed into a rebar band (like the combobox in our case) will
automatically be resized to the size of the band (which means that if the band
is resizable, so is the control).
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|