Embedding third party windows

I am attempting to set up a Labview wrapper around a third-party vision system. The labview wrapper is intended to control systems external to the vision system. The vision system is accessible through calls to a DLL. A particular call to this DLL will produce a borderless window that displays video from the vision system.
While I could call image data frame by frame from the dll, I would rather embed this 3rd party display in my application as a child window. Unfortunately, I am not familiar with the Microsoft windowing systems or how labview handles it. 

A long time ago I used the windows dll to do something like this (I think user32.dll), the process was to get a handle to the window and then make it a child of the labview window, it did work.  Dont know if this is still able to be done (I did this on windows XP)  somewhere there are some examples of wrapper functions on the windows dll.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA

Similar Messages

  • Security settings change when rendered from third party Windows 2008 R2 server

    We created a fillable PDF form in Adobe Acrobat and made it Reader extended. Opening the form on a local hard drive the security settings show that Signing: is Allowed. We can sign documents in the form with a signature pad.
    After we upload it to a third party Windows server 2008 R2, and we later go to access the form, the server renders it back to us in Adobe Reader. We are unable to digitally sign documents in the form with a Topaz signature pad. We notice that although the form was originally created with the form being Reader extended the security settings change to Signing: Not Allowed.
    How can we get the server to render the document back to us where we can digitally sign documents in the form?

    The second file still shows the extended rights header is present (it's warning you about restrictions at the top of the dialog while also reporting the method is "no security") but the digital signature which grants those extended rights will be invalidated if *anything* in the file structure is changed. I suspect in this case that the server software is doing something to your file; it may be trivial such as adding an XMP tag, but it's enough to break the hash check.

  • Can we Monitor third party Windows servers through Cisco Prime

    Hi Team,
    We are  using  Cisco Prime assurance and  are currently monitoring Cisco UCCE Components through it.
    Meanwhile we have   few third party  windows servers , which we would like to monitor it through Cisco Prime , just to maintain a single monitoring tool.
    If yes, please share the steps or link.Also highlight the limitations in that.
    Regards,
    krishna

    Seems Cisco Prime Assurance Manager is now obsolete and end of life already.
    It is replaced by Cisco Prime Infrastructure. CPI supports third party/vendor devices to some minimum extent with limited management details collected via SNMP Templates.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Can I use third party Windows CE based touch panel to control my system?

    I want to use a WindowsCE based touch panel to control my system by connecting a CompactDAQ to it through USB and installing the.exe file built from LabVIEW and installing the CompactDAQ drivers.
    It sounds doable, but I don't know if WindowsCE does support those .exe files or the hardware drivers or if there is something I can do to make it support them. I hope anyone has an idea about this and can help me.
    Thank you
    Solved!
    Go to Solution.

    I found the following statement at :
    LabVIEW Touch Panel Module Getting Started Guide
    http://zone.ni.com/devzone/cda/tut/p/id/5868
    "The deployment procedures discussed previously for NI touch panels are not guaranteed to work for third party touch panels. If the use of a third-party touch panel is desired it must met certain requirements in order for the LabVIEW touch panel module to properly work with it.
    The LabVIEW Touch Panel module only officially supports the two operating systems and two processors that the NI touch panel devices are based on. The operating systems supported are Windows CE 4.2/5.0 and Windows XP Embedded, while the supported processors include the StrongARM, XScale, and x86.
    Another consideration when using a third-party touch panel is that a LabVIEW Touch Panel Deployment License must be purchased for each deployment of an application developed with the LabVIEW Touch Panel module.
    In addition, specific Microsoft tools must be installed on the touch panel target in order for the LabVIEW Touch Panel application to function as expected. The following Microsoft eMbedded Visual Tools need to be installed:
    Microsoft eMbedded Visual C++ 4.0
    Microsoft eMbedded Visual C++ SP 4 or later
    SDK for Windows Mobile 2003-based Pocket PCs
    Reference the Where Can I Find the Microsoft Tools I Need for the LabVIEW Touch Panel Module? knowledge base article to find links to the current Microsoft download sites."
    Kareem W.
    National Instruments
    Web Product Manager

  • Embedding third-party code in a jar: SecurityException

    For about a year, I've been creating my jar file the following way:
    - Unjar all third party jars into my class tree (JDOM, JFreeChart, etc).
    - Jar everything up
    I just incorporated Java Mail into my app...but now I get a SecurityException when I try to execute the jar complaining "no manifest for signature file entry....".
    a) Is there a better way to include third-part jars in my jar? I don't want users to have to set a classpath.
    b) What's the purpose in signing a jar?
    c) Do I just need to modify my manifest somehow to include this stuff?

    It seems that there is no way to directly incorporate third-party libraries into your jars, but there is an open-source software claim to correctly repackage multiple jars into one so that you can repackage your application jar and third-party jars.
    http://one-jar.sourceforge.net/

  • Cannot find embedded third-party .class in my own signed .cab

    Hello,
    This is complicated.
    I'm building an applet that operates a piece of hardware on a PC (think Win32-only.) A third-party provider (henceforth referred to as TPP) provides software drivers that will be installed on client machines.
    ORIGINALLY the TPP provided a <client>.dll and a C/C++ SDK. To make the project work, I followed the article http://www.javaworld.com/javaworld/jw-10-1998/jw-10-apptowin32.html.
    I built <homegrown>.DLL using JNI, made a signed <homegrown>.cab, and the applet works just great on IE. However, I have to ditch the entire thing (see below.)
    Now the TPP is providing a Java SDK in a <client>.JAR. The SDK interfaces with a <client_jni>.dll.
    I can expect that the client machine will have <client>.dll and <client_jni>.dll installed in the \winnt\system32 (or whichever %SYSTEMROOT% directory.)
    So, I ditched the <homegrown>.dll, and built a new .cab. Now, to build the .cab, I took the contents of <client>.jar and dumped them into the same directory structure as the one I use to build <homegrown>.cab. Note that <client>.jar is not signed.
    So in other words, if you look at the exception below, I, in fact, do have a directory structure that contains: "com/IridianTech/PIDresult.class" and "com/panasonic/authenticam/LoginApplet.class"
    When I run the applet, it asks me if I want to run the signed applet. I click Yes. The Java Console responds with the following:
    Error loading class: com.IridianTech.PIDresult
    java.lang.NoClassDefFoundError
    java.lang.ClassNotFoundException: com.IridianTech.PIDresult
         at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
         at java/lang/ClassLoader.loadClassInternal (ClassLoader.java)
         at com/panasonic/authenticam/PIDInterface.<init> (PIDInterface.java:12)
         at com/panasonic/authenticam/LoginApplet.init (LoginApplet.java:52)
         at com/ms/applet/AppletPanel.securedCall0 (AppletPanel.java)
         at com/ms/applet/AppletPanel.securedCall (AppletPanel.java)
         at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
         at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
         at com/ms/applet/AppletPanel.run (AppletPanel.java)
         at java/lang/Thread.run (Thread.java)
    I have looked at the contents of <homegrown>.cab with WinZip, and I can see PIDresult.class in the right place.
    HOW I AM TESTING: I have IBM Websphere running directly on my PC.
    TWO QUESTIONS:
    1. Do I need to sign the applet anymore, just to use a pre-installed client_jni.dll? (Probably)
    2. WHAT DO I DO??

    This is some code i'm using:
    <applet code="upload.class" archive="upload.jar" codebase="." width="500" height="200">
    <!--<param name="codebase" value="."> -->
    <param name="cabbase" value="upload.cab">
    <param name="button_text" value="Upload via HTTP">
    <param name="file_varname" value="filename_value"><!-- where is this for? -->
    <param name="upload_url" value="http://10.2.1.133/upload/recieve.php">
    </applet>

  • Third party windows 8.1 driver for VMSpc Version 3.0

    I purchased a HP Stream 7 to use as an engine monitor for my motorhome. The tablet will not recognize the driver for the JIB. I have the latest driver and it installs perfectly on my Pavilion x2 with the same operating system. Nothing seems to work with the tablet.  It appears to install manually without the JIB connected. Once I plug it in it states the software cannot load. The software is VMSpc from Silverleaf Electronics. Any help out there? I can use the Pavilion for the project but really want to use the stream 7 due to it's size.
    Thanks,
    Donald Tomlin

    Yes, the jib connects by USB and I used a combination OTG cable to connect the power, GPS and USB to the same port. I have the program installed on half the screen and Delorme Street Atlas with GPS on the other side so that both are on the screen at the same time. Works great in all respects except for the driver issues so no engine data at this time but it looks cool. Also ordered a window mount for the PC so I can mount it like a Garmin. May be a problem with the Atom processor used in the PC.?

  • Embedding third party web pages within a site

    Duplicate post - sorry - can a mod delete?

    Frames are not usually the optimal choice. However, this
    application
    requires that you would use them. Iframes are no better than
    frames, they
    just work a bit differently.
    > That's the thing with this web design lark - sometimes
    it seems no matter
    > what
    > you look to do, someone somewhere is saying :
    > 'I wouldn't do it like that....'
    Isn't that true with everything?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Iain71" <[email protected]> wrote in
    message
    news:f4cik4$2fl$[email protected]..
    > This isn't going as well as it might have :D (ever since
    i managed to post
    > it
    > so many times)
    >
    > Someone else said that d'uh - that's what frames /
    iframes are for - so I
    > guess I can just remind myself how to use them -
    although I had gotten the
    > impression that frames were considered bad practice
    these days, so thought
    > maybe there was a better way using <div>s.
    >
    > I'm also guessing that iframes are somehow better than
    regular frames,
    > although I saw that they only work in IE - which isn't
    that helpful.
    >
    > That's the thing with this web design lark - sometimes
    it seems no matter
    > what
    > you look to do, someone somewhere is saying :
    > 'I wouldn't do it like that....'
    >
    > :D
    >

  • How to Integrate with third party tool from peoplesoft

    Hi
    I have one page and in that a Loan Request button is there.
    My requiremt is - once employee clicks the loan request button the third party window has to open with deatails of that particular employee eg: some particular informations like ssn,dob etc.
    Please help me achieve this by detailed explanation including setups and coding.
    Thanks
    PS

    Hi
    I am able to open third part link and enter the datas as required in that page.
    Please help me on second phase of the requirement:
    Now once the employe enter the details like ssn and dob and click submit.Based on that ssn and dob,peoplesoft system has to send datas like pay details etc to third party system.
    Please help me to solve this.It will great if i get step by step details including code and setup if required
    Thanks
    PS

  • Support for Shared Variables in Third Party XP embedded based TPC's?

    I have deployed an application in an XP embedded based Touch Panel (Third party). The application is working fine, but the shared variables hosted on an RT (sbRIO Board) are not getting updated in the application on TPC
    1. The TPC is part of the project as Windows XP Embedded Touch Panel
    2. NI TPC Service has been installed on the TPC and the application can be deployed remotely from the development PC through ethernet. (Hence network connections and communications are OK)
    3. By using Distributed Systems Manager in the development computer, I can see that the shared variables are getting updated on the network
    I believe that the problem can be solved if the following programs are installed on the TPC
    A. Support for shared variables for XPembedded
    B. Shared Variable engine
    I have tried installing support for shared variables from Program Files > National Instruments > Labview 8.6 > PDA > Utilities > Variables > x86 - but am getting an installation error "Unable to find application manager for Pocket PC applications".
    Shared variable engine has been installed from ve220 folder. The program is getting installed. But the Variable Engine is not started Control Panel > Administrative tools > Services in Xpe, the service is stopped and cannot be started. When I try to start the service, I am getting the following error on TPC
    "Could not start the National Instruments Variable Engine Service on the local computer.
    Error 1053. The service did not respond to the start or control request in a timely fashion."
    Please suggest solutions for the above or alternate locations for the following:
    1. Support for shared variables for XP embedded TPC's
    2. Shared Variable engine installer program.
    Thanks
    Krish
    Solved!
    Go to Solution.

    Problem solved!
    Update for interested folks working on XP Embedded TPC's
    Just to make sure that Shared Variables were indeed accessible to the TPC, I wanted to install Distributed Systems Manager 8.6 on the TPC. However since the TPC was having only 1 GB of DOM (Disk on Memory) and with all the software I had tried, there were only a few Megabytes left on the system. I had to add another DOM of 2 GB.
    All the products of the Installation went fine, with the exception of NI Logos (Version 5.0). NI Logos installation failed repeatedly.  I tried installing NI Logos separately, with the same results. Then I had this gut feeling that NI Logos had something to do with the issue.
    I then downloaded the new version of NI DSM 2009 SP1. Although this was supposed to get installed on any fresh system without Labview, the installation would not proceed beyond the setup stage. I tried installing NI Logos from the products folder on the new download separately and it worked like magic!
    Once the new Logos (Ver 5.5) got installed, the Shared Variable Engine started automatically and the Shared Variables were finally unleashed - free to rise and shine! Thank God Almighty!!
    On the lighter side, come to think of it - for running an application of around 400KB, we need XP embedded, NI Run Time, Logos, DSM ..........  (all around 900MB). Can we make it any simpler?!!  Inviting your comments .......
    Thanks
    Krish

  • A third party app had crashed my iPad  iOS and will not reset. It gives a pop up window and seems very fishy.

    I have a pop up window that says:
    http://ios-support.net
    The page at I-Pad support says:
    Warning IOS - crash Report
    Due to a third party application in your iPad, IOS crashed.
    Contact Support for an Immediate Fix
    i incantation reset anything, it seems extremely fishy and I'm locked up and ant do anything. Has anyone had this happen?
    <Post edited by Host>

    Do not call the number.
    Double tap the Home button, then swipe upwards on the Safari preview.
    Go to Settings - Safari - Clear History.
    Restart Safari.

  • How can I set up printing to queues on a Windows 2008 server directly from the iPad apps and not from third-party applications without using AppleTalk or Bonjour?

    We have a Windows 2003/2008 server-based network with a dedicated print server which we would like to be able to print to over Wi-Fi.  How can I set up the printers on the iPad without downloading a third party application such as Print Central or Print N Share?  I want to just click the arrow and "Print" then choose the printer, which doesnt show up.  I want to be able to use the existing TCP/IP-based network that we have to reach these queues, not having to install Bonjour or AppleTalk to reach them.
    Thanks,
    KMQ7

    This would really be the "Holy Grail"   right now.  I think this a feature that every large organization requires. AirPrint works on a small scale, but is not really an enterprise class application.  In addition it uses the Bonjour discovery process which is difficult in a large LAN WAN environment.  For those that would remind me, I am aware of the enhancement link 

  • Formatting music from windows to a mac using third party app

    i used a third party app so that i could download music from a pc onto my os x formatted ipod. initially it worked when i moved the music into my itunes library on my mac, but for some reason now a lot of the tracks won't play and my computer freezes if i press play on any track that originally was downloaded onto a pc. is there a way to identify where the songs came from and then delete then from the library without going through each one a seeing if it will play and then having to force quit itunes because it freezes?

    From what I know, windows will not recognize the complicated data of a mac formatted device; hence not recognizing it. Macs can recognize a windows formated ipod though, so if you decide to reformat it on windows, then you can use it on both computers. If you dont though, looks like you are out of luck, sorry.
    Hope I helped.

  • WIndows 8.1 64bit, Windows Installers stalls with any install, updates or third party programs.

    WIndows 8.1 64bit, Windows Installers stalls with any install, updates or third party programs. Third party program installations work if I restart in safe mode. Updates don't as they cannot be installed in safe mode and require normal mode.
    Been happening for months now. Some installations after a long time finally proceed, others dont. 
    Already trying uninstalling antivirus (Bitdefender) with no result.
    Thanks

    Hi,
    Could you check this issue under clean boot?
    Also try this fix tool it repair corrupted registry keys.
    https://support.microsoft.com/en-us/mats/program_install_and_uninstall
    Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • WLC 5508 - EAP-TLS - Windows 8.1 Third Party PKI

    Hello,
    Does anybody know what could prevent a Windows 8/8.1 system to connect to a WLC via EAP-TLS? Windows 7/XP do not have any problems here.The radius server accepts the request, but WIndows 8 still tries to authenticate.
    Software is updated to 7.6.120.0, I tried to setup timeout values, but no success at all.
    Did anyone have similar problems with Windows 8/81?
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Starting key exchange to mobile 0c:8b:fd:eb:16:17, data packets will be dropped
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Sending EAPOL-Key Message to mobile 0c:8b:fd:eb:16:17
       state INITPMK (message 1), replay counter 00.00.00.00.00.00.00.00
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Sending EAPOL-Key Message to mobile 0c:8b:fd:eb:16:17
       state INITPMK (message 1), replay counter 00.00.00.00.00.00.00.00
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Reusing allocated memory for  EAP Pkt for retransmission to mobile 0c:8b:fd:eb:16:17
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 mscb->apfMsLwappLradNhMac = 00:24:97:52:87:d6 mscb->apfMsLradSlotId = 0 mscb->apfMsLradJumbo = 0 mscb->apfMsintIfNum = 13
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17  mscb->apfMsBssid = 00:24:97:70:9a:00 mscb->apfMsAddress = 0c:8b:fd:eb:16:17 mscb->apfMsApVapId = 1
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17  dot1xcb->snapOrg = 00 00 00 dot1xcb->eapolWepBit = 0 mscb->apfMsLwappLradVlanId =
    0 mscb->apfMsLwappMwarInet.ipv4.addr = -1407817979
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17  mscb->apfMsLwappMwarPort = 5246 mscb->apfMsLwappLradInet.ipv4.addr = -1407817773 mscb->apfMsLwappLradPort = 10367
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Entering Backend Auth Success state (id=6) for mobile 0c:8b:fd:eb:16:17
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 Received Auth Success while in Authenticating state for mobile 0c:8b:fd:eb:16:17
    *Dot1x_NW_MsgTask_7: Jun 24 12:43:10.604: 0c:8b:fd:eb:16:17 dot1x - moving mobile 0c:8b:fd:eb:16:17 into Authenticated state
    *osapiBsnTimer: Jun 24 12:43:13.801: 0c:8b:fd:eb:16:17 802.1x 'timeoutEvt' Timer expired for station 0c:8b:fd:eb:16:17 and for message = M2
    *dot1xMsgTask: Jun 24 12:43:13.801: 0c:8b:fd:eb:16:17 Retransmit 1 of EAPOL-Key M1 (length 121) for mobile 0c:8b:fd:eb:16:17
    *dot1xMsgTask: Jun 24 12:43:13.802: 0c:8b:fd:eb:16:17 mscb->apfMsLwappLradNhMac = 00:24:97:52:87:d6 mscb->apfMsLradSlotId = 0 mscb->apfMsLradJumbo = 0 mscb->apfMsintIfNum = 13
    *dot1xMsgTask: Jun 24 12:43:13.802: 0c:8b:fd:eb:16:17  mscb->apfMsBssid = 00:24:97:70:9a:00 mscb->apfMsAddress = 0c:8b:fd:eb:16:17 mscb->apfMsApVapId = 1
    *dot1xMsgTask: Jun 24 12:43:13.802: 0c:8b:fd:eb:16:17  dot1xcb->snapOrg = 00 00 00 dot1xcb->eapolWepBit = 0 mscb->apfMsLwappLradVlanId = 0 mscb->apfMsLwappMwarInet.ipv4.addr = -1407817979
    *dot1xMsgTask: Jun 24 12:43:13.802: 0c:8b:fd:eb:16:17  mscb->apfMsLwappMwarPort = 5246 mscb->apfMsLwappLradInet.ipv4.addr = -1407817773 mscb->apfMsLwappLradPort = 10367
    *osapiBsnTimer: Jun 24 12:43:16.801: 0c:8b:fd:eb:16:17 802.1x 'timeoutEvt' Timer expired for station 0c:8b:fd:eb:16:17 and for message = M2
    *dot1xMsgTask: Jun 24 12:43:16.802: 0c:8b:fd:eb:16:17 Retransmit 2 of EAPOL-Key M1 (length 121) for mobile 0c:8b:fd:eb:16:17
    *dot1xMsgTask: Jun 24 12:43:16.802: 0c:8b:fd:eb:16:17 mscb->apfMsLwappLradNhMac = 00:24:97:52:87:d6 mscb->apfMsLradSlotId = 0 mscb->apfMsLradJumbo = 0 mscb->apfMsintIfNum = 13
    *dot1xMsgTask: Jun 24 12:43:16.802: 0c:8b:fd:eb:16:17  mscb->apfMsBssid = 00:24:97:70:9a:00 mscb->apfMsAddress = 0c:8b:fd:eb:16:17 mscb->apfMsApVapId = 1
    *dot1xMsgTask: Jun 24 12:43:16.802: 0c:8b:fd:eb:16:17  dot1xcb->snapOrg = 00 00 00 dot1xcb->eapolWepBit = 0 mscb->apfMsLwappLradVlanId = 0 mscb->apfMsLwappMwarInet.ipv4.addr = -1407817979
    *dot1xMsgTask: Jun 24 12:43:16.802: 0c:8b:fd:eb:16:17  mscb->apfMsLwappMwarPort = 5246 mscb->apfMsLwappLradInet.ipv4.addr = -1407817773 mscb->apfMsLwappLradPort = 10367
    *osapiBsnTimer: Jun 24 12:43:19.801: 0c:8b:fd:eb:16:17 802.1x 'timeoutEvt' Timer expired for station 0c:8b:fd:eb:16:17 and for message = M2
    *dot1xMsgTask: Jun 24 12:43:19.801: 0c:8b:fd:eb:16:17 Retransmit failure for EAPOL-Key M1 to mobile 0c:8b:fd:eb:16:17, retransmit count 3, mscb deauth count 0
    Any hint would be great .... Thank you...

    Hello Dino,
      thanks very much for your reply.
      The client uses a machine-certificate, the PKI is not a microsoft one, but a third party PKI.   The certificate is fresh and valid, the root-cert is installed and checked to be validated against it for the login.
    Clock is correct too. The same setup works flawlessly in Windows 7 and XP.
    EKU is set on the certificate (1.3.6.1.5.5.7.3.2)
    I suspect the cert-setup itself, but don't get a clue where this might stuck...
    Björn

