Skip to main content
0 votes
1 answer
80 views

Here is my code: print("Make a 20-digit code with numbers 0-9: |___|", end="\r", flush=True) addDigits = input("Make a 20-digit code with numbers 0-9: |") More ...
define_duck's user avatar
1 vote
1 answer
142 views

I have a follow up question to one of my previous questions. I have switched over to using Skia4Delphi in my applications, but the properties are very different. I was using TLabel and setting the ...
liansa111's user avatar
0 votes
1 answer
180 views

I always kind of thought/assumed there would be a crNone option under the Cursor property on components. But when browsing through the Cursor list in the object inspector, I don't see a crNone option. ...
Shaun Roselt's user avatar
  • 4,361
2 votes
1 answer
112 views

How do I change the mouse icon when it hovers over a word and changes to another icon? I have a word that is in a TLabel component. When I hover my mouse over it then I want the mouse icon to change ...
liansa111's user avatar
1 vote
1 answer
53 views

I am able to replace the mouse cursor in gmail following the solution in stack overflow. This same solution works in maps like google maps. However, it seems not to work in maps that have the cursor ...
cacamailg's user avatar
  • 143
0 votes
2 answers
96 views

I'm using this script for mousewheel. What I have tried only works one way. Instead of scroll up and down it just Scrolls forward. What I want it to do is change the cursor Forwards and Backwards. ...
Timbukto's user avatar
1 vote
1 answer
97 views

A C++ Windows application desires to annotate the cursor bitmap with a small colored icon which conveys context dependent information, i.e. while hovering specific items. User preferences are to be ...
aeberharter's user avatar
1 vote
2 answers
168 views

I'm trying to create multiple image trails for a grid. Each trail follow the cursor, I found an example on Codepen to illustrate the effect I'm looking for. The example is made with GSAP, but for this ...
Mathieu Préaud's user avatar
7 votes
1 answer
825 views

When mirroring a device using scrpy, anytime I scroll or pass the mouse cursor through widgets that have hover animations, it throws these exceptions, I've a found an open issue on Flutter github but ...
Igor's user avatar
  • 71
0 votes
1 answer
67 views

I have a grid with multiple items. Each item has its own custom cursor with the div .grid__item-cursor. What I'm trying to achieve is when hovering an item, its cursor follows the mouse with a smooth ...
Mathieu Préaud's user avatar
1 vote
0 answers
64 views

I want to change the mouse scheme from my C++ code on Windows. For example, I want to change from "Inverse (large)" to "Standard (large)". Should I just change the value of the ...
Святослав Чернов's user avatar
1 vote
0 answers
152 views

I have a Flutter app that runs on iOS and also want to run that same app on macOS via the Mac Designed for iPad target. While I am able to run the app via Xcode using the Mac Designed for iPad target, ...
scott1055's user avatar
4 votes
1 answer
94 views

HTML and CSS Code: *{ margin: 0; padding: 0; font-family: "Spectral", "serif"; } .main_box{ /* width: 100vh; */ background-image: url(photo.jpg); background-size: cover; ...
Steve's user avatar
  • 45
0 votes
1 answer
78 views

import SwiftUI import Combine struct ContentView: View { @State private var activityTimer: Cancellable? @State private var activityCountDownInterval: TimeInterval = 3 @State private var ...
Mark's user avatar
  • 18.4k
0 votes
1 answer
42 views

I want to make my cursor go behind a sprite like this: Is there a way to change the cursor layer renderer in the code / during the game. I want to do it when the character is clicked on. Right now, I ...
Maxime Dupuis's user avatar

15 30 50 per page
1
2 3 4 5
54