Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

force HUD window over another

Featured Replies

Posted

i would like to achieve to get my transparent window over another, but dont want to lose z-order, so i need to force my hud to be always the 2nd in z-order (to be the top of a specific window). Is there a good workaround for this?


I'm not exactly sure of your question but if you change any window position Z-Order will always change with it, there is no work-a-around to force one window over another without changing Z-Order. If you know both window handles you can ensure the one you want at the top of the Z-Order remains there by checking if it is still in the foreground using the GetForegroundWindow function. You can even organise them in Z-Order if desired providing you know the window handles.


 


http://msdn.microsoft.com/en-us/library/windows/desktop/ms633505%28v=vs.85%29.aspx



If GetForegroundWindow_() <> hWnd                                                 ; Check if the window is in the foreground (top window in Z-Order)
  SetWindowPos_(hWnd,#HWND_TOPMOST,0,0,0,0,#SWP_NOMOVE|#SWP_NOSIZE)               ; If it's no longer in the foreground set it TopMost again
EndIf

Because I saw this topic it reminded me to release an update to one of my tools, PinMe!. I have packaged it up and uploaded it to Tuts 4 You, you may find it helpful - check the SuperPin! feature...


 


https://tuts4you.com/download.php?view.3551


 


Ted.


Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.