Required FlasLite Extension SDK for FlashLite 4.0 on WinCE platform

Hi,
We are using FlashLite 4 (Standalone player) supplied by BSquare in WinCE environment. In our product need to implement Action script extensions to communicate with C++ application. For this implementation we required ASextension classes supplying along with FlasLite Extension SDK. Is it available any evaluation version for FlasLite Extension SDK? please suggest how can we get this SDK for our developement?
Rgds
Monsy

Hi,
I don't think source code (or any evaluation) will be available for Flash Lite 4. It will released to OEM's who will add their own extension for their platform. You should contact BSquare which inturn will contact OEM (who might have supplied FL4 player code) for AS Extension class.
Regards,
Karthikeyan R.

Similar Messages

  • How can I get JDeveloper Extension sdk for 9.0.4 version

    HI~
    I want to download JDeveloper Extension sdk for 9.0.4 version.
    Of course, I found some link for downloading, but all of them I found were not connected or connected with 11g version.
    I also try to install the sdk in JDeveloper menu called "Check for updates" in help menu. But it was not operated in my pc(Windows 7 64bit).
    I really need to older version Extension sdk.
    How can I get the sdk?

    The only way I see is through support. Versions this old are not accessible via the web.
    Timo

  • Extension SDK : Where are the wizards for extension creation in JDev

    I remember seeing there were few wizards in JDev 10.1.3 Preview version for creating extensions which generates the stubs (like create extension with windows etc.), but I don't see it in the new extension SDK. It only contains extension.xml file with basic properties, also it doesn't XML give insight in the extensions.xml.
    Why are the wizards missing? Are they left by mistake oir by intension?
    I hope having wizards for extension creation (like eclispe) will help people creating extensions. Currently we have to copy paste some extensions provided by Extension SDK and merge our code as and where required.

    Hi,
    The Extension Manifest gallery item that's in 10.1.3 production's Extension SDK at least provides a starting point. It will generate extension.xml automatically based on values entered in the creation dialog.
    There were a couple of other extension design time features in 10.1.3 preview that were pulled prior to production. This was mainly due to scheduling constraints (a number of other features had higher priority), changes to the extension SDK API between preview and production, and several bugs and design issues with the functionality.
    As I mentioned, extension design time support will be expanded in future releases, and is now a priority for us. These improvements are currently targeted for the 11.0 release, but it's not inconceivable that the ESDK for 10.1.3 could be updated with these improvements too if there's enough demand.
    Thanks,
    Brian

  • Adobe Extension SDK Guide for CC 2014 posted

    Hi,
    In case you haven't noticed, I recently posted the Adobe Extension SDK Guide (updated for CC 2014) in the Adobe CEP GitHub repository. You can find it here: http://bit.ly/TEXQXi
    Happy coding,
    Hallgrimur

    Hi,
    As you pointed out yourself there was some incomplete information in it. We removed it to avoid causing confusion. Soon enough they will be republished with the correct information.
    Best regards,
    Hallgrimur
    Hallgrimur Th. Bjornsson | CCE Product Manager - Enterprise  Dashboard - Extensibility| Adobe | Tel: +44 (0) 1314582787

  • Downloading extension SDK fails

    Howdy,
    I'm trying to install the extension SDK from within JDeveloper 11.1.1.1.0, but I'm failing miserably. It seems that the download manager cannot connect with the download server. The update manager displays the SDK as a download option, but when I select the item and press "Next", connecting fails and the Summary page displays nearly immediately.
    There is no apparent sign of failure, but the download did not finish successfully and when checking $HOME/.jdeveloper/tmp/update, the file "esdk_bundle.zip" has only 708 bytes! Enabling debug output reveals that the update manager seems to require a proxy server.
    Jul 21, 2009 12:24:40 PM oracle.ideimpl.webupdate.DownloadUpdatesRunnable fixProxyForDownloadOracleCom
    INFO: Detected internal Oracle user with no proxy. Using emeacache for download.oracle.com.
    Jul 21, 2009 12:26:53 PM oracle.ideimpl.webupdate.DownloadUpdatesRunnable fixProxyForDownloadOracleCom
    INFO: Detected internal Oracle user with no proxy. Using emeacache for download.oracle.com.
    But I've explicitly disabled the proxy server in the preferences, because it does not seem to work.
    No HTTP response received.
    java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed"
         at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:1517)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:164)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
         at oracle.ide.webbrowser.HttpPing$PingRunnable.run(HttpPing.java:109)
         at oracle.ide.webbrowser.ProxyOptions.doTask(ProxyOptions.java:811)
         at oracle.ide.webbrowser.HttpPing.ping(HttpPing.java:74)
         at oracle.ide.webbrowser.ProxySettingsPanel$5.run(ProxySettingsPanel.java:811)
         at java.lang.Thread.run(Thread.java:619)
    The host name of the proxy is "emeacache.uk.oracle.com". Port 80.
    I could not find any information about an alternative proxy. Can anyone provide some information about how the proxy and/or update manager can be configured to allow downloads from the internal Oracle server? Or is there an alternative means to download the extension SDK?
    Thanks for your help.
    Best regards,
    Marco Hunsicker

    Hello Shay,
    thanks much for your quick reply.
    you can download the file directly from the link here:
    http://www.oracle.com/technology/products/jdev/101/update/center.xml#oracle.jdeveloper.esdk
    Got it! Thanks.
    Internal JDeveloper forums for Oracle Employees are here:
    http://myforums.oracle.com/jive3/?categoryID=445
    I don't seem to be able to access that forum. Not sure whether there is such a possibility for developers outside of Oracle, as John's post seems to be implying. Or maybe it hasn't been obvious that I'm not an Oracle employee.
    Anyway, my immediate need is satisfied. Thanks much for all the help.
    If anybody is interested to receive further information regarding the proxy server issue, please don't hesitate to contact me.
    Cheers,
    Marco

  • Error while updating a custom Windows Azure Diagnostics configuration xml from powershell. "Invalid update to extension reference for role"

    I am attempting to upload a manually edited WADConfig xml to my VM. The WAD service is functioning correctly, I needed to add some custom WinEventLogs. The prescribed steps result in an error.
    What am I overlooking?
    I am following these instructions:
    Step 5: Remotely install Diagnostics on your Azure Virtual Machine
    azure.microsoft.com/en-in/documentation/articles/cloud-services-dotnet-diagnostics/#virtual-machine
    $storage_name = "wadexamplevm"
    $key = "<StorageAccountKey>"
    $config_path="c:\users\<user>\documents\visual studio 2013\Projects\WadExampleVM\WadExampleVM\WadExample.xml"
    $service_name="wadexamplevm"
    $vm_name="WadExample"
    $storageContext = New-AzureStorageContext
    -StorageAccountName $storage_name -StorageAccountKey $key
    $VM1 = Get-AzureVM
    -ServiceName $service_name -Name $vm_name
    $VM2 = Set-AzureVMDiagnosticsExtension
    -DiagnosticsConfigurationPath $config_path
    -Version "1.*"
    -VM $VM1 -StorageContext $storageContext
    $VM3 = Update-AzureVM
    -ServiceName $service_name -Name $vm_name
    -VM $VM2.VM
    Unfortunately, I am receiving this error:
    Update-AzureVM : BadRequest: Invalid update to extension reference for role: XXXXXX and reference: IaaSDiagnostics.
    What's missing from the above script?

    Hi,
    Since Azure SDK 2.5 uses the extension model the diagnostics extension, the configuration and the connection string to the diagnostic storage are no longer part of the deployment package and cscfg. All the diagnostics configuration is contained within the
    wadcfgx. The advantage with this approach is that diagnostics agent and settings are decoupled from the project and can be dynamically enabled and updated even after your application is deployed. 
    Due to this change some existing workflows need to be rethought – instead of configuring the diagnostics as part of the application that gets deployed to each environment you can first deploy the application to the environment and then apply the diagnostics
    configuration for it.  When you publish the application from Visual Studio this process is done automatically for you. However if you were deploying your application outside of VS using PowerShell then you have to install the extension separately through
    PowerShell.
    There PowerShell cmdlets for managing the diagnostics extensions on a Cloud Service are -
    Set-AzureServiceDiagnosticsExtension
    Get-AzureServiceDiagnosticsExtension
    Remove-AzureServiceDiagnosticsExtension
    You can use the Set-AzureServiceDiagnosticsExtension method to enable diagnostics extension on a cloud service. One of the parameters on this cmdlet is the XML configuration file. This file is slightly different from the diagnostics.wadcfgx file. You can
    create this file from scratch by either following the article that you are referring to or  you can modify the wadcfgx file and pass in the modified file as a parameter to the powershell cmdlet.
    To modify the wadcfgx file –
    Make a copy the .wadcfgx.
    Remove the following elements from the Copy:
    <DiagnosticsConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
       <PrivateConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
         <StorageAccount name=" " endpoint="https://core.windows.net/" />
       </PrivateConfig>
       <IsEnabled>false</IsEnabled>
    </DiagnosticsConfiguration>
    Make sure the top of the file still has xml version and encoding –
       <?xml version="1.0" encoding="utf-8"?>
    Effectively you are stripping down the Wadcfgx to only contain the <PublicConfig> section and the <?xml> header. You can then call the PowerShell cmdlet along with the appropriate parameters for the staging slots and roles:
    $storage_name = ‘
    <storagename>’
    $key= ‘<key>’
    $service_name = '<servicename>'
    $public_config = '<thepublicconfigfrom_diagnostics.wadcfgx>'
    $storageContext = New-AzureStorageContext –StorageAccountName $storage_name –StorageAccountKey $key
    Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config –ServiceName $service_name -Slot ‘Staging’ -Role ‘WebRole1’
    Hope this helps !
    Regards,
    Sowmya

  • Extending the UML class diagrams with JDeveloper Extensions SDK?

    Hello,
    I studied the JDeveloper Extension SDK docs, but couldn't figure out how to write extensions that support UML Diagrams.
    What I would like to do, is to pin a different data model under the class diagram view.
    Well if you can't do that. In the worst case, my extension would register with a regular class diagram and listen to its events and and refuse particular changes. It would also create or use an empty class diagram and fill in the classes and associations in it. (this is less clean but I could live with it).
    Thanks in advance for all your suggestions.
    Slawek

    By definition you can change classes through the model so I guess the problem here is that the model cannot apply updates to something that it is pointing to the the compiled version of.

  • How to get the AS3 SDK for Facebook Platform and the CS SDK to play nice?

    I tried to combine a very basic Photopshop Panel created with the CS SDK v1.5 and the AS3 Facebook SDK (http://code.google.com/p/facebook-actionscript-api/), but get the following errors when I try to login to Facebook in the Panel.
    Error: Error #3200: Cannot perform operation on closed window.
    at Error$/throwError()
    at flash.display::NativeWindow/get bounds()
    at flash.html::HTMLLoader$/createRootWindow()
    at com.facebook.graph.windows::AbstractWindow/showWindow()[C:\Users\MikeHunt\Work\facebookGr aphApi\desktopAPI\com\facebook\graph\windows\AbstractWindow.as:129]
    at com.facebook.graph.windows::LoginWindow/open()[C:\Users\MikeHunt\Work\facebookGraphApi\de sktopAPI\com\facebook\graph\windows\LoginWindow.as:130]
    at com.facebook.graph::FacebookDesktop/login()[C:\Users\MikeHunt\Work\facebookGraphApi\deskt opAPI\com\facebook\graph\FacebookDesktop.as:514]
    at com.facebook.graph::FacebookDesktop$/login()[C:\Users\MikeHunt\Work\facebookGraphApi\desk topAPI\com\facebook\graph\FacebookDesktop.as:161]
    at Test/login()[~/work/code/flash/Test/src/Test.mxml:133]
    at Test/__loginBtn_click()[~/work/code/flash/Test/src/Test.mxml:200]
    I tried using csxs:CSXSWindowedApplication, mx:WindowedApplication, and mx:Application. All had the same errors.
    Thanks,
    forest

    You download the Extension SDK as .... extension. Go to Help->Check for Updates.
    The Extension SDK is listed there. If you are behind a proxy, then don't forget to configure that in Tools->Preferences.
    Sascha

  • Working with PL/SQL Packages and Extension SDK

    Hi,
    I'm working on an Extension for SQL Developer. I want this Extension to wrap my PL/SQL Packages.
    The Situation:
    I got an Oracle DB 10g Revision 1 so I can't use the dbms_ddl call to wrap my Packages. I have to use the wrap.exe Utility.
    When I right click on a PL/SQL Package I can choose "Wrap it!" and the Extension does the following: It implements an oracle.ide.controller.ContextMenuListener and when the handleEvent function is called I cast the Context Parameter to a oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object.
    Through the getSource function I get source code, print it into a file wrap it and write it back to the database.
    But I have to call this for both the package body and the package header. How can I got the header if my oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object is the body or the body if my oracle.dbtools.raptor.navigator.plsql.PlSqlNode Object is the header with the Extension SDK? There has to be a Way, cause there is also a standart function called "Save Package Spec and Body".
    Can someone help me, please. :-)
    Thanks
    Andi
    P.S.: I'm sorry for my bad english. :(

    Greetings,
    If you are using the HTP/HTF procedures/functions then the following code does what you are asking:
    htp.formOpen( curl => 'schema.package.procedure_name', cmethod => 'post');
    which would generate the following HTML:
    <FORM ACTION='schema.package.procedure_name' METHOD="post">
    The names of <INPUT> items between the <FORM> tags should match parameter names in your PL/SQL procedure.
    Thanks,
    Dale

  • Can I use Publications SDK for merging PDFs?

    Hi,
    Can i use Publications SDK for merging PDFs.? Logically i think it should be possible.
    Scenario:-  PDFs will be the report output format for webI, Crystal etc. I will query the repository and get the PDF instances from various BO Reports. Can i use this PDFs as input for Publications SDK? Is there any known limitations?
    Please help.
    Ted, if you are there please update.
    Thanks,
    Anu

    Thanks Ted. Thats really informative.
    Can you please provide a brief description on 'There's an out-of-the-box post-processing extension that merges PDF from Crystal.'
    I'm already using Itext. but it is a costly affair as PDF file size is an issue (200 single page PDF results in 8 MB). And seems like there is no otherway around in Itext to compress PDF.
    About using WebI and Crystal together, I will export PDF from these and give those PDF as input for Publications.Then it should work. Right?
    Edited by: Anu Cherian on Feb 2, 2011 11:35 AM

  • Required Help and Documentations for following Scenarios. URGENT

    Hi every one,
    I require help and materials for following scenarios:
    <b>1) RFC to IDOC
    2) JDBC to RFC & IDOC
    3) Mail to File
    4) HTTP to RFC, JDBC & IDOC
    5)WEB SERVICES to RFC & IDOC
    6) IDOC to ABAP proxy
    7) Java Proxy to JDBC</b>
    my email id: <u>[email protected]</u>
    urgent plzz  help me...
    Message was edited by:
            satish c

    Satish,
    I would suggest to go through sravyas weblogs where she has given all the links to all the scenarios:
    /people/sravya.talanki2/blog/2006/12/25/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-i
    /people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    Also check this weblogs which they have explained with some scenarios:
    Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    Regards,
    ---Satish

  • Extension structure for a bapi to create project definition and wbs element

    Hi,
    is there a bapi that have an extension structure for custom fields, that can be used to create a project with wbs elements.
    thanks for your help.

    i yhink BAPI_PROJECT_MAINTAIN  dont have extension structure, so i cant use it because i have custom fields.
    BAPI_BUS2054_CREATE_MULTI seems meet my requirement because it has extension structure,

  • Rendering video in Photoshop CS6-"required software extensions missing"

    When trying to render a video in Photoshop CS6 I'm getting a "required software extensions missing" error. Where can I download these extensions?

    Hi. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Photoshop General Discussion forum for specialized attention to your situation.

  • Can I use Webservices SDK for scheduling Reports?

    Hi All,
    I have a requirement to use Webservices SDK. The process flow is explained as below:-
    PeopleSoft calls Java component which schedules the BO Reports by calling BO program Objects. I was using BOE SDK before. But SAP advised to move to Webservices SDK as to remove CORBA connection issues.
    Can I use Webservices SDK for scheduling Reports?
    Please update.
    Thanks,
    Anu

    Its possible to schedule reports from web services SDK. Its stated in the Web services SDK Doc.

  • Iphone sdk for iphone os 2.1 final dmg does not install

    Hi all,
    opening the dmg file
    iphone sdk for iphone os 2.1 final dmg
    fails with the error -4960.
    A small message box pops up defining this error.
    Is it because I have a PowerPC still so that developing apps for the iPhone / iPod Touch is not possible, or is it due to a download problem? (I resumed the download a couple of times in Safari)
    Thank you in advance for your help,
    Thomas

    The iPhone SDK requires an Itel Mac. [See here|http://developer.apple.com/iphone/program/download.html] in gray text below the +Download now+ on the left of the page.

Maybe you are looking for

  • Change query string in ireport xml file?

    greetings all iam newbie to xml first i want to add the xml file to a packge named first,how to do that? second i want to change the query string to be "select * from report where month= "+textfield.getText() here's the code: <?xml version="1.0" enco

  • Not able to display the image on the popup.

    hi, my requirement is: i have command link on the form.which on clicked should display a popup and with in that popup a image should be shown. I have stored that image in the form of byte array. On clicking the link i am able to show the popup.But,no

  • MacBook WARRANTY question...HELP.

    ok heres the deal...before i started working at circit cityy (had to mispell on purpose lol) i really wanted a new macbook pro...the only place local (i thought) to purchase a mac was at the local best buy here in SPRINGFIELD , MISSOURI.  after choos

  • Number of re-installs permitted on stand alone products?

    HOW MANY INSTALLS ARE PERMITTED WITH PURCHASED aDOBE PRODUCTS? My PC will be having a data and program wipe due to a registry problem.  Can I re-install LR4 and 5, and Adobe Elements; if so how many times are permitted? The LR5 was a download purchas

  • Pismo Power cuts away when display adjusted

    Hi all, I dig these forums, and am here because I'm stuck. I have a PB Pismo, and it works great...except when I physically move the display, open or closing it, or moving it forward or back...then the power goes dead. Very annoying. I can't figure t