Re: Web Application Client Module

2005-04-15 Thread Rogan Dawes
Raffi wrote: Hi All, I hope I'm posting this question to the correct newsgroups. We have a web based database application that's accessed using IE. The application opens a popup window to run in. With all the popup blockers and compromised browsers out there, I'm looking into developing a web based

Re: Web Application Client Module

2005-04-14 Thread Chung Leong
"Henk Verhoeven" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Chung Leong wrote: > > > > It's easy. Just create an application that hosts the MSHTML ActiveX control > > (IE itself minus the interface). With tools like Delphi or Visual Basic, > > it's literally a matter of dragging

Re: Web Application Client Module

2005-04-14 Thread Henk Verhoeven
Chung Leong wrote: It's easy. Just create an application that hosts the MSHTML ActiveX control (IE itself minus the interface). With tools like Delphi or Visual Basic, it's literally a matter of dragging and dropping the control into the form. Even in Visual C++ it's not that hard. Hi Chung , Of co

Re: Web Application Client Module

2005-04-13 Thread Raffi
Berislav Lopac wrote: > Raffi wrote: > > Hi All, > > > > I hope I'm posting this question to the correct newsgroups. We have a > > web based database application that's accessed using IE. The > > application opens a popup window to run in. With all the popup > > blockers and compromised browsers o

Re: Web Application Client Module

2005-04-13 Thread Berislav Lopac
Raffi wrote: > Hi All, > > I hope I'm posting this question to the correct newsgroups. We have a > web based database application that's accessed using IE. The > application opens a popup window to run in. With all the popup > blockers and compromised browsers out there, I'm looking into > developi

Re: Web Application Client Module

2005-04-12 Thread Chung Leong
"Raffi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All, > > I hope I'm posting this question to the correct newsgroups. We have a > web based database application that's accessed using IE. The > application opens a popup window to run in. With all the popup blockers > and com

Re: Web Application Client Module

2005-04-12 Thread Kane
Since you need javascript the cheap-n-dirty approach (xml parser, gui library of your choice and just enough widget logic/https for your app to work) is a no-go. I don't know of a python library with html rendering and javascript (and https support could easily be another barrier). Another optio

Re: Web Application Client Module

2005-04-12 Thread Adonis
Raffi wrote: Hi All, I hope I'm posting this question to the correct newsgroups. We have a web based database application that's accessed using IE. The application opens a popup window to run in. With all the popup blockers and compromised browsers out there, I'm looking into developing a web based

Web Application Client Module

2005-04-12 Thread Raffi
Hi All, I hope I'm posting this question to the correct newsgroups. We have a web based database application that's accessed using IE. The application opens a popup window to run in. With all the popup blockers and compromised browsers out there, I'm looking into developing a web based custom clie