0
votes
2answers
32 views
How to create a web widget for my website users to insert on their blog ?
Hello,
For my wishlist site, I would like to propose widgets to my users in order to publish their wishlist on their blog or personal website. The idea is to propose a few lines o …
0
votes
1answer
16 views
show image in gtkmm from integer array
I have an integer array with a gray scale image and I need to show it in my application. I'm programing in C++ with gtkmm and I can't find any widget like a canvas that allow you t …
0
votes
1answer
17 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
35 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
59 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 …
1
vote
1answer
15 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
35 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
26 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
63 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.
0
votes
1answer
49 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 …
2
votes
1answer
30 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 …
2
votes
3answers
247 views
Creating “pretty” Qt Custom Widgets
What is the process behind making custom widgets (using Qt) that don't look...well...ugly?
I know it is fairly trivial to make a "custom widget" that has say, a listbox and a push …
2
votes
4answers
217 views
GWT printing to PDF
Hi guys,
I wanna to a pop over content to PDF. I am using GWT. I think client side its impossible. But any budy here know how browser can print into PDF file? And is there any way …
0
votes
1answer
68 views
PyQt custom widget in c++
Can I write custom Qt widget in pure C++, compile it and use in PyQt?
I'm trying to use the ctypes-opencv with qt and I have performance problems with python's code for displaying …
0
votes
1answer
93 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 …
