Announcement

Collapse
No announcement yet.

How can I make TrueUpdate screens on top of other programs?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How can I make TrueUpdate screens on top of other programs?

    I'm automatically running a silent check for updates when my program is started and shutting it down if the interval hasn't passed yet. Trouble is that the opening dialog for my program now covers the TrueUpdate screens should they need to actually launch. Hmm...

    So, I'm either looking for a way to make a TrueUpdate screen always on top of my program OR add a delay on my server scripts to allow the other dialog to fully load first.

    Any ideas? I searched but can't find anything so maybe I'm searching for the wrong things.

  • #2
    Hello, placing something like this in your screen's code should make it appear on top:
    Code:
    tProps = Screen.GetProperties();
    Window.SetOrder(tProps.WindowHandle,  HWND_TOPMOST);
    Ulrich

    Comment


    • #3
      Ulrich,

      I thought about that but was going to put in the on preload - but the on preload is before the screen is up isn't it? So would that still work there or is there some other place you had in mind?

      Comment


      • #4
        Yes, it should work.

        Ulrich

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