0
votes
0answers
12 views
PySide Qt4 widget exchange in a hboxlayout
I'd like to exchange a widget inside a QHBoxLayout. This code seems to work, but as soon as I do the actual app._exec(), the code crashes with terminate called after throwing an in …
1
vote
1answer
26 views
Javascript drop down menu widget
I have a menu consisting of an <ul> in a Web CMS.
I want several menu items to have sub-items that are displayed in a dropdown list. These sub-items are <ul>s as well. …
0
votes
1answer
6 views
Share & Embed Widget design samples?
I am searching for some sample interface or design for creating a "Share & Embed Widget or Link" interface in my website.
I found scribd.com's interface interesting http://ww …
1
vote
1answer
10 views
Turning off animation in dojox.widget.Dialog
Anyone know how to turn animation off in dojox.widget.Dialog? I love the modal dialog, but want it to pop up immediately, rather than the painfully slow animate on that it does. I …
0
votes
1answer
114 views
What is a good resources to add content snippets (widgets) to many sites like iGoogle, Facebook and MySpace, etc
I have found services like ClearSpring and Widgetbox for putting content snippets onto a widget range of social networking web sites, but I would like to build my own widgets witho …
0
votes
2answers
53 views
Create a mac dashboard widget compatible with 32-bit and 64-bit systems
I have to develop a dashboard widget for Mac Osx to support 32/64 bit systems.
This looks to me that there is nothing else to do if the widget does not use any programmed plugin, j …
2
votes
4answers
2k views
Is there a Jquery tab control which handles multiple lines of tabs well?
I have an web application with a dynamic number of tabs ranging between 2 to 20.
I'm currently using Jquery UI's tab plugin, but finding that it's behaviour is less then Ideal (i. …
0
votes
1answer
5 views
When using building my yahoo widget getElementsByTagName returning elements not nodes
I can see that itemNodes is a DOM nodelist containing the same number of entrys as number of titles. I want to access the information inside the title node. I have tried using item …
0
votes
1answer
20 views
Turning Safari Web Clips into HTML
Safari's "Web Clip" feature is nice because you can take a section of a web page and access it dynamically from the desktop. This is especially cool when you are using it to "save" …
0
votes
1answer
52 views
Google Desktop Gadgets vs. Yahoo Widgets
I am trying to figure out which widget development platform is superior. I want a cross-browser widget and so I a thought either the Google or Yahoo solution will be best. They b …
0
votes
1answer
31 views
show spinner before adding widget android
For a widget I am creating for the Android OS, I want the user to first select a certain option from a Spinner. Just like when you add a shortcut to the homescreen.
Is that possib …
0
votes
1answer
85 views
How do I change YUI Autocomplete textfield Value population Options?
Data:
JACKSON, MS 39212|39212
BAINVILLE, MT 59212|59212
CROOKSTON, NE 69212|69212
COLUMBIA, SC 29212|29212
SPOKANE, WA 99212|99212
Code:
<form method="GET" target="_blan …
2
votes
1answer
29 views
Styling a QScrollBar by QStyle
I try to style a QScrollBar via a custom QStyle but if i draw nothing in drawComplexControl for the QScrollBar, the required space for the scrollbar on the parent widget is painted …
0
votes
1answer
37 views
QT: table widget, numbers only
Dear All,
first I apologize for the probably silly question. I am having trouble with QT.
I have a table widget with four columns; I want the user to be able to insert only
intege …
0
votes
1answer
56 views
gwt add custom widget to panel
I have created some classes in which it create a bunch of widgets (e.g. label, textbox). I want to create the widget on the fly and add it to a panel. How can I do that.
