I am working on creating a cross platform Qt Widget that encompasses
Gecko and will hopefully be easy to use. I was not successful in getting
the Qt embedding tests in the Mozilla branch to build and/or work. (I am
doing the initial work under Windows). I am mostly successful, and have
a test program that acts as a pretty decent web browser except for 2
main problems. Any help on either one will be greatly appreciated.

1) Prior to implementing a Window Creator, when I filled in a field on a
web page and pressed a button for some action, nothing happened. Once I
realized that it wanted a new window (via the Window Creator) I
implemented one. After that, when I entered text and pressed a button,
it displayed the new page... ONCE. After that first time (within the
execution of the application), it will not generate any more pages in
response to a button press (links work). Does anyone have any ideas why
it would work once and not a second time? I've stepped through my Window
Creator code and it successfully creates the window every time.

2) It crashes when trying to access a secure web page. Is there anything
special that needs to be done by the embeddeding software to handle
secure sites??? I can't even picture where the embedding code can affect
this.

I am using code from late November.

Thanks in advance
Steve
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to