[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 
Messages posted by: pbeha  XML
Profile for pbeha -> Messages posted by pbeha [32] Go to Page: Previous  1, 2, 3
Author Message
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
Hello,

I have problems with the foucs.
I use in my UI the propertie RequestFocus=creation on an inputfield

If I start my applicataion now with a html file... for example index.html then everything looks fine in the Internet Explorer (The focus is OK). But when I start it with Firefox, then I have no focus on the inputfield.
I also have no focus if I start with the option .ccapplet (The problem is the same on Firefox and IE).

Thanks in advance
Regard Patrick
 
Profile for pbeha -> Messages posted by pbeha [32] Go to Page: Previous  1, 2, 3
Go to:   
Powered by JForum 2.1.6 © JForum Team