Widget is (1) an element of a user interface (GUI widget) or (2) a self-contained usually small software application (desktop widget).
-1
votes
1answer
27 views
Reason for difference between two parts of code to be traced
The code, that does not work is this one: (Just consider the Note-part; Main() is only for creating the systrayicon (which was at first implemented with the win32gui because of tkinter, but in qt it's ...
0
votes
0answers
9 views
JQM v1.1.0 to v1.3.1
I have updated my JQM from v1.1.0 to v.1.3.1.
I expected things to break, and since my jQ knowledge is next to nothing, I need some help.
1) pagebeforeshow: Is this still valid?
...
0
votes
1answer
24 views
Increment integer before using as text for widget
I've a weird problem when I try to set the text in GWT Widget (My ide is Eclipse Juno).
Here the case:
I've a class with a getter that returns an integer
int myClass.getValue();
I want use this ...
0
votes
0answers
29 views
Android widget: how to set listener on buttons on widget?
I have searched between many questions others asked about this problem and all were confusing and not helpful.
My problem is I make widget for app, and it starts ok, but it doesn't react on events. I ...
1
vote
1answer
18 views
Need held with instancing a QWidget with PyQt4
This code works:
from PyQt4 import QtGui
import sys
app=QtGui.QApplication(sys.argv)
window1=QtGui.QWidget()
window1.show()
window2=QtGui.QWidget()
window2.show()
But this doesnt:
from ...
0
votes
0answers
33 views
Android Widget with ImageView is Invisible Until I Start Moving It
I've got a widget with an ImageView, whose source I'm setting with a URI to an image on the user's device. I set it with RemoteViews.setImageViewUri() in the onUpdate of the widget's provider. The ...
-1
votes
1answer
30 views
Debug Mode: Notice: Undefined index? [closed]
I'm working on flickr (wordpress widget).
Here is code: http://pastebin.com/Qu0TCt3c
This widget works fine but when i actived the WP DEBUG MODE, I got the following error in wordpress ...
0
votes
0answers
13 views
Android widget button press
I’m developing my first widget and it is a simple calculator widget. I got the calculator widget showing up on the screen fine. But my problem is that I don’t know how handle buttons presses. E.g. if ...
0
votes
0answers
13 views
Durandal,Widgets, Data-part
I am build widgets on top of each other to make the code reusable.
It works okei, but i am wondering if it is posible to change the data-part area of the inner widget in the outer widget? By the way ...
0
votes
0answers
27 views
Plugin that creates a button widget for the sidebar, which is independent from the theme
I'm looking to develop a plugin that creates a button widget for the WordPress side bar, which is independent from any theme. The admin is able to configure the button to look good with the least ...
0
votes
1answer
28 views
Superimpose widgets in Qt designer
I have a Qt application and I would like to superimpose a button on a QTreeWidget using the layouts.
In fact, when I click on an item, I want the button to set visible, and centered above the tree. ...
0
votes
1answer
12 views
How to change font type in twitter.com widget?
I have some basic knowledge in coding, most of which I learned through reading.
I'm using wordpress for my website. Now I like the official twitter widget but the only downside for it is the limited ...
1
vote
0answers
15 views
IBM iWidget Persistent storage of attributes - 404 response when saving in Connections 4.0
I am trying to save a persistent variable for iWidget instances in IBM Connections 4.0
Documentation (link & link) leads me to the following javascript (run with the iWidget in Edit mode):
...
0
votes
1answer
16 views
select size with jQuery UI MultiSelect Widget
I use this widget http://www.erichynds.com/blog/jquery-ui-multiselect-widget.
My problem is that I can't define the size of my select like this:
<select size="10">
</select>
I think I ...
1
vote
2answers
25 views
Python tkinter disable the button until all the fields are filled
Let's say I have 2 entry widgets, 1 option menu(drop down list) and 1 button in tkinter. How can i set the button widget state to DISABLED until all 3 widgets are filled by the user?This is what i ...
0
votes
0answers
8 views
Apple App Search Widget
I've inserted the code for the Apple App Search widget in my blog.
The code is as follows:
<iframe ...
0
votes
1answer
11 views
wordpress recent posts show thumbnail
How can I show either a small thumbnail of a image or featured image, from each post In my recent posts custom widget
Here's my code:
<?php
include($_SERVER['DOCUMENT_ROOT'] . $root . ...
0
votes
0answers
12 views
What is .rds_delta file?
I see a file in the root folder of my Tizen project called .rds_delta that contains what appears to be change commands for something. A Google search reveals nothing. Does anyone know what this file ...
0
votes
2answers
41 views
Filter posts by multiple checkbox categories - wordpress
I would like to set up a widget to filter my post by categories.
Let's say, I do have two different categories, "Countries" and "length of stay" with sub categories. Here is an example of what I have:
...
1
vote
2answers
26 views
Python tkinter label widget mouse over
My objective is to change the text of label widget when the mouse move over the label.For one label i would do something like this:
import Tkinter as tk
def fun1(event):
...
0
votes
1answer
19 views
Null Pointer implementing Android Wheel
I'm trying to implement Yuri Kanivets' Android wheel picker. I am simply trying to place a few strings onto a single wheel. What makes my implementation a little different is that I am trying to ...
0
votes
0answers
2 views
ARM7 LockMe Widget or SlideUnlock and support Password to unlock
I want to do a subentry like that base on ARM7S3C44B0X and realize: ARM7 LockMe Widget or SlideUnlock and support Password to unlock in android phone.
How to do like this? Thanks in advance!
0
votes
0answers
160 views
Error inflating DrawerLayout
public class HomeActivity extends Activity {
private String[] drawer_options;
private ListView mDrawerList;
private DrawerLayout mDrawerLayout;
private ActionBarDrawerToggle mDrawerToggle;
private ...
0
votes
1answer
35 views
SoundCloud widget custom edit
I'm using the following code to create a custom SoundCloud player:
https://github.com/soundcloud/soundcloud-custom-player
What I have done is:
...
0
votes
0answers
18 views
Run a private Void on widget press?
Hi i have a private void which i need to run when widget is pressed how can i do this ?
i can add a widget but in phone when i add widget program force closes it self .
how can i run a private void ...
-1
votes
0answers
5 views
Facebook in wordpress widget not read by robots plus other issues/questions
I really do thank you in advance! im not a complete newbie but not into coding or web design in my day job so please do offer me as much plain english as you can! massive thanks for your time to all!
...
1
vote
0answers
32 views
Intellisense not working in Visual Studio 2010 for jQuery widget when base is specified
I have problems with getting the intellisense fully work for my jQuery widgets in Visual Studio 2010. For a widget the intellisense works fine when no base is specified.
But when I do specify a base ...
0
votes
0answers
14 views
Django: admin inline displaying text-boxes rather than drop-downs
I have added an inline to the admin class for one of the classes in my django application. The problem I'm having is that the inline items are displaying as free-text boxes, rather than drop-downs (so ...
0
votes
1answer
19 views
Can't get the second variable to save in my first custom WordPress widget
I am attempting my first custom plugin for a project and it seems to be about 90% working (somehow). I am able to save the title but not the URL for the second variable (event_url) to save or work.
...
1
vote
1answer
29 views
Loading an external widget in widgets-config.xml
I am unable to load an iWidget externally on the communities page
This is my widget def:
<widgetDef defId="qmiWidget" primaryWidget="false" modes="view fullpage edit search"
...
0
votes
1answer
29 views
How to check for widget Home screen
I want to check whether user is facing the widget Homescreen(ie where the widget are placed) or using some other screen .ie he may be playing game or texting or something else..If user is on some ...
0
votes
0answers
10 views
Homescreen Widget - process dies, widget left in limbo, need recovery strategy
Hope you can offer me some sage advance.
I assure you it will be most appreciated.
I have a home screen widget backed by a Service and am seeking a guaranteed solution to recover from the death of ...
0
votes
1answer
17 views
Sign-up button is not working in my Launchrock widget
I built a landingpage --> http://www.zentify.com/
I used twitter bootstrap and integrated the Launchrock widget and adjusted some of the css.
Now it looks like I wanted it to look, but the submit ...
1
vote
2answers
37 views
Dojo instances of same widgets are not saparated
I have built a Dojo Widget for creating a list by entering values. the widget code is:
define(["dojo/_base/declare", "dijit/_WidgetBase", "dijit/_TemplatedMixin", ...
0
votes
1answer
25 views
how to invoke a method from an Entry Widget in Ruby Tk
I'm looking for an option or a way to bind an event, which invokes a method from an Entry-Widget.
Like the command option for button-widgets: command { method } or
like binding an event for ...
1
vote
1answer
49 views
How to loop over a Tree widget when the depth of the node is unknown (GWT)?
I searched over the internet but didn't see any single post discussing about this very useful topic. Here is my problem.
I got a Tree that has CheckBoxes on the root & on the child of the ...
0
votes
2answers
21 views
How to edit custom menu widget CSS in Wordpress?
I want to create a horizontal custom menu in wordpress. I've added a custom menu widget to the footer of my site (not online yet) but it displays a vertical bullet list menu. Where can I change that?
...
3
votes
2answers
25 views
Why does file_get_contents() Javascript Output not Execute?
Backstory: I'm trying to use the Newsletter Widget from SendGrid but they currently don't offer it using SSL. So any requests to https:// just redirect to http:// and then browsers complain about ...
0
votes
0answers
18 views
How can I hide the user icons in the facebook comment widget
We're adding facebook comments to our site but they will be in a very narrow left rail. As a result, we'd love to have the user images hidden. I've checked the documentation and traced the css enough ...
0
votes
0answers
16 views
Value is not persisting inside dijit.form.TimeTextBox inside a grid
I have a requirement where i have to fetch values inside a dijit.form.TimeTextBox inside a grid on an event which i am able to do successfully. But the issue is when i click on the column the data is ...
0
votes
1answer
18 views
Wordpress display plugin widget with shorcode
I created a PLUGIN with two WIDGETS. 1st widget goes in the sidebar, but the 2nd widget needs to be displayed in a page post using shortcode [mywidget] How can I make this happen? Basically I need ...
0
votes
0answers
33 views
My android widget service stops after some time
I have an issue with my clock widget. I run a Service to refresh it when needed (on USER_PRESENT event and each minute while screen on), but this Service seems to be killed after some time, randomly, ...
0
votes
0answers
14 views
passing a “custom” handler to a DOJO class and executing with vars provided by the destination function
I have an app where I'm using a custom widget lets call it controller.js and it has it's template/layout and then I have data model that it self is a stateful class where I have written a basic visual ...
0
votes
1answer
12 views
Multiple child widgets in pyside
I want to have multiple children of one QWidget. However, when I just set a child multiple times, only the last one to be set shows up. The ultimate goal is to put this widget in a QScrollArea. Here ...
0
votes
1answer
42 views
widgets template system using node.js with dust server side templates
I'm trying to create a page with widgets on it using Node.js and Dust as a template engine.
I would like the widgets to be standalone as possible with their own css, js and html.
Which of the follow ...
0
votes
0answers
15 views
Joomla 3 Widgetkit not showing in component menu
I have installed and added a lot of data in my Joomla 3 Yoo Widgetkit, but I found out that it should be a widgetkit menu item in components menu, but it is not. I googled and found this solution:
...
0
votes
1answer
8 views
Switch wordpress widget by page shortcode
I am creating a plugin that contains a widget and a shortcode for the page content. Now I want to be able to disable the widget (or change it content) when a page with my shortcode is used.
It looks ...
0
votes
0answers
9 views
It is possible to restyle the standard twitter feed website widget?
With Twitter having switched off their old API we are all forced to use the new website widget and I know there are a few settings you can use in data-chrome (such as noheader, nofooter, etc).
But ...
1
vote
2answers
23 views
How to change the range of years from sfWidgetFormFilterDate?
In my field expiration_date from my filter, I want to change the range of year (to begin in 2013 and not in 2008) of the select box. How can I do this ?
0
votes
3answers
38 views
How to limit an excerpt in wordpress?
I'm using the Events Calendar by Modern Tribe in my website and I want to modify the widget. I have everything the way I want it except for one small detail... the excerpt. This is how the section ...