Maybe you are looking for

  • Set text of layer...again

    hi everybody any ideas as to why when i use the set text of layer behaviour i'm losing the hand cursor when you mouseover the link? the behaviour works fine, but i'm getting the text cursor, so it doesn't look like a link when you view the page, alth

  • Multi graph cluster

    Hi all, I have to plot data coming from 64 different sites.  What I'd like to do is to create an array (8x8) of graphs and plot each incoming trace in a different graph. To do so, I've created a 2D array of clusters, where each cluster contains a gra

  • Tabbed Panels & IE 7 Weirdness

    I have a page that contains 5 instances of the DW CS3 spry tabbed panels. All work fine in IE 8 & FF 3 on Windows (and Safari & FF on Mac). But in Win IE 7, the content of two of those panels is hidden on page load. The tabs and text within the tabs

  • How to make the templates in PAL to 1920 x 1080 ?

    Hi there, I did FILE > OPEN TEMPLATE. When I was doing projects in Std Def, I select PAL, and there were a lot of templates available in PAL. But now doing projects in HD, these templates in PAL are too small to superimpose onto the HD videos (in 192

  • How do I move icons between screens?

    Friends, I have an ipad2 and an iphone.  On the iphone, I can easily drag icons between screens by press and holding, then dragging the icon to the side -- the adjacent screen the appears and I can drag the icon to that screen.  When I try the same t