Project

General

Profile

Defect #381

Issue with Tab Panels

Added by Frank Veges over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
10/03/2011
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

See the attached test solution.

Basically if you remove all tabs then add a tab containing the form that has the code with the busy plugin it does not work unless you do a form refresh (F5) before clicking the button which activates the busy plugin.


Files

busyTest.servoy (5.87 KB) busyTest.servoy Frank Veges, 10/03/2011 04:03 PM

History

#1

Updated by Patrick Talbot over 12 years ago

Is that Smart or Web client?
What Servoy version?
What Java version?
If Web client, in what browser/version?
Did you add plugins.busy.prepare() in the onShow event handler of the form that is added to the tab panel?

#2

Updated by Frank Veges over 12 years ago

Busy.Prepare was in the form that was added to the tab panel.

When I changed it and added to the form that adds the form to the tab panel it works. Not sure if thats the best way but it will suit me. Thnaks.

It was for Web Client and tried in Firefox and IE 9.
Am using Servoy 5.2.9
Java 6 Update 23

#3

Updated by Patrick Talbot over 12 years ago

  • Status changed from New to Closed

Yes, basically calling plugins.busy.prepare() is injecting the necessary js scripts in the header of the page, so I guess that putting that in the parent form works best.
Will close this one since there is a know workaround.

Also available in: Atom PDF