comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Widget not rendering properly
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Widget not rendering properly [message #73961] Wed, 15 December 2010 05:47 Go to previous message
Pedro B. is currently offline  Pedro B.
Messages: 2
Registered: December 2010
Junior Member
Hello everyone,

I know this problem is well known and has been discussed several
times, however I hope you can help me.

I'm developing a software which is meant to be run as a .sav in
several OS's. To try and minimize our problems we have have set an
optimal window size, so that we can at least try to dimension our
display correctly, without having to worry about different screen
sizes.

Nonetheless we cannot guarantee that all screen resolutions will match
the one we choose, so we decided that for smaller windows scroll bars
should be included.

In terms of code we have something like this:
base = WIDGET_BASE(/ROW, XSIZE = qm_defaultXsize, YSIZE =
qm_defaultYsize, $
/SCROLL,SCR_XSIZE = (scrsize[0]-qm_xscrollpad), SCR_YSIZE =
(scrsize[1]-qm_yscrollpad), $
TITLE = 'QuasiManager developed by Quasi-Software
Company@IBEB.pt')

However when running the program in Linux machines part of the window
which is not immediately visible is not correctly rendered. We have
tried it in Windows and it renders as expected. When we use Redhat the
window renders the parts which are not visible in x, but doesn't do
so in y.

Does anyone have any idea why this might be happening?

Thank you in advance!
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Widget not rendering properly
Next Topic: !null values in arrays

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:19:17 PDT 2025

Total time taken to generate the page: 0.00257 seconds