Is there a bug in the JTable under 1.2.2 ?

Hi I use the VM 1.2.2.
My JTable is disabled by:
referencesTable.setEnabled(false);
But this method has no effect under 1.2.
If I run the app. under 1.4 the table is disabled.
How can I disable a JTable under 1.2.
Thanx
Stephan

Thanks M, you're right, I do have 13.0.1, it's just for some reason ive noticed some strange behavior in photoshop, can't figure out why. I still can't get my panels to collapse when double clicking the bar and the curves adjustment layer doesn't allow me to place a point using the eyedropper tool when clicking on the image, this has just recently started after reinstalling photoshop on my imac using the creative cloud application manager

Similar Messages

  • When my iPod Touch is connected to my Mac, and I select Update to update the software of my iPod Touch, I get a message saying that my iTunes software is current, but it will not update my iPod Touch software.  Is there a bug in the iPod program?

    When my iPod Touch is connected to my Mac, and I select Update to update the software of my iPod Touch, I get a message saying that my iTunes software is current, but it will not update my iPod Touch software.  Is there a bug in the iPod program?

    If you have the first gen ipod touch as your information shows, then you would have to buy a software update:
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)

  • My JPEGS are no longer being copied over to Finder.  Only a random fraction are copied.  It use to work perfect.  Is there a bug in the updated versions of iPhoto?

    My JPEGS are no longer being copied over to Finder.  Only a random fraction are copied.  It use to work perfect.  I can move them 4 or 5 at a time, but it is very time consuming.    Is there a bug in the updated versions of iPhoto?

    OK - here is what I've done in the past.  As I want to be able to save my photos on  a DVD that can be read by both a PC and a Mac, I am burning them in Finder.  I start by downloading into IPhoto.  I'll flag and edit the ones I want to print or post to the web.  After that I want to take all the keepers and move them from IPhoto to various files I create in the document  section of Finder.  I've done it both ways in the past, copy and paste or just drag over, all the files would transfer over.  Now there may be dozens of pictures that do not move over - very random, in one case there were only 6 photos and the 3 vertical ones did not copy over.
    I'm wondering if this is a software issue or if there is just too much data being moved around.  FYI there are 2 Nikon cameras I use and the files from both do this.
    Thanks

  • Is there a bug in the new photoshop CS6 13.0.1.1 update? (Mac OS 10.7.5)

    Since installing the latest update of photoshop CS6 13.0.1.1, (Mac OS 10.7.5, iMac late 2009) I have noticed the following problems: when I double click on the panels bar, the panel does not collapse, I have to right click on the bar to get the panel to collapse.  Withe the curves adjustment layer, command clicking on the image does not register the point on the curve and command shift click will not set a point on the curves. this is all happening since the upgrade. Is it me or is there a bug in the update?
    Thanks in advance

    Thanks M, you're right, I do have 13.0.1, it's just for some reason ive noticed some strange behavior in photoshop, can't figure out why. I still can't get my panels to collapse when double clicking the bar and the curves adjustment layer doesn't allow me to place a point using the eyedropper tool when clicking on the image, this has just recently started after reinstalling photoshop on my imac using the creative cloud application manager

  • Is there a bug in the as3 tween class

    Is there a bug in the as3 tween class that causes tweens to stop before completing. I read that there is and that a 3rd party tween class should be used. I'm just starting out learning as3 and experimenting but this would be good to know when I move onto more complex projects.
    Also the solution for this was to make your function global. Does this simply mean place your function in the top level of your movie.
    I have done research on this topic but I found many conflicting answers.
    Any assistance is welcome thanks in advance.

    the tween declaration (if you need one) must be placed within the scope of the function.  so, if the below function f() is defined in a movieclip, you can use any of the 3 (but don't use the last):
    ///////// most common use ////////////////////////////////////////
    var t:Tween;
    function f(){
    t=new Tween(...)
    /////// next most common use /////////////////////////////////////////
    //no declaration needed because the tween is not referenced anywhere outside the function so need not be assigned a variable
    function f(){
    new Tween(...)
    /////////// least common, not good coding, but possible ////////////
    // var t:Tween;  // declared on the root timeline, for example
    function f(){
    MovieClip(root).t=new Tween(...)
    p.s.  please mark correct/helpful answers

  • Is there a bug in the latest iOS7 operating system update

    is there a bug in the latest iOS7 operating system update

    iOS 7 and System 7 are not the same.  System 7 refers to the operating system on Macs from 1991 to 1996.
    I've requested this thread be moved.

  • Is there any bug in the documentation??

    hi guyes,
    i am refering "Oracle® Data Guard Concepts and Administration 10g Release 2 (10.2) B14239-05 August 2008" to configure physical standby database on my same host having my primary database.
    i told you it was my worst experience using any oracle documentation.
    i am using oracle 10g R2,and followd all procedure to configure physical standby database,but i think there are some bugs in this document.
    1. they have told to create controlfile for the stadby database but didnt ask to edit controlfile for new path of datafiles.
    2.they have ask to copy all primary datafiles to stdby location,but when you try to open standby database,it dosent match the path of stdby datafile due to same controlfile.
    these and there are many bugs are in this document.
    they ask to edit tnsnames.ora file but dosent provide the procedure to do so.
    i mean this is not the complete guide to follow.
    a hopeless thing
    is this a bug???
    thanks and regards
    VD

    vikrant dixit wrote:
    hi guyes,
    i am refering "Oracle® Data Guard Concepts and Administration 10g Release 2 (10.2) B14239-05 August 2008" to configure physical standby database on my same host having my primary database.
    i told you it was my worst experience using any oracle documentation.
    i am using oracle 10g R2,and followd all procedure to configure physical standby database,but i think there are some bugs in this document.I'm assuming that you specifically mean Section 3.2 Step-by-Step Instructions for Creating a Physical Standby Database
    1. they have told to create controlfile for the stadby database but didnt ask to edit controlfile for new path of datafiles.That isn't required if you follow the step by step guide since the example uses the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT database initialisation parameters. In particular see step2 and Example 3.5
    2.they have ask to copy all primary datafiles to stdby location,but when you try to open standby database,it dosent match the path of stdby datafile due to same controlfile.
    these and there are many bugs are in this document.If you have followed the steps as described in the document you won't get the errors that you describe above. You'll also note in the backup and recovery guides there is a similar example for database duplication on the same host which also uses the file_name convert parameters. If you still require help it might be useful to list the precise error and what you have set the relevant parameters to.
    they ask to edit tnsnames.ora file but dosent provide the procedure to do so.They do however, directly in the step by step guide, refer to the relevant manual - the Net Services adminsitrators guide - that contains a section http://max00994:7777/docs/db10gr2/network.102/b14212/naming.htm#sthref700 on managing net service names, if you'd read it you'll see that there are 3 different tools that you could use and that the exact steps to follow depend on your environment, given this complexity it isn't unreasonable in my view to link you directly to where the information can be found rather than to include the best part of an entire chapter on service naming in the middle of a step-by-step guide.
    i mean this is not the complete guide to follow.This particular guide does deal with standby configuration, complete with practical examples that do in fact work when followed diligently, I should know I've followed them previously on more than one occasion. It doesn't of course deal with underlying subject matter that is referenced elsewhere. I don't know what Oracle's target audience is for this book, but wouldn't think it unreasonable to assume that a dba considering building a dataguard installation was already familiar with Oracle SQLNet (it would certainly be required knowledge in my book).
    a hopeless thing
    is this a bug???As the documentation works as written I wouldn't consider it a bug. I don't personally like the particular names that Oracle have chosen for their examples, primarily because I don't like the idea of naming database services after physical location in a standby environment. You can however, if you have a support contract, log bugs against the documentation and Oracle do correct the bugs - though unfortunately in the next release of the docs and not online.
    Niall Litchfield
    Oracle DBA
    http://www.orawin.info/

  • Is there a bug in the Imac?

    I got serious problems with my iMac right now. First the problems started in iPhoto with everything going crazy when trying to establish (write in) albums. Then the program started - by itself! - to throw away newly imported photoes. Then I tried to write a message to this discussion forum. Impossible! No reaction. Then I took a restart.
    I have tried three keyboards. Same problem with everyone. Is this a bug?
    kjell

    No... I'm saying people can make up their own minds whether or not to believe me based on my posting history.
    And what "experts"? You posted a bunch of random forum postings from different websites. Forum posts made by random people. I didn't really bother looking at a single one, so I don't even know how old some of those are. For all I know, they could be from like 1995 or older.
    I let my record speak for itself. If you're too lazy to check it, that's not my problem. Here's a brief rundown of my pedigree.
    First computer was a 486DX-2 running DOS 6.2 and Windows 3.11. One summer when I was stuck at home and all my friends were on vacation with their family, I spent my time sitting around teaching myself how to use the thing. I taught myself DOS by reading the help files, and Windows just by doing.
    Around 1995, I became aware of Linux, and started experimenting with different distributions. Started with Slackware, moved on to RedHat, Mandrake (now Mandriva), Gentoo, and some other little distributions that probably don't even exist anymore. This was back in the day when you had to manually edit the XF86Config file to enter in your own modelines to make a monitor work. There just wasn't any of the hand holding that exists now. Especially Gentoo. When I used it, they were just thinking about creating a graphical installer, but I went through the entire manual process that involved chrooting. I ran that as my personal desktop for a couple of years.
    When I got to college, I figured I'd give Windows 2000 a try, ran that until XP came out. Used that for a few years off and on with Linux.
    Around my Junior year of college, I picked up a 1.2GHz 14" iBook G4 with 10.3. I used that for the rest of my days in college, and even for some time after. Finally it suffered from the stress fractures around the GPU that were common with that line. But not before I had occasion to upgrade it to 10.4 and 10.5 when they came out. Admittedly, even with 768MB of RAM, 10.5 was probably a bit much for that system.
    Out of college I ran my own small consulting company for a couple of years. Did pretty much anything that needed doing. Everything from helping redesign forms to recommending hardware purchases, run of the mill tech support... I even set up a Squid server for one of my clients. Didn't know anything about Squid except what it was at the time I took on the project. I just kept reading everything I could get my hands on about it until it started making sense.
    After I grew tired of the unpredictable nature of consulting, I got a job as the "hardware guy" at a small University in the SF Bay Area. I spent my days repairing Dell and Apple computers. I was required to get my ACMT for that job. I studied for the tests while working 45 hours a week, and got my certification just under the 1 month mark with absolute flying colors. Checking my scores, I got a 93% on the hardware exam, and an 86% on the software. When I recertified, I got perfect scores on both exams.
    I worked that job for about a year and a half, and since then I've started working at a national retail chain. I am the "Apple guy" in the central distribution warehouse. Any Apple computer system that is returned and the store techs can't fix comes to me. I pretty much do it all. I figure out what's wrong with the system, and what needs to be done to fix it. I've done just about every repair you can think of. I've replaced logic boards on dozens of iMacs, Mac Minis, MacBooks, MacBook Pros, I've replaced display panels on MacBooks, MacBook Pros, and iMacs. I've replaced CPU trays in Mac Pros. I've replaced trackpads and top covers on MacBooks and MacBook Pros, which is quite a bit trickier than you might think.
    To date, I've only had one computer, ever, blow up on me, and that was due to a defective LDVS port on a replacement logic board. It couldn't handle the current needed to power the display, and it went POOF. Apple apparently agreed it wasn't my fault, because they paid for the labor on the repair.
    And since a lot of people don't really know how to work with Apple systems, I have to be able to tell the difference (quickly) between a software and hardware issue.
    I'm not just some random idiot who tries to act big on Internet forums. I can actually back it up. And generally I don't go bragging about that sort of thing, because I'm not insecure. I'm perfectly content knowing what I know. I don't generally feel the need to justify it to anyone. The advice I give should be able to stand on its own merits. But every now and then I run across someone like you. Someone who puts more value in a persons post count than post content.
    You have a very narrow view of the world, and anything or anyone that does not fit into that view, or agree with it, is automatically wrong. You can't even be bothered to spend 30 seconds contemplating something someone said to decide if it makes sense or not. That would upset your happy little groupthink world view. You go with whatever popular opinion is, not what the facts support. You dislike me more because I only have 600 odd posts, and have only been here a few months. If I had a couple thousand posts, and had been here 2-3 years, you wouldn't be questioning anything I had to say. On a somewhat personal note. I genuinely feel sorry for you. Yours must be a sad and lonely existence. You can be surrounded by people, and still be all alone.
    Now, to anyone else... I again invite you to review my "credentials" as well as my posting history. I stand by my work, and don't expect anyone to blindly follow me. I think if you actually spend a little time actually thinking about what I said, before being so rudely interrupted, you'll find it makes sense. Make up your own mind whether or not to believe me. Don't let someone try and bully you into believing what they believe.

  • Is There A Bug With The Line-In Volume Setting ?

    I use an audio mixer and microphone to put voice-overs into programs like Audacity, Sound Studio and the Voice Over Tool in Final Cut Express.
    The mixer is connected to the Line In socket on my eMac.
    I like to set the Line In Volume to Maximum in the System Preferences.
    However, sometimes when I close one of the above programs, the Line In Volume Control reverts to a default midway setting (50%).
    This is not a terrible problem but it is irritating having to reset the volume control.
    Is it a known problem and is there a cure?
    Ian.
    PS. I did a search and there was a similar sounding question three weeks ago but for some mysterious reason it was archived before anyone could answer.

    I have done some testing in the last 20 minutes and am convinced there is a conflict caused by Final Cut Express 3.0.
    I opened and closed Audacity, Sound Studio and iMovie three times each with no problem.
    I did the same with FCE and each time the Line In Volume control had reverted to the 50% setting.
    So it appears there is a bug (at least with my setup).
    Is there a cure - other than resetting System Preferences every time?
    Ian.

  • Is there a bug in the Mac OS X version of Skype related to blocked numbers

    There is a number I once blocked.  I went to manage blocked users under Contacts and removed the number and am able to call.  However after every call, the number is automatically put back into the blocked caller list and I need to remove it every time to place a call to it.  This is going on for 3 months and I've had to manually remove the number from the blocked users list 20 times.  

    Thanks M, you're right, I do have 13.0.1, it's just for some reason ive noticed some strange behavior in photoshop, can't figure out why. I still can't get my panels to collapse when double clicking the bar and the curves adjustment layer doesn't allow me to place a point using the eyedropper tool when clicking on the image, this has just recently started after reinstalling photoshop on my imac using the creative cloud application manager

  • Is there a bug with the font size setting?

    I am using the Samsung Galaxy S3 phone. I cannot change the font size using the settings in mobile firefox. It appears to be stuck on the smallest font. I have uninstalled and reinstalled the app with no success. Any suggestions on how I can fix this?

    I have done some testing in the last 20 minutes and am convinced there is a conflict caused by Final Cut Express 3.0.
    I opened and closed Audacity, Sound Studio and iMovie three times each with no problem.
    I did the same with FCE and each time the Line In Volume control had reverted to the 50% setting.
    So it appears there is a bug (at least with my setup).
    Is there a cure - other than resetting System Preferences every time?
    Ian.

  • Is there a bug in the  score layout drop-down?

    I have a project with 6 software instrument tracks, each  track is one region. When I select all tracks and try using the score editors drop down Layout option"create score from selection" I never get the top most track in the score.. I have tried creating a new score set but it still leaves the top track out of the score. There are no hidden or muted regions and no MIDI data tracks. I am still in OS10.5.8 because I am watching other forums to see if pro users are moving up and all I see are big problems with 10.6, I may do what they are doing and change my MBP to 10.6 then 10.7 and see what works, but my main work is done on the iMac so I need to figure this out. Any help would be greatly appreciated. This happens also when I choose "All Instruments" score set-shouldn't that default show all the tracks?

    Thanks christiano and Jim, but that causes my 9.1.1 to change the position, length and pitch of 90% of the regions' notes. I have been repeating the same copy paste commands for 4 hours and now they seem slowly to begin to work[Jobs has left the building]. I did try before my original post the option dragging in the Arrange but as I wrote it causes too many mistakes, unless there are only a simple repeated series of a single note-THEN it decides to work.
    Any other ideas would be interesting but Apple should get the copy paste in the score going too.

  • Is there a bug in the inbox with vip ?

    I was looking for a mail on icloud.com and i checked something in my vip mail box.
    When i came back into my inbox i had only my vip messages.
    If i had the decreasing date filter i couldnt see my other messages.
    If i changed these filter like increasing date i could see all my messages ..
    did someone ever experienced this bug and how to get rid of it ?

    iOS 7 and System 7 are not the same.  System 7 refers to the operating system on Macs from 1991 to 1996.
    I've requested this thread be moved.

  • Help! Is there a bug in the looping tunnels for LabVIEW 6?

    I have an application written in LabVIEW 6.0.1 where I've been having
    problem with.
    1. Big sequence structure. In the first sequence, generate and pass a
    2D array through sequence locals into a while loop in the second
    sequence.
    2. In the while loop, use a case loop controlled by boolean switch and
    a second case loop to make sure the case is only executed once. Within
    the case loop, multiply each dimension of array with one multiplication
    factor. Build the array back together and display them in a graph.
    My problem is as follows: Every time I turn the case On/off, the array
    values were multiplied with memory, i.e., it seemed that the tunnel
    remember the results of the previous case loop ex
    ecution, and
    multiplied on top of that instead of the original values (the array
    that were NOT multiplied) that passed through the tunnel.
    Is this a bug? Can somebody help me? If interested, please send an e-
    mail to [email protected], and I'll forward you a copy of the vi that will
    show this issue. Thanks.
    Sent via Deja.com
    http://www.deja.com/

    Ensure that you are initializing the shift register with a null value.
    wrote in message
    news:92gerp$2ov$[email protected]..
    > I have an application written in LabVIEW 6.0.1 where I've been having
    > problem with.
    >
    > 1. Big sequence structure. In the first sequence, generate and pass a
    > 2D array through sequence locals into a while loop in the second
    > sequence.
    > 2. In the while loop, use a case loop controlled by boolean switch and
    > a second case loop to make sure the case is only executed once. Within
    > the case loop, multiply each dimension of array with one multiplication
    > factor. Build the array back together and display them in a graph.
    >
    > My problem is as follows: Every time I turn the case On/off, the array
    > values were multi
    plied with memory, i.e., it seemed that the tunnel
    > remember the results of the previous case loop execution, and
    > multiplied on top of that instead of the original values (the array
    > that were NOT multiplied) that passed through the tunnel.
    >
    > Is this a bug? Can somebody help me? If interested, please send an e-
    > mail to [email protected], and I'll forward you a copy of the vi that will
    > show this issue. Thanks.
    >
    >
    > Sent via Deja.com
    > http://www.deja.com/

  • Are there two bugs in the forums?

    1. The forums only seem to list who opened the original question, not who last posted. To keep track of my own replies, I need to see who last posted. How to do this? (It used to be there before they redesigned).
    2. Similarly, how do I get to see only UNREAD posts, not have to start again from the top?

    For best ASC forum results Use Hiroto's changes.  See items 6 below.
    There is a missing column.  Was four columns ( ??? ) now only three.  They reduced the lettering size to get more information on the line.  I guess you could say they are listening, but can get over that they are wrong about the layout.
    With the real thing:
    https://discussions.apple.com/people/rccharles/content?filterID=participated
    Does show last poster. It's worded as by ....  Bit misleading by it's ASC.
    Discussion lists do not.
    Here is my ASC work flow...
    1) I login.
    2) Block the automatic 30 minute logout.
         Unless you do something every thirty minutes you get logged out.  The forum software waits to tell you this as long as it can to keep you in suspense  ;-) . Filling out a reply is the exception to the thirty minute window.
            Start an auto reloader. Thanks to ChitlinsCC.
    Safari = SafariTabReloader
    Firefox = ReloadEvery: "Reload web pages automatically"
    Others = Reloaders | Cerberus - Support Center
    You need to pick a page that will reload over time without stalling out. It's ASC.  I've found my profile display the best to use. I get my Profile page after some  logins.  It's ASC.  Change rccharles to your apple id.
    https://discussions.apple.com/people/rccharles?view=discussions
    Reply technique
    Open a new browser window.  Pick some discussion.  Open a reply window.  As long as this reply window is open, you will stay logged in.  The 30 minute times is reset as needed by the ASC software.
    3) I open another window to do my normal ASC browsing.
    4) I have a FireFox bookmark to goto the discussions that I have participated in. I've modified it to add on the content stuff.
             turingtest2 recommends. Change rccharles to your apple id:
    https://discussions.apple.com/people/rccharles/content?filterID=participated~obj ecttype~objecttype%5Bthread%5D
    5) Use turingtest2's generated links with the /content suffix as browser bookmark to the ASC discussions:
    Site map of Communities and Categories
    https://discussions.apple.com/docs/DOC-2463
    6) Adjust the ASC web page layout.
    For FireFox
    I run with Hiroto's modification to user content.  This is the only way these forums are readable for me.  How to adjust the format and layout of ASC Web Pages:
    https://discussions.apple.com/docs/DOC-7501
    For Safari
    "ASCPowerTools is a Safari Extension designed to give more control"
    http://www.etresoft.com/ascpowertools
    7) Read and answer my old posts.  I kind of memorize the time I last posted. ( It's way bad that apple eliminated the last poster to a thread. )
    8) I use tabbed browsering.  From a list of discussions, hold down the command key then click on the link. You get two tabs this way. The original window will keep where you have been.

