JTable Java 1.6 Bug Progress ??? Work Around ?

I was just wondering if there was a work around for the following bug on java 1.6 ???
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6568959
This has been really annoying me because it's a requirement to use JInternalFrame and of course they want to treat the JTable like a spread sheet and edit cells using the keyboard and mouse. Is there some way to fix this really soon ? I was shocked why my program worked so well until I tried java 1.6 JRE and then the focus problems came.

I was just wondering if there was a work around for the following bug on java 1.6 ???
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6568959
This has been really annoying me because it's a requirement to use JInternalFrame and of course they want to treat the JTable like a spread sheet and edit cells using the keyboard and mouse. Is there some way to fix this really soon ? I was shocked why my program worked so well until I tried java 1.6 JRE and then the focus problems came.

Similar Messages

  • ABAP+JAVA STACK STARTING ISSUE a  Work Around

    Dear Users,
    I recently got an issue in duel stack where in Java stack was not coming up. According to the  Trace file i was about to follow the SAP Note: 940893. But everything was fine for me. Then i tried a work around. I started Java first and then after sometime ABAP. It worked for me. Might be useful for others as a work around. If useful make know. If i am wrong again let me know.

    Hi Manjesh,
    Then i tried a work around. I started Java first and then after sometime ABAP. It worked for me.
    It looks like Server has insufficient memory to hold ABAP+ JAVA stack.
    You can think of the following
    1) Reduce the no of WPs in ABAP stack
    2) Reduce the JAVA memory settings to half using configtool
    3) Restart both ABAP and JAVA
    4) Check the results.
    Hope this helps.
    Regards,
    Deepak Kori

  • IPhone iOS 4 high CPU bug and work around

    Using activity monitor app, frequently I notice that the System CPU usage won't drop below 10% with total usage ranging from 15 to 20% (idle never goes above 90%). Closing apps doesn't recover from this state, neither does turning off services, WiFi or 3G. The only thing that works (other than restarting the phone) is to turn on airplane mode for about 10 seconds and then turn it off. The System CPU usage will still be high while in airplane mode, but will drop down to about 2% (6% total) after turning airplane mode off and idle will stay above 90% at that point.
    I've tried all combinations of turning WiFi, 3G, location services, etc off and on, but only turning airplane mode on and off works.
    I've done a full restore and it still happens. I have no idea what the trigger is. It doesn't seem to be based on what apps are or were running because I've had it happen overnight when not running any apps. It might be based on mail or something, but killing the mail app doesn't fix it. Only turning airplane mode on and off does.
    Letting the System CPU hover around 10% instead of 3% causes a noticeable drop in battery life. This needs to be fixed.

    Hello,
    I have the same problem, and it was the same even for previous versions of iPhone OS. I don't think it's a time zone issue, as I am living in Norway and the reports here are the same from various locations.
    However, I think I might have found a workaround for this problem. Normally I have my mail, contacts and calendar synced via Exchange. When I in addition to syncing with Exchange select "Sync contacts with Outlook" in the "info" tab in iTunes on my computer, the dates appear to be transferred correctly. But then again, this gives me several contact groups on my iPhone, whilst I really only want and need one group, the Exchange contacts. Anyway, the contacts appear only once when I select the "group" all contacts on my iPhone.
    Hope this can be of any help until the bug is fixed.

  • How to work around the java runtime bug -The indentation is overridden

    Hello all,
    I generate xml from a servlet and stream to client as the following code. It works fine in my local machine (The xml is indented nicely) but when the war file deployed on a geronimo server 2.0.2. (It uses java 1.5.0_16). The xml streamed out without indentation
                   response.setContentType("application/xml");
                   response.setHeader("Content-disposition","attachment; filename="+fileName);
                   // set up a transformer
                   TransformerFactory transfac = TransformerFactory.newInstance();
                   Transformer trans = transfac.newTransformer();
                   trans.setOutputProperty(OutputKeys.METHOD, "xml");                
                   trans.setOutputProperty(OutputKeys.ENCODING, "UTF-8");
                   trans.setOutputProperty(OutputKeys.STANDALONE, "yes");
                   trans.setOutputProperty(OutputKeys.VERSION, "1.0");
                   trans.setOutputProperty(OutputKeys.INDENT, "yes");
                   trans.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "4");
                   // create string from xml tree
                   DOMSource source = new DOMSource(doc);
                   ServletOutputStream os = response.getOutputStream();
                   OutputStreamWriter w = new OutputStreamWriter(os, "UTF-8");
                   StreamResult result = new StreamResult();          
                   result.setWriter(w);
                   trans.transform(source, result);This is the bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337981 (The indentation is overridden)
    I tried the work around suggested there by using OutputStreamWriter, it doesn't help.
    (I cannot change anything on the server. I have to accept whatever in the server)
    Please help
    Thank you
    Edited by: mycoffee on Jun 10, 2011 8:16 AM

    You have to set the indent level on the factory, see bug #6296446. This only affects 1.5; 1.6 allows you to set the indent level on the transformer, as you did (and for cross-version compatibility, setting it on both doesn't hurt).
    transfac.setAttribute("indent-number", Integer.valueOf(4));

  • Script to work around Illustrator bugs

    Newbee here,   We are working in Illustrator CS5.  I have put together some scripts & Actions to automate several parts of our work.
         I'll start with what we have now.  Plus what we have now works on both Mac & PC & if there is a way to work around these BUGS it will need to work on both the Mac's & PC's.
    1)  We have an .ai file (our default format) that we can open up & inside some text will automatically fill in when we run a script. (see custom script at bottom) Some text boxes will fill in the date based on the present date on our computer, some text boxes will fill in a name based on the name of the electronic .ai file.
    See red boxes.
    One difficulty that I worked out is, sometimes in one of the fields in the file, it needs to have a name consisting of only 4 sections (or 3 dashes). In example:  ILSLIM = 1,  EXAMPLE = 2, TEST = 3, & AA01 = 4.
    So when this happens then the last dash in this one text box on our format (Not any of the other text boxes) will need the 3rd dash removed (now it is only 3 sections because TESTAA01 are now one).
    So I created an Illustrator "Action" that will after the "ChangeFileNameDate" script is run, the "Action" will select the one text box & then run the "Find and Replace" to delete the 3rd dash as seen above.
    NOW THE PROBLEMS!  (Illustrator bugs)
    1)  In the Illustrator "Actions" when you record an "Action" & use the "Insert Menu Item..." to put a Script in, it will work.  BUT when you quit out of Illustrator & then relaunch it the custom Script will disappear. I looked into this & this is a known bug for years in Illustrator that is still not fixed.
    http://js4ai.blogspot.com/2012/03/how-to-permanently-tie-script-to-action.html
    Works untill you quit out & relaunch.
    BEFORE QUIT.
    AFTER RELAUNCH.
    SO the only work around I can get to work for now is to "Insert Menu Item..." "Other Script..." & this will stay even after relaunch BUT then every time we run the "Action" we have to manually select the script. (CRAP)
    Still here after relaunch.
    PLUS A BUG with recording the "Find and Replace".  In case you do not know, when you save "Actions" in Illustrator you can; save any of the actions that require a dialog box; 1) to either have the dialog box come up so you can enter whatever you need into it or 2) you can have the dialog box NOT come up & the action will just do what it had in it when you recorded it.  This feature is turned on or off by clicking the box next to the check mark on or off (see pic).
    So the BUG is, for my "Actions" that use the "Find and Replace" to delete the dash to work for some reason I have to have the first "Find and Replace" steps dialog botton ON so that the "Find and Replace" dialog box will open up.
         Let me explain, when you record to use the "Find and Replace" it will work fine even with the dialog box option clicked off; but if you quit Illustrator & then relaunch it & try to run the "Actions" that have the "Find and Replace" in them then Illustrator will crash.  So the only work around that I found for this CRAPPY BUG is to simply have the 1st "Find and Replace" in the recorded "Action" with the dialog box set to on (to open up when Action is run) & then we have to manually close it.  We don't have to type anything inside of it.  We simply have to have it open & then close.  Then for some reason the rest of the recorded "Actions" will run with out the dialog boxes opening with the deleteing of the 3rd dash as like when I 1st recorded it.
         So basically, if I want the "Actions" to work at this point I would have to do this;  every time I relaunch Illustrator I would need to manually load the custom script into the "Actions" & I would need to open & close the "Find and Replace" box.  This is CRAP the whole point of "Actions" & Scripts are so I can do everything MANUALLY, NO.  We should be able to have it work for us!
    OR maybe this would be the best solution!
         If inside the "ChangeFileNameDate" custom script it could simply open & then close the "Find and Replace" box (that would solve the crashing with "Find and Replace" in "actions")  then the custom script could cause the "Action" to play instead of the "Action" causing the custom script to play.  Then all we would have to do is drag down to the custom script from "File" & run that.  No crashing, No babysitting.
    DOES ANYONE KNOW HOW OR IF THIS IS POSSIBLE?  To add to the attached script:
    1)  At the beginning to open & close the "Find and Replace" box.
    2)  At the end to cause a saved "action" to run.
    WE WOULD BE SO VERY, INCREDIBLY, EXTREMELY GRATEFUL!
    //////////////////////////////////////////////////////////// english //
    // -=> WR-DateAndTime <=-
    // A Javascript for Adobe Illustrator
    // by Wolfgang Reszel ([email protected])
    // Version 0.9 from 22.9.2011
    // This script inserts the actual date or the actual time to a
    // predefined position in the document.
    // To define the position, you'll have to create an textobject and
    // execute this script while the object is selected. The whole object
    // has to be selected and not words or letters. You can mark more
    // objects, if you select each object separate and execute
    // the script on it.
    // With the placeholders {DATE} and {TIME} you are able to define a
    // particular point, where the date or the time should be replaced.
    // If there is no placeholder in the textobject
    // "{FILENAME}{FILEEXT} ({DATE}, {TIME})" will be used as standard placeholders.
    // To update the date and time execute this script without any object
    // selected.
    // There are some additional placeholders:
    //   {FILE}     - complete document-filename with path
    //   {FILEPATH} - only the documents filepath
    //   {FILENAME} - the filename of the document
    //   {FILEEXT}  - the file extension of the document inclusive dot
    // On my system this script can't see the path of the document, when
    // it was opened directly from windows Explorer (double click).
    // In Illustrator CS it is now possible to edit a DateAndTime-Object.
    // To enable the english messages and date-format change the "de"
    // into "en" in line 90.
    // Sorry for my bad english. For any corrections send an email to:
    // [email protected]
    //////////////////////////////////////////////////////////// Deutsch //
    // -=> WR-DateAndTime <=-
    // Ein Javascript fuer Adobe Illustrator
    // von Wolfgang Reszel ([email protected])
    // Version 0.9 vom 30.9.2011
    // Dieses Skript fuegt das aktuelle Datum und die aktuelle Uhrzeit an
    // eine vorher bestimmte Stelle im Dokument ein.
    // Um eine Stelle zu bestimmen, muss man ein Textobjekt erzeugen, es
    // markieren und dann dieses Skript aufrufen. Es muss das gesamte Objekt
    // ausgewaehlt sein, nicht etwa Buchstaben oder Woerter. Es lassen sich
    // nacheinander auch mehrere Objekte als Datum/Uhrzeit markieren.
    // Mit den Platzhaltern {DATE} und {TIME} (in geschweiften Klammern)
    // kann man bestimmen, wo genau im Text das Datum und die Uhrzeit
    // erscheinen soll. Sind die Platzhalter nicht vorhanden, wird
    // automatisch "{FILENAME}{FILEEXT} ({DATE} - {TIME})" verwendet.
    // Zum Aktualisieren des Datums/Uhrzeit muss man dieses Skript aufrufen
    // wenn kein Objekt ausgewaehlt ist.
    // Es gibt noch einige zusaetzliche Platzhalter:
    //   {FILE}     - kompletter Dateiname mit Pfad
    //   {FILEPATH} - nur der Verzeichnispfad des Dokuments
    //   {FILENAME} - der Dateiname des Dokuments
    //   {FILEEXT}  - die Dateiendung des Dokuments inklusive Punkt
    // Auf meinem System kann der Pfad nicht ermittelt werden, wenn das
    // Dokument vom Windows Explorer geoeffnet wird (Doppel-Klick).
    // InÿIllustrator CSÿkann man nun ein Datum/Uhrzeit-Objekt bearbeiten.
    // Um dieses Skript mit deutschen Meldungen und Datumsformat zu
    // versehen, muss in Zeile 90 das "en" durch ein "de" ersetzt werden.
    // Verbesserungsvorschlaege an: [email protected]
    //$.bp();
    var language="en";   // "de" fuer Deutsch
    var WR="WR-DateAndTime v0.9\n\n";
    var AIversion=version.slice(0,2);
    if (language == "de") {
      var format_preset = "{FILENAME}{FILEEXT} ({DATE} - {TIME})";
      var MSG_unsetmark = WR+"Dieses Objekt ist als aktuelles Datum/Uhrzeit markiert, soll die Markierung aufgehoben werden?";
      var MSG_setmark = WR+"Soll dieses Textobjekt als aktuelles Datum/Uhrzeit markiert werden?";
      var MSG_askformat = WR+"Soll das Textobjekt als Datum/Uhrzeit formatiert werden? Formate:\n{DATE}, {TIME}, {FILE}, {FILEPATH}, {FILENAME} und {FILEEXT}:"
      var MSG_editformat = WR+"Datums-/Uhrzeitformat bearbeiten (Leer = entfernen). Formate:\n{DATE}, {TIME}, {FILE}, {FILEPATH}, {FILENAME} und {FILEEXT}:"
      var MSG_notexto = WR+"Kein Textobjekt!";
      var MSG_selectedmany = "Zum Markieren als aktuelles Datum/Uhrzeit darf nur ein Textobjekt ausgew\xE4hlt sein und falls Sie die Daten aktualisieren wollen, darf kein Objekt ausgew\xE4hlt sein.";
      var MSG_nodocs = WR+"Kein Dokument ge\xF6ffnet."
      var Timeformat = 24;
      var TimeSep = ":";
      var AM = " am";
      var PM = " pm";
      var Dateformat = "dd.mm.yyyy";
    } else {
      var format_preset = "{FILENAME} ({DATE}, {TIME})";
      var MSG_unsetmark = WR+"This object is marked as actual date'n'time, do you want to remove the mark?";
      var MSG_setmark = WR+"Do you want to mark the selected textobject as actual date'n'time?";
      var MSG_askformat = WR+"Do you want to mark the textobject as actual date'n'time? Formats:\n{DATE}, {TIME}, {FILE}, {FILEPATH}, {FILENAME} and {FILEEXT}:"
      var MSG_editformat = WR+"Edit date'n'time (empty = remove). Formats:\n{DATE}, {TIME}, {FILE}, {FILEPATH}, {FILENAME} and {FILEEXT}:"
      var MSG_notexto = WR+"No textobject!";
      var MSG_selectedmany = "To mark as actual date'n'time, you have to select only one textobject. If you want to update the date'n'time-objects, there must be no object selected.";
      var MSG_nodocs = WR+"You have no open document."
      var Timeformat = 12;
      var TimeSep = ":";
      var AM = " am";
      var PM = " pm";
      var Dateformat = "yyyymmdd";
    var error=0;
    if (documents.length<1) {
      error++;
      alert(MSG_nodocs)
    if (error < 1) {
      date_n_time();
    function TodayDate()
      var Today = new Date();
      var Day = Today.getDate();
      var Month = Today.getMonth() + 1;
      var Year = Today.getYear();
      var PreMon = ((Month < 10) ? "0" : "");
      var PreDay = ((Day < 10) ? "0" : "");
      if(Year < 999) Year += 1900;
    var theDate = Dateformat.replace(/dd/,PreDay+Day);
    theDate = theDate.replace(/mm/,PreMon+Month);
    theDate = theDate.replace(/d/,Day);
    theDate = theDate.replace(/m/,Month);
    theDate = theDate.replace(/yyyy/,Year);
    theDate = theDate.replace(/yy/,Year.toString().substr(2,2));
    return theDate;
    function TodayTime()
      var Today = new Date();
      var Hours = Today.getHours();
      var Minutes = Today.getMinutes();
      var Suffix = "";
      if (Timeformat == 12) {
        if (Hours >= 12 ) {
    Suffix = PM;
    } else {
    Suffix = AM;
    if (Hours >= 13) {
    Hours = Hours - 12;
    if (Hours < 1) {
    Hours = Hours + 12;
      var PreHour = ((Hours < 10) ? "0" : "");
      var PreMin = ((Minutes < 10) ? "0" : "");
      return PreHour+Hours+TimeSep+PreMin+Minutes+Suffix;
    function DateUpdate(Name) {
      var docpath = activeDocument.path.fsName;
      var docname = activeDocument.name.replace(/(.*?)(?:\.([^.]+))?$/,'$1');
      var extension = activeDocument.name.replace(/(.*?)(?:(\.[^.]+))?$/,'$2');
      if (docpath.slice(2,3) == "\\") {
        docsep = "\\";
      } else {
        docsep = ":";
      var content = Name.slice(11);
      var content = content.replace(/\{FILE\}/,docpath+docsep+docname);
      var content = content.replace(/\{FILEPATH\}/,docpath);
      var content = content.replace(/\{FILENAME\}/,docname);
      var content = content.replace(/\{FILEEXT\}/,extension);
      var content = content.replace(/\{DATE\}/,TodayDate());
      var content = content.replace(/\{TIME\}/,TodayTime());
      return content;
    function date_n_time()
      if (selection.length == 1) {
        if (selection[0].typename == "TextArtItem" || selection[0].typename == "TextFrame") {
          if (selection[0].name.slice(0,11) == "actualDate:") {
            dateformat = selection[0].name.slice(11);
            Check = false;
            if (AIversion == "10") {
              Check = confirm( MSG_unsetmark );
            } else {
              dateformat = prompt(MSG_editformat, dateformat);
            if(dateformat != "" && Check) {
              selection[0].contents = selection[0].name.slice(11);
              selection[0].name="";
              selection[0].selected = false;
            if(dateformat == "" && !Check) {
              selection[0].name="";
              selection[0].selected = false;
            if(dateformat && dateformat !="" && !Check) {
              selection[0].name="actualDate:"+dateformat;
              selection[0].contents = DateUpdate(selection[0].name);
          } else {
            dateformat = selection[0].contents;
            if(dateformat.search(/\{DATE\}/) == -1 && dateformat.search(/\{TIME\}/) == -1 && dateformat.search(/\{FILE[A-Z]*\}/) == -1) dateformat = format_preset;
            Check = false;
            if (AIversion == "10") {
              Check = confirm( MSG_setmark );
            } else {
              dateformat = prompt(MSG_askformat, dateformat);
            if (dateformat || Check) {
              selection[0].name="actualDate:"+dateformat;
              selection[0].contents = DateUpdate(selection[0].name);
              selection[0].selected = false;
        } else {
          alert ( MSG_notexto );
      } else if (selection.length > 1) {
        alert ( MSG_selectedmany );
      } else {
        if (AIversion == "10") {
          var textArtItems = activeDocument.textArtItems;
          for (var i = 0 ; i < textArtItems.length; i++)
            if (textArtItems[i].name.slice(0,11) == "actualDate:") {
              textArtItems[i].selected = true;
              textArtItems[i].contents = DateUpdate(textArtItems[i].name);
        } else {
          var textFrames = activeDocument.textFrames;
          for (var i = 0 ; i < textFrames.length; i++)
            if (textFrames[i].name.slice(0,11) == "actualDate:") {
              textFrames[i].selected = true;
              textFrames[i].contents = DateUpdate(textFrames[i].name);

    Carlos or anyone,  I've been working on several ideas & think that I have come up with the best approach to work around these bugs.  But need it to work in java script.
    1)  In AppleSript I can build a script that will trigger an "Action" to run.  The "Action" will select an object by its "Attributes" "Note".  The selected text box in picture is called "UPPER FORDDOC NAME" so it will select this object only.
    activate application "Adobe Illustrator"
    on doAction(scriptName, actionSet)
              tell application "Adobe Illustrator"
      do script scriptName from actionSet
              end tell
    end doAction
    tell application "Adobe Illustrator"
              tell me to doAction("Save Part # Delete -", "TIC Color 03-13-12")
    end tell
    Can this be done in Java?
    If so then:
    2)  I built an AppleScript that can open the "Find and Replace" then simply close it; by using "System Events" to select the keystrokes.
    Is this possible to do in Java with out buying an extra program?  This AppleScript works great but need it to work also on the PC's.
    activate application "Adobe Illustrator"
    tell application "System Events"
      tell process "Adobe Illustrator"
      --This is the quick key to open the "Find and Replace" window
      keystroke "K" using {command down, shift down, option down}
      delay 1
      --This is the esc key
      key code 53
      end tell
    end tell
    I HOPE SO ssssssssoooooooo MUCH!

  • Bug? re: SFX in 10.1 / constant work-around

    When I first installed FCPX 10.1, I noticed my SFX and GarageBand elements were missing in the music and sound-browser. I learned a work-around to solve this. (from this user group)
    Except, as it stands now... Every time I quit the FCPX app, I have to do the same work-around:
    Quit FCPX
    Open GarageBand
    Quit Garageband
    Re-Open FCPX
    This is cumbersome to do EVERY TIME I launch into my project (after quitting the app.)
    Is this a known bug?
    Has anyone else experienced this?
    Does anyone have a permanent solution?
    Thanks.

    Try running the java commands as root:
    bzn:~ bzn$ java -version
    Error occurred during initialization of VM
    Unable to load native library: libjava.jnilib
    bzn:~ bzn$ sudo java -version
    Password:
    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
    Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
    bzn:~ bzn$
    I've had to do this with a lot of other command-line tools since I installed 10.6 ... sips ... textutil ...
    Hope this helps.
    Barb

  • Audio/Animation Bug, with a work-around

    This is one of those cases where TechSupport believes a
    work-around is fine to something I would consider a bug. Took me a
    while to find the solution so I'd like to share with everyone my
    problem/solution.
    Background: I have a presentation with recorded audio on a
    slide that uses custom animation; in this case I've drawn circles
    and squares against an image to highlight a point. The animation is
    "on click" specific per Breeze. One of those animations creaps in
    slowly.
    Issue: When that same presentation from the Content Library
    is shared in a Meeting, in my opinion all sound should be
    "disconnected" unless using the presentation playbar. However, I
    have found that during the building of the screen (using Next/Right
    Arrow), the "sound behind the animation" comes through. Not
    terribly anoying for fast entrances, etc., but when something
    creaps in, you can have a lengthy audio playback during that time.
    IMHO, this shouldn't happen.
    Solution: (two; 1 TechSupport, 1 mine) TechSupport says to
    save the presentation as a different file name, close and delete
    the .ppc file, reload into PowerPoint, accept the load without
    audio and republish. Then in the meeting room simply select that
    renamed file. Major drawback on this point: I've got a file upload
    limit on my account. I've just doubled the space required per file.
    My solution was to use the Pod Options on the share, select
    Show Presentation Playbar and mute the audio. Simple.
    However, I still think the audio snippets behind the
    animations are a bug.
    Thanks for letting me get the word out about audio behind
    animations.
    JR

    First Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some original photos from other library that are not rotated properly and check to see if the same problem persists. If it does persist do the following:  make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    If still not working correctly continue with the following:  apply the fixes below in order as needed:
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • In firefox, the video from website "tv.vu.edu.pk" is not displaying even i have installed the latest version of JAVA. There rotates a circle around java monogram every time but video is not playing even it is working fine with internet explorer

    In firefox, the video from website "tv.vu.edu.pk" is not displaying even i have installed the latest version of JAVA. There rotates a circle around java monogram every time but video is not playing even it is working fine with internet explorer

    It's not working here as well with Java 6 U25 on Linux.

  • [svn:osmf:] 17958: Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.

    Revision: 17958
    Revision: 17958
    Author:   [email protected]
    Date:     2010-09-30 11:31:49 -0700 (Thu, 30 Sep 2010)
    Log Message:
    Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26940
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/ExamplePlayer.mxml

    Height is determined by content.  I can't think of a single reason to have a div height of 5px because almost nothing will fit inside that small a space without problems. 
    As to why it doesn't show up in other devices, you must have put that style into the Tablet CSS code instead of the default Mobile CSS code.
    Fluid Grids build up from Mobile (applied to everything) with specific rules for Tablets, then Desktops.
    Best advice, use Fluid Grids for layout only.  Use a separate CSS file for content styles.
    Hope this helps,
    Nancy O.

  • Working around a cs3[4?] Symbol Set Staining bug

    The problem will show if you stain some but not all of the symbols in a set, then apply at least one further Symbolism tool, then later want to change the original symbol.
    You'll find that the stained symbols won't update to the changes in the original symbol, though the unstained ones will, regardless of how many other Symbolism transitions have been made to them.
    The workaround is to touch the stained symbols with any of the symbolism tools, then do an Undo to remove any effect. Now edit the base Symbol, make no modifications, and return. Your stained symbols will now update to the base symbol appearance (shape change for example).
    You'll have to do this each time, after you've stained some symbols.
    The fascinating thing is that if you remove all staining (Alt/Option staining tool and strokes), the previously stained symbols will revert to proper behaviour, now obeying underlying symbol edits.
    It would be great if Adobe is still fixing CS3 bugs, and would fix this. Does it show up in Illustrator CS4?

    I've got a better sequence to demonstrate this bug, and a nicer work-around, after talking with someone helpful this morning.
    1. Create a symbol - for example 'sunglass' lenses, or as I named them, 'varilens'. This is a path shape for the front of sunglasses, with a gradient across the lenses to get a cartoon realism look.
    2. Spray the symbols. Just produce a Symbol Set normally.
    3. At this point you can use any of the Symbolism tools except Stainer, and everything seems to work properly.
    4. Double-click the 'varilens' in the Symbol window, and edit its shape. When you return from the Isolated 'group' for editing, you'll see that all the 'sunglasses' in the Symbol Set have the new shape, as they should.
    5. Now, stain a few of the 'sunglasses' -- not all of them. For example, use a red color, against an original blue basis of the gradient.
    6. Now, double-click 'varilens' in the Symbol window again, and edit it to a fresh shape. When you return from the Isolated editing 'group', you'll find all the original blue sunglasses have the new symbol shape. But the reddish Stained sunglasses do not. They've kept the previous shape. This is the bug.
    7. To work around the bug, I've found an even simpler way now. Just double-click 'varilens' once more, in the Symbol window, and immediately exit the Isolated editing 'group'. The Stained symbols will now 'catch up' to having the new shape, this second time.

  • [svn:fx-trunk] 13964: Work around TLF bug #2545307.

    Revision: 13964
    Revision: 13964
    Author:   [email protected]
    Date:     2010-02-03 11:47:06 -0800 (Wed, 03 Feb 2010)
    Log Message:
    Work around TLF bug #2545307.  ContainerController.mouseWheelHandler() should be checking if the default behavior is prevented before it acts on the event.  The workaround is to override TextContainerManager.mouseWheelHandler(), which dispatches to ContainerController.mouseWheelHandler(), and only call it if event.isDefaultPrevented() is false.
    QE notes:
    Doc notes:
    Bugs: SDK-25291, Watson #2545307
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25291
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/RichEditable TextContainerManager.as

  • [svn] 4610: Commit Josh's patch for 3. x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil .toString() working with QNames.

    Revision: 4610
    Author: [email protected]
    Date: 2009-01-21 12:48:01 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Commit Josh's patch for 3.x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil.toString() working with QNames.
    QE: Yes, please add a test case to ObjectUtil tests for this scenario.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-17367 ObjectUtil.toString(QName) causes RTE
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17367
    http://bugs.adobe.com/jira/browse/SDK-17367
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    VPN-User,
    Ok - I see the list of issues and will ensure our X300 specialist takes a look at it.   
    Please do understand that while you have put together a very coherent list, I try to ensure priority to threads in which multiple customers are focused on a single issue, as we deliver the most benefit to the community in working on those.   This forum is primarly a peer to peer discussion forum rather than a Lenovo chat / tech support where we try to solve each and every issue put forth.
    Individuals with a long list of issues on a particular machine may find benefit from either contacting technical support and working through their list, or publishing it as you have done and wait for other users of the same system to share their experiences.
    Thanks for your patience
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Work-around for ObjectListDataProvider bugs?!

    Everyone knows that ObjectListDataProvider will only work for showing up results from a List but will not update them if you change data on them, for example.
    So, does anyone have any work-arounds they would like to share? I have committed the mistake of beginning a project with SJSC and now I have nowhere to run because it is 80% done and ObjectListDataProvider just won't work.
    Also, does anyone know when SJSC 3 will come out? I desperately want this new version.

    I have sereral ObjectListDataProvider that are already working (runtime, design time is broken) by having an implemenation that retrieves the list from a Hibernate backend.
    I am using JSC Update 1 with all the updates from the update center.
    I have since created a new page and now get
    Caused by: java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
    What is the best way of resolving this classpath issue?
    The complete stacktrace is shown below:
    Caught java.lang.reflect.InvocationTargetException in SLP.invokeGetter com.sun.rave.web.ui.component.RadioButton.value
    INFORMATIONAL *********** Exception occurred ************ at 5:11 AM on Sep 20, 2006
    java.lang.IllegalStateException: [Winsys] TopComponent MVCTC[name=null, peer=[model=current=com.sun.rave.project.jsfloader.JsfJavaEditorSupport$DesignerDesc@15f3a64]] throws runtime exception from its componentOpened() method. Repair it!
    [catch] at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:254)
    at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:876)
    at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:583)
    at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:249)
    at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:972)
    at org.openide.windows.TopComponent.open(TopComponent.java:279)
    at org.openide.windows.TopComponent.open(TopComponent.java:271)
    at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:164)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.access$000(JsfJavaEditorSupport.java:85)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:139)
    at org.openide.util.Mutex.doEvent(Mutex.java:1024)
    at org.openide.util.Mutex.writeAccess(Mutex.java:330)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
    at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
    at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
    at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
    at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
    at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
    at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
    at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.Component.processMouseEvent(Component.java:5491)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    ==>
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:325)
    at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:307)
    at com.sun.rave.insync.Model.getInstance(Model.java:56)
    at com.sun.rave.insync.models.FacesModel.getInstance(FacesModel.java:146)
    at com.sun.rave.designer.WebForm.isWebFormDataObject(WebForm.java:152)
    at com.sun.rave.designer.DesignerServiceProvider.getMultiViewElementForDataObject(DesignerServiceProvider.java:912)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$DesignerDesc.createElement(JsfJavaEditorSupport.java:498)
    at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:185)
    at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:105)
    at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:101)
    at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:213)
    at org.netbeans.core.multiview.MultiViewPeer.peerComponentOpened(MultiViewPeer.java:190)
    at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentOpened(MultiViewCloneableTopComponent.java:127)
    at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:252)
    at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:876)
    at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:583)
    at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:249)
    at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:972)
    at org.openide.windows.TopComponent.open(TopComponent.java:279)
    at org.openide.windows.TopComponent.open(TopComponent.java:271)
    at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:164)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.access$000(JsfJavaEditorSupport.java:85)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:139)
    at org.openide.util.Mutex.doEvent(Mutex.java:1024)
    at org.openide.util.Mutex.writeAccess(Mutex.java:330)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
    at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
    at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
    at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
    at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
    at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
    at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
    at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.Component.processMouseEvent(Component.java:5491)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.sun.rave.insync.ModelSet.getInstance(ModelSet.java:323)
    ... 53 more
    Caused by: java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at com.sun.rave.insync.java.LocalJarsOverrideClassLoader.urlClassLoaderLoadClass(LocalJarsOverrideClassLoader.java:99)
    at com.sun.rave.insync.java.InSyncSpecializedLocalJarsOverrideClassLoader.loadClass(InSyncSpecializedLocalJarsOverrideClassLoader.java:27)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:564)
    at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:516)
    at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:150)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at com.sun.rave.insync.java.ClassUtil.getClass(ClassUtil.java:54)
    at com.sun.rave.insync.beans.BeansUnit.getBeanClass(BeansUnit.java:904)
    at com.sun.rave.insync.beans.BeansUnit.getBeanInfo(BeansUnit.java:935)
    at com.sun.rave.insync.beans.BeansUnit.bindBean(BeansUnit.java:502)
    at com.sun.rave.insync.beans.BeansUnit.bindBeans(BeansUnit.java:442)
    at com.sun.rave.insync.beans.BeansUnit.bind(BeansUnit.java:237)
    at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:183)
    at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:113)
    at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:936)
    at com.sun.rave.insync.Model.sync(Model.java:207)
    at com.sun.rave.insync.ModelSet.syncAll(ModelSet.java:646)
    at com.sun.rave.insync.models.FacesModelSet.syncAll(FacesModelSet.java:1258)
    at com.sun.rave.insync.models.FacesModelSet.<init>(FacesModelSet.java:325)
    [catch] ... 58 more
    *********** Exception occurred ************ at 5:11 AM on Sep 20, 2006
    java.lang.NoClassDefFoundError: com/sun/data/provider/impl/ObjectListDataProvider
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at com.sun.rave.insync.java.LocalJarsOverrideClassLoader.urlClassLoaderLoadClass(LocalJarsOverrideClassLoader.java:99)
    at com.sun.rave.insync.java.InSyncSpecializedLocalJarsOverrideClassLoader.loadClass(InSyncSpecializedLocalJarsOverrideClassLoader.java:27)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:564)
    at org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:516)
    at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:150)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at com.sun.rave.insync.java.ClassUtil.getClass(ClassUtil.java:54)
    at com.sun.rave.insync.beans.BeansUnit.getBeanClass(BeansUnit.java:904)
    at com.sun.rave.insync.beans.BeansUnit.getBeanInfo(BeansUnit.java:935)
    at com.sun.rave.insync.beans.BeansUnit.bindBean(BeansUnit.java:502)
    at com.sun.rave.insync.beans.BeansUnit.bindBeans(BeansUnit.java:442)
    at com.sun.rave.insync.beans.BeansUnit.bind(BeansUnit.java:237)
    at com.sun.rave.insync.faces.FacesPageUnit.bind(FacesPageUnit.java:376)
    at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:183)
    at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:113)
    at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:936)
    at com.sun.rave.insync.Model.sync(Model.java:207)
    at com.sun.rave.insync.Model.sync(Model.java:173)
    at com.sun.rave.designer.DesignerTopComp.sync(DesignerTopComp.java:705)
    at com.sun.rave.designer.DesignerTopComp.createDesignerPane(DesignerTopComp.java:749)
    at com.sun.rave.designer.DesignerTopComp.componentOpened(DesignerTopComp.java:151)
    at com.sun.rave.designer.DesignerTopComp.componentShowing(DesignerTopComp.java:779)
    at org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:162)
    at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:107)
    at org.openide.windows.WindowManager.componentShowing(WindowManager.java:287)
    at org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:924)
    at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:132)
    at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:238)
    at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:214)
    at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:152)
    at org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:91)
    at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1396)
    at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:994)
    at org.openide.windows.TopComponent.requestActive(TopComponent.java:553)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport$2.run(JsfJavaEditorSupport.java:140)
    at org.openide.util.Mutex.doEvent(Mutex.java:1024)
    at org.openide.util.Mutex.writeAccess(Mutex.java:330)
    at com.sun.rave.project.jsfloader.JsfJavaEditorSupport.open(JsfJavaEditorSupport.java:137)
    at org.netbeans.modules.project.ui.ProjectUtilities.openProjectFiles(ProjectUtilities.java:424)
    at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:170)
    at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:43)
    at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:92)
    at com.sun.rave.welcome.WelcomePanel2.openRecentProject(WelcomePanel2.java:192)
    at com.sun.rave.welcome.WelcomePanel2.access$800(WelcomePanel2.java:122)
    at com.sun.rave.welcome.WelcomePanel2$10.mouseClicked(WelcomePanel2.java:782)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:211)
    at java.awt.Component.processMouseEvent(Component.java:5491)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    [catch] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • [svn:fx-trunk] 4964: Modify AccImpl.as to add @private to ?\226?\128? \156protected final function $eventHandler(event:Event):void?\226?\128? \157 to work around an ASdoc bug.

    Revision: 4964
    Author: [email protected]
    Date: 2009-02-16 09:41:50 -0800 (Mon, 16 Feb 2009)
    Log Message:
    Modify AccImpl.as to add @private to ?\226?\128?\156protected final function $eventHandler(event:Event):void?\226?\128?\157 to work around an ASdoc bug. i will remove it when the bug gets fixed.
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as

    I forgot to write down my computer specs:
    iMac 27 Mid 2011
    2.7 GHz Intel Core i5
    4 GB 1333 MHz DDR3
    AMD Radeon HD 6770M 512 MB
    OS X 10.9.2

  • [svn:fx-trunk] 13207: Accepted patch for UITextField textHeight property to work around an underlying bug in the player .

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

    Revision: 13207
    Revision: 13207
    Author:   [email protected]
    Date:     2009-12-23 13:11:43 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Accepted patch for UITextField textHeight property to work around an underlying bug in the player.
    flash.text.TextField does not take into account the leading on the final line of text when measuring itself, yet will scroll if it is not given this extra height. The player has retired this bug.
    Ported componentSmoke test to basicTests.  If this fail it means the player has fixed the bug and we need to remove the workaround.
    QE notes: components/Text/Properties/Text_Properties_tester Checking_Property_textHeight needs to be updated
    Doc notes:
    Bugs: SDK-24461
    Reviewer:
    Tests run: checkintests, mx Label, Panel, TextInput, TextArea and Text
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24461
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/TextTestScript.mxml

Maybe you are looking for

  • How do I add the filename as an overlay on a PDF file compiled from images?

    I am creating pdf files from digital camera images and want to add the filename as a visible overlay (ie either in Header/Footer or as a watermark).  I can find all other alternatives eg Bates numbering, customised Header/Footer etc), but cannot find

  • Photoshop problems with displaying white text (and glitching in general)

    Hi there, My Photoshop seems to be having some serious issues with displaying certain things, namely white text (which shows up as black), and a mix of other random elements. I've tried searching for symptoms that I've been having, but I can't seem t

  • Bold text in general ALD

    Hi Can you please let me know how to make font bold in ALV using function module? I mean REUSE_ALV_GRID_DISPLAY? BEst REgards Chinmoy

  • Payment Medium Workbench Customizing guide for pdf

    Hello everybody, I am currently struggeling with setting up a pdf print with the PMW. For some reason no print is executed, eventhough the form and the interface are activated and assigned to the company code / payment method. There is no error log a

  • [SOLVED] Having trouble making QT apps use GTK theme

    Hello everyone, I'm having trouble making QT apps use my GTK theme in openbox. Some apps seem to work just fine but others don't. ^Such as above, as you can see VLC is working, as is qtconfig, but k9copy and k3b are not. I've did the suggestions that