widget

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 method to reload it? Common methods doesn't works: I've tried to call window.location.reload(), history.go(0) & window.location.href=window...

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 calling the script every time the widget is shown using it's onshow callback: if (window.widget) { widget.onshow = onshow; } functi...

Drag and Drop UI in flash

What is the best GUI widget kit to implement a drag and drop interface in Flash. I hope to have a list from where block like items are dragged and their arangement on a continuum is serialized. Similiar to how one would compose a song or a video out of blocks. ...

Wordpress widget how to only display sub-categories based on selected Parent Category?

Hi gurus, I was wondering if anybody know hows to modify the existing category widget to only display the categories within the selected parent category. Example: If my categories are structured like: Computers Laptops Desktops Software Electronics Cameras Audio/Video If a somebody is viewing posts in the Computers category I wo...

Difference between to widgets to track down a resize problem in Qt

Hello everyone, Here are two designer .ui files : resize_not_ok.ui is a QTabWidget. In its first tab (layout being a QVerticalLayout) there is a QPushButton and a QVerticalSpacer resize_ok.ui follows the same structure, but the QTabWidget is inserted in a QWidget. This top-level QWidget has a QVertical layout with only the QTabWidget ...

GWT 2.1 Tree or CellTree?

I'm really struggling with a choice between the GWT Tree widget, which has been a part of GWT for ages; or the new CellTree, which is introduced by GWT 2.1. The tree I want to present to the user is not particularly large, but I am very concerned about responsiveness. The data at the nodes of the tree will be editable. By clicking on a...

Is there a Qt widget to browse the hierarchy of widgets in an app (similar to Spy++)?

We've got an app with a complex hierarchy of widgets and I want to be able to browse this hierarchy, view and edit properties (such as size) in a similar manner to Spy++. It doesn't need to be running in an external app, if there is a widget that can display this information. So the question is, does such a mythical beast exist? ...

Good HTML/Javascript Poll Widgets

Facebook, twitter have some cool widgets (share, comments etc.) but I can not find similar poll widgets. What simple, customizable and free poll widgets can you advice? ...

Hide PyQt app from taskbar

Hi, I'm a beginner in PyQt. I was trying to create a simple app to try some of the toolkit's many features. My question is, how can I hide the app icon from the taskbar? I don't want the user to be able to see the icon in taskbar and to minimize it using this icon. Is there any window flags that I can use to achieve this? ...

Using custom Android widget from one project in another

I'm attempting to use a custom Android vertical scrollbar widget that seems to work fine in its own example project, but I am having trouble trying to include it into my project. I've exported a .jar from it to use in my project, but it seems to be a minefield of problems, from duplicate resources, to my XML layouts not able to get at s...

Android gallery widget wont scroll with a child ListView

Hi! i have a problem with the Gallery widget... i have a gallery with a base adapter that provides some listviews.... The problem in this case is that the gallery wont scroll between galleries, since listview appears to override the scrolling of the gallery. Any solution for this? ...

How can i monitoring a linux server's resources from windows box ?

Hello, I have a few linux server and want to monitoring their resources from my windows desktop computer. It'd be great if the application is/have/can (etc...); easy-to-use. widget-like looking on desktop. warning on high resource using. ...