Bringing application window to front :)

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Re: Bringing application window to front :)

    I think i am brain dead i meant bringing an application to the front

    right so you launch a word file from projector - all fine - comes up in word in front of the projector then you minimise word and go back to the cdrom when you click on another button to launch a word file it launches it behind the cdrom screen and i want it in the front

    filextra by itself works in windows/word xp but not in 2000
    Have tried using BaSetWindowState ((baWinHandle), "DontStayOnTop")

    But it doesn?t work

    cheers

    C



    catlee webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Bring PopUp Window to Front
      How do I bring a popup window to the front of all other browser windows? I have images that are linking to the same popup and only want the image...
    2. Window that stays in front
      Hi, I'm trying to create a flow that looks like this: I have a frameset with two frames: Left - for menu main window - for viewing of pages. ...
    3. Bringing window to the front
      I have several pop-ups on my site and was wondering if it is at all possible to create a link on the pop-ups that bring the opener window to the...
    4. Bringing up the PRINT window
      Thanks to those who helped me out with this question before. I'm using the "getURL" command on a button in Flash to open a document in a separate...
    5. Bringing projector window to front
      I think i am brain dead i meant bringing an application to the front right so you launch a word file from projector - all fine - comes up in word...
  3. #2

    Default Re: Bringing application window to front :)

    On 03 Sep 2003, "catlee" [email]webforumsuser@macromedia.com[/email] wrote:
    > I think i am brain dead i meant bringing an application to the front
    >
    > right so you launch a word file from projector - all fine - comes up
    > in word in front of the projector then you minimise word and go back
    > to the cdrom when you click on another button to launch a word file it
    > launches it behind the cdrom screen and i want it in the front
    >
    > filextra by itself works in windows/word xp but not in 2000
    > Have tried using BaSetWindowState ((baWinHandle), "DontStayOnTop")

    If baOpenFile() doesn't behave that way already, you'll need to obtain the
    handle of the Word application window. See the various Window functions in
    the Buddy API help file.


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139