[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Problems with the timer controle  XML
Forum Index -> Development
Author Message
pbeha

Power User

Joined: 05/06/2008 09:08:53
Messages: 32
Location: Villingen - Schwenningen
Offline

Hello,

I have problems with the timer controle.
I use this controle to close the current shown workpage after some seconds

public void oncloseDialog(ActionEvent event)
{
IWorkpage wp = getWorkpage();
getWorkpageContainer().closeWorkpage(wp);
}

The method is OK and works fine.
My problem is, that in some cases the refresh of the Applet after this method is not OK.

Example:
------------
I have two workpages open in my workplace and the one which is shown, will close with the timer-controle after some secondes, then the second page which will be now shown has a different design (looks like awt and not like swing).

Thanks Patrick
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

Hi Patrick,

we can reproduce, but it's tricky:

The error only occurs wit
...applets (Webstart is fine)
...Internet Explorer (Firefox is finde)
...using classic NT style (in the XP/Vista configuration)

We'll continue checking...

Björn


Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team