hourglass Questions

6

Solved

In my program with a UI in WinForm. I set the cursor to a hourglass just before to launch a method in ThreadPool. My code in UI thread to set the cursor looks like this : Application.UseWaitCurso...
Sammer asked 28/6, 2010 at 7:17

1

Solved

I'm implementing a U-Net based architecture in PyTorch. At train time, I've patches of size 256x256 which doesn't cause any problem. However at test time, I've full HD images (1920x1080). This is c...
Waligore asked 3/2, 2021 at 13:41

14

Solved

I use this jQuery code to set the mouse pointer to its busy state (hourglass) during an Ajax call... $('body').css('cursor', 'wait'); and this corresponding code to set it back to normal... $('...
Clifton asked 11/11, 2009 at 22:10

1

Solved

Im currently making windows forms program (application), and when the user logs into it, he must wait a few seconds before entering it. My question is: How to get the hourglass cursor, so the user...
Crinkleroot asked 18/6, 2018 at 8:5

2

Solved

How can I programmatically display an hourglass in an Android application?
Resiniferous asked 26/1, 2010 at 14:35

2

Solved

I am simply opening my FindDialog with: FindDialog.Execute; In my FindDialog.OnFind event, I want to change the cursor to an hourglass for searches through large files, which may take a few seco...
Cordeliacordelie asked 18/4, 2010 at 1:55
1

© 2022 - 2024 — McMap. All rights reserved.