PDA

View Full Version : Can widget be used from inside an application


April 27th, 2006, 02:07 PM
Sorry if this is a dumb question, but is there any way to use the Widget from inside an application instead of a web page. It's an active X right?

May 4th, 2006, 07:41 PM
Hi Alec,

Not a dumb question. It's not activeX, though we do use activeX to do an auto-import piece of it. It might be tricky to use from an app because it tries to pre-fill the text area in the parent window, which is done using JavaScript. But maybe the native app could have a hidden base web page and call the widget from that, then read the contents out of the text area and use them in the app? Not sure it would work though...

Kathy