12,166 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
70
views
Flutter widget shows last video frame when switching between image and video
I have a Flutter app that plays videos one after another. Sometimes, I also show slides (PNG images) between videos.
When the sequence is video → video → video, everything works fine.
But when the ...
1
vote
0
answers
111
views
iOS 26 adds unwanted outline to transparent Scriptable widget
I'm trying to create an "invisible" widget using Scriptable on iOS 26. The goal is for it to blend seamlessly into the home screen background.
However, iOS seems to add a subtle 1–2 pixel ...
0
votes
0
answers
70
views
How to stop Databricks retaining widget selection between runs?
I have a Python notebook in Databricks. Within it I have a multiselect widget, which is defined like this:
widget_values = spark.sql(f'''
SELECT my_column
FROM my_table
GROUP BY ...
1
vote
0
answers
94
views
Custom ProgressView in a SwiftUI widget
I’m trying to add a linear ProgressView to a SwiftUI Widget that counts up over time and uses a LinearGradient instead of a solid color for the progress bar.
First I tried using the built-in ...
0
votes
0
answers
52
views
iOS Live Activities + multi-phase timers (Pomodoro / boxing rounds) without push notifications – is proper sync even possible?
iOS Live Activities + multi-phase timers (Pomodoro / boxing rounds) without push notifications – is proper sync even possible?
Hey everyone 👋
I’m building a Pomodoro timer and a boxing/round timer in ...
0
votes
0
answers
23
views
FilamentPHP v4 Method App\Filament\Widgets\ListUsers::getCachedSubNavigation does not exist
I created a custom page, and I added a table widget to it.
<?php
namespace App\Filament\Pages;
use App\Filament\Widgets\ListUsers;
use Filament\Pages\Page;
class Users extends Page
{
...
0
votes
0
answers
65
views
How can I control text color in a SwiftUI widget when in tinted mode?
Is there a way to control the text color of a SwiftUI widget even when the iPhone is in tinted mode or clear mode?
I have a widget that looks fine in Default mode, but when the the user switches to ...
0
votes
0
answers
61
views
Cloud Monitoring Dashboard widget loses the "legendTemplate" JSON setting when re-editing
I've successfully added a static legend template to the JSON of a widget like so:
{
"xyChart": {
"dataSets": [
{
"timeSeriesQuery": {
"...
0
votes
1
answer
112
views
Slicing pandas dataframe with a value from a Jupyter widget raises an error
In a Jupyter Notebook, I make use of a Jupyter Widget to interact with a function.
The widget gives me a dropdown that can cycle through some plots, and its options are retrieved from a dataframe.
...
0
votes
0
answers
87
views
Android Homescreen Widget updating unexpectedly
I have developed a homescreen widget (for personal use only) on my Samsung Android phone.
It is a clock widget but with an extra large font (the whole reason for developing this as the stock widget's ...
0
votes
1
answer
50
views
ios26 WidgetConfigurationIntent AppEntity DisplayRepresentation does not support filled system icons, nor tintColor
My app has a home widget feature , that when the user is selecting the configuration for their widget, they see the color of the item in the configuration intent, shaped as a filled square :
...
0
votes
0
answers
61
views
RCP - Search option under Multichoice widget
I am using org.eclipse.nebula.widgets.opal.multichoice.MultiChoice in my application to work on multiple selections. However, I have nearly 70 multiple entries under the widget and it is difficult to ...
0
votes
0
answers
70
views
ThemeData.brightness does not match ColorScheme.brightness. Either ovveride ColorScheme.brightness or ThemeData.brightness to match the other
I was trying to build a dark/light theme switch function. In order to switch the brightness I packed the MaterialApp into ValueListenableBuilder and tracked the value of isDarkModeNotifier. However, ...
0
votes
0
answers
139
views
How can I update a WidgetKit widget from the server when the app is closed?
I’m building a Swift app with a WidgetKit widget. I want the widget to update on demand whenever I trigger it from my server.
Here’s what I’ve tried so far:
Background push notifications:
My plan was ...
0
votes
0
answers
45
views
I can not link IOS module to React Native CLI
I am creating widget app in react native cli. It is a countdown widget that has 5 backgrounds which the user can pick. And the user can also upload custom image to the background of the widget. When i ...