Maybe you are looking for

  • Why won't my iphone 3gs charge even though it is plugged in?

    Hi guys, so I've had my 3gs for nearly 2 years. A couple of weeks ago I noticed that charging it wasn't going easy. When my iphone shuts down from no battery life and I plug it in to charge, it charges enough to turn itself back on, but when it event

  • Upgrading protection mode

    I've never used any Data Guard protection mode except Maximum Performance before so please forgive me if my questions seem ignorant. I have a primary DB with 2 standbys both currently operating in maximum performance mode. The primary is a 2 node RAC

  • Find memory leak

    Hi All , In our SAP application server (Solaris 10 X86 running on hardware HP ProLiant BL685c G5) physical memory available is day to day decreasing drastically. We suspect, there is a memory leak. Could you please let us know how to find memory leak

  • Prestaged OSD using SCCM 2012 SP1 windows Partition variable is not being set

    Hello All  I need some assistance with a workaround. I am using a presaged task sequence created from a working network / PXE deployment TS for windows 7. This TS sets a variable for the OS partition called "Windows" and the value is set in the Parti

  • FICO CONFIGURATION SIM FILE

    Dear all, could you please guide and help me thru how to find the configuration sim file? I have no chance to access SPRO in my company, I want to learn config for FICO. Please help and many thanks in advance. < Please search the forums for any FICO