Tagged Questions

Widget is (1) an element of a user interface (GUI widget) or (2) a self-contained usually small software application (desktop widget).

learn more… | top users | synonyms

154
votes
13answers
71k 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 ...
20
votes
5answers
7k 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 ...
18
votes
4answers
1k views

Widget for turning on/off camera flashlight in android

I am developing a widget for turning on/off camera led of phone. I have made a widget that can work like toggle button (on/off). Behavior is like follows : Sometimes the led light remains on when i ...
18
votes
6answers
3k views

How to embed Javascript widget that depends on jQuery into an unknown environment

I'm developing a javascript widget that depends on jQuery. The widget may or may not be loaded onto a page that already has jQuery loaded. There are many problems that come up in this case... If ...
14
votes
5answers
16k views

How do I change the background of an Android tab widget?

My class extends extends TabActivity TabHost mTabHost = getTabHost(); TabHost.TabSpec tab1 =mTabHost.newTabSpec("tab1"); TabHost.TabSpec tab2 =mTabHost.newTabSpec("tab2"); tab1 ...
13
votes
4answers
1k views

How to implement expandable panels in Android?

Is there an easy way to create expandable/collapsible blocks like seen in official market app? Screenshot of Market app, when you click on "More" button, the description section expands with ...
12
votes
1answer
823 views

Jquerymobile's Tap-hold not working in opera mobile widget emulator

I tried implementing Tap-hold function of jquerymobile as given in one of its demos <!DOCTYPE html> <html> <head> <title>jQuery Mobile Events</title> <link ...
12
votes
2answers
2k views

How to put multiple widget sizes in one apk?

What I'm trying to do is have a clock widget of different sizes (i.e. 2x2, 3x3, 4x4 etc) in one apk and a configuration activity to be able to select which size to add. From what i've learned from ...
11
votes
3answers
8k 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 ...
11
votes
1answer
14k views

Fullscreen widget

i have a question. How can i make my widget fullscreen? I've tried something like this: void MainWindow::SetFullScreen() { // Make our window without panels this->setWindowFlags( ...
10
votes
2answers
5k views

Android Widget Not Updating

I am trying to implement a simple widget for display on the home screen. The problem I am experiencing is that onUpdate is only being called once when I install the widget. The configuration is below. ...
10
votes
5answers
4k views

Widget - Iframe versus JavaScript

I have to develop a widget that will be used by a third party site. This is not an application to be deployed in a social networking site. I can give the site guys a link to be used as the src of an ...
9
votes
2answers
904 views

PDF Viewer Widget in Android

I have to provide the functionality of showing PDF docs in my app without using any external PDF viewer. I know Android doesn't have such kind of widget and WebView can't load a PDF doc. So I want ...
8
votes
4answers
116 views

Is there a name for this type of popular footer?

Screenshot of a footer: I'm unsure if there is a particular name for that kind of footer or if it's a widget for a certain framework. That particular example was taken from buffalonews.com After ...
8
votes
1answer
1k views

How to create crisp background image for 1x1 Android widget?

I'm creating an a 1x1 widget, and no matter what I try, I just can't get the background image looking nice and crisp. I've read just about any resource I can find, yet I still can't win. I'm ...
8
votes
1answer
1k views

Mulitple Instances of Pending Intent

I created a widget that when clicked activates a PendingIntent. The problem is when I have more than one widget on the screen only the latest one will start the PendingIntent. I have read some ...
8
votes
1answer
905 views

What Qt widget(s) to use for read-only, scrollable, collapsible, icon list

I'm relatively new to Qt, and am not entirely familiar with the out-of-the-box widgets. I have a somewhat (but not very) complex widget to create, and don't want to reinvent any wheels. What is the ...
8
votes
2answers
697 views

Job scheduler UI widget?

Does anyone know of a good Job scheduler UI widget? The ideal component would be a Javascript widget (hopefully JQuery) that allows a user to select a frequency which is converted to a cron ...
8
votes
2answers
10k views

How to implement a Button on an Android Widget

I am just getting started with Android development and I have created a nice little widget that displays some info on my home screen. However, I now want to implement a Button on my widget that ...
8
votes
3answers
5k 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?
7
votes
2answers
123 views

In ASP.Net MVC, how do you create widgets that put javascript and css where they're supposed to go?

I am trying to create a reusable widget in ASP.Net MVC. This is a widget that concatenates 2 dates into a string. The widget contains 3 files: Widget.cshtml, Widget.css, and Widget.js and dependencies ...
7
votes
2answers
585 views

Hide PyQt app from taskbar

I'm a beginner in PyQt. I was trying to create a simple app to try some of the toolkit's many features. My question is, how can I hide the app icon from the taskbar? I don't want the user to be able ...
7
votes
2answers
3k views

Android Widget onReceive can't call Service class?

I have a widgetProvider . I also have a service class that does the calculation for the widget. The widget runs fine when initialized. I'm getting an error when I try to call the service from within ...
7
votes
5answers
6k views

Android: Programmatically animate between images in Gallery widget

I'd like to programmatically move between images in the Gallery widget, with animation. I can change the currently displaying image using the setSelection(int position) method, however that does not ...
7
votes
5answers
5k 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 ...
7
votes
3answers
13k 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 ...
7
votes
5answers
16k views

