Problem with window size [message #320576] |
Thu, 15 May 2008 09:25 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
MissElectra
Messages: 17 Registered: May 2008
|
Junior Member |
|
|
Hi experts,
After the migration of our application from Forms 4.5 to Forms 6i, some windows don't have the height that we specify in Forms Designer and the windows are truncated. The problem is not systematic: sometimes the windows have the correct size and sometimes not. Do you have an idea about the cause of this problem?
We try to set the window's size in the program, using the command "resize_window" or "SET_WINDOW_PROPERTY('FENETRE1',WINDOW_STATE,MAXIMIZE)", and we use the command SYNCHRONIZE and SHOW_VIEW, but the problem always exists.
Our application works on Client/server environnement with OS HP or OS Linux, not in web environnement.
Thanks for your help.
|
|
|
|
|
|
Re: Problem with window size [message #323395 is a reply to message #321308] |
Wed, 28 May 2008 06:50 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
MissElectra
Messages: 17 Registered: May 2008
|
Junior Member |
|
|
our server is on Linux and our client may be on Linux or HP. I think we are running Client-Server. I don't know 3-tier.
I try your suggestion. With 'pause' command, I hadn't the problem after many tests. The 'pause' command seems to stop the problem from happening.
Is it possible that the window manager (we use mwm) is occasionally so fast that it create the mwm window before the canvas is displayed and it don't have the real size of the canvas? It will explain what the problem is not systematic.
Sandrine.
|
|
|
Re: Problem with window size [message #335323 is a reply to message #323395] |
Mon, 21 July 2008 20:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I don't know 'mwm'.
Replace some of the 'pause' commands with 'synchronize'. This will help 'slow' things down if speed is the actual problem.
David
|
|
|