[FLASH MX] problem with textfield et numeric variable

hi everyone
I want to make an automatic slideshow
i ve an editable textfield ("tempo") in wich the user write
numbers ... for
me this number should be a variable the user can change
This value will allow me to deal as a tempo that will load
picture each
second or 2 sec ...
here is the function :
_global.tempo = Number(tempo.text);
filename = ["img01.jpg", "img02.jpg", "img03.jpg",
"img04.jpg",
"img05.jpg"];
path = "images/";
clearInterval(displayI);
function displayF() {
var k = Math.floor(Math.random()*filename.length);
while (k == prevIndex) {
k = Math.floor(Math.random()*filename.length);
loadMovie(path+filename[k], my_mc);
prevIndex = k;
displayF();
//button action:
BTrandom.onPress = function() {
displayI = setInterval(displayF, tempo);
updateAfterEvent();
trace(tempo);
the textfield is of course editable.
i ve put a trace on thetempo value the problem is that when i
clic on the
BTrandom button
the value doesn't change, it keeps the original one
i would be realy please if someone help me to find why it
doesn't work as i
would ...
thanks a lot

Have a look at:
http://xtrema.rtr.gr/cDown/files/xTextMem_convertToAnsi.rar
This includes both a new unicode rtf member, and a method to
convert unicode
text to ansi text that director can display.
The text member can display any language and also supports
embedding images.
The conversion will not work if the text includes multi-byte
characters -
you'll be prompted if such characters exist.
So, try if it works for your docs, and then we'll see what we
can do so that
> ..which means LOT of pain..
does not happen.
P.S. Hyperlink translation was not enabled in the Xtra
version used by the
app.
"Blade75" <[email protected]> wrote in
message
news:f9c14e$1rs$[email protected]..
> Hi everybody!
> I have some applications made with Director MX 2004, and
I have to convert
> the
> writings to polish language. I have the translations in
a word .doc file,
> and I
> found out that when I paste the text into Director, the
accented and
> special
> polish letters don't display in Director correctly. It
shows the empty
> square
> or strange wrong characters, as it could not map the
font correctly. I
> tried to
> embed the font, but it still does not work. At first I
thought I messed up
> with
> the font, as the font was manually edited to add the
special letters (but
> the
> font does work in every other application... photoshop,
flash, word et
> cetera).
> But the problem remains even if I use/embed a "standard"
window font like
> Times New Roman, Arial and so on. It seems that Director
is refusing to
> use
> correctly the font, even if I embed it entirely as full
set.
>
> Now, is there a solution to this? Is it "normal"? Or
have I to resign
> myself
> and convert all the text to images...which means LOT of
pain :(
>
> Thank you in advance,
> Bl@de
>

Similar Messages

  • Problem with .DLL and global variables

    Hi,
    I need some helps to figure out my problem.
    I wrote a .dll file to open and run a GUI. When I run it at the first time, it is ok. When I call it again, there is an error "Pointer to free memory passed to library. It will be ok if I completely exit the program that calls the .dll before re-call it. I think there is some problems with global variables when I call another thread. How can I free global variables between threads. Is there any solution for this problem?
    Thanks

    Vinh Pham:
    Are you doing anything intentionally that frees your globals?
    CVI ships with an example program that demonstrates calling a DLL to create a user interface: guidll.cws.
    I made two simple modifications to guidll.cws.
    1. In guidll.c, I made hpanel global by moving its declaration from RunDLLUI() to right below the #include statements.
    2. In useguidll.c, I duplicated the lines calling RunDLLUI () and MessagePopup() to call the DLL gui twice.
    I built the project and ran it.  I had no problems with free'ed globals.
    Take a look at the guidll example.
    Can you either post your code or a modification to guidll that demonstrates the problem you're having?

  • Problem with TextField formatting

    I'm having a little bit of a problem with this very basic bit
    of code. The following code works fine: (I apologize for not having
    it in a format that may be more suitable)
    this.createTextField("my_text", this.getNextHighestDepth(),
    10, 70, 400, 100);
    my_text.text = "This is my TextField.";
    //my_text.embedFonts = true;
    However, for some reason, this doesn't work. I'm baffled by
    why uncommenting this simple line of code makes it not show up:
    this.createTextField("my_text", this.getNextHighestDepth(),
    10, 70, 400, 100);
    my_text.text = "This is my TextField.";
    my_text.embedFonts = true;
    Any help would be appreciated.

    My guess is that you forgot a few things to work with
    embedded fonts...
    1) Have you embedded the font you want to use inside your
    library and given it a unique id.
    2) If you did #1, try this...

  • FLash video problem with flvs?

    Hello I am having a problem with the 4 videos on
    http://www.websconsult.com/cuthbert/site/case-profiles.asp
    SOme, but not all, videos do not have the little playback
    triangle underneath the seek portion, where you can scrub through
    the videos to the part you want.
    THey are swf files, into which flvs have been imported, with
    the progressive stream option and the the built-in Flash skin
    selected for them. I am using the latest FLash CS3. THe flvs were
    converted from quicktime mov files., which I had brought in into
    Final Cut Pro and edited some of the frames and then re-exported as
    quicktime files, which were then encoded with the FLash CS3 Encoder
    app.
    Any ideas? THanks!

    Installed flash lite 3 onto my n95 hoping to watch porn from
    my browser!
    I guess that isn't possible yet coz it aint working or do i
    have to replace the flash lite 2 i already have on there.
    I say this because it was installed into applications, next
    to the existing version , rather than overwriting it...
    Will it just not work yet coz the phones aren't powerfull
    enough (with or without FL3) or have i just installed it
    incorrectly??

  • Adobe Flash Player Problem with Safari

    Hello,
    I've just installed the latest version of Adobe Flash Player on Safari. I can watch videos on all websites except for one, namely NovaTv Play. Whatever I do, I cannot open any of the videos. Therefore, I have to use a different browser like Google Chrome. I'd like to continue using one web browser but cannot resolve this problem myself. I've checked the FAQ of the aforementioned website and it is stated that if the videos cannot be loaded, the proper installation of Adobe Flash Player should be checked. This is something I did, and as stated, there are no problems with other websites. Can somebody help me with this issue?
    I am using OS X 10.9.5 (13F34) and the latest version of Safari.
    Thank you for your attention to the problem!
    Best wishes,
    Mariyan

    so, if anyone else is having the same problem....My flash is working properly now. You have to delete every trace of the old adobe flash player and then reinstall the latest version!

  • Problems with TextField in Window (jre 1.4.2)

    Hi,
    I have a problem with the following code, which used to run o.k. on older vm's:
    <CODE>
    import java.awt.*;
    import java.awt.event.*;
    class TFTest extends Window {
         public TFTest(Frame frame) {
              super(frame);
              TextField tf = new TextField("Hello!");
              tf.setEditable(true);
              tf.requestFocus();
              add(tf);
         public static void main(String args[]) {
              System.out.println("Starting MAPP ParentGui...");
              Frame frame = new Frame("TFTest");
              TFTest mainFrame = new TFTest(frame);
              mainFrame.setSize(240, 320);
              mainFrame.setVisible(true);
    </code>
    The TextField doesn't seem to become editable whatever I change....
    gr,
    Peter

    Two problems:
    1. You must make parent Frame visible to make child Window focusable(see Javadoc for Window.isFocusable)
    2. You request focus on the component before adding it to the top-level. Make sure you first add component, then request focus on it.

  • Problem with info package :Type variables in dataselection tab

    hi,
    i am facing a problem with the info package where, instead of date 'from and to' values if i am providing a Variable, info package is not loading data and the request status flag is in yellow for a long time though the no of records are less.
    the same is working fine if i am providing values for from to to values in the 'data selection' Tab.
    the field i am giving input is date field,i'm converting date into char format and  giving the input in the same format.info package will not work if i provide  '0' or '7' as the variable values.
    anybody having any ideas, that would be help ful.
    Thanx in advance

    Hi Loknath,
              Have a look at this help documents on the creation of Routine.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a64fae07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b9/2d9778476b11d4b2b40050da4c74dc/frameset.htm
              Also go through this previous thread on the same issue.
    ABAP Routine
              Hope it helps.  Reward if the answer is helpful.
    Cheers,
    Aravindhan

  • Problem with Textfield autocomplete -- only uses the INSTR function

    Hi dev team,
    I use the new APEX "textfield autocomplete" item type and got a really damn problem with it.
    I have a table with an index on the same column which I want to search with the autocomplete field.
    Index:
    CREATE BITMAP INDEX TEST.GEO_DATA_IDX1 ON TEST.GEO_DATA (postcode)
    NOLOGGING TABLESPACE TS_INDEX;Select which is automatically generated by APEX 4:
    SELECT   a.*
      FROM   (  SELECT   DISTINCT postcode AS RV
                  FROM   TEST.GEO_DATA
                 WHERE   country_id = :P1_COUNTRY
              ORDER BY   1) a
    WHERE   INSTR ("RV", :p$_search_string) > 0 AND ROWNUM <= :p$_max_rows;
    -- plan
    Plan
    SELECT STATEMENT  ALL_ROWSCost: 4,308  Bytes: 45,31  Cardinality: 1,97            
         2 SORT UNIQUE  Cost: 4,307  Bytes: 45,31  Cardinality: 1,97       
              1 TABLE ACCESS FULL TABLE #TABLE# Cost: 4,306  Bytes: 47,311  Cardinality: 2,057  In APEX 3 I used the addon from Tyler Muth with my own Select:
    SELECT   DISTINCT
                postcode AS DV,
                postcode AS RV
         FROM   TEST.GEO_DATA
         WHERE   country_id = L_COUNTRY
         AND    postcode like l_search||'%'
         ORDER BY 1
    -- Plan
    SELECT STATEMENT  ALL_ROWSCost: 840  Bytes: 152,867  Cardinality: 13,897                                
         8 SORT ORDER BY  Cost: 840  Bytes: 152,867  Cardinality: 13,897                           
              7 HASH UNIQUE  Cost: 838  Bytes: 152,867  Cardinality: 13,897                      
                   6 VIEW VIEW index$_join$_001 Cost: 836  Bytes: 232,111  Cardinality: 21,101                 
                        5 HASH JOIN            
                             2 BITMAP CONVERSION TO ROWIDS  Cost: 31  Bytes: 232,111  Cardinality: 21,101       
                                  1 BITMAP INDEX RANGE SCAN INDEX (BITMAP) #INDEX#
                             4 BITMAP CONVERSION TO ROWIDS  Cost: 45  Bytes: 232,111  Cardinality: 21,101       
                                  3 BITMAP INDEX SINGLE VALUE INDEX (BITMAP) #INDEX#Is there a chance getting my INDEX used by the new APEX item? I guess not. But I still want to ask before I rebuild everything. :)
    Best regards,
    Tobias

    Hi Tobias,
    I assume you are currently using "Contains & Case Sensitive" for the "Search" attribute. Have you already tried out "Exact & Case Sensitive"? Because that will internally use the LIKE operator as your original query does and because the % is at the end it should enable the use of an index. But it might still not work, because the ORDER BY might be executed at a different time than in your original example, but it's worth a try.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Problem with packed data type variable?

    Hi all,
    I have a problem while doing calculations with packed data type variables . As they are saving in the format '0,00'. so unable to do calulations because of ',' . 
    To convert these fields into str and replacing ',' with '.' is very time consuming because i have many packed data type variables.
    Can you please provide any other alternative for over coming this problem? Is there any option while defining these variables?
    Thanks,
    Vamshi.

    Hi VAMSHI KRISHNA,
    First check out SU01 Tcode (if u don't have permission then u can ask BASIS to do it)
    Enter User Name
    Execute
    Goto Defaults Tab
    Check Out Decimal Notation here... set it 1,234,567.89
    SAVE it
    Log Off once and again login with the same user id and check the result...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Problem with currency translation and variable time ref. with 0FISCPER

    Hello,
    We have a problem with a currency conversion with a variable time reference (as iobject we use 0fiscper)
    We created a currency conversion for several key fig:
    Our settings:
    Exchange rate Type: EURX
    dynamic ex rate determination
    Source cur from datarecord
    Fixed Target Curr (EUR)
    Variable time ref.: End of Period
    Special Infoobject: 0fiscper
    When we run the DTP we get the following error:
    <i>Enter rate GBP / EUR rate type EURX for 00.00.0000 in the system settings.</i>
    ending the DTP in a message type X.
    In table TCURR and T009/T009B all necessary information is available.
    After debugging the function module, it looks like the created date (created from the FISCPER) is set to 00.00.0000. This results in the error above.
    Does anybody have experience with this error and more important know how to solve it?
    We also have a 0FISCYEAR available but in the TCURR table al rates are defined per end of the month. When trying to use 0FISCYEAR as InfoObject in the variable time reference, a diffrent error occurs:  Enter rate GBP / EUR rate type EURX for 01.01.1001 in the system settings. While  the 0FISCPER is 2001001.
    Is there a bug in the function module? (couldn't find a SAP note)
    We are working with BI 7.0 and SP12
    Best regards
    Steven

    Please can you give more detail on how you were able to resolve this issue?  How did you add 0fiscper to the transformation?  I am on BW 3.5, how do I fix this same issue on it?  Please help, this is urgent.

  • Major problem with textfields set to TLF

    Looks like the garbage collector is not removing movieclips that have textfields set to TLF. I'm using Flash Builder's profile inspector and TLF brings in a bunch of objects and prevents the clip from being removed by the garbage collector (including all the objects that TLF put in memory).
    How could Adobe release CS5 with such a crappy implementation of text? If there is no solution I will have to avoid using TLF text for all my projects. I strongly suggest everyone avoid TLF.

    The solution is to use dynamic TLF textfields. Create them using actionscript.
    What I did in my project was use classic textfields just for layout purposes and then remove them with actionscript and replace them with a TLF textfield. In the destroy function for your class make sure you remove the TLF from the stage and set it's variable to null.
    Everywhere else in project where I didn't need TLF i switched back to Classic text fields.
    I needed the TLF for emoticons in a chat application. TLF will throw some items in memory when it loads the swz file.
    If you don't need TLF avoid it.

  • Problem with dsc shared shared variables and error 1950679023

    I'm having trouble using shared variables on my laptop PC (with Windows XP) using Labview 8.2 and DSC.   I've set up a simple project with one VI and one shared variable library.  In the VI, I have  a while loop that writes a number from a front panel control to the shared variable.  Another loop running in parallel reads the shared variable and displays to an indicator on the front panel.   The VI resides on my PC (no remote targets). This program executes just fine on my desk top PC; however I get the following error codes out of the shared variable nodes when I run the project and VI on my laptop for the write and read, respectively: ni_tagger_lv_Write 180121604 ni_tagger_lv_Read -1950679023 I've tried to manually deploy the shared variable library without success. The NI knowledge base  and other entries on this forum suggested that the Windows firewall should be disabled for a quick fix, however, the firewall was already disabled on my lap top. I didn't see any entries regarding the 180121604 error code.
    Any suggestions would be appreciated.

    The problem has mysteriously gone away.  For about the 10th time, I manually deployed the share variable library, and it started to work properly.

  • GUI problem with textfields, reading in text from a textpad

    Alright well, here is my problem. I am having trouble with aliging the textfields to how I want it but I can't get it to come out how I want it. First, I am trying to figure out how to have the some text appear right above a textfield. Example:
    File Name
    I can't get it appear that way, the text appears side to side with the textfield. And the other problem is how can I made the size of textfield to how I want it. I was reading that you have to assign a specfic number in the text field.
    This is the code I have so far:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class IP_Header extends JApplet
    private JTextField lookUp, showInfo;
    private JButton analyze;
    private JLabel msg;
    public void init()
    JPanel p1 = new JPanel();
    p1.setLayout(new GridLayout(3,2));
    p1.add(new JLabel("File Name"));
    p1.add(lookUp = new JTextField());
    p1.add(analyze = new JButton("Analyze"));
    p1.add(showInfo = new JTextField());
    msg = new JLabel(" ");
    Container cp = getContentPane();
    cp.setLayout(new BorderLayout());
    cp.add(p1, BorderLayout.NORTH);
    With this what I am tryin to do is as follows:
    File Name
    * "TextField" * *
    **************** * This is a textfield where I am just going to
    * have some text appear in it
    * "Button" * *
    Thank you for your help. I hope you can help me. I haven't done java for a quite a while. Thanks again

    Thanks for help ... really helpful and understanding. I am trying to read a file from the computer which has some numbers in it and I want those numbers to be shown on the textfields individually. The numbers are in a notepad file and they are .... 4, 5, 200, 780, 1, 0, 0, 12, 6, 0, 129, 24, 21, 44, 133, 62, 159, 7. I got the program to compile and everything by adding the code that I believe should work . But whenever I put the file name in and press the button analyze ... it gives me a error saying "Exception: access denied (java.io.FilePermission c:\TCP read) .. can't quite get it ...here the code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    public class IP_Header extends JApplet
        private JTextField lookUp, showInfo;
        private JButton analyze;
        private JLabel msg;
        public void init()
            GridBagLayout gridbag = new GridBagLayout();
            JPanel p1 = new JPanel(gridbag);
            GridBagConstraints gbc = new GridBagConstraints();
            gbc.gridwidth = gbc.REMAINDER;     // one component per row
            gbc.insets = new Insets(0,20,5,0); // spacer [top, left, bottom, right]
            gbc.weightx = 1.0;                 // allows horizontal placement
            gbc.anchor = gbc.WEST;             // align left
            p1.add(new JLabel("File Name"), gbc);
            p1.add(lookUp = new JTextField(16), gbc);
            p1.add(analyze = new JButton("Analyze"), gbc);
            p1.add(showInfo = new JTextField(16), gbc);
            // center section of content pane border layout
            // First Panel - 2 rows, 4 columns
            JPanel p2 = new JPanel(gridbag);
            gbc.insets = new Insets(2,0,0,0);
            gbc.anchor = gbc.CENTER;
            JTextField verText = new JTextField(8);
            JTextField HLENText = new JTextField(8);
            JTextField ServiceType = new JTextField(8);
            JTextField TotalText = new JTextField(8);
            gbc.gridwidth = 1;
            p2.add(new JLabel("VER"), gbc);
            p2.add(new JLabel("HLEN"), gbc);
            p2.add(new JLabel("Service Type"), gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p2.add(new JLabel("Total Length"), gbc);
            gbc.gridwidth = 1;
            p2.add(verText, gbc);
            p2.add(HLENText, gbc);
            p2.add(ServiceType, gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p2.add(TotalText, gbc);
            // Second Panel - 4 rows, 3 columns
            JPanel p3 = new JPanel(gridbag);
            JTextField fragText = new JTextField(8);
            JTextField flags = new JTextField(8);
            JTextField fragOffText = new JTextField(8);
            gbc.insets = new Insets(5,0,0,0);
            gbc.gridwidth = 1;
            p3.add(new JLabel("Fragmentation ID"), gbc);
            p3.add(new JLabel("Flags"), gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p3.add(new JLabel("Fragmentation Offset"), gbc);
            gbc.insets = new Insets(2,0,0,0);
            gbc.gridwidth = 1;
            p3.add(fragText, gbc);
            p3.add(flags, gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p3.add(fragOffText, gbc);
            JTextField ttlText = new JTextField(8);
            JTextField protocolText = new JTextField(8);
            JTextField headText = new JTextField(8);
            gbc.insets = new Insets(5,0,0,0);
            gbc.gridwidth = 1;
            p3.add(new JLabel("TTL"), gbc);
            p3.add(new JLabel("Protocol"), gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p3.add(new JLabel("HeaderChecksum"), gbc);
            gbc.insets = new Insets(2,0,0,0);
            gbc.gridwidth = 1;
            p3.add(ttlText, gbc);
            p3.add(protocolText, gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p3.add(headText, gbc);
            // Third Panel - 4 rows, 4 columns
            JPanel p4 = new JPanel(gridbag);
            JTextField sIP1text = new JTextField(4);
            JTextField sIP2text = new JTextField(4);
            JTextField sIP3text = new JTextField(4);
            JTextField sIP4text = new JTextField(4);
            gbc.insets = new Insets(5,0,0,0);
            gbc.gridwidth = 1;
            p4.add(new JLabel("SourceIP"), gbc);
            p4.add(new JLabel(" "), gbc);
            p4.add(new JLabel(" "), gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p4.add(new JLabel(" "), gbc);
            gbc.insets = new Insets(2,0,0,0);
            gbc.gridwidth = 1;
            p4.add(sIP1text, gbc);
            p4.add(sIP2text, gbc);
            p4.add(sIP3text, gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p4.add(sIP4text, gbc);
            JTextField dIP1text = new JTextField(4);
            JTextField dIP2text = new JTextField(4);
            JTextField dIP3text = new JTextField(4);
            JTextField dIP4text = new JTextField(4);
            gbc.insets = new Insets(5,0,0,0);
            gbc.gridwidth = 1;
            p4.add(new JLabel("Destination IP"), gbc);
            p4.add(new JLabel(" "), gbc);
            p4.add(new JLabel(" "), gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p4.add(new JLabel(" "), gbc);
            gbc.insets = new Insets(2,0,0,0);
            gbc.gridwidth = 1;
            p4.add(dIP1text, gbc);
            p4.add(dIP2text, gbc);
            p4.add(dIP3text, gbc);
            gbc.gridwidth = gbc.REMAINDER;
            p4.add(dIP4text, gbc);
            JPanel panel = new JPanel(gridbag);
            gbc.fill = gbc.HORIZONTAL;
            gbc.insets = new Insets(0,5,0,5);
            panel.add(p2, gbc);
            panel.add(p3, gbc);
            panel.add(p4, gbc);
            msg = new JLabel(" ");
            Container cp = getContentPane();
            cp.setLayout(new BorderLayout());
            cp.add(p1, "North");
            cp.add(panel);
            setSize(450,375);
             analyze.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        String array[] = new String[18];
                        String blankString = new String();
                        String tempString = lookUp.getText();
                        showInfo.setText(array[0]);
                        try
                             FileReader fr = new FileReader(tempString);
                             BufferedReader br = new BufferedReader(fr);
                             String line = br.readLine();
                             StringTokenizer st = new StringTokenizer (line,",");
                             for (int i=0; i<=18; i++)
                                  array[i] = st.nextToken().trim();
                        catch(Exception f)
                             System.out.println("Exception: " + f.getMessage());
    }

  • Adobe Flash Player Problem with Install

    I too am having the same problem as the many of you with the Flash Player saying that it is installed on internet explorer 8 and yet every website wants me to down load the latest version like I don't have it. I realy am getting tired of see the same popup constantly. I can find no answer from Adobe for this issue. Its like we are being ignored. What up with this Adobe? I on the stick and give us an answer please.

    Please do a clean install of adobe flash player, follow the steps mentioned below
    http://forums.adobe.com/message/4041846#4041846#4041846

  • Adobe flash player problem with IE 7 (flickering or Blinking)

    Hello!
    I have really anoying problem that bothers me about 2 days..so the problem is when im watching pages ex ( youtube, slo-tech..,) that includes flash.  When i looking pages or whatching videos the page and texts or picture starts flickering or blinking also when i move mouse up and down or when i scroll it's horible and anoying. before i didn't have that problem and i have the latest adobe flash player.
    sorry for mine bad english =) i hope u understand what i mean it
    my specs are:
    Intel Pentium core duo e8500 3,2ghz
    4gb Patriot viper 800mhz
    Windows Xp service pack 3
    hope you can resolve problem =)
    Regards,

    Hello JLavius
    Looking at your Java. I am not familiar with IE7 but I know it has different features than IE6 which I still use.
    Take a look at your screenshots, the 3 part and the other 2. Are there really 6 Java Plug-in 1.6.0_17 ActiveX Controls installed or is this
    a screenshot overlap or counted more than once ? In addition there is another ActiveX Plug in same vs 1.6.0_17 but in file npjpi160_...
    Then, there is a Java(tm)Plug-in 2 SSV, a BHO (Browser Helper Object) in file   jp2ssv.dll
    Lastly, there is a JQSIEStartDetectorImp (Not verified) Sun Microsy..., another BHO  in file jqs_plugin
    I will freely admit, Java is perplexing, but I'm trying to understand why anything takes this many ActiveX Controls and Browser Helpers to run. The 2SSV has it's own BHO and same with JQSIE.
    The above is just my observation.  You said that you noticed this flickering and blinking (instability) a few days around the time you posted.
    Can you remember installing anything new around that time? Any software or perhaps an IE or Windows Update? Something is causing this and trying to pin point it is going to be difficult. You have the most add ons I have ever seen, but you have a great system too and it
    looks like it could handle anything.
    It may be worth a look in Add/Remove to see what IE or Windows Updates may have been installed around that date. Any program or Anti-Virus update or change?
    I would contact Sun Microsystems and ask them about the Java. Flash Player, Shockwave Flash Object and Java work together for the best experience. See what you can find out and post back. If you can't find anything out, you may need to open up a support ticket here at Adobe. Thanks JLavius, I wish I could be more help.
        P.S. here is the Sun Microsystems (Sun) forums.   http://forums.sun.com/index.jspa

Maybe you are looking for

  • Oracle Client 11gR2 installation issue on RHEL v5.4 64-bit

    Hi, I am trying to install Oracle Client software 11gR2 on RHEL v5.4 64-bit. I have resolved all the libraries dependency as well as Kernel changes as suggested by the installer. The error in the log file is as attached. At present I have "skipped" t

  • PDFs display and print fine in Acrobat but not in Preview of PDFPenPro

    I have a curious problem in that check boxes in certain PDF files (insurance applications) appear as a "p" instead of a check box when I view the file in Preview or PDFPenPro. The check boxes appear and print properly when I open the PDF in Acrobat.

  • Publish a query in portal

    hi to all, How can i publish a query in portal and how can i change a published query in portal how can i publish multiple queries in one sheet?

  • ABAP HR - Pension infotype

    Hi Experts,    How can I get pension data for a given pernr. Where is this data stored. Is it in cluster B2 or in any infotype. I should create a report to get pension remuneration for given pernr. Thank you. Best Regards, Admir. Points will be rewar

  • Business connector command: Need to run as windows service!

    Hi All On one of our business connector systems we have a command we have to run in our c:\bcserver\<APP>\server directory: server.bat -log none However I want to install this as a service, does anyone know how to do this? I thought it would be somet