Jump to content

ancle

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by ancle

  1. You might want to make it "unclosable" by the user. Look at the VI Properties "Windows Appearance" tab and uncheck the "Allow User to Close Window". I don't know if that will work as you intend it to work...

    Hello,

    I already uncheck "Allow User to Close Window", but it just show grayed out. Is it possible shows as attached image? Thank you!

    post-518-0-29486000-1295488807_thumb.jpg

  2. Hi Jonathan,

    I don't know which solution you chose, but I meant to put this example together earlier... just didn't find the example code I was looking for.

    The code below is taken from John Lokanis, see this topic. Anyway, I put up this example.

    playing with Make Window Transparent.zip

    <object id="scPlayer" class="embeddedObject" width="1090" height="628" type="application/x-shockwave-flash" data="http://content.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/jingh264player.swf" >

    <param name="movie" value="http://content.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/jingh264player.swf" />

    <param name="quality" value="high" />

    <param name="bgcolor" value="#FFFFFF" />

    <param name="flashVars" value="thumb=http://content.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/FirstFrame.jpg&containerwidth=1090&containerheight=628&content=http://content.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/transparent%20panel.mp4&blurover=false" />

    <param name="allowFullScreen" value="true" />

    <param name="scale" value="showall" />

    <param name="allowScriptAccess" value="always" />

    <param name="base" value="http://content.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/" />

    <iframe type="text/html" frameborder="0" scrolling="no" style="overflow:hidden;" src="http://www.screencast.com/users/normandinf/folders/Jing/media/ce6b4f99-a9d6-40d3-812d-4a21bc6d3f07/embed" height="628" width="1090" ></iframe>

    </object>

    Hello,

    In your application, if I show title bar and don't want to show close button. How to do this? Thank you!

    post-518-0-59983200-1295406868_thumb.jpg

  3. Why?... Yes, it is possible. Do you want the button to stay down or pop back up? If you want the boolean to pop back up then use a local variable on the boolean and set it to false.

    1217[/snapback]

    Because of my program, when the button A stay down then the program will full run(so I need the button stay down)and I will setup some thing in page2. Otherwise, button A pop back up, the program will stop full run. In this case, because I use cluster so I can not create local variable of button. Can you help me,please?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.