Questions tagged [flashing]

85 questions
1
vote
0 answers

Flashing modal Window with WindowStyle=None

I have a WPF application where I show a dialog window which is modal and has its WindowStyle property set to None because I draw my own border/chrome and title bar. Now I have the problem that I can't get that window to "flash" when the user clicks…
Christoph Fink
  • 22,727
  • 9
  • 68
  • 113
1
vote
0 answers

Issue while repacking Lollipop system.img

I want to make some changes in the system.img and flash it into my Nexus 5. To modify the .img I first need to unpack it into filesystem, make the changes anf then repack into new system.img. I'm following this guide for unpack/repack. Steps I'm…
adam black
  • 607
  • 5
  • 14
1
vote
1 answer

How to Implement Continuous Flashing Colour Animation on a UITableViewCell with Start/Stop Control?

In my iOS app I am using UITableView with max. 8 rows (number of rows can change but maximum is 8). I am downloading some data which are processed and presented in the table view. If some data are not correct (out of range or anything) I need to…
DanielH
  • 953
  • 10
  • 30
0
votes
2 answers

Continuous blinking text in tkinter python

I am currently creating a GUI and would like to create a continous blinking text as long as a certain condition holds. Here is a summary on how it works; 1. plot a graph and click a button to display the status of the data. If any points lie outside…
Gracie
  • 5
  • 2
0
votes
0 answers

The qt qml window keeps flickering on mac os bug?

The qt window keeps flickering on mac os, but windows does not have this problem, what is the problem? Please see video attachment text Don't flicker the window, keep the window normal don't flicker It is easy to reproduce this problem when I switch…
0
votes
1 answer

Is there a way to remove screen flashing (flickering) when using NavHostController with Kotlin in Android

I am working on an Android application using Kotlin and Jetpack Compose. To switch between the different screens I am using the NavHostController. Initialization: private lateinit var navController: NavHostController setContent { navController…
Semerkosa
  • 16
  • 5
0
votes
0 answers

Every connected part of my computer isnt working (and i dont know who to ask)

Ive just patched (or whatever its called) a usb drive with a windows 10 iso using balenaEtcher. When I then booted into the usb (by setting the #1 boot priority to the usb) and suddenly, anything connected (so screens, mouse, keyboard, etc.)…
Rainy
  • 11
0
votes
1 answer

dd is writing my image wrong resulting in kernel panic

I'm using dd to flash my buildroot image to an eMMC of my SBC. eMMC is connected as mass storage. The image is created with genimage and have some 'holes' in it. genimage.cfg image sdcard.img { hdimage { } partition u-boot { …
0
votes
0 answers

Raspberry Pi Pico: Reading file from BOOTSEL area using Pico-SDK

I am working with a Raspberry Pico W that has to act as a MQTT client and I am programming it against the Pico-SDK for C / C++ API. Since I am going to use the code for several Raspberry Pico W, I would like to be able to transfer a customizable…
0
votes
0 answers

How to flash an OS image in the IMG file format into an SD card?

I am working on a Windows Forms Application (in C#) to flash an OS image to external storage devices like a USB Stick or an SD card. My code works for images in the ISO format. I am now looking to support images of IMG format as well. I could not…
0
votes
0 answers

Windows flash on and off and text is sometimes missing in Eclipse/Java rewrite/update

I have been rewriting a 100,000 line application from 2009 in modern Java/Eclipse/Mac os12, and there are two problem with the windows and menus that open within my main window. 1. Sometimes the text in a drop down box is missing (in which case…
Paul
  • 11
  • 3
0
votes
0 answers

Flashing: Timeout SONOFF Zigbee Stick 3.0

I tried to update my "USB Zigbee 3.0 USB Dongle Plus,EFR32MG21 + CH9102F Zigbee USB-Stick". I always get this error message (1): sonoff Opening port COM3, baud 500000 Reading data from…
0
votes
0 answers

Turn front torch on and off while front facing camera is connected to texture view

I'm trying to turn the torch for the front facing camera on and off while the camera is recording. However when I try and turn it on, I get a "Torch for camera "0" is not available due to an existing camera user" error. How would I be able to solve…
0
votes
0 answers

QFIL "ERROR: the operation is not allowed to write"

when trying to flash STOCK rom for my hard bricked Vivo Nex 3s in EDL mode, I get that error. I even put the firmware folder into the same one as QFIL, but to no avail. I'm using rawprogram_unsparse0.xml and patch0.xml. the firmware file doesnt have…
nkibe
  • 1
0
votes
0 answers

Stack Canary Corrupted

I was flashing source code using the E1 Debugger for renesas RH850, I got one error called "I/O : Stack Canary Corrupted" and program got terminated My program is terminating I'm not able to flash the source code. If any of you have any solution…