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.

Start And Close Up Style !

Featured Replies

Posted

i saw a couple of works by a team...where the main dialog box opened from a point......

i mean froma point to the dialog box....

i was wondering how does one proceed to attain this !

thanx

*

mess around with the "AnimateWindow"

The AnimateWindow function enables you to produce special effects when showing or hiding windows. There are three types of animation: roll, slide, and alpha-blended fade.

_http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/animatewindow.asp

heres an example

invoke AnimateWindow,hWnd,1000,AW_CENTER+AW_ACTIVATE
invoke AnimateWindow,hWnd,1000,AW_CENTER+AW_HIDE

an example app using this method

hhh.rar

Source here

Animate.rar :thumbsup:

I hope this helps :^

also dont forget you can change how long it takes it to expand/shrink

invoke AnimateWindow,hWnd,1999,AW_CENTER+AW_ACTIVATE  - Slow
invoke AnimateWindow,hWnd,199,AW_CENTER+AW_ACTIVATE -Fast

Edited by KrUeGeR

Also try the SetLayeredWindowAttribute API, it will fade in/out smoother than AnimateWindow if used in a loop.

  • Author

Thanx all....

Animate window is kool to play around with

btw....When using AnimateWindow the transparent buttons are not handled well and are drawn as visible in the foreground.

is there anyway to handle this situation !

*

Try using RedrawWindow with the RDW_UPDATENOW flag before u call AnimateWindow.

nice one, thanks

Edited by tieulong

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.