简体   繁体   English

如何将 Apple Dashboard 小部件移植到 Windows?

[英]How to port an Apple Dashboard widget to Windows?

I made visual aid type of widget (user needs to see through it) with Dashcode, now I want to port it to Windows XP & 7.我用 Dashcode 制作了视觉辅助类型的小部件(用户需要看透它),现在我想将它移植到 Windows XP & 7。

I heard that StarDock DesktopX Pro can export standalone widgets as.exe but I don't know if those are native Windows widgets.我听说 StarDock DesktopX Pro 可以将独立的小部件导出为.exe,但我不知道这些是不是原生的 Windows 小部件。

Is there a Dashcode equivalent for Windows? Windows 是否有等效的 Dashcode? (I happen not to know JavaScript !) (我碰巧不知道 JavaScript !)

There is no Dashcode equivalent for Windows, the Windows "widgets" that exist currently are just packages of HTML/JS/CSS and as far as I have seen do not have a widespread adoption rate. Windows 没有等效的 Dashcode,目前存在的 Windows“小部件”只是 HTML/JS/CSS 包,据我所知,没有广泛的采用率。

If you are looking to do something like an overlay then a "widget" in the Windows environment is probably not the correct route.如果您想做类似覆盖的事情,那么 Windows 环境中的“小部件”可能不是正确的路线。 You would be better off writing a native application.您最好编写本机应用程序。

An exported.exe from DesktopX is not a native Windows gadget. DesktopX 中的exported.exe 不是本机 Windows 小工具。 It's either a self contained application, or it require DesktopX client to be installed.它要么是一个独立的应用程序,要么需要安装 DesktopX 客户端。 ( Depending of which variant you export. ) (取决于您导出的变体。)

You can however export a.gadget which will act as a Windows gadget.但是,您可以导出 a.gadget,它将充当 Windows 小工具。 Here's a quick tutorial article: http://www.wincustomize.com/article/155475这是一篇快速教程文章: http://www.wincustomize.com/article/155475

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM