Category "window"

Can you get Windows raw input data immediately without WM_INPUT messages?

So can I get input data of a given device without the need to receive a WM_INPUT message altogether? Is there a function in Windows API that allows me to ask ab

Reference error window not defined error in Web3

Here is my code: import Web3 from './web3'; if (window.ethereum) { window.web3 = new Web3(ethereum); try { // Request account access if needed

How do I set the minimum window size with swiftUI, and how do I make the window use the specified size and position when launching?

I am making a macOS app with swiftUI. I want to set the minimum size of the window to 800, 500. Also there is this thing that if I close the window, and reopen,

window.open with noopener opening URL in new window despite target=_self

I'm trying to open a window using noopener property and target=_self. Essentially what I want is to open the URL in the same tab while preventing it to have acc

Unable to access an app deployed in wildfly using IP address of the system

I have deployed the the java webapp on the server successfully with desired changes in the standalone.xml file. for your information, OS platform is Windows 10

Private Data in VMMap is very large on some machines

I'm trying to debug a memory exhaustion issue for my native Win32 CPP app, so far i have found that on some machine when launched, app the memory usage is very

Rolling Window Regression by group in R (with dates)

THIS IS MY DATA I have a panel data in R, so I want to create a rolling window linear regression by group. For instance, I have a lot of dates from 1 to 618. E

SDL2 multiple windows focus

I have some problems with windows focus in SDL2. I got two windows and listen to focus gain and lost events. When I click on Window 2, the following events trig

how to remove draw objects from pygame window?

I am creating a game using pygame and python. I have drawn a rectangle in the window which acts as a button. But i need to know how to remove the button once it

Button to open view in new window SwiftUI 5.3 for Mac OS X

I would like to have a button to open a new window and load a view (for the app's Preferences) in SwiftUI for MacOS but am unsure of the correct way to do it. I

Return Window handle by it's name / title

I can't solve this problem. I get an error: The name 'hWnd' does not exist in the current context It sounds very easy and probably is... sorry for asking so

Function JQUERY with anchor in pure javascript

How would get this to work with pure js? <form id="formBuscaAncoraHash" class="search-form"> <div class="form-group"> <span class="ic

Flutter doctor error - Android sdkmanager tool not found. Windows

I have been going round in circles with this issue, there are so many that people have issues similar to mine, but not one of them is the same. I am trying to g