Skip to main content
0 votes
1 answer
91 views

Project contains 3 files main.py from customtkinter import * import tkinter as tk from tkinter import ttk from include.frame_select import FrameSelect from include.frame_main import FrameMain window = ...
mrG's user avatar
  • 11
Advice
0 votes
2 replies
91 views

Is there a more accurate way to screenshot like a specific tkinter widget besides just calculating their coordinates, because it sometimes screenshots outside the window itself. Heres my code: def ...
CoolGuy158's user avatar
-4 votes
0 answers
84 views

forms.py class LegacyForm(forms.ModelForm): class Meta: model = Legacy fields = [ 'app_should_include', ] app_should_include = forms.MultipleChoiceField( ...
Enzo CORDOVANA's user avatar
1 vote
1 answer
95 views

I’m building a Flutter app where I want to show a FlutterMap inside a custom PNG shape (similar to a masked frame). My goal: Display FlutterMap only inside a custom shape image Outside area should ...
Shiv Sharma's user avatar
4 votes
0 answers
106 views

I am opening my app from a Widget using a custom URL scheme. The app does open every time, but .onOpenURL is not called consistently — sometimes it fires, sometimes it does not. Widget code Link(...
HeWhoRemains's user avatar
1 vote
1 answer
112 views

I’m working with WidgetKit for the first time. My widget works as expected, but I’m facing an issue with how it renders when it’s not the primary widget. My widget mainly displays a large image. When ...
Avi Rok's user avatar
  • 578
0 votes
1 answer
140 views

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 ...
Alex20280's user avatar
  • 385
1 vote
0 answers
231 views

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 ...
dervarex's user avatar
0 votes
0 answers
96 views

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 ...
SRJCoding's user avatar
  • 543
1 vote
0 answers
147 views

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 ...
sapir1126's user avatar
0 votes
0 answers
94 views

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 ...
asd fasd's user avatar
0 votes
0 answers
34 views

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 { ...
bananas0102's user avatar
0 votes
0 answers
76 views

I've successfully added a static legend template to the JSON of a widget like so: { "xyChart": { "dataSets": [ { "timeSeriesQuery": { "...
Rich Theobald's user avatar
0 votes
1 answer
118 views

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. ...
sybren osinga's user avatar
0 votes
0 answers
93 views

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 ...
Bossredman's user avatar

15 30 50 per page
1
2 3 4 5
810