开发者

Windows Gadgets: Testing environment?

开发者 https://www.devze.com 2023-03-11 18:41 出处:网络
Is there anything that provides a console, error logging, etc. for testing Windows Gadgets? I\'ve searched but I\'m una开发者_如何学JAVAble to find anything.

Is there anything that provides a console, error logging, etc. for testing Windows Gadgets? I've searched but I'm una开发者_如何学JAVAble to find anything.

Thanks in advance!


A simple and easy start is to just use any web developing toolkit. I found out myself that for developing simple Windows Gadgets, Notepad++ and Firefox with its Web Developer toolbar was more than enough. You can implement all the business logic and just test the results in a browser. Actually starting it as a Gadget was only needed to fine-tune some graphical glitches that always occur because of different browsers still interpreting CSS a little differently. Firefox has some nice tools for debugging Javascript.


You can use firebug lite for IE (i.e put a script tag and include the latest firebug lite version).It does look a bit crude but it works nonetheless and its seamless integration for testing.

http://getfirebug.com/lite/ie.html

Though your gadget might seem a bit mutilated when using it. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号