5
votes
1answer
4k views
Where are Dashboard Widget preferences actually saved?
This is a followup question to my other widget-related question.
I'd like to check what's actually written into the preferences of the widget. Where is that data actually stored?
4
votes
5answers
9k views
Dashboard Cross-domain AJAX with jquery
Hey everyone, I'm working on a widget for Apple's Dashboard and I've run into a problem while trying to get data from my server using jquery's ajax function. Here's my javascript code:
...
4
votes
5answers
335 views
Is it possible to create new widget instances from within a Dashboard widget?
This is a followup to this question.
It seems to be impossible to to simply keep already configured dashboard widget instances. An alternative way would be to recreate previous instances.
Is it ...
3
votes
2answers
3k views
ASP.NET Dashboard / Widgets [closed]
I'd like to build a dashboard interface for an application I am working on. I want users to logon and get a birds eye view of the status of applications, outstanding issues, etc. I'm wondering if ...
3
votes
1answer
129 views
+50
Scrolling in a HTML widget
I've made a webpage that has an 4000px wide background and in Chrome and safari on Windows, Mac and iPad it scrolls nice. I can scroll to the left, the top and the right with no problems, just like ...
2
votes
1answer
620 views
wordpress creating a full-width dashboard widget
How can i create a full-width dashboard widget in wordpress?
I want to create a widget like the new one "welcome" in wordpress 3.3
That plugin is in dashboard.php in wp_welcome_panel() but i don't ...
1
vote
2answers
531 views
OSX Dashboard widget command line access problem
I'm trying to access command line from a simple Dashboard Widget on Snow Leopard. My intention is to fill the contents of the widget from a command-line script I call. This should be possible.
I'm ...
1
vote
0answers
174 views
Session state persistence between web page content and XmlHttpRequest for Mac dashboard widgets and Safari extensions
I already posted to Apple's Safari dev forum but got no responses so thought try cross posting elsewhere to get ideas:
I'm asking this question in regards to both
Safari Extension (toolbar type AJAX ...
1
vote
0answers
145 views
Is there any way for Mac dashboard widget to reload himself
My dashboard widget has automatic update system, but after every update user should press ⌘R for changes to take a place. I want to do it automaticaly, without any user actions.
Is there any widget ...
1
vote
2answers
184 views
WordPress: hide widgets from Post Window programmatically
I'm burning my brain to find someway to hide some widgets from "Post Window" programmatically.
I found an article on WordPress.org that worked fine to hide some widgets from the Dashboard Window ...
0
votes
1answer
322 views
Reverse-engineering a Dashboard Widget?
Is it possible?
I understand that Dashboard widgets are simply Javascript packaged up nicely, but is it possible to view the source of that Javascript?
I realise this might be a silly question, but ...
0
votes
1answer
248 views
A copy to clipboard dashboard button
How can I make a "copy to clipboard" button in a dashboard widget?
An example: http://www.youtube.com/watch?v=NfdgGFrrmIQ
0
votes
1answer
871 views
More control when doing animations in Dashcode/Dashboard?
Recently I am giving another shot to Dashcode ;)
It's great. Is just I think is not well documented.
I have a stackLayout object with only two views in it, and a couple of buttons that interchange ...
0
votes
3answers
807 views
Can I use jQuery in developing a Mac OS X Dashboard widget?
Quick question: can I use a JavaScript library (i.e. jQuery) in developing a Mac OS X Dashboard widget?
EDIT: I know that if so, I'll need to pack a local version of the library and not use one from ...
0
votes
1answer
395 views
Mac dashboard widgets not loading external images
I set out to make a quick Mac OS X dashboard widget. I read the documentation and was pleased to find out they use simple HTML, JS, and CSS. I created my widget and it works when I open the .html file ...