18
votes
9answers
6k views
Resizing an iframe based on content
I am working on an iGoogle-like application. Content from other applications (on other domains) is shown using iframes.
How do I resize the iframes to fit the height of the iframes' content?
I've …
6
votes
4answers
1k views
How do you change the default widget for all Django date fields in a ModelForm?
Given a set of typical models:
# Application A
from django.db import models
class TypicalModelA(models.Model):
the_date = models.DateField()
# Application B
from django.db import models
class …
4
votes
5answers
144 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 …
4
votes
3answers
1k views
How to maintain widgets aspect ratio in Qt?
How is it possible to maintain widgets aspect ratio in Qt and what about centering the widget?
3
votes
2answers
71 views
Does GWT have a Paragraph widget?
I've drawn a blank. Does GWT have a widget that produces the HTML P tag?
I want just the P tag to appear in the DOM, without any extraneous DIV's.
3
votes
2answers
176 views
Creating an OpenID login widget
I need an OpenID login widget like the one on Stackoverflow or Id Selector (which has been discontinued in favor of RPXnow which is a commercial service).
What is the best way to make these? Is …
3
votes
1answer
205 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?
3
votes
3answers
339 views
DOM Aware Browser Python GUI Widget
I'm looking for a python browser widget (along the lines of pyQT4's QTextBrowser class or wxpython's HTML module) that has events for interaction with the DOM. For example, if I highlight an h1 node, …
2
votes
1answer
33 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 black. If i do the …
2
votes
4answers
259 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 to print a HTML …
2
votes
3answers
283 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 pushbutton slapped …
2
votes
3answers
166 views
Display Flash Web Widget in a Delphi form
I would like to display the yahoo weather widget (or any similar flash or java based widget) in a Delphi application. I freely admit I don't quite understand what would be required to make this work.
…
2
votes
1answer
80 views
Javascript Widget Affecting Style of the Page it is embedded in
I'm currently developing a widget that can be embedded within a page. However, when embedded, it affects the style (font, text, layout, etc.) of the page it is embedded in.
I wonder how Clearspring …
2
votes
1answer
222 views
How do you modify the default widget for all builtin form fields of a certain type in Django?
This is a follow-up on How do you change the default widget for all Django date fields in a ModelForm?.
Suppose you have a very large number of models (e.g. A-ZZZ) that is growing with the input of …
2
votes
3answers
1k views
Modifying the Android seekbar widget to operate vertically
I'm trying to get a vertical seekbar going with the emulator, but I'm
sort of stuck. I can get the seekbar to display the way I want it to,
and I can get the progress to do what I want, and I can …
