Hello,
i’ve a problem with Subpages in FireFox-Browser:
( c.a.d. 2.1 and Firefox 1.5.0.6 on Windows)
If i activate my Tabpage, the designated subpage shows only the animated waiting-symbol of CAD.
A click on the waiting symbol gets only a dead HTML-Page.
With Internet Explorer it works properly.
Are there some hints ?
TIA and happy new year
Ingo
The calling sequence is :
SUBCISPAGEInfo m_innerPagePreview = new SUBCISPAGEInfo();
public SUBCISPAGEInfo getInnerPagePreview() { return m_innerPagePreview; }
m_innerPagePreview.showPage(“preview2.html”);
Preview2 ippreview = (Preview2) findAdapter(Preview2.class);
ippreview.init( getid() );
m_innerPagePreview.refreshContentOfCurrentPage();