Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
18 views

import AppKit import objc from Cocoa import NSColor, NSFont, NSBezierPath, NSAttributedString, NSForegroundColorAttributeName, NSFontAttributeName class OverlayContentView(AppKit.NSView): def ...
DwangML's user avatar
0 votes
1 answer
154 views

Flutter dialog or drawer closes immediately on iPadOS 26.1 (Flutter 3.35.x) When launch a flutter app on an iPad device or simulator running iPadOS 26.1 (you can get the latest simulators by updating ...
Mohammad Alamoudi's user avatar
Best practices
2 votes
1 replies
71 views

The Rockchip CM3588 has a myriad of I/O pins, some of which are connected to a 40-pin connector. Some of those pins have more than one possible assignment/function like GPIO, PWM or SPI. I whish to ...
patmin's user avatar
  • 147
3 votes
1 answer
169 views

Element A is a div with a black text (span element) and a black text GIF (img element) that has position fixed. Element B is a color GIF (img element) that does not have position fixed and when you ...
borjborj's user avatar
0 votes
0 answers
56 views

I am building a Flutter app called NotiBac that helps students memorize history dates and events for the BAC exam by showing them in random popup overlays. The app has two parts: Lists Management, ...
Mostafa dd's user avatar
2 votes
0 answers
172 views

I'm working on an Android Automotive OS system build, and I want to center the Activity Chooser dialog position (i.e. ResolverActivity) on the screen using a theme overlay only — no Java code ...
Satyasarathi's user avatar
0 votes
0 answers
73 views

Suppose I have a flutter application - and it is a live streaming application made through flutter package apivideo_live_stream: ^1.2.0 - now we have host (me who has mobile and doing video streaming) ...
Zeeshan Haider's user avatar
0 votes
0 answers
22 views

I am stuck on the following problem. Here's the codepen: https://codepen.io/bstnstn/pen/YPXdbjG This page should lock the main content once we reach the bottom edge, then scroll in an overlay layer ...
bskkmmt's user avatar
0 votes
0 answers
69 views

I'm building a Flutter app that uses SAF (Storage Access Framework) to let users pick WhatsApp statuses using a directory picker. I want to display a small guidance overlay (like a tooltip or ...
shakti goyal's user avatar
0 votes
1 answer
304 views

I'm making a password entry overlay in my Android app when someone tries to open the selected app, but i got this error: FATAL EXCEPTION: main Process: com.example, PID: 10078 java.lang....
Error's user avatar
  • 9
0 votes
0 answers
44 views

I'm working on a Flutter app where I need to implement a document scanner feature. The requirements are: When the camera opens, there should be an overlay (for example, a rectangular frame) displayed ...
zilon co's user avatar
0 votes
1 answer
60 views

I want to draw image overlapped with a blurred panel with a text. The problem is the panel frame depends on text frame. In the same time mask modifier is set separately from text and panel. My code: ...
Gargo's user avatar
  • 1,380
0 votes
0 answers
54 views

I'm developing a foreground service to display an overlay view. The service uses a ComposeView whose content depends on the data of a Preference DataStore. The content of the ComposeView looks like: //...
E__Man's user avatar
  • 21
0 votes
0 answers
206 views

check this image and exactly i want like this when i click my button in my app. "I'm developing a Flutter application where I need to implement a feature that displays a separate, movable, and ...
Hinas Ahammed's user avatar
0 votes
1 answer
368 views

I need to implement a Popover primitive that always appear on top of all other elements in the page, I tried to see if some well known solutions have this implemented but it seems in all cases the ...
roy riojas's user avatar
  • 2,536
1 vote
1 answer
57 views

Python PIL Image not working properly with overlay text image. I am trying to use FPDF image to convert an overlayed text png image to pdf file. However, the overlay text is not in expected colour (...
UserM's user avatar
  • 334
0 votes
3 answers
195 views

I have 2 views: import SwiftUI struct SwiftUIView: View { var body: some View { NavigationStack { ... //show SwiftUIView2 } .toolbar { ... }...
Gargo's user avatar
  • 1,380
0 votes
0 answers
44 views

There is an overlay whenever I build an APK using the EAS build command, but it works well in local development and expo web. Here is the app screenshot: I have tried to run to start a new app and ...
Mdluli Bonwayinkosi's user avatar
1 vote
0 answers
104 views

I am trying to show an overlay widget whenever the software keyboard appears on the screen. The overlay appears at the top of the keyboard. I've included the code below. I'm stuck in a problem with ...
rusty's user avatar
  • 1,221
1 vote
2 answers
58 views

Issue Summary Hey all ) I am building a Flutter app that displays a list of offers in a GridView.builder. Above the grid, I have a filtering section that smoothly expands and collapses when scrolling. ...
Dan_San's user avatar
  • 21
0 votes
1 answer
152 views

I have been trying for several days to display a an OSM base map and an overlay in a different CRS (EPSG:27700). Whichever method I try I am getting projection errors. Is there a way to change the ...
ALD2355's user avatar
  • 21
0 votes
2 answers
83 views

First, I'm very new to coding and it's likely that one or both of these issues has an easy fix. Don't feel like any suggestion is too basic. I've done a fair amount of research, but I think my code ...
Brandon Smith's user avatar
0 votes
1 answer
228 views

I'm experiencing an issue with my Pine Script strategy on TradingView. Depending on the zoom level or chart view, the displayed EMA (Exponential Moving Average) shifts and shows different values at ...
Joe's user avatar
  • 3
1 vote
2 answers
90 views

I have a div: it has width, but it is not known ahead of time it might or might not have height set when height is not set, it should expand vertically to match content. I want to overlay that div ...
Loki Kriasus's user avatar
  • 1,301
1 vote
1 answer
52 views

I have a CustomPaint that paints an image with a certain width and height. I want to create a semitransparent overlay widget which will hold stickers on top of the CustomePaint widget. How can I ...
jdevp2's user avatar
  • 683

1
2 3 4 5
100