Most voted "widget" questions
A widget is a component of a graphical user interface (GUI), which includes windows, buttons, menus, icons, scrollbars and more. If the question is not about the widget, do not use this tag, even if you are using the widget in your project.
Learn more…42 questions
Sort by count of
-
4
votes1
answer765
viewsShare article on Facebook - Popup / Blank window
From last week to now, when trying to share any content on my blog to Facebook, I get a popup or blank page within the Facebook domain. Examples: Share Article 1 (that article) Share Article 2 (that…
-
4
votes1
answer85
viewsWhat are the widgets?
I understand that the widgets would be the components available in the Android Studio palette, for example. Thus, the components of the palette below, not only those that are in the Widgets group…
-
3
votes1
answer62
viewsHow to display a layout in the Homescreen Widget for each day of the week?
I would like to show certain layout in the Homescreen Widget for each day of the week. I have the 5 days, and when identifying them, the device should update the widget layout. How could I do it?…
-
3
votes1
answer168
viewsAndroid Widget - Permission Denial
I’m having a permission problem that’s gone a little overboard. Inside a widget I inserted a button, that when pressing I receive the following message: 04-13 14:10:44.340: E/databaseutils(2362):…
-
3
votes1
answer121
viewsEdit widgets Django
Hello! I’m developing a Django app. On the project registration page appears a Selectmultiple pro user select the participating teachers. But on the details page I just wanted to appear the names of…
-
3
votes1
answer669
viewsHow do I click an image and perform a function
The language is python and the graph is Qt4. I have a qlabel and a hidden widget. I need that when the qlabel is clicked the widget appears, and when it is clicked again it disappears. I researched…
-
3
votes1
answer726
viewsPython Tkinter text widget in another setting does not allow Insert
I am new to programming and python. I would like to insert a definition a box information that was created in another definition. How is that possible? According to the code, which is attached, the…
-
3
votes1
answer31
viewsIs action confirmation widget possible?
I have to put a Alertdialog to confirm if the user really wants to perform certain action, it is simple to do this in an Activity or Fragment only I’m having problems to do this in the widget, I…
-
2
votes1
answer2235
viewsHow to create a widget?
I have in mind the @xml/widget_info the receiver in the Manifesto the layout of the widget and the Provider class is what I doubt. What it needs to have?
-
2
votes1
answer150
viewsShow data from my site on other sites
I have a website where I want to make a widget (or something). I want to do more or less like some websites do: Give a JS + a div link to the user. It simply puts on the site and appear the data. My…
-
2
votes2
answers1406
viewsRounded Tkinter button
Is there any way to round the button tips? Or even leave it as a circumference? Like this one for example:…
-
2
votes2
answers81
viewsHow to limit the Slider widget Handler for jQuery UI?
I’m using the Slider of jQuery UI, and I’m hoping that the Handle responsible for moving the slider, stay within the limits of the slider. Currently it is like this: Limit 0%: Limit 100%: I want him…
-
1
votes1
answer160
viewsWidget layout is not working
I wonder why this layout is not displayed in my widget: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"…
-
1
votes1
answer70
viewsSet post_type search widget
I have a question about how to define the parameter post_type for the Wordpress search widget. The widget is displayed in the page header. I am currently using the following code: echo the_widget(…
-
1
votes0
answers55
viewsMAGENTO - Product price in widget
I’m having trouble with the widget. It displays the products normally but does not know a way to display the prices of the products in the widget itself. Website for viewing: Aniix Store…
-
1
votes1
answer55
viewsSelect Block/Page button in Widget Properties does not appear
good afternoon! Something like this has happened to you? Brand new host, from Godaddy. Installation 0km... When I create a widget, after selecting the type and template, I can’t select Block and…
-
1
votes0
answers20
viewsRegistration and Custom Widgets in Wordpress
We have a Wordpress site already in operation and we need to develop a functionality in the same that enables the following: Allow a DJ to register and create his site profile; Create a page that…
-
1
votes1
answer27
viewsHow to get the Appwidget id when clicking it?
I need the ID of an Appwidget in specific to do certain action, example: widget 1- sair widget 2- entrar widget 3- nao faz nada Suppose the login was selected I will use the WIDGET LOGIN ID to do…
-
1
votes0
answers18
viewsWordpress - Check whether mouse passed/clicked on image without links
I researched a lot already and did not find anything that serves, I need something in wordpress that runs in the html widget, that in a common image being displayed without any link register…
-
1
votes1
answer173
viewsUpdate widget data - update time
I am creating an application that will have a widget, it will be presented some data taken from a webservice. I need it to update every 5 minutes to have a recent user information. The documentation…
-
1
votes1
answer156
viewsHow to change the size of the Dropdownbutton list?
I’m new to Flutter and created a Dropdownbutton where it works perfectly. But I need the same when opened, do not fill the entire screen as shown in image 1 and 2. I need the Dropdownbutton open its…
-
1
votes0
answers338
viewsFrame Tkinter Python does not stand next to another frame
Well, I’m having a problem assembling my simple graphical interface for a program. I’m doing it with Tkinter using python 3 and a frame just doesn’t sit next to each other! I have tried to put…
-
0
votes1
answer71
viewsWidget for Events
Good night, I’m programming an HTML/css site for a band. The client asked to have a session with the schedule, I found the bandsintown manager, but wanted something similar, where the customer…
-
0
votes1
answer35
viewsAdd widget on start screen
I’m using the library https://github.com/prolificinteractive/material-calendarview And I’m almost at the end of the project, but now I have the need to insert the calendar widget option, but the…
-
0
votes2
answers5728
views -
0
votes1
answer45
viewsWidget - Install automatically through the app
I would like to create a feature in the App to automatically add the Widget of the application. When the user clicks on a button, it automatically inserts the Widget on the home screen. It is…
-
0
votes1
answer73
viewsSplit widget on screen
I want to split two widget within the Layoutlinear, being both Textview . If I use "orientation="horizontal" and in the Textview use the attribute android:layout_weight="1", widgets were split on…
-
0
votes1
answer352
viewsHow to catch the state of toggleButton Android?
How to catch the state of ToggleButton if this on or off, I looked at the Android documentation only has the method of changing the state, I needed to get the status of the button to make the…
-
0
votes1
answer14
viewsHow to have appwidgets in apphibrium?
I have a hybrid application as I can put native widgets in it ?
-
0
votes1
answer2903
viewsAdjust Tkinter window and widjets according to screen resolution
Hi, I’m developing a python GUI with Tkinter. I’m trying to get the widgets setup I set up to fit the monitor resolution. I applied the following code. janela = tk.Tk() lado, cima =…
-
0
votes2
answers448
viewsHow to remove back arrow from home screen (flutter)?
People I’m having a problem the moment I logout type, I press the icon to logout it leaves the app, only when soon again it presents an arrow back on the home screen. my code is like this:…
-
0
votes1
answer31
viewsHow to remove the blue background from the table item when selected?
I have a QTableWidget and I need all items in the table to have the same background color. The problem is that when an item is selected, it gets the background blue. I tried the following code on…
-
0
votes1
answer39
viewsWordpress, Widget Contact Info & Map (jetpack)
I need to fix an error within wordpress, at this time I have installed Theme Flat Bootstrap,and the same does not have as an option the Widget Info of Contact & Map, that I downloaded by…
-
0
votes0
answers51
viewsIs there any way I can redirect this script to a thank you page and then to Whats?
Hello, I’m new in javascript, I’m using a site called Whatshelp to generate me a Whats boot, I would need that when the person clicked on the Whats button it redirected to a thank you page and then…
-
0
votes1
answer1118
viewsHow to pass variables from a reusable widget to a flutter screen?
Hello, I’m seeking to reuse some widgets from my app, I’ll give a brief example. I have an Appbar, which in case is my General Menu, present on all screens. import 'package:flutter/material.dart';…
-
0
votes1
answer207
viewsFlutter Autocompletetextfield with dynamic hintText
Description My App consists of two widgets: The first (Autocompleteinput) is composed of an autocomplete field (Autocompletetextfield) and a button beside it as shown in the following image: When an…
-
0
votes1
answer118
viewsHow to use a Bloc Pattern to manage 2 widgets in Flutter
I’m implementing Bloc in my app, in order to componentize widgets, but I am unable to receive the status changes of a Widget that is in the Widgetprincipal class to change another that is in the…
-
0
votes1
answer75
viewsHow to add a Qpushbutton to Qtablewidget?
I am creating an application in Pyqt5 with a table, using the classes QTableWidget and QTableWidgetItem. The table has three columns - the first two are just texts and the last one is a button,…
-
-1
votes1
answer1565
viewsFlutter - A Renderflex overflowed by 572 pixels on the bottom
Hello, I have had some mistakes with Flutter when it comes to the issue of OVERFLOW of the edges. I made a Listview.Uilder and it has been overflowing vertically. What I tried and didn’t work: Wrap…
-
-2
votes1
answer18
viewsHow to remove the background from Qpushbutton?
I’m trying to create a clickable text - like "that" - in Qt Designer. For this, I created a QPushButton and marked the property flat to remove the background button. At first glance, the background…
-
-2
votes1
answer118
viewsListview is not displayed below a 'Container'
I’m new to the flutter and I’m having a hard time showing a Listview below a Container. In the codex lattice below is displayed only mine Container, and the Listview just doesn’t show up. Obs: no…
-
-4
votes1
answer431
viewsIs it possible to create a widget with javascript?
Javascript already has several Ads for push notification, vibration (only on mobile) among others, is it possible to create widget on the user’s desktop? Or, if this is a requirement of the project,…