Android - Get time of chronometer widget

I have a Chronometer widget in my Android app. I was wondering how to get the time from it. I tried getText, getFormat, getBase, etc, but none of them work. This is probably a easy question, but I ...
6
votes
1answer
358 views

Looking for js (perhaps jQuery) timezone (only) control UI widget

I have been looking for a javascript (hopefully jQuery) timezone chooser/picker/control widget that I can include in my social-calendar/event-router web app. Given that there are approximately 400 ...
6
votes
5answers
4k views

Fire jQuery event on div change

I have a div whose content may change in various ways: for instance its whole content may be reloaded via innerHTML, or nodes may be added via DOM methods. This in turn may happen via native ...
6
votes
4answers
679 views

After orientation change buttons on a widget are not responding

Hello I'm facing a problem with an appwidget that has one ImageView inside the xml layout for which I register a pendingintent that is handled in OnReceive method . Everything works okay until I ...
6
votes
2answers
2k views

How to remove widget when the app is uninstalled in Android?

In Android, I have created a widget for my application. When I uninstall the app, the widget shows "problem loading widget" error in home screen. I need a scenario where widget should be removed by ...
6
votes
1answer
5k views

Processing more than one button click at Android Widget

I saw this topic and implement IntentService as describes, but what if I want more that one button? How can I distinguish button from each other? I'm trying to setFlags, but cannot read it at ...
6
votes
8answers
1k 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 ...
6
votes
2answers
1k 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.
6
votes
5answers
8k views

Is there a Jquery tab control which handles multiple lines of tabs well?

I have an web application with a dynamic number of tabs ranging between 2 to 20. I'm currently using Jquery UI's tab plugin, but finding that it's behaviour is less then Ideal (i.e. around 12 tabs, ...
5
votes
1answer
259 views

Vaadin Compile widgets (addons) in NetBeans

I'm following the provided instructions but is not working. I'm getting this error: INFO: Widgetsets found from classpath: com.vaadin.terminal.gwt.DefaultWidgetSet in ...
5
votes
1answer
96 views

Finding a QWidget's height before inserting

I have a widget to insert that looks like this +--------------------+ | +-------++-------+ | | | || | | | | || | | | | || Label | | | | Label || Label | | | | || ...
5
votes
2answers
2k views

Why do I get an InstantiationException if I try to start a service?

I have been trying to fix the following problem all day but nothing seems to work. I have a widget which gets it's views updated via an IntentService. But i keep getting an InstantiationException ...
5
votes
2answers
231 views

Is there any way to put an EditText/input field into a homescreen widget?

I want my user to input something on the homescreen, but every time I add an Edittext to the widget it breaks. I did a little google searching to find that they apparently are not supported in ...
5
votes
2answers
197 views

Gtk Terminal Widget

Simple question: Is there a linux-style terminal widget for GTK? Preferably for Haskell, too, as I want to use gtk2hs
5
votes
1answer
480 views

how to find continent in particular location using Geocoder in android app

i am developing android application using Geocoder services, I have an application where I try to get address of a location based on the latitude,longitude coordinates its working fine. ...
5
votes
2answers
3k views

Visual JQuery UI form designer

I'm looking for some gui-tool (or service) to visual design jquery-ui forms and widgets. (Like form builder in Delphi or Visual Studio). Could you suggest any tool which allows to create web-form ...
5
votes
2answers
1k views

Android Widgets: Animations on RemoteViews?

I'm not having too much success applying animations to views inside a RemoteViews. For the sake of simplicity, let's say I have a widget with an ImageView and a Button. When clicking the button, I ...
5
votes
1answer
153 views

Private javascript widget

I'm considering embarking on a new project. The premise of the project is generate a widget on my site, then copy a piece of javascript into your site and viola you have your widget. It's a new spin ...
5
votes
2answers
1k views

After orientation change buttons on a widget are not responding

I have two buttons on a widget that change some items in a widget, if an orientation is changed on a phone, buttons do nothing. I read ...
5
votes
4answers
2k views

Use PreferenceActivity to configure widget, how retrieve preference?

i'm using PreferenceActivity class to configure my widget. PreferenceActivity class automatically saves user preferences, so in widget update service i can call context.getSharedPreferences() and i ...
5
votes
2answers
3k views

How to combine multiple uiBinder-based widgets?

I need to insert a [number of] uiBinder-based widgets into another one, at a particular spot. The inserted widget has a somewhat complicated layout, so I am trying to define it in HTML. ...
5
votes
13answers
583 views

Good resources for Wordpress?

I'm building quite a large site, no e-commerce, but a a lot of specific content to be managed. For some reason, the client wants Wordpress. There is no way of getting around this... I've used ...
5
votes
2answers
1k views

Best way to style GWT widgets in a library

I'm developing some widgets into a library for internal use at the company I work for. I don't know what's the recommended way to style the widgets. There are at least these ways: use ...
5
votes
3answers
2k views

Android - how update widget often but only when it is visible?

I'm going to create widget which needs to update its content every minute (it shows time-related data). However, there is no need to update widget if it is currently invisible, which means: screen ...

1 2 3 4 5 33