ActiveX Xtra - projector doesn't terminate

Hi all,
Has anyone had problems with the projector not terminating
correctly
when working with the ActiveX Xtra? We are working on a
Director
application that uses some custom ActiveX controls. When the
user
quits the projector, the Process for the projector does not
terminate. If you look in the Windows Task Manager and click
on the
Processes tab, the process for the projector is still there
even
after the user quits.
I am using Director MX 2004 on Windows XP Pro. Users with
other
versions of Windows are also seeing the problem.
One interesting note is that if we put the ActXPriv.x32 user
interface component in the Xtras folder that the projector
uses, the
problem goes away (the process terminates correctly upon
quitting).
Unfortunately the documentation for the ActiveX Xtra says
"Under no
circumstances should the user interface component
'ActXPriv.X32' be
redistributed with a packaged Director multimedia title."
Thanks for any help!
Tom

I just thought that you might fail to unregister your activeX component when you stop the projector (in case you deliver the component's dll to the user with your projector package). Say my component is called axvlc.dll. It is placed in the same directory as my stub projector (given by: _movie.pass)
On startMovie -- I register the component:
     axRegSuccess = ActiveXControlRegister(_movie.path&"axvlc.dll")
     --axRegSuccess must be -1
end
on stopMovie -- I unregister it
      axUnRegSuccess = ActiveXControlUnRegister(_movie.path&"axvlc.dll")
      --axUnRegSuccess must be -1
end

Similar Messages

  • Phisical Back Key doesn't terminate the app and doesn't go to main page

    Hi experts
    I'm working in a Windows Phone 8.1 Project and have created it from a WP blank page (XAML and C#). After that added a new blank page and I navigate from main page through a blank page using a button. Now I'm struggling to navigate between pages.
    If I'm at main page and press the phisical back key button of my cellphone, my app doesn't terminate, instead it goes to background.
    If I'm at blank page and press the phisical back key button of my cellphone, my app doesn't go back to main page, instead it goes to background.
    I have tried several methods from internet (most of them using silverlight which is not my case) but I didn't understand how to create an event handler to deal with that.
    Any help will be very valuable, trust me.
    Thank you
    Arcturus

    You need to handle the HardwareButtons.BackPressed event
    and plug into your app's navigation system. Commonly you'll find the Frame object, check if frame.CanGoBack, and if so call frame.GoBack. If you're at the app's front page (frame.CanGoBack is false) then don't handle the event and let it back out of the application.
    private void HardwareButtons_BackPressed(object sender, BackPressedEventArgs e)
    Frame frame = Window.Current.Content as Frame;
    if (frame == null)
    return;
    if (frame.CanGoBack)
    frame.GoBack();
    e.Handled = true;
    See Handling the Back button
    in a Windows Phone app
    The NavigationHelper.cs classes in the non-blank Windows Phone app templates will hook this up for you.

  • Adobe Plugin doesn't terminate immediately

    Hello Xperts!
    when I stop/close my application the acrobat takes 10-20 seconds to terminate, i.e. AcroRd32.exe/acrobat.exe doesn't ends immediately.
    My plugin is based on the "external Window" sample. It uses the window messaging and communicates with the external application using dde.
    When the external application ends, it sends a message to the plugin telling him to release the allocated memory.
    now the plugin tries to destroy (WM_DESTROY) the communication window.
    At this stage the plugin crashes!
    LRESULT CALLBACK IACWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
    ASInt32 IEparentHnd = (ASInt32) wParam;
    ASInt32 userCmd;
    switch (msg)
    case WM_CLOSE:
    case WM_COPYDATA:
    case WM_DESTROY:
    PostQuitMessage(0); It crashes here !!!!!!!!!!!!!
    default:
    return DefWindowProc (hwnd, msg, wParam, lParam);
    return 0L;
    How is PostQuitMessage(0)message processed internally?
    Any help?
    Thanks in advance
    Caleb

    The Acrobat SDK Developer Forum is here
    http://www.adobeforums.com/webx/.eed56a0/
    The Acrobat Scripting Forum is here
    http://www.adobeforums.com/webx?13@@.3bbedaa6

  • Assert doesn't terminate an application?!?

    I know asserts have been around for a while, but I've recently updated some legacy code to use 1.4.2. I removed a previous 'home-made' facility for assertions, and replaced it with the language asserts.
    I was somewhat shocked to find out that an assert simply throws an AssertionError, and doesn't actually terminate the application! I just get a stacktrace sent to the console, but my application keeps running. I expected the application to terminate.
    Is this the way asserts are supposed to work? Is there any way to force the application to terminate when an AssertionError is thrown? I thought an uncaught error would terminate the JVM, so does this mean someone is catching the error somewhere?

    I don't have a catch( Throwable ) anywhere. Here is a simple example.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Frame1 extends JFrame
        public Frame1()
            JButton but = new JButton( "Push Me" );
            but.addActionListener( new ActionListener()
                public void actionPerformed( ActionEvent e )
                    System.out.println("Pressed button");
                    assert false : "Yes, I asserted";
            this.getContentPane().add( but );
            this.setSize( 200, 300 );
            this.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
        public static void main(String[] args)
            Frame1 frame1 = new Frame1();
            frame1.setVisible( true );
    }

  • Canon projector doesn't recognize the macbook pro with OSX lion using Mini DisplayPort to VGA Adapter

    for some reason my MBP and my iPad do not work with a Canon LV-7390 projector in the conference room at my office.
    they work every other place but in this projector (the most important). any ideas

    Hi glraczon.support,
    It sounds like the external display you are using (projector) operates at a smaller resolution than your MacBook Pro. You may want to configure the display preferences in System Preferences for the external projector.
    Here is an article that may help you with that process:
    OS X Mountain Lion: About the Display pane of System Preferences
    http://support.apple.com/kb/HT5369
    Thanks,
    Matt M.

  • Projector Doesn't Correctly Identify Resoloution

    Hi! I recently purchased an Optoma Pro360W projector:
    http://www.amazon.com/Optoma-PRO360W-3D-Capable-Multimedia-Projector/dp/B004VELB B8/ref=sr_1_1?ie=UTF8&qid=1345303284&sr=8-1&keywords=optoma+pro360
    I have two MacBook Air's. The first is an 11.6" 2010 model. The second is an 11.6" 2011 model.
    I'm connecting the projector via the Mini Display to VGA adapter.
    When I plug the projector into the 2010 MacBook Air everything works fine. I go into the display settings and turn off display mirroring. Then I set the resolution on the projector desktop to 1280 x 768 60hz (this is needed for what I'm doing). Everything works great!
    When I try to do the same thing with the 2011 Macbook, the projector always recognizes the incoming resoloution as 1024 x 768. The MacBook is putting out a 1280 x 768 signal, but the projector recogizes is as 1024 x 768 and squeezes it into a crappy looking square.
    Why does it work flawlessly on the older MacBook, but not the newer? Do I need to buy a different adapter? Is there a setting I'm missing somewhere? I went through all the projector options and can't find anything to fix it. It would seem to be an issue with the MacBook since the older unit works fine.

    Anyone? Any suggestions at all?

  • AIR doesn't terminate with pending web service requests

    I'm using webservices via the wsdl import tool in the Flex
    Builder 3.0.2. So far, I'm able to make requests to the webserver
    and get data from it successfully. The app is basically polling
    data from the server and when the server gets data, it sends it to
    the AIR client. As a Flex app inside the browser, the browser
    terminates fine. However, when I move the app to AIR, adl.exe never
    terminates, even when I call nativeApplication.exit(0), explicitly.
    (I noticed this issue when my machine started to thrash with 10
    adl.exe running simultaneously.)
    Am I not calling exit correctly? Or is this a bug in AIR?

    "Netom80" <[email protected]> wrote in
    message
    news:ggf82l$1fi$[email protected]..
    > I'm using webservices via the wsdl import tool in the
    Flex Builder 3.0.2.
    > So
    > far, I'm able to make requests to the webserver and get
    data from it
    > successfully. The app is basically polling data from the
    server and when
    > the
    > server gets data, it sends it to the AIR client. As a
    Flex app inside the
    > browser, the browser terminates fine. However, when I
    move the app to
    > AIR,
    > adl.exe never terminates, even when I call
    nativeApplication.exit(0),
    > explicitly. (I noticed this issue when my machine
    started to thrash with
    > 10
    > adl.exe running simultaneously.)
    >
    > Am I not calling exit correctly? Or is this a bug in
    AIR?
    >
    Whenever I've seen this, I had a window that was not visible
    and for some
    reason (like an error before when I made it visible), it
    never became
    visible and so was not possible to terminate.
    HTH;
    Amy

  • Macbook Pro Retina display laptop to Dell 1409X projector doesn't work

    Macbook Pro Retina display laptop to Dell 1409X projector – I use OSX 10.9 & I've cabled from my thunder port (mini display port) via apple's adapter to a vga cable to a Dell 1409X projector.  But the projected display is different from the computer display. The cursor is controlled from my trackpad, but is only seen in the projection display. Also the dock items are only seen in the projection display. But when I select any application (ex, Word file or a jpeg image) it is only seen on the laptop. Meanwhile the projected display shows items from my screensaver, always different from what is shown on the laptop.
    Thanks for any help.
    Earl

    Hi earlherr!
    Try using the information in this article to help you troubleshoot this issue with your connection to an external monitor:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Projector doesn't launch full screen

    Hello Forum
    I am having a strange problem.  I have created a as3 projector file (flash player 10) which launches full screen.  And it does launch full screen on all computers here in our office.  We have sent out the files to the client last night and they have started installing them in their computers.  It works on all computers except one.  They say in that particular computer the application launches but for some reason not full screen.  They can manually switch it to full screen by clicking on Command F.
    I have a feeling they somehow must be launching an older version of the application by mistake, even though they are certain that they are clicking on the most recent one.  Is it possible to prevent full screen launch in a preference setting somewhere?
    Any thoughts or help would be much appreciated.
    Thank you.
    sk

    Hi, although I can't be for sure with the information given. It sounds like you are running in Windowed mode. Look in your game options and see if there is an option to turn windowed mode off.
    Hope this helps
    While I may work for HP, my posts and replies are my own and should not be mistaken for statments made by HP as a whole.

  • Jukebox Zen Xtra PC doesn't recognize connection to PC. Can't reinstall firmwa

    Hello.
    I recently had a problem where my PC stopped recognizing that the player was connected. I had this problem once before and solved it by removing and reinstalling all of the player related software on my PC. Tried that again, but it didn't help. I tried connecting to another PC, still no response. I tried a different USB cable. No luck.
    I then guessed that perhaps the firmware on the player had been corrupted. Up to this point, my player continued to play just fine but I couldn't connect to my PC and manage the player. I then downloaded the firmware and very stupidly removed the operating system from my player as part of the process of trying to reinstall the firmware. Of course, the PC still doesn't recognize that the player is connected so I can't install the new firmware from the PC. Now, of course, my player won't play either.
    Any suggestions? I am frantic. Thanks.

    First make sure you have all the lastest versions of all the software (especially the driver as this is what the pc needs to recognise the player).
    Another thing to do is try plugging it into all the usb ports. I sometimes find certain devices only work when plugged into the port which was being used when it was installed.

  • 6 projectors doesn't work on new MP

    In Mac Pro 2013, FirePro D500, 16 Gb DDR3 ECC 1866 version OS 10.9.2
    - connecting 5 Epson projectors via cable Mini DisplayPort - Dual-Link DVI
    + external monitor with cable HDMI.
    Problem - the video content on the projector is extremely slow. Over time, some projectors do not work, lose their signal, there is an effect of "white noise"
    information about the system.
    Tab graphics / monitors - all 6 outputs are connected to a single graphics card - Slot1. Slot 2 - empty.
    In what could be the problem?

    The fine print in this article only guarantees six displays will work if they are ThunderBolt or DisplayPort connected displays:
    Mac Pro (Late 2013): Using multiple displays
    You can have up to two "legacy" displays (including the built-in HDMI as one of the two if you choose to connect it) and that they will work acceptably well, but there are still occasional reports of them not always coming on reliably.
    Readers experience here is that you can have additional "legacy" displays, but they must all use ACTIVE adapters. ACTIVE adapters have additional electronics inside, so that they do not rely on the low-level signals provided directly by the Mini DisplayPort from the computer -- they at least have signal boosters.
    There is ONE power lead in the standard interface, and that allows enough power for Single-Link DVI. Displays wider than 1920 wide require Dual-Link DVI, and the electronics is not trivial, so they need a USB for additional power to run the converter. The Apple adapters cost US$100 each, so if you can run your projectors off cheap DisplayPort cables, you should do so.

  • Zen Xtra Backlight doesn't turn off, OS free

    A problem started today where my 40gb Zen Xtra can no longer get past the EAX screen, and stays lit the entire time. I'm unable to turn it off except by removing the battery, and as soon as I put the battery back in, it automatically turns back on and freezes again. I reset, then I went to recovery mode and cleaned up the OS, but the same problem persists.
    I notice that at some point from the time the player turns on to the time it freezes, I feel my hard dri've stop vibrating, and I wonder if that has anything to do with it.
    Any suggestions or ideas?
    Thanks!

    my zen xtra has done the same thing. it wont turn off. it wont go any further. i have gone to the rescue mode and tried all the options except reloading the os because i am afriad then i wont even have a os since it wont connect to my computer thru USB either. this is the second time i have had a major problem with it. the first time it completely failed on me and went to rescue mode everytime i turned it on. i eventually had to get a rma for it because the hard dri've had failed completely. will i need to do that again cause i have looked at every piece of advice available and nothing has helped.

  • Zen Xtra driver doesn't recognize dev

    Well, the saga began when I decided to update the drivers, firmware, and MediaSource software for my Zen Xtra (60GB). The first thing I did was update the driver (from version .23.00) to the latest (.30.03). Without even thinking about whether that would cause problems, I moved directly to updating the firmware. The instructions on Creative's download page explained how to update the firmware, including the dreaded "Reload OS", which erases the old firmware. I did this, and moved on. The next step was to re-connect the device, and run the new firmware program. The problem here was that the device was not detected, so I could not proceed. My Zen Xtra suddenly became a nice paper weight.
    After much troubleshooting, I discovered that when plugging the device into another computer (a laptop), the laptop did recognize the device. The laptop was using the original drivers and software as shipped on the CD. I was able to continue with the firmware update from the laptop.
    Moving back to the original machine where I had installed the .30.03 driver, it continued to fail to recognize the device. Reverting to the old driver (.23.00) resolved the problem.
    So, my question is, what is the problem with the .30.03 driver? Is it known? And is there a workaround? Also, where can I obtain the driver releases in between .23.00 and .30.03 to try them?
    Thanks in advance,
    toddor

    There has been the odd issue with the driver, but nothing common or definiti've.
    You can force the device to look for the driver in the install folder, C:\Program Files\Creative\Jukebox 3 Drivers, assuming it installed OK. You can do this by going into Device Manager, finding the Zen Xtra, double-clicking on it (to go to its property page), then choose the Update Drivers button. Make sure to then choose the advanced option so you can specify the directory.

  • Reader 9.4.4 won't update and AdobeARM.exe doesn't terminate.

    Two problems.
    1.  On Windows 2000 Pro, SvcPk 4, installation, Adobe Reader 9.4.4 Updater erroneously reports "No updates available", failing to update to 9.4.5.
    2.  After running Updater, AdobeARM.exe fails to close, even if Reader is closed and Windows is rebooted, necessitating that it be terminated using "End Process" in Windows Task Manager before Updater can be run again.

    Here are two files that might be relevant:
    AdobeARM.log:
    [2011-06-23 12:27:06] Adobe ARM 1.4.7.0 logging started.
    [2011-06-23 12:27:06] Command Line:
    [2011-06-23 12:27:07] ProductCode: {AC76BA86-7AD7-1033-7B44-A94000000001}
    [2011-06-23 12:27:07] ProductName: Adobe Reader 9.4.4
    [2011-06-23 12:27:07] ProductVersion: 9.4.4
    [2011-06-23 12:27:07] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2011-06-23 12:27:07] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2011-06-23 12:27:15] Found preference AUTO_OFF.
    [2011-06-23 12:27:15] Automatic updates preference is off - exiting ARM.
    [2011-06-23 12:27:15]    Error Code: 1202
    [2011-06-23 15:00:23] Adobe ARM 1.4.7.0 logging started.
    [2011-06-23 15:00:23] Command Line: /PRODUCT:Reader /VERSION:9.0 /MODE:1
    [2011-06-23 15:00:23] ProductCode: {AC76BA86-7AD7-1033-7B44-A94000000001}
    [2011-06-23 15:00:23] ProductName: Adobe Reader 9.4.4
    [2011-06-23 15:00:23] ProductVersion: 9.4.4
    [2011-06-23 15:00:23] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2011-06-23 15:00:23] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2011-06-23 15:00:26] Found preference AUTO_OFF.
    [2011-06-23 15:00:28] ArmUpdate record found.
    [2011-06-23 15:00:28] Newer version ARM Update is not available.
    [2011-06-23 15:00:28] No updates in Manifest for current product configuration.
    [2011-06-23 15:00:28] InitSession produced no files, change state to NO Updates
    [2011-06-23 15:00:30] User exited
    AdobeARM_NotLocked.log:
    [2011-06-23 15:00:35] Adobe ARM 1.4.7.0 logging started.
    [2011-06-23 15:00:35] Command Line: /PRODUCT:Reader /VERSION:9.0 /MODE:1
    [2011-06-23 15:00:35] ProductCode: {AC76BA86-7AD7-1033-7B44-A94000000001}
    [2011-06-23 15:00:35] ProductName: Adobe Reader 9.4.4
    [2011-06-23 15:00:35] ProductVersion: 9.4.4
    [2011-06-23 15:00:35] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2011-06-23 15:00:35] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2011-06-23 15:00:40] Another instance of ARM is already running.
    [2011-06-23 15:00:40]    Error Code: 121[2011-06-23 15:00:40] ** Setting Error Condition:
    [2011-06-23 15:00:40]    Error Code: 1201[2011-06-23 15:00:42] ARM returns ERROR_SUCCESS
    [2011-06-23 15:00:42] Adobe ARM 1.4.7.0 logging finished.

  • Mini DVI to VGA cable doesn't send signal to the projector

    I just received a mini DVI to VGA adapter cable today.
    I connect mini DVI side of cable into my Macbook v. 4.1 and connect the other side into DGA cable, which connected to LCD projector.
    When I connect the cable to my Macbook, the opened application streched out to a full screen (seems like computer detets the cable) but projector says 'no signal'.
    Can any one tell me what is wrong it is?
    Thanks much
    Mike

    I'm still stucked.
    By reading some articles, it says even using mini DVI adapter, the signal is still digital and if the projector doesn't accept digital signal then it's no use....
    My projector is Epson EX3200 and it doesn't have any DVI or HDMI input.
    Does this mean my projector doesn't accept a digital signal?
    But, but, but if even uing mini DVI adapter cable it still doesn't conver to analog signal then why they call the cable a mini DVI to VGA cable???
    Why should this world be so complecated.....

Maybe you are looking for

  • IPhone 4 original video resized when sending MMS :-(

    Hello, I was just unhappily surprised upon finding out that the original HD video I shot of my baby was resized to a lower quality when I sent it via MMS. The lower quality video was later imported into iPhoto. Is there a way to prevent the automatic

  • Query Trip Data with Zero Amount

    Dear all, I have requirement to retrieve every trip record which has zero amount in its total cost. It didn't work when I use TCode S_AHR_PH0_61016401 (General Data Trip) for this query purpose. I also took effort to make my own query definition usin

  • Reading arrays of objects

    I am new to OCI programming, but have read the manuals on reading objects, but can not figure out how to do what I want to do from that documentation. I am using oracle 9.2.0.7 I have a package that produces a bunch of data. Currently this data is st

  • Route call based on source IP address

    Hello Guys, Is there a way to route calls based on source IP address? I want to redirect calls to specific queues based on the ip of the phone who's starting it. Any ideas? Thanks in advance. Filipe Leite                  

  • How to remove entries from the new auto-complete ?

    Firefox 33 came with a new auto-complete for forms. Unfortunately I cannot seem to delete the auto-complete suggestions once they have been stored. This is necessary functionality for things like mis-spelled words, where you want to get rid of the ol