widget Questions

1

The argument type 'QrImage' can't be assigned to the parameter type 'Widget?'. Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('QR Code Generator'), ), body: ...
Rite asked 11/8, 2023 at 19:4

4

Solved

As you can see from the gif and from the code below I have a container and a text widget, both wrapped in a hero widget. When the container is clicked the second page opens. I would like to have a ...
Stonefly asked 23/11, 2022 at 16:42

6

Solved

I already have an iOS 17 App Intent that works with a URL: @available(iOS 16, *) struct MyAppIntent: AppIntent { static let title : LocalizedStringResource = "My App Inent" static let o...
Lith asked 6/7 at 22:22

2

Solved

I've been searching this for weeks now but I can't find an answer. I'm trying to create a ListView inside a widget. I managed to populate the ListView. My problem is when I click an item inside the...
Floria asked 21/9, 2016 at 8:40

5

Solved

Can I use SpannableStrings in a widget's textView? I tried and all it rendered was plain text. I don't know if it is something I'm doing wrong (most likely), or if it just isn't possible for some r...
Hokum asked 4/6, 2012 at 20:4

3

I am trying to embed calendly in my nextjs project. Not sure however how to go about it. Ideally, I just embed it on a single page (and not in _app or _document) This is what I've got so far: impor...
Malvia asked 20/5, 2022 at 9:36

13

Solved

How can I disable the default splash/ripple/ink effect on a Widget? Sometimes the effect is unwanted, such as in the following TextField case:
Septuplet asked 25/4, 2018 at 10:57

4

I have a widget(which works) with a GridView, which shows information in 1 or more columns/rows. I want to set the number of columns programmatically, cause the users shall choose. If I set the num...
Byrom asked 5/12, 2012 at 14:50

4

Solved

I have been dealing with this problem for almost a month now, and I feel frustrated, Any help would be greatly appreciated. I am trying to write a widget for my takenote command. The purpose of th...
Olia asked 2/1, 2018 at 4:30

3

Solved

I am using rows and columns in my layout and load some data from the internet to display information inside my rows and columns. I want to design a dynamic loading page in such a way that every loa...
Villada asked 27/4, 2021 at 0:49

10

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 hidden. Using button->hide() it works, but all the butto...
Davidoff asked 9/12, 2009 at 14:57

6

Solved

My tkinter application has several controls, and I'd like to know when any changes occur to them so that I can update other parts of the application. Is there anything that I can do short of writi...
Midship asked 15/3, 2011 at 6:15

4

Solved

I have a ListView.builder generating ListTiles from a List. I would like to achieve an alternating color like you would a typical list. Is there a Flutter official way to do this? Or I'm stuck wit...
Heyes asked 6/2, 2019 at 13:9

2

I want to add some iOS 14 widgets to my existing iOS app. When testing the widget in simulator it frequently happen, that the widget is not displayed correctly but is all black. Both in the widget ...
Christenachristendom asked 5/10, 2020 at 9:16

6

Solved

I have written a jquery-ui widget using the Widget Factory... I need to be able to determine in code whether the element is already a widget or not... My investmentGrid widget is created on #cont...
Piapiacenza asked 24/5, 2010 at 6:3

9

Solved

On my signup form, I have a checkbox which needs to shake a bit whenever the user tries to login before accepting the terms and conditions. How can I achieve something like this Flutter?
Ranita asked 1/12, 2019 at 7:28

3

Solved

this seemed easy... I wrote a dialog widget where I put some entries, buttons etc - among which a button I'd like to activate by mouse click, but also by pressing return. I read time ago that it w...
Serbocroatian asked 21/5, 2012 at 14:37

5

I am trying to get a SwiftUI widget to update on command when the value of the @AppStorage changes. When I load the simulator the widget updates to the correct value from @AppStorage but does not u...
Fork asked 21/1, 2021 at 18:10

4

Solved

Is it possible to created named choice groups in a Django select (dropdown) widget, when that widget is on a form that is auto-generated from a data Model? Can I create the widget on the left-side ...
Objection asked 22/2, 2011 at 16:22

5

Solved

WP 5.8 comes with a new system to manage events named "Widgets Block Editor". How can I disable this new system and restore the classic widget editor of WordPress?

22

Solved

I was wondering if there is an easy way to strike text within an app widget in Android. In a normal activity, it is pretty easy, using textview flags: textView.setPaintFlags(textView.getPaintFlags...
Cowan asked 7/10, 2010 at 12:21

3

The following example doesn't work in VSCODE. It works (with %matplotlib notebook in a Jupyter notebook in a web browser though). # creating 3d plot using matplotlib # in python # for creating a...
Kampong asked 10/3, 2022 at 9:22

2

I am encountering an issue with generating report using Pandas Profiling library. I have uninstalled and installed the library again in a newly created environment , still not able to generate any ...

7

I have a list of ExpansionTile with a list of ListTile in a Drawer. What I want to achieve is, when I press an ExpansionTile, the another ExpansionTile must be collapsed. I had been stuck with this...
Steelyard asked 20/5, 2022 at 8:25

4

I would like achieve the corners for the progress indicator as per above image.
Follicle asked 7/9, 2022 at 10:51

© 2022 - 2024 — McMap. All rights reserved.