Questions tagged [custom-widgets]
131 questions
0
votes
0 answers
Button is visiable but TextView / ImageView is not visiable in custom compound view
I am trying to create compound CardView using two CardView and extended Framelayout. If I place a button inside custom CardView as a child the button is visible but if i place TextView or ImageView as a child the widget (TextView or ImageView) is…
0
votes
1 answer
IntentHandler doesn't update
I have configurable widget with dynamic options. The user can select different options like "Widget1" or "Widget2" (image).
The data are provided by UserDefault and can be modified in the main app.
When I change tеxt for "Widget1" in the main app…

user3723595
- 33
- 8
0
votes
0 answers
PyQt5 Stacking QWidgets as layers to decorate QGraphicsView
I am creating an application that reads the input of a webcam and updates the following QGraphicsView with QPixMaps. Additionally the QGraphicsView has a rubberband that is used to capture screenshots.
import logging
import os.path
import…

atomtm
- 347
- 1
- 3
- 9
0
votes
3 answers
How Can I Make This Dropdown Button Widget Reusable Iin Flutter?
I have the DropDownButton widget below, The widget works well as intended. However, I want to reuse this widget within the app, and simply pass options to it.
As an example, I want to call the same widget, but pass a different Title to the "brand"…

Pius Sunday
- 3
- 3
0
votes
2 answers
Flutter: Custom Widget not showing elements
I Created Custom Widget (cardChild) but it's not showing any element
class ReuseableCard extends StatelessWidget {
ReuseableCard({required this.colour, required this.cardChild});
Color colour;
final Widget cardChild;
Icon And Text both not…

Yash kolte
- 117
- 1
- 9
0
votes
0 answers
Woocommerce: product category widget for current category
I am trying to create a custom widget for an eshop with many top categories each having its own child categories (~8) each having quite a few grand child categories (~9-15).…

Aleksander
- 1
- 1
0
votes
1 answer
How to add a GtkWidget in a custom one?
I made a custom GTK widget and I need to add a GTK Button to it so to inherit its signals in the custom one. The custom widget is a timeline so I thought to use GTK Buttons to avoid messing with mouse coordinates. When the user wants to move the…

GiuTor
- 149
- 8
0
votes
2 answers
Kivy, reusing a toggle button layout, but assigning different functions to the buttons
I have created a custom toggle button layout that I would like to reuse multiple times. I would like to reuse it as it contains extensive formatting. I am using generated uuid's to assign the groups so that the multiple instances don't interfere…

mxguy31
- 1
- 2
0
votes
2 answers
Adding custom widget dynamically to a list - Flutter
I have a simple custom widget trans() (short for transaction) that just takes a number and a Boolean and displays a row, and I have a list:
List transactions=[
trans(false, 20),
trans(true, -50),
trans(false, 110),
…

Anan Saadi
- 328
- 4
- 21
0
votes
1 answer
Custom widget raise event not working property in flutter
i need a custom widget for draw vertical and horizontal line on my page whch i can resize widget on runtime. i combine GestureDetector for DrawLine with paint and canvas, so i have a class with name Line and i can paint my lines on this class
so i…

Mohsen Moosavi
- 11
- 1
- 3
0
votes
1 answer
Is there any way to make slider widget circular in shape?
I want to create a knob like slider so that i can increase the volume in my app. But the problem i am facing is it's by default linear in shape.
Instead of painting it, is there any work around.

Aradhya Jain
- 21
- 4
0
votes
1 answer
Is there a way to modify Thingsboard widget bundle to add advanced filters
Thingsboard CE widgets have been so helpful for timeseries data visualization, but it would be nice if there were some advanced filters based on our data, I wonder if there's a way to modify the widget code in order to add some filter, I don't know…

Paupiette
- 47
- 8
0
votes
1 answer
How to create custom draggable widget in WordPress
i need to make some blocks(widgets) like the same of WordPress dashboard widgets. that means if we dragged a widget to another position it wouldn't change after refreshing the page. is there any way for the same.?? i want some blocks or widgets…

vimal
- 21
- 5
0
votes
1 answer
add LineOfSight custom widget into appbuilder 2.16 for esri ArcGIS (Developer Edition)
I'm new to this area. I succeeded in adding 2d ListView widget by following esri tutorials, but will appreciate some help in adding the 3d LineOfSight custom widget into appbuilder 2.16 for esri ArcGIS (Developer Edition)

mlev
- 181
- 7
0
votes
2 answers
Azure DevOps Multiple Widget Configuration
I am building an Azure devops dashboard with custom widgets for my organization. There are some common configurations to some of the widgets. Is there any way I can achieve this without actual modifying every widget individually. In other words, is…

littlemisslilycane
- 37
- 8