Linux. "OverrideGPUValidation=true" (in mms.cfg) doesn't work.

In advance I am sorry for bad English language. I Russian man, and use the program the translator.
Linux (32 and 64-bit). NVIDIA GeForce GTX 560 Ti. Proprietary driver. Flash Player 11 ( (32 and 64-bit)).
"OverrideGPUValidation=true" (in mms.cfg) doesn't work. 
On YouTube (in "Show video info") it is written "softvare video rendering" 
How it to correct? Can the option has changed? 
PS. 
"EnableLinuxHWVideoDecode=1" works (On YouTube (in "Show video info") it is written "accelerated video decoding"). 
How to turm on, "accelerated video rendering"?

UP. How, now, to include "accelerated video rendering" (without it (in Linux) flickers Flash (at least Flash Games))?..

Similar Messages

  • Use apex_application.g_unrecoverable_error := TRUE; and apex_collection.truncate_collection doesn't work

    I'm trying to print pdf using JasperReports Integration. I need to do an INSERT then clean all the page items(including the apex_collection.truncate_collection for truncate the collection)  and print with the Jasper call(all in one button).
    The Insert works, and i can perfectlly print too, but the clean page items and the truncate collection doesn't.
    Please HELP! its really urgent!!
    Thnx.
    Ricardo Capuz

    Hi Nicolette, i'm really new on Apex, sorry for the bad explanation.
    First, thank for your answer, my apex version is 4.2.2.
    I'm sure that the insert works perfect, cause i checked with the database.
    i used apex_application.g_unrecoverable_error := true; because is the code that bring the people of JasperReportsIntegration and I tried to comment it but without it, the print doesn't work.
    My problem is when I use the g_unrecoverable_error the printPDF works perfect but apex does not truncate the collection or clean the fields neither.
    I have an invoicing application, i want to click on "generate invoice" and do the insert, print pdf and refresh the page, so that when the user finish to print the invoice, the invoicing application is clean for make another invoice.
    Here's the code of the print pdf....
    DECLARE
               l_blob        BLOB;
               l_mime_type   VARCHAR2 (100 char);
               l_proc varchar2(100) := 'get report as blob, then show';
               l_additional_parameters varchar2(32767);
    BEGIN
          l_additional_parameters := 'USUARIO_CODIGO=' || apex_util.url_encode(:APP_USER);
          l_additional_parameters := l_additional_parameters||'&PRESUPUESTO_NUMERO='||apex_util.url_encode(:PRESUPUESTO_ID);
          xlog (l_proc, 'url (orig):' || 'http://Servidor-New:8181/JasperReportsIntegration/report');
       -- generate the report and return in BLOB
      xlib_jasperreports.set_report_url ('http://Servidor-New:8181/JasperReportsIntegration/report');
      xlib_jasperreports.get_report(
                                       p_rep_name => '&JASPER_HOME./PRESUPUESTO_CNO',
                                       p_rep_format => 'pdf',
                                       p_data_source => '&JASPER_HOME.',
                                       p_rep_locale => 'es_ES',
                                       p_additional_params => l_additional_parameters,
                                       p_out_blob            => l_blob,
                                       p_out_mime_type       => l_mime_type
       -- set mime header and filename
       OWA_UTIL.mime_header (ccontent_type      => l_mime_type,
                             bclose_header      => TRUE);
       -- send Content-Disposition and suggest a file name for saving
       htp.p('Content-Disposition: attachment; filename="'|| 'Presupuesto.pdf' ||'"');
       -- set content length
       HTP.p ('Content-length: ' || DBMS_LOB.getlength (l_blob));
       OWA_UTIL.http_header_close;
       -- download the file and display in browser
       WPG_DOCLOAD.download_file (l_blob);
       -- release resources
       DBMS_LOB.freetemporary (l_blob);
       -- stop rendering of APEX page
      apex_application.g_unrecoverable_error := TRUE;
    /* apex_application.stop_apex_engine;                               -------I PROVE WITH THIS ONE AND IT DOESN'T WORK
       apex_util.redirect_url (                                      --------IF I SET THE BUFFER RESET TO TRUE, IT CLEAN THE FIELDS BUT DON'T PRINT AND IF I SET TO FALSE IT PRINT BUT DON'T CLEAN THE FIELDS.
    p_url => 'f?p=&APP_ID.:30:' || :SESSION,
                              p_reset_htp_buffer => true ); */
        -- Limpieza de ITEMS collection
    apex_collection.truncate_collection(p_collection_name => 'ITEMS');  -----I TRIED TO PUT THIS PART UPPER THAN THE g_unrecoverable_erro BUT IS THE SAME THING.
    :P30_CI:='';
    :P30_NOMB_AP_PACIENTE:=' ';
    :P30_HISTORIA_PACIENTE:= NULL;
    :P30_RIF_RESP_PAGO:=' ';
    :P30_NOMBRE_RESP_PAGO:=' ';
    EXCEPTION
       WHEN OTHERS
       THEN
          xlog (l_proc, SQLERRM, 'ERROR');
          RAISE;
    END;
    I really aprecciate your help. Thank you Nicolette!!!
    Ricardo Capuz

  • MMS simply doesn't work, red exclamation point every time.

    can't send a picture over MMS at all. Please advise.

    MMS Problem,
    I agree with everything chris has said. Another thing you can try is go to settings, general, reset, all network settings. This is probably an ATT fail, but it may be your phone accessing the ATT network. If it does not work i suggest going into ATT and getting it checked. They will probably replace the sim card and test for data transfer. Best of luck
    127721
    Message was edited by: Mitchell Bienusa

  • Linux ignores mms.cfg

    Creating a /etc/adobe/mms.cfg does not appear to work in several versions of Linux that I have tested with several versions of flash 10.
    Of course, I would not need this if the camera and microphone security dialog issues was fixed.
    Any help would be appreciated.... or confirmation that this is broken with a workaround would be nice too!

    I read that guide before posting the question, but couldn't find what I was looking for.  It may be in there, but I couldn't find it... as of now, my mms.cfg file includes the following lines:
    LocalStorageLimit=1
    ThirdPartyStorage=0
    This effectively prohibits shared objects from being created and stored locally (at least it seems it does) from any domain.  What specifically would I need to include so that write access is blocked for all sites except for any domain that I have listed?  As far as I can see, it appears to be an all or nothing type of thing.

  • How to Disable Auto Updates on Flash Player 10 using mms.cfg

    Hi Friends,
    I am a newbee into this.I am trying to install a customized Adobe Flash  Player 10.2.153.1 in which auto updates are disabled.  I went through the Adobe guidelines and found that it is possible to do the same using a MMS.CFG file. Can anyone tell me how exactly this would look like. I will be extremely thankful if someone can attach a sample of the same.
    One more question...
    When we disable auto updates using mms.cfg file, will this be updated in the Global Settings Manager ?
    Tries from my end till now:
    I tried to create a mms.cfg by editing a txt file and adding "AutoUpdateDisable=0 " and then saving teh same as mms.cfg using UTF-8 encoding. this didnt make any difference in the Global Settings manager.
    Please help me...
    Regards,
    Dilip

    http://kb2.adobe.com/cps/167/16701594.html
    But it seems that you have done everything correctly; doesn't it work?
    dilzmail wrote:
    One more question...When we disable auto updates using mms.cfg file, will this be updated in the Global Settings Manager ?
    No, I don't think so; these settings are stored in a different place.
    Some users have reported that AutoUpdateDisable via mms.cfg does no longer work in Flash Player 10.3.  Please check if this failure already occurs in Flash Player 10.2.

  • My applet doesn't work on Linux

    I've heard from some people working on Linux platform that my applet http://astro.ia.uz.zgora.pl/~nirgal/psren.htm doesn't work even if they have proper JRE plugin installed. The same people can run other applets on other web sites. The applet works good on Windows platform browsers.
    Dear Linux users, do you have any ideas about this issue?

    Ok, I hope the code of the main applet class will help to solve the problem. Surely there is some bug (because other applets work). But I'm curious why it runs well on Windows at the same time?
    package main;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.border.*;
    import java.awt.*;
    import java.awt.event.*;
    import pulsarek.*;
    * Created on 28-Mar-2005
    * @author Nirgal
    public class PSRSim extends JApplet {
         private static Napisy napisy = new NapisyEng();
         private Maszyna mach = new Maszyna2();
         private PanelSredni averageP = new PanelSredni(napisy);
         private PanelSingli singleP = new PanelSingli(napisy);
         private Profil prof = new Profil(mach,averageP,singleP,null);
         private JTabbedPane tp = new JTabbedPane();
         private JButton spb = new JButton(napisy.getStartpauza());
         private JButton sb = new JButton("STOP");
         private JSlider speed = new JSlider(JSlider.HORIZONTAL,0,5,Maszyna.POS);
         private JProgressBar prog = mach.getBar();
         private EtchedBorder eb = new EtchedBorder();
         private Capanel polarCap = new Capanel(mach,napisy);
         //private static Logger loger = Logger.getLogger("PSRSim");
         public PSRSim() throws Exception{
              //loger.addHandler(new ConsoleHandler());
              //loger.setLevel(Level.OFF);
         public void init(){
              spb.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        if(mach.getStan()==0){     //stopped
                             mach.setStart();
                        }else     
                        if(mach.getStan()==2)     //paused
                             mach.setStart();
                        else
                             if(mach.getStan()==1)     //running
                                  mach.setPause();
              sb.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent e){
                        mach.setStop();
              speed.addChangeListener(new ChangeListener(){
                   public void stateChanged(ChangeEvent e){
                        int pulsy = (int)Math.pow(2,((JSlider)e.getSource()).getValue());
                        mach.setDelay((int)Math.round(1000/pulsy));
                        //loger.info("Sleep time: "+(1000/((JSlider)e.getSource()).getValue()));
              Container cp = getContentPane();
              cp.setLayout(null);          
              tp.add(napisy.getParamogolne(),new MainParams(mach,napisy));
              tp.add(napisy.getCzapa(),new CapParams(mach,napisy));
              tp.add(napisy.getObliczenia(),new Obliczenia(mach,napisy));
                   tp.reshape(5,0,300,250);
                   prog.reshape(190,255,120,40);
                   speed.reshape(190,315,120,50);
                   speed.setSnapToTicks(true);
                   speed.setMinorTickSpacing(1);
                   speed.setPaintTicks(true);
                   spb.reshape(190,375,120,25);
                   sb.reshape(190,410,120,25);
                   averageP.reshape(315,1,310,150);
                   singleP.reshape(315,150,310,295);
                   polarCap.reshape(5,255,181,191);
                   TitledBorder polarCapB = BorderFactory.createTitledBorder(eb,napisy.getCzapapolarna());
                   polarCap.setBorder(polarCapB);
                   speed.setBorder(new TitledBorder(napisy.getPredkoscsymulacji()));
                   prog.setBorder(new TitledBorder(napisy.getPostep()));
              cp.add(prog);     
              cp.add(speed);     
              cp.add(tp);
              cp.add(spb);
              cp.add(sb);
              cp.add(averageP);
              cp.add(singleP);
              cp.add(polarCap);
              class MojListener implements ComponentListener{
                   public void componentMoved(ComponentEvent e){
                        e.getComponent().repaint();
                        singleP.repaint();
                        e.getComponent().hide();
                   public void componentShown(ComponentEvent e){
                   public void componentHidden(ComponentEvent e){
                   public void componentResized(ComponentEvent e){
              addComponentListener(new MojListener());
         public static void main(String[] args) throws Exception{
              JApplet applet = new PSRSim();
              JFrame frame = new JFrame("PSR Simulator");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.getContentPane().add(applet);
              frame.setSize(640,480);
              applet.init();
              applet.start();
              frame.setVisible(true);
    }

  • Prevent Peer-Assist Popup with mms.cfg?

    Hi,
    Is there something you can put into mms.cfg to prevent the "accept/deny" dialog box from popping up when using peer-assisted multicast.
    This is useful for load testing peer-assisted multicast as well as for large companies to pre-configure their systems to automatically allow peer-assist from certain domains.
    Sicnerely,
    -Greg Pulier

    I've asked around and there doesn't appear to be any property that would allow you to suppress this.  You could open a feature request (bugbase.adobe.com) but it might be easier to do this with another utility that would allow you to automate UI (for example, http://www.sikuli.org/).
    Adobe offers some multicast-only viewing options for some of the company meetings and things (usually as an alternative to the main connect feed).  If you're interested in an end-to-end solution that maximizes peer-to-peer adoption, please let me know.

  • Asking for clarification: SilentAutoUpdateEnable=1 in mms.cfg requires SilentAutoUpdateServerDomain?

    Hello all
    I read quite som threads on the silent Flash Player upgrade (amongn them How it works, long thread on not working updates, fixed bug on SSL certs), and got it finally working on our internal server but not directly from Adobe. <edit>In one discusison - which I unfortunately cannot find anymore - In this post, Chris stated 11.4 requiring an internal server, e.g.</edit> when adding SilentAutoUpdateEnable to the mms.cfg, also SilentAutoUpdateServerDomain had to be specified.
    <edit>My tests seem to confirm this for player 11.4.402.287, I only see these lines in the FlashInstall.log when running the Adobe Flash Player Updater scheduled task:
    2012-11-26+10-54-41.306 [info] 1614
    2012-11-26+10-54-41.384 [info] 1615
    2012-11-26+10-54-41.446 [info] 1618
    2012-11-26+10-54-41.509 [info] 1619 1063
    2012-11-26+10-54-41.571 [info] 1614
    2012-11-26+10-54-41.571 [info] 1615
    2012-11-26+10-54-41.571 [info] 1618
    2012-11-26+10-54-41.587 [info] 1608
    2012-11-26+10-54-41.587 [info] 1604
    2012-11-26+10-54-41.837 [info] 1612
    2012-11-26+10-54-41.837 [info] 1620
    My mms.cfg contains the following lines:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    When setting up an internal server and adding SilentAutoUpdateServerDomain, the update works as expected. If this is true, this Was this a limitation of 11.4, which is gone for 11.5? Having a mandatory requirement for internal server </edit> seems to contradict the spirit of the Adobe Flash Payer 11.5 Deployment Guide. Why have two sections (pages 18/19), first "Performing a background update" and then "Background updates from an internal server" if silent updates always require an internal server?
    Would anyone care to share their understanding? Does SilentAutoUpdateEnable require SilentAutoUpdateServerDomain <edit>for 11.5</edit>?
    Regards
    /Maurice
    Edited to specify observed update behavior for 11.4 with and without SilentAutoUpdateServerDomain

    Hi Maurice,
    You do not have to have SilentAutoUpdateServerDomain set for SilentAUtoUpdateEnable.  With the release of 11.5 (or any major release), we do not update through the silent auto update (SAU) system for the first 30 days.  This can be circumvented by setting up your own internal SilentAutoUpdateServerDomain.
    http://blogs.adobe.com/spohl/2012/04/24/it-admin-deploying-flash-player-via-background-upd ater/
    Thanks,
    Chris

  • Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hey lozza567,
    Thanks for the question. I understand that you are experiencing issues sending MMS messages. The following resource may provide a solution:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Issues with sending and receiving MMS
    You will need these to send and receive MMS:
    - An iPhone 3G or later.
    - iOS 3.1 or later.
    - A cellular data connection. MMS isn't available if you are using only Wi-Fi.
    - A domestic MMS plan from your cellular provider. You may need an international messaging plan to send MMS to an international contact. Contact your carrier for more information.
    - A roaming MMS when using a cellular provider's network different from your billing cellular provider's network. Learn more about roaming and contact your carrier for more information.
    To resolve issues with sending and receiving MMS, follow these steps first
    1. Go to Settings and turn airplane mode off.
    2. Go to Settings > Messages and turn MMS Messaging on.
    3. Go to Settings > Cellular and turn Cellular Data on.
    4. Go to Settings > Cellular and turn Data Roaming on if you are roaming on a cellular provider network different from your billing provider's network.
    5. Verify that you have a cellular data connection in the status bar at the top left of your iPhone.
    6. Go to Settings and turn Wi-Fi off. Open Safari and navigate to www.apple.com to verify that you have a data connection. Turn Wi-Fi back on to continue using Wi-Fi for other features. If your cellular data connection isn't available, follow these steps.
    7. Verify that you can send and receive SMS. If you are unable to send and receive SMS, see the "Issues with sending and receiving SMS" section, above.
    8. MMS may not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports.
    9. Restart your iPhone.
    10. Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    11. Reseat your SIM card.
    If you are still unable to send or receive MMS, follow these steps
    1. Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    2. Go to Settings > Messages and turn on group messaging if you are sending a group message.
    3. Make sure that you are using the area code with the contact's phone number. When sending messages internationally, you also need the contact's international code.
    4. Verify a "Pay as you go" MMS plan has enough available balance. Contact your carrier if unsure of your MMS plan or available balance.
    5. If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    6. If the issue occurs with a specific contact or contacts, delete and re-create the contact from the Contacts application. Create a new message to the newly created contact and try again.
    7. Back up and restore your iPhone as new.
    8. If your carrier has recently ported your phone number, the porting process may not be complete. Contact your carrier to confirm that the porting process is complete.
    9. Contact your carrier to verify that you are provisioned to send SMS and are in an area with cellular coverage.
    10. Contact your carrier to verify that there are no blocks or filters placed on your wireless account preventing you from sending SMS.
    11. Your carrier may require APN settings to be modified to use MMS. Learn more about when you should adjust APN settings.
    Thanks,
    Matt M.

  • Using mms.cfg In The Enterprise

    Hello, I’m currently investigating the best ways to install Flash Player in our corporate environment I’ve competed the request for enterprise downloads and I now have the access to the EXE & MSI installs.
    Briefly reading the Administration guide I now know that I can use mms.cfg to disable updates a requirement in our network due to the lack of admin rights.
    We will manage updates and fresh installs with SCCM 2012
    I want to be able to install Flash Player during OSD (Operating System Deployment) and also on existing machines what are the best proven methods of delivering the custom mms.cfg ?
    Can this be done with the command line if I use the EXE Bootstrapper install and not the MSI?
    Or do I have to look at using group policy or a script to deliver this file outside of the installation
    For Adobe reader I’m currently using the bootstrapper to install reader 11 and the latest MSP at the same time I’d like to do something similar for my Flash Player installs

    My solution was as follows:
    1. In SCCM 2012, I created an application for flash player based on the MSI deployment.
    2. Created a second deployment type that executes a .CMD file with the following batch code in it (set dependency pointing to the Flash MSI completing successfully as well):
    REM In case folders don't exist, create them
    MD %WINDIR%\System32\Macromed\Flash
    MD %WINDIR%\SysWow64\Macromed\Flash
    REM Delete existing completion files
    Del %WINDIR%\System32\Macromed\Flash\Complete.flag
    Del %WINDIR%\SysWow64\Macromed\Flash\Complete.flag
    REM Copy System32 CFG file and then copy the complete flag
    Copy /y %~dp0mms.cfg %WINDIR%\System32\Macromed\Flash
    Copy /y %~dp0Complete.flag %WINDIR%\System32\Macromed\Flash
    REM Copy SysWow64 CFG file and then copy the complete flag
    Copy /y %~dp0mms.cfg %WINDIR%\SysWow64\Macromed\Flash
    Copy /y %~dp0Complete.flag %WINDIR%\SysWow64\Macromed\Flash
    Note: Completion.flag is merely a text file that gives me an easy way to know if the script finished running or not. I check for it's existence in both locations to consider the process complete.    
    This has worked for me. The only hangup I had was that I set the MSI verification on the filename of the OCX that the installer puts in the System32 and SysWow64 folders not realizing that the filename is backwards from what I expected. System32 has the "Flash64..." file and SysWow64 has the "Flash32..." file. Goofy, I know.
    Hope this helps.

  • Satellite M40-129: PCMCIA Card doesn't work with Linux

    I have D-Link DWL-G650 with Atheros Chipset which is good supported under linux (madwifi). But if I boot Linux the card is not found. I tested the card with an Fujitsu Siemens Notebook and it worked out of the box!
    Any idea why it doesn't work with my M40-129 ?

    Hi
    Like you know Toshiba doesnt support the Linux and there are no Toshiba drivers for the Linux OS but I was able to find this useful Toshiba page about the notebook configuration with Linux:
    http://newsletter.toshiba-tro.de/main/
    You should check the OS machine compatibility and the other areas.
    Im sure you will find many useful tips.
    Good luck

  • [SOLVED] pm-suspend doesn't work since Linux 3.7.6-1

    Hi,
    I have 8 GB RAM and no swap partition and use thus pm-suspend, but since Linux 3.7.6-1-ARCH, it doesn't work properly anymore.
    Suspending works fine, but if I want to resume, my external monitor stays black (my laptop monitor is always deactivated by me, when I am working with an external monitor).
    Any ideas where this comes from?
    Regards
    Steffo
    Last edited by Steffo (2013-02-12 15:22:07)

    1. Check your journalctl logs for any errors
    2. Try and figure out if your machine is actually locked up, or if the backlight is just off. You could ssh in, or try tying commands blindly into a terminal (like reboot or something with a known result)
    3. Try Ctrl-Alt-Fx to switch away from your X session VT and then back again. This is what I have to do right now, as I also get a black screen on resume from suspend.
    4. Try 'systemctl suspend' instead of pm-suspend.
    Good luck!
    Scott

  • Mms.cfg not working in Flash 9.0.115.0

    We deploy Flash Player 9.0.115.0 with mms.cfg (utf-8) with
    AutoUpdateDisable=1. Yet after installation if we check
    the Global Notifications Settings Panel on
    http://kb.adobe.com/support/documentation/en/flashplayer/help/settings_manager05.html
    the Notify me when an update to Adobe Flash Player is available is
    enabled.
    Does mms.cfg work with 9.0.115.0? Or should we use
    %appdata%\Macromedia\Flash
    Player\macromedia.com\support\flashplayer\sys\settings.sol?
    Thank you

    We deploy Flash Player 9.0.115.0 with mms.cfg (utf-8) with
    AutoUpdateDisable=1. Yet after installation if we check
    the Global Notifications Settings Panel on
    http://kb.adobe.com/support/documentation/en/flashplayer/help/settings_manager05.html
    the Notify me when an update to Adobe Flash Player is available is
    enabled.
    Does mms.cfg work with 9.0.115.0? Or should we use
    %appdata%\Macromedia\Flash
    Player\macromedia.com\support\flashplayer\sys\settings.sol?
    Thank you

  • Controlling autoupdate of Adobe Flash Player ActiveX with mms.cfg file

    For several years we have suppressed Flash Player ActiveX from autoupdating by using the mms.cfg file, with the setting "AutoUpdateDisable=1" -- and it has worked without a problem.
    With the constant updates of Flash Player for security reasons, we decided several months ago to change the autoupdate setting and allow Flash Player ActiveX to update automatically, without notifying the user, checking every seven days.  We changed the mms.cfg file to this:
    AutoUpdateDisable=0
    AutoUpdateInterval=7
    SilentAutoUpdateEnable=1
    We are using Windows 7 64-bit, so the mms.cfg file was copied/updated to: C:\Windows\SysWOW64\Macromed\Flash, as well as C:\Windows\System32\Macromed\Flash
    The problem we are randomly seeing across our 2500+ computers is a notification that a Flash Player update is available.  This is occurring on machines with the mms.cfg file in place.
    Does anyone else have this same issue?  We were also wondering if the encoding of the file, i.e., ANSI or UTF-8, has any bearing on the effectiveness of this mms.cfg file. Or has a registry setting been updated overriding the mms.cfg?
    We believe the file is encoded in UTF-8, but it is difficult to be 100% certain of this.
    Screenshot of the auto-update notification:
    Thanks
    Currently running Flash Player ActiveX 11.9.900

    You're right, it sounds very malwareish, but they will know more in the Flash Player forum  http://forums.adobe.com/community/flashplayer . This is teh Adobe Reader forum. When you post there, a screen shot may help.

  • Itemrenderer with images doesn't work  correctly if variableRowHeight="true"?

    Hi all,
    I have a problem to use itemrenderer in my project:
    I have to show some images in one of my DataGridColumn:
    <mx:DataGridColumn id="datasetcolumn" headerText="DataSet"
    dataField="dataSetList"
    width="240"itemRenderer="DataSetRenderer"/>
    The dataSetList is an arraycollection of images;
    I use Tile as the itemrederer, My DataSetRenderer is:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Tile xmlns:mx="
    http://www.adobe.com/2006/mxml"
    horizontalScrollPolicy="off" width="90%" height="100%" >
    <mx:Metadata>
    [Event(name="showCaddwgNOVWebDataset",
    type="flash.events.Event")]
    </mx:Metadata>
    <mx:Script>
    <![CDATA[
    import mx.controls.Image;
    import mx.controls.AdvancedDataGrid;
    import mx.core.IFlexDisplayObject;
    import CETEvent.*;
    import view.util.*;
    import mx.collections.ArrayCollection;
    [Bindable] public var myarr:ArrayCollection = new
    ArrayCollection();
    override public function set data(value:Object):void{
    super.data = value;
    myarr = value.datasetList;
    this.myrep.dataProvider = myarr as ArrayCollection;
    ]]>
    </mx:Script>
    <mx:Repeater id="myrep" visible="true" >
    <mx:Label text="{myrep.currentItem.itIconName}"/>
    <mx:Image id="datasetImg"
    source="{myrep.currentItem.itIconName}"
    useHandCursor="true" buttonMode="true" mouseChildren="false"
    toolTip="{myrep.currentItem.itName}"/>
    </mx:Repeater>
    </mx:Tile>
    The problem is:
    Whenever you change the column size or scroll down the
    datagrid,
    the images will be added again.
    if the datasetlist is changed the old images doesn't clean up
    and
    all the images messed up
    Any suggestion is appretiated!
    Thanks in advance

    I loved Ben's suggestion because it promised to be a low-effort workaround, but, alas, I get the same problem: "lvlib is already loaded from this path...".
    I tried Olivia's workaround for CAR 124214. It worked great for the simple lvproj that is posted above. (Hooray!) It didn't work so well in my real project, that has about 30 lvlibs and lvclasses. About 3/4 of the way through the save, I got a compiler error and LabView crashed. (Boo!) I submitted the crash log on this, but it's hard to imagine how anyone in R&D could make any progress debugging this without the source code. (And I can't submit the source because I can't export a copy of it!)
    Anyway, thank you very much Ben and Olivia for your suggestions. I have lvclasses embedded in lvlibs (primarily for organizational reasons) and since LabView tanked while saving one of those, perhaps the workaround doesn't work in this case. I may try again after removing the lvclasses from the lvlibs so that the hierarchy is flatter.
    -Rob 

Maybe you are looking for

  • Anchoring groups CS3 JS

    I have written basic code to create a graphic frame and text frame for captions. I have grouped them. I am now missing code for anchoring it in place of caption. for(i = myResults.length-1; i >=0 ; i-- ) //create picture frame and apply object style

  • WRTS4G, computers not detecting wireless router

    On my main desktop I can connect to the internet (obviously), but when I try to detect the wireless router it doesn't detect it and my laptop won't connect either.  Up until yesterday I've been connected with no problems at all. I've reset the system

  • System error in program RSMDATASTATE and form RSM_DATASTATE_CHECK-10-

    Hi Experts, We found an error ABAP/P Processor: Message_type_x and Error analysis shows "System error in program RSMDATASTATE and form RSM_DATASTATE_CHECK-10-" I found a forum that close to my issue: ABAP Dump Error - System error in program RSMDATAS

  • How create a fillable web based form from MS Word document

    I have imported my MS Word document into Acrobat 9 Designer.  Now what?  I am totally lost, is there a guide out there some where that could be of some benefit.  Has anyone done this before?  Can not get it to preview or test so how do I know what I

  • Perte de cle de cryptage

    Key for backup lost