0
votes
3answers
32 views
Reflowing label widget for String
Is there a widget for Swing that behaves like a JLabel, that automatically reflows the text if its dimensions have changed? For example:
Large horizontal space available:
+--------------+
| Foo bar …
0
votes
1answer
18 views
Javascript Tablemodel Widget
I am looking for a JavaScript MVC table widget similar to Java Swing TableModel
I would also like to have two models, one totally local and one remote (XMLHttpRequest)
I would also like the view to …
0
votes
1answer
19 views
Wordpress - Allow Editors To Manage Theme Widgets
Hi
Is it possible to grant Editors the ability to manage theme widgets? By default, only Administrators can do so.
Thanks,
Jon
4
votes
6answers
66 views
Hiding Qt widget and keeping widget space
In a simple form I made a few buttons and put a horizontal layout. When mouse leaves the area one of the buttons, the last one, should be hided. Using button->hide() it works, but all the buttons are …
1
vote
2answers
38 views
Changing Widget Layout Programmatically
Let's say that I have two layouts for a widget: Layout1 and Layout2.
The default for the widget is Layout1, but I allow the user to choose
which layout they want the widget to be. So if the user …
0
votes
0answers
20 views
Removing Widget from Home Screen when Uninstalled
When my application is uninstalled, the widget stays on the HOME
screen and gives an error message "problem loading widget". How do I
remove the widget when my application is uninstalled? Is there …
0
votes
1answer
43 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
30 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: …
1
vote
1answer
24 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
18 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
38 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 …
0
votes
2answers
21 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
0answers
20 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
12 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
2answers
67 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 …
