Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Refresh problem after minimize / maximize

Sorry for the delay ...

just a simple resize using the mouse ...

Kar


----- Original Message ----- From: "Drivet Grégoire" <gdrivet@xxxxxxxxxxxxxx> To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Sent: Tuesday, November 06, 2007 12:51 PM
Subject: RE: [platform-swt-dev] Refresh problem after minimize / maximize


We have the issue immediatly after the minimize/maximize.
When you say you "resize" the application, is it a resize using the mouse or you hard changed the size of your objects
directly in your Java code?

Regards,

Greg

-----Message d'origine-----
De : platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx]De la part de Carmelo Scala
Envoyé : mardi 6 novembre 2007 12:04
À : Eclipse Platform SWT component developers list.
Objet : Re: [platform-swt-dev] Refresh problem after minimize / maximize


Refresh problem after minimize / maximizeI have got a similar problem (using
java 6) ...

When I leave the application minimized for long time (more than 12h) few
views of the RCP application are missing the toolbar .

Ciao
Kar


I do have to resize the application a bit to get everything fixed back
again.
----- Original Message ----- From: Drivet Grégoire
To: platform-swt-dev@xxxxxxxxxxx
Sent: Tuesday, November 06, 2007 11:40 AM
Subject: [platform-swt-dev] Refresh problem after minimize / maximize


Hi
We are developping a GUI using SWT 3.3 and JDK 1.5.
OS : W2000
We have an issue on some computers :
After a Minimize / Maximize , then the window is not correctly refreshed.
( The window is "merged" with windows coming from other opened softwares
such as Word, Outlook.....)
Notice that in our code, we do not something special to minimize / maximize
events, we let SWT deal it.
This bug occurs only on some laptops but we didn't identify the reason why.
All our users are using the same version of JRE, same version of OS.....
Do you have any clue ?
Regards,
Greg



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top