Hi Shawn, 

Let's see...

> 1) the calendar pops up ok (double-click or right-click)?
> @calendar.js::showcal()
> +createPopup()
> +convertStylesToInline

Right-click, and yes it works fine.

> 2) the comx search doesn't work ("comx dilbert")?
> @comx.xml::comx()
> +createPopup()

It works, but displays an InfoBar. And, like Monty said, it doesn't use
createPopup, it does window.open - get the latest version from CVS.

> 3) the help window ("? search") doesn't work?
> @qsfind.xml::qsfind()
> +createPopup()
> +convertStylesToInline

Works fine.

> 4) the interactive help window ("?") doesn't work?
> @helpbox.js::about()
> +named window.open()
> +convertStylesToInline

Works, but with InfoBar.

So, the lead right now is window.open causes the InfoBar, and createPopup
does not. I read up on createPopup, though, and it appears it's tailored for
chromeless windows, i.e. no titlebar, statusbar, etc. Can you retrofit those
onto a createPopup:ed window, or is it chromeless by nature?

Cheers,
Kim



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to