I started fiddling around with building a Windows Desktop Gadget. It's essentially HTML with all the HTML stuff like CSS, JS, XML, and all that jazz. I've started an ActiveX form (TActiveForm) to be wrapped in a desktop gadget. However, I'm having some troubles.
First of all, when the gadget closes (thus the ActiveX component being destroyed), the whole gadget controller crashes. I can't debug it either, plus I doubt debugging would do the trick. It's nothing even on the form, fresh, new, just 1 label.
When pointing the mouse over the control, it needs to somehow send a mouse message to the gadget, and make it recognize when it needs to take focus. Otherwise, I have a temporary background behind it in the HTML to catch the mouse movement.
I've seen plenty of examples of gadgets online, but very few with ActiveX. I need to know how to make my form readable by javascript. That is all.
JD Solutions
First of all, when the gadget closes (thus the ActiveX component being destroyed), the whole gadget controller crashes. I can't debug it either, plus I doubt debugging would do the trick. It's nothing even on the form, fresh, new, just 1 label.
When pointing the mouse over the control, it needs to somehow send a mouse message to the gadget, and make it recognize when it needs to take focus. Otherwise, I have a temporary background behind it in the HTML to catch the mouse movement.
I've seen plenty of examples of gadgets online, but very few with ActiveX. I need to know how to make my form readable by javascript. That is all.
JD Solutions