0
votes
1answer
32 views
How to group Widgets in my Qt app?
Easy question (I hope!). This is my first Qt app and I'm struggling with how to have groups of elements on my Gui.
I need about 8 standard QWidgets (labels, edits, buttons) for each File object, …
0
votes
1answer
8 views
How to include an Iframe within a Vaadin App?
I would like to include an Iframe within my Vaadin App, how do I proceed implementing this? My initial idea was to wrap the GWT Frame widget, using the approach as described in the Book of Vaadin. Is …
0
votes
0answers
11 views
How can i use ManyToManyRawIdWidget outside admin?
Im new to django and I would like to know how could i use the ManytoManyRawId widget outside admin.
I've tried different ways but still don't work. Help would be really much appreciated.
0
votes
1answer
24 views
Article stats widget in rails
Hi all,
I've been trying to design a widget for my rails app and unfortunately find myself lacking in Javascript skills...
I was able to create a widget based on the short guide from this blog: …
0
votes
0answers
8 views
SWT: How to “render” a Widget in the background / into an offscreenbuffer
Hello Experts,
I would very much appreciate your advice and help:
How can I render a SWT Widget/Component in the BACKGROUND (offscreenbuffer?) and get the “painted” pixels that were drawn by the …
0
votes
0answers
15 views
how can i create a widget for calculator?
I have a calculator for which i want to create a widget. how can i create?
1
vote
1answer
22 views
Can you recommend a selectable Javascript Timetable widget?
Does anyone know of a js "time table" widget?
I need the following:
Days of week in columns & hours of day in rows
1 hour time slot cells (or customisable)
Ability to select multiple times …
1
vote
5answers
472 views
Django required field in model form
I have a form where a couple of fields are coming out as required when I don't want them too. Here is the form from models.py
class CircuitForm(ModelForm):
class Meta:
model = Circuit
…
0
votes
2answers
13 views
Display online NSE (National Stock Exchange) data in php web application
I want to display online NSE (National Stock Exchange) data in my php web application. Please help me how to do this.
0
votes
2answers
158 views
Handling ASP postbacks from Javascript Widget
I am trying to make a small, data-driven widget that is populated with data from a database on the fly. I can load it initially just fine, but when the index of an ASP DropDownMenu is changed, the …
0
votes
2answers
75 views
Dojo widget defaults
Hi All,
i'm currently writing a large scale application heavily based on the dojo toolkit. The whole app is working and standing, but one issue i can not find my way out with, is the creation of …
0
votes
1answer
116 views
How do get a “nice” scale-widget in SWT under Gnome?
Hi,
I would need a scale-widget in SWT that looks like the following example:
http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/Scales.htm
If I run this example under Ubuntu (Gnome) the scale looks …
0
votes
1answer
23 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 instance of …
0
votes
2answers
49 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 of code to my users …
0
votes
1answer
18 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 to show and access …
