![]() |
|
|
|||||||
| VCL4PHP VCL for PHP. Questions or comments about the Visual Component Library for PHP, post them here! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm having a problem with controls duplicating in the browser. I've searched everywhere I could think of for a solution. Any insight anyone's got would be greatly appreciated. The program's in the attached zip file.
And this is what the problem looks like: ![]() |
| Sponsored Links |
|
|
|
|||
|
Glad to know it wasn't just me!
I can live without the panels. Thanks so much for your help, and all the other people you've helped, which in turn has helped me so much. The D4PHP world would be lost without you! |
|
||||
|
Bug report:
I don't know where it is in the php scripts but there is a generated error when a spinner is put into a panel and the panel is on a pagecontrol Code:
.....
pagePageControl1_1.add(container);
container.addEventListener("appear", function(e) { var d = qx.ui.core.ClientDocument.getInstance();
var inline_div = new qx.ui.basic.Inline("udTotals");
inline_div.setHeight("auto");
.....
![]() To test just put a page control with a few tabs on it along with a spinner on a panel and a spinner separately on one of the tabs. Click back and forth between the 2 tabs and watch the spinners on the panel add one every time. |