Questions tagged [custom-widgets]

131 questions
0
votes
0 answers

GTK Custom widget (Button): cannot set label of button in _init

I'm creating a derived button class. I'm trying to set a default label of the button in it's _init method. However, it seems be get overwritten at the end of the method. It only works, if I apply it within the _new method. edit: Intention of this…
DarkTrick
  • 2,447
  • 1
  • 21
  • 39
0
votes
1 answer

Insert JSON File in SAP Analytics Cloud Custom Widgets

While I wanted to upload a JSON file in SAP Analytics Cloud in the Custom Widgets area, the following error message appears: Default value of property value is expected to be of type number Do you know the reason for this error?
Maco-ic
  • 99
  • 1
  • 7
0
votes
1 answer

Creating Custom Jupyter Widgets

I'm trying to create a custom jupyter widget that takes a pandas.dataframe as an input and simply renders a modified html version of the dataframe as an output. I'm stuck at the start in terms of defining a dataframe as the input for the widget I…
Quantipy
  • 3
  • 2
0
votes
1 answer

How to handle click listeners of a single view on a custom compound widget in android?

I have a custom widget (InfoIcon) with two views (Image view and Text View). I used this custom widget (InfoIcon) in my main layout file multiple times with individual Id (infoIconOne, infoIconTwo, infoIconThree) for the whole custom widget. Now…
Anushiya
  • 25
  • 9
0
votes
0 answers

ACF field value not working with page bulider

I created a custom widget with some fields "ACF" plugin, in widget area (dynamic sidebar) it works but when I want to add the widget to a page by page builder (I tested Elementor , Page Builder by SiteOrigin, Themify Builder and Beaver Builder…
Soma Moradi
  • 125
  • 1
  • 1
  • 9
0
votes
0 answers

QT Widget only showing up when using SetFixedSize(...)

I've created a custom Widget: in the designer and promoted a QWidget to a TreeItem (my own). But when I run the code, I can't see the widget. The only way to see it is to use setFixedSize(100, 100). Even resize and setGeometrydon't work. I want to…
icetomtom
  • 25
  • 1
  • 5
0
votes
0 answers

How to push the contents of custom widget to next page

I have created widget and called the parameters in a column with Gridview.count, but i want to push the same parameters to another screen. Please how will I do it? Thanks child: new Column( mainAxisAlignment:…
Benkot
  • 265
  • 1
  • 2
  • 6
0
votes
1 answer

Thingworx Gantt Chart error as "TypeError: Cannot read property 'ActualDataRows' of undefined"

I am using Gantt Chart extension from PTC Marketplace. When I configured and run the mashup it's giving error as "TypeError: Cannot read property 'ActualDataRows' of undefined at resize". (Please refer the below code and the attached image file). …
0
votes
1 answer

Flutter custom widget

How to create a view like this in Flutter?
Asfaque Ahmed
  • 215
  • 4
  • 14
0
votes
1 answer

Hiding A widget on recyclerview scrolling leaves blank space

I've a custom calendar view placed at the top of screen and when i'm trying to hide that widget based on recyclerview scrolling, the widget leaves an empty screen like below screenshots and the above calendarView leaves a blank space like…
0
votes
1 answer

Custom widget Image upload Issue

A day before tomorrow, I developed a custom widget for my Recent WordPress theme. In that widget, have an image upload field with some other fields. I have done everything and the widget is working very well except one problem. When I am dragging…
Chamon Roy
  • 731
  • 5
  • 8
0
votes
1 answer

Bitmap.createScaledBitmap filtering not working as expected

I'm having problems using Bitmap.createScaledBitmap in a custom widget's canvas in Android. The widget is supposed to display a scaled non anti-aliased version of the given resource. There's the following code in the widgets class: protected void…
arvere
  • 727
  • 1
  • 7
  • 21
0
votes
2 answers

Binding function to a button inside a Custom Widget from outside

I made this Widget: : source:'' text:'' release_fn: None Button: on_release: root.release_fn() size: root.size pos: root.pos BoxLayout: padding: 30 size:…
griloHBG
  • 177
  • 1
  • 14
0
votes
0 answers

creating custom xtype using extjs for a dialog in aem

I am trying to create a new question module. Requirements: True or False - two multifields for options either true or false Single Option - as many options as user wants (radio button to choose one option). Multiple choice Q - as many options as…
0
votes
1 answer

Use custom made widget in another project

I have come across this custom widget, https://github.com/akontsevich/WidgetBox however I am unable to work out how to use it in my current project. I have tried including the files in my project, as well as including a .pri file in my project.pro…
Phauk
  • 61
  • 8
1 2 3
8 9