4,725 questions
0
votes
0
answers
24
views
Getting macOS usable screen area
I want to get the “usable” area of a screen. That is, I want an X and Y positions as well as a width and a height that I can use to place windows in, taking care to remove both the Dock and the menu ...
0
votes
0
answers
25
views
running screen is slow when running using node's spawn
I'm running this command: screen -S server -X stuff $'\003'
when I run it directly in bash it execute immediately.
When I'm running it through node's spawn, it takes several seconds for the command to ...
-4
votes
0
answers
22
views
Debian 12. Серый экран Tightvnc [closed]
The gray screen on the Tightvnc client. The Tightvnc client on Windows 10.
Tightvnc was installed from a user on Debian 12
at startup, it issued:
Warning: Debian:1 is taken because of /tmp/.X1-lock.
...
-1
votes
0
answers
23
views
Scaling the transmitted image on the new screen [closed]
I have a program on my phone that transmits information from the screen to the car dashboard. The problem is that the transmitted image cannot be scaled to the entire screen. The image is always ...
0
votes
1
answer
60
views
How can I access the name of a SwiftUI Screen inside a UIHostingController?
I have the following function to get the name of the topmost view controller in my app:
func topMostViewController() -> String {
guard let rootVC = UIApplication.shared.connectedScenes
....
0
votes
0
answers
26
views
The screen shutdown error when streaming videos on the film website uses ReactJs
I am developing a movie website, using HLS.JS to stream videos with M3U8 link. When using the phone device, the screen will be turned off according to the configuration of the phone. For example, in ...
1
vote
2
answers
56
views
Screen Orientation Lock
I'm working on a small project in order to learn TS/JS and Pixi JS. And came up with the following problem I cannot find the solution (or, at least, explanation) for.
Per the reference, there is the ...
0
votes
2
answers
61
views
Is there a way to get the current screen id in App Lab?
I want to be able to create an if block based on my current screen ID. It tried the getScreen thing but it doesn't work because it says the variable hasn't been defined yet.
if (getScreen() == "...
3
votes
0
answers
149
views
Delphi screen capture part of current screen
I'm trying to capture the desktop screenshot. However, I keep getting a black rectangle. I've also tried plugging out my 2nd monitor to no success, in case it was capturing the laptop screen (which is ...
0
votes
0
answers
30
views
gets extents of multiple screens in vb.net
I am displaying a form on the screen. I remember the location in X & Y so next time I use the application the form is in the same position.
This works well except when the form is on a secondary ...
0
votes
1
answer
78
views
move an image between two canvases in python
I would like to ask how can I move one image from upper canvas to lower canvas in python?
here is my code which I would like to move an image from upper canvas to lower canvas:
from tkinter import *
...
0
votes
1
answer
26
views
Mobile hover on
My responsive website desktop display has a grid of images that dim and display a title when the mouse hovers, however on the mobile display the hover state is displaying permanently when the page ...
0
votes
1
answer
32
views
Kivy Screen Manager in nested Python Code is displaying a blank screen
I have created a Kivy app which uses python to control complex dynamic layout generation.
I'm trying to create a set Menu bar on the left which controls the content shown in a scrollview on the right.
...
0
votes
1
answer
65
views
Flutter making screen related API calls when screen opened (real time API calls)
In my materialapp widget many screens defined in the routes child widget, like:
MaterialApp(
..........
home: new Screen0(),
routes: <String, WidgetBuilder>{
Screen0.routeName: (...
0
votes
0
answers
148
views
Stop wear os app from going to the background
I'm developing a wear os app and have the following issue:
When the watch goes dark (either by timeout or by the palm gesture) and I turn my wrist or tap the watch, I'm back at the home screen with my ...
0
votes
0
answers
18
views
Get Android Screen Size
As I'm trying to build an android app in Andriod Studio, from the following options which is the best way to find the actual Screen Size available ( landscape, full screen ) and to not truncate the ...
0
votes
2
answers
173
views
Android 14 Java Wake Screen depreciated
I have an App that can Wake the Screen, it works perfectly on earlier versions of Android 6 to 11. After upgrading to Android 14 it no longer works. I have modified my code to incorporate the ...
0
votes
1
answer
30
views
When I make the splash screen the main screen, the app does not open
I want to make a two-screen application. I want to switch from the first location notification screen to the main activity with a button
but the application does not open.
<?xml version="1.0&...
0
votes
0
answers
35
views
BottomNavigationBar fixes with adjust pan, but changing the layout margin based on Keyboard bounces
I have a problem, I have a navigation tab bar, a map as fragment, and a slide view like in google maps that will show search location and a recyclerview with locations. Only a part of slide view must ...
0
votes
0
answers
47
views
Using window.matchMedia() to handle the different screen sizes and jQuery to update the DOM
When I am using multiple CSS classes on JS, window.onresize isn't working for me.
Tried different solutions on the web to solve but none worked for me.
My codes:
JS:
window.onresize = function(event) {...
0
votes
0
answers
90
views
I am looking for a way to detect screen sharing on a tab
I am working on an assessment web app and I need a way to tell if a student/user tries or is currently sharing the tab with an ongoing assessment or is sharing the screen.
This is to prevent cheating, ...
0
votes
0
answers
13
views
Can I create conditional delay for my android touch?
An annoying problem when you need to touch on a link or button on your android screen at the time when an add, notification or system window opens (such as keypad) and you end up touching undesired ...
0
votes
0
answers
55
views
Locate image on screen but the image can be rotated
I want to locate an image on the screen that might be rotated using Python. To be specific, this is my search image:
However, it might appear on my screen like this:
The image above is rotated using ...
0
votes
1
answer
28
views
does not switch between screens in the file .kv, Kivy
There is no transition between the K5 and** Geo5** screens in .kv file
I've read articles on the forum and in the documentation and I don't understand what I'm doing wrong, I'm new to Kivy.I have a ...
0
votes
1
answer
34
views
How can I access the frame buffer in iOS 17
I wanted to ask how to access and modify the frame buffer in iOS 17.
I want to modify the entire screen to create black bars on the top of the screen, to decrease the total screen size and resize the ...
0
votes
0
answers
43
views
Can't figure out how to turn on screen from foreground service or receiver without half or more of the functions being deprecated
I have a foreground service that should turn on the screen of the user everytime an update in the database occurs to let the user know, but I can't seem to figure out how to turn on the screen.
So far ...
0
votes
0
answers
29
views
Android emulator out of bounds issue cause (solution)
I'm new and can't answer a specific topic with my reputation, but I found a solution. To be precise, I found the cause of the problem, so I created this post. I experienced this problem where part of ...
1
vote
1
answer
78
views
Displaying MacBook screen content in visionOS app window after opening immersive space?
I was wondering if there are any possibilities similar to when connecting the Apple Vision Pro to e.g. a MacBook, one could somehow implement that the MacBook screen content would be displayed within ...
-1
votes
1
answer
135
views
Color filter. I need a library
I'm trying to make a color filter for screen but don't know how 2 edit pixels with speed, that will be enough for user don't noticed about change, but without using all resources of cpu or gpu (for ...
0
votes
1
answer
63
views
Zoom on Touch devices, what exactly does it do?
Frankly, I don't understand what is going on here.
Page zoom in the address bar is still 100%
If I use console.log to print width/height of window, screen or element they still have exactly the same ...
0
votes
0
answers
66
views
How to manually set a window's title in GNU screen while using dynamic window titles?
I have set up dynamic window titles as described in screen's documentation with shelltitle '$ |bash' in my .screenrc because my prompt ends with '$ ' and I want the default title to be "bash"...
0
votes
0
answers
166
views
How to Share Total Screen Time from DeviceActivityReportExtension/DeviceActivityMonitor to App?
Since it has been few days we are working on Apple screen time api for one of our app where we are able to get screen time successfully using DeviceActivityReport Extension in the extension itself. We ...
0
votes
0
answers
184
views
How can I write a screen check or text check in macrodroid
Screen check text if have in the app screen Hungary text then write Done And swipe one right else not see Hungary text then go left
X y position And repeat Until the user stops the macro by pressing ...
0
votes
0
answers
23
views
Bug description: We couldn't locate login screen
Updated iPhone app was rejected by App Review. Bug Description: We couldn't locate login screen. Review device details:
Device type: iPad Air (5th generation)
OS version: iOS 17.5.1
Does anyone know ...
0
votes
1
answer
31
views
PyCharm remote deployment with screen affects serial interface
I have a flask app.py that I'm developing on my local machine.
The flask app uses a serial interface (pyserial) that is connected to a remote machine.
I setup PyCharm for remote deployment on the ...
0
votes
0
answers
100
views
I'm trying to automate the google dinosaur game but cannot seem to detect the obstacles
As part of a course I'm on, one of the tasks is to make a program that automatically plays the google dino game. I have tried to check if the pixels are white or not in certain areas of each ...
0
votes
0
answers
18
views
Force change a user's screen width for mobile browsers?
I'm looking to implement a feature to force a users screen width since some of our features aren't mobile compatible yet.
So if a user wants to perform a certain action, I would have a button like &...
0
votes
0
answers
162
views
Oled ssd1309 Stm32 Cube Ide not correct
I am trying to use my SSD1309 display with STM32 Cube IDE (I cannot use Arduino as it is work-related). However, with each function using the u8g2 library, my screen displays artifacts as shown in the ...
0
votes
0
answers
136
views
Find a way to prevent or detect screen recording in my Android app
I'm building an app that broadcasts LIVE using AWS IVS.
In order to respond to customer requests, screen recording must be prevented to a minimum.
We want to limit screen recording within the device, ...
0
votes
1
answer
42
views
Navigate to home page from its dynamic page
I have below code where i got all details in my dynamic page. when I hit nav back its taking me all the way back to app home screen, looking for solution to go to initial page withoutout dynamic page ...
0
votes
0
answers
230
views
Chrome Record Audio And Video Using getUserMedia
I am trying to use my chrome addon to record a screen its working fine and recording the video but i cant seem to get it to record the audio from the screen or desktop
this is the code i have now ...
2
votes
0
answers
108
views
Strange issue with hammerspoon window movement
I am new to HS and I just try to implement a simple function to make my active window left half, here is my code, I'm confused as to why I have to press cmd+left three times to make this work?
hs....
-1
votes
2
answers
58
views
How to design for 3,000 pixel mobile screens [duplicate]
I'm kinda confused. We use pixels for pretty much everything, from font size to breakpoints. I recently designed a website which changed to mobile landscape view at 770px but when viewing on my mobile ...
0
votes
0
answers
49
views
Override default screen mirroring on Android tablet?
I am attempting to stream video from an android tablet, via its hdmi out port. However, the tablet (https://www.tripltek.com/product-page/tripltek9) has some interesting default behavior. There ...
0
votes
0
answers
142
views
Youtube videos stutter When I use ViVi share screen feature to mirror my device
I have an issue with Vivi. When I play YouTube video on my laptop and share it on TV with ViVi the screen-sharing feature, the video plays smoothly on my device. However, the video starts dragging ...
0
votes
0
answers
70
views
How to build screen recorder Winform GUI app which also records the sound of system at the same time
I wanted to build a screen recorder app which should record the screen and at the same time it should record the audio of system. So I tried to use AI tools to do this, they suggested me using NAudio ...
0
votes
0
answers
236
views
How to get screen splash animated in application created by PyInstaller
I created PyQt application and bundle it using PyInstaller
Because the unpacking time is huge I need splash screen until all application is uploaded
My top-level program main.py includes
import os,sys
...
0
votes
1
answer
46
views
empty screen appears in react native
home.layout.jsx:
import React from "react";
import { View, Text, StyleSheet, TouchableOpacity, Dimensions } from "react-native";
import Icon from 'react-native-vector-icons/...
0
votes
1
answer
134
views
How to increase resolution of turtle screen in Python?
I use the code turtle.setup(600, 600) and it fills 70% of my desktop. I want to make this smaller but still maintaining the 600x600 turtle screen.
I tried to use turtle.screensize(canvwidth=600, ...
0
votes
1
answer
80
views
Gesture detector stops working when I drag object off scree (infinite canvas)
I am developing a mind map app, it is supposed to have an infinite canvas that allows you to pan and zoom in and out, when I add my node(test container) to the screen, i can move the node/container ...