[xul-interop] Remote XUL - tabbox

"Aruna Devi Lakshmanan" <[email protected]> Thu, 27 Jul 2006 14:55:23 +0530
Newsgroups gmane.comp.lang.xul.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------=_NextPart_000_2505F_01C6B18C.B1257E40
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

Hi all,

I have a problem using tabbox element in my XUL page.=20

I have the following XUL file:

Test.xul:
<?xml version=3D"1.0"?>
<?xml-stylesheet href=3D"chrome://global/skin" type=3D"text/css"?>
<window title=3D"XUL Periodic Table"
        xmlns:html=3D"http://www.w3.org/1999/xhtml"
=20
xmlns=3D"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox flex=3D"1" style=3D"overflow: auto">
<groupbox>
<description>
  This is the standard tabbox.  It looks fine.
</description>
<groupbox>
  <tabbox  flex=3D"1">
    <tabs >
       <tab label=3D"Default"     />
       <tab label=3D"Tab"         />
       <tab label=3D"Orientation" />
    </tabs>
    <tabpanels flex=3D"1" >
       <label value=3D"Default" />   =20
       <label value=3D"Tab " />       =20
       <label value=3D"Orientation" />
    </tabpanels>
  </tabbox>
</groupbox>
</groupbox>
</vbox>
</window>

(Code from: http://www.hevanet.com/acorbin/xul/top.xul)

The file opens fine when opened using file or chrome protocols. But when =
I
try to open the same using http on Fx1.5.0.3 (this was built from source =
with
default build configurations) the tab panels don't appear. Neither am I =
able
to switch between tabs. Other files which do not contain tabbox work as
expected. Also, the file opens fine when accessed using http from the =
mozilla
application installed.

I use Fedora 4, and the http server(Apache 2.0) that ships along. The
application type is set in mime.types.=20

Any help in this regard would be greatly appreciated.

Regards,
Aruna.

------=_NextPart_000_2505F_01C6B18C.B1257E40
Content-Type: text/plain;
	name="disclaimer.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="disclaimer.txt"

-------------------------------------------------------------------------=
----------------------------------------------------
Disclaimer
-------------------------------------------------------------------------=
----------------------------------------------------

"This message(including attachment if any)is confidential and may be =
privileged.Before opening attachments please check them
for viruses and defects.MindTree Consulting Private Limited =
(MindTree)will not be responsible for any viruses or defects or
any forwarded attachments emanating either from within MindTree or =
outside.If you have received this message by mistake please notify the =
sender by return  e-mail and delete this message from your system. Any =
unauthorized use or dissemination of this message in whole or in part is =
strictly prohibited.  Please note that e-mails are susceptible to change =
and MindTree shall not be liable for any improper, untimely or =
incomplete transmission."

-------------------------------------------------------------------------=
----------------------------------------------------
------=_NextPart_000_2505F_01C6B18C.B1257E40
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------=_NextPart_000_2505F_01C6B18C.B1257E40
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
XUL News Wire      - http://xulnews.com
XUL Job Postings   - http://xuljobs.com
Open XUL Alliance - http://xulalliance.org  
_______________________________________________
xul-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xul-talk

------=_NextPart_000_2505F_01C6B18C.B1257E40--