0
votes
3answers
23 views
placing widget in listbox/dropdown in gwt
hi,
i am using gwt to build my web site.
i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what …
0
votes
1answer
62 views
Dojo Tabs as Custom Widgets
Hi everyone,
I've created a number of widgets that are loaded as tab panes in a tabcontainer. Everything seems to work well, except I'm getting different results when using my cus …
0
votes
1answer
21 views
Marketshare of cross-platform widget libraries?
For a variety of reasons, we're in the market for a cross-platform widget library. We're in the somewhat rare situation of not being tied to a particular programming language at t …
3
votes
3answers
35 views
google chat web client
I am looking for a google chat client that I can embed in my website so visitors can chat with me directly. I haven't found any widgets like the google voice widget in which a vis …
1
vote
1answer
170 views
Android custom widget styles: how to put them into a namespace?
In the ApiDemos, there is a view example called Gallery1 which declares a custom style in attrs.xml, as such:
<declare-styleable name="Gallery1">
<attr name="android: …
0
votes
2answers
40 views
Django form for model
Hi,
with Django forms you can specify widget:
class LoginForm(forms.Form):
email = forms.CharField(
max_length = 30,
widget = forms.TextInput(
attrs = {'class …
1
vote
1answer
38 views
Hiding a QWidget on a QToolbar?
Hi,
I have directly added some QWidgets to a QToolbar but simply going widget->setVisible(false) did not work. Can someone please give me an example of how to show and hide a widg …
0
votes
3answers
446 views
google analytics - multiple trackers on one page (cookie conflict)
I'm writing a web application that's supposed to be embedded in other people's websites (kind of a widget). I'm using Google Analytics to track all the people that visit all instan …
0
votes
0answers
26 views
Widget Lifecycle?
Alot of phone OSes are starting to support W3C widgets, or something very similar.
I am still a little confused about what exactly widgets can do?
All the example widgets I have …
0
votes
1answer
74 views
How to customize build-in widgets in Android (menu, notification, spinners etc.)?
Hi I want to customize colour palette in Android widgets.
Orange colour is good but it can be done better.
Things which I want to do:
- override colours in menu after press and …
0
votes
2answers
87 views
Widgets inside Zend Framework - Where should they go?
I've been working with Zend Framework (using Doctrine as the ORM) for quite a while now, and done a few projects with it.
In a few upcoming projects I am requiring the need for wi …
0
votes
0answers
10 views
Monitoring enterprise systems using widgets
We want to develop a new monitoring system to bring visibility to the status of our enterprise systems.
Instead of using Microsoft SCOM or similar tools we thought of having a mor …
11
votes
5answers
326 views
Searching for the Ultimate Resizing Textarea
I'm wanting to provide a resizing textarea control for users. I've given this a go and looked at a number of other implementations, but I can't seem to find one that meets all my r …
5
votes
6answers
1k views
SVG rendering in a PyGame application
In a pyGame application, I would like to render resolution-free GUI widgets described in SVG.
What tool and/or library can I use to reach this goal ?
(I like the OCEMP GUI toolki …
3
votes
1answer
139 views
Help to edit the Recent Posts Wordpress widget to diplay in all 3 languages at once
Site link: http://nuestrafrontera.org/wordpress/
I want the feed of recent post titles to show in the sidebar for all 3 languages, separated by language. So, for example, under Re …
