JSpinner Using Problem

Hey guys, I'm new to the JAVA programming world and i have a little problem...
I read the API of the JSpinnerNumberModel but i don't know, using NetBeans, how to set the "only positivie values range" for the JSpinner...
I know is a noob question but i hope someone will help me...Thanks!!

According to this posting the OP has the answer:
http://forum.java.sun.com/thread.jspa?threadID=5200948

Similar Messages

  • JSpinner model problem

    Hello,
    I have an application which let you insert data of a music album. All this data goes into a database. One of the possible fields is the length of the album.
    I thought about using a JSpinner and using a SpinnerDateModel but this gives me some problems.
    To make it easy for the user i would like to enter the time in following format: mm:ss. But the problem here is that the minutes only goes to 59. But it should not be limited to 59, to make it the same as the time indicated on your music player. For example: 75minutes:24seconds.
    Is this possible with a SpinnerDateModel? Or should I use something else?
    Thx

    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • JSpinner stateChanged Problem!!!!

    Hello,
    I have an Application where i am using one Jspinner and Jlist. From Jlist i am changing maximum value for the Jspinner. Here occures problem, When any Value changed in Jspinner it's call the method stateChanged().
    But in method stateChanged i am doing another things, which doesnot gives me correct result.
    Is there any way to prevent from the problem.Just want to know is ther any way that, when i change the maximum value from The jlist, it does not invoke method stateChange().
    thank'x in Advance.

    I use the setEnabled(boolean) method to achive this. Assume we have a JSpinner js, I need three lines of code js.setEnabled(false);  //switch off firing of events
    js.getModel().setValue(new Integer(whatever));
    js.setEnabled(true);  //switch on firing of eventsThis works for most classes that extend JComponent (JSlider, etc).

  • 'file in use' problem

    Hello,
    I am trying to add all of my music to my iTunes library, but each time I do it, only about 5% of all of the music gets added (and it is the same 5% each time). After looking around a bit I thought that maybe the files that weren't being added were locked, so I unlocked them all and still iTunes won't add them to my library. After that, I tried manually opening each of the problematic files with iTunes by ctrl_clicking on them and selecting "open with iTunes". When I do this, I get an error stating "<file> is currently in use by another program ..."
    However, these files aren't being used by any other programs. I have tried restarting my computer, and even afterwards I get the same error. I've tried in a terminal running the cmd "lsof <file>" for several of the files and nothing is returned.
    Has anyone run into a similar problem? What should I try next?
    Thanks,

    Music is something I don't deal with, but if you download, for example, an mp3 file, will it start automatically in QuickTime?
    Several possibilities come to mind. If you're running 10.4.11, it's likely nothing done by you.
    Easy Fixes
    If you haven't shutdown your computer since placing music files on your hard disk, do so. QuickTime, iTunes, or another application that uses your files may still run part of the applications when the applications are turned off. You can see these in 'Activity Monitor' and shut them down manually, if you wish.
    If you have a laptop and your battery 'died' (at about 15% capacity), either a table in a temporary file needs erasing, or possibly a bit-sized attribute to those files 'in use' needs changing.
    If MacOSX uses tables to keep track of open files, install a good cleaning utility like 'Onyx' and erase all temporary files.
    If MacOSX uses attributes to keep track of open files, use 'list view' to open all the files in QuickTime, then shutdown your computer properly while they are open.
    One of the above should work.
    Slightly Deeper Fixes
    If not, use 'Activity Monitor' as described above: look for stray parts of audio processes still running (iTunes, I believe, had a 'quickstart' process at one time that was always running: placed by Apple in a StartUp folder.) Apple introduced with 10.4 a 'new' method for starting & stopping 'daemons', processes that always run (like that just described). A badly programmed one may not have stopped. You can stop it manually.
    If Apple uses attributes to label a file open, move your music files to a new volume (CDs, DVD+RW, iPod, &c), turn automatic running of files off, shutdown your computer, start it up, check 'Activity Monitor' for any unwanted audio files, then move your music back.
    Best of luck.
    Bruce

  • Firefox automatically crashes after 4 hours of use and only when a textbox is being used - problem now daily and getting worse

    This has been going on for a few weeks and started of it's own accord. I have not recently installed any new plugins or scripts, and my PC is protected by two antivirus products and so my system (WinXP) is malware free.
    I can browse firefox for up to 4 hours, and then it crashes. No matter what sites I am using, what I am doing or even if I'm at the PC... so long as there's a text box on the page then firefox will crash if the 4 hour time limit expires. I can be just about to save an hours worth of photo captions and lose all that work due to the crash, or can be in the middle of a background download but it'll still crash... daily.
    I thought this was a plugin issue, as I have disabled all plugins for javascript handling, flashgot, etc, but still it crashes. (previously on startup Firefox would hang for 5 to 10 minutes and the system would "bing" at me if I tried to click on the firefox window... eventually a 'non responsive script' window would appear relating to a flashgot script). The crash used to go whereby suddenly the page would freeze for a few seconds, followed by a minute or two of safe working, then 2 minutes of freeze and 30 seconds of safe working, with the ratio of freeze-tim:working time working in 20 seconds increments until firefox crashed... now though there is no warning, the page freezes and then it's gone. I have updated firefox several times and still the problem persists. On a previous computer, Firefox degraded to the point where it froze for 4 minutes on any page with a Flash application... now on this computer it has degraded by itself to the point where it crashes after 4 hours of use.
    I'm presently using Internet Explorer to type this question because firefox crashed again and I'm not going to sit waiting for it to reload just to get a few numbers from an information screen... therefore further info like crash ID's etc will be update in due time....

    Cool, I'll try using the wall adaptor just as soon as I get a convertor for it to convert it to our socket type. It's nice to hear that someone else has experienced the same issue.
    I am not using it as a phone in Australia, just the ipod and wifi.

  • CFMX 6.1's Virtual Memory Use problem!!

    I appologise for the long post in advance...
    Ok... so I have this script that, using cfdirectory, will
    check a directory for any files that may have been uploaded, if
    there are files, it loops through the results and reads the files
    one at a time, line by line, using the FileReader.cfc (Uses the
    Java FileInputStream, InputStreamReader, and BufferedReader to
    provide a way to incrementally read large files). The files are
    just pipe "|" delimited data, each line represents a record for a
    db table.
    Now as it's reading each line, it will perform some basic
    string parsing to clean up the file line to make sure the data is
    valid, blah blah blah and then it will write that "cleaned" line to
    another file using FileWriter.cfc (Java component once again). Once
    it's completely done reading the original file, it will close it
    and it will open the new "cleaned" version of the file, read it
    (FileReader.cfc), create an INSERT statement and then update the
    database table.
    Now... this all works GREAT... until it has to loop through
    more than a few files... 3 - 4 files are NO problem! works like a
    charm, but throw 6 - 8 files at it and it dies, not a timeout mind
    you but an actual "java.lang.OutOfMemoryError" (now, I've tried
    making all the files exactly the same (just changed the name) and
    the weird thing is, it takes longer and longer to process each as
    it goes through the loop... I have the script write some stats as
    it's looping:
    FILE 1 STATS
    Name: COA0607_Intranet1.DAT
    Status: Import Successfull
    Line Count: 32,971
    Processing Time: 74,237ms
    FILE 2 STATS
    Name: COA0607_Intranet2.DAT
    Status: Import Successfull
    Line Count: 32,971
    Processing Time: 82,018ms
    FILE 3 STATS
    Name: COA0607_Intranet3.DAT
    Status: Import Successfull
    Line Count: 32,971
    Processing Time: 94,476ms
    FILE 4 STATS
    Name: COA0607_Intranet4.DAT
    Status: Import Successfull
    Line Count: 32,971
    Processing Time: 145,108ms
    I know what you guy are probably thinking; "Woah man... CF
    isn't really meant to do that kind of processing...", I know, trust
    me I know... however, I really neeeeeed it too lol.
    Ok, so as the script is running, I watch the Virtual Memory
    use of jrun.exe, processing say 3 - 4 of these files brings up the
    usage to approx 300,000k which yes, is a LOT but that's fine...
    this process is meant to run at night via a Scheduled Task...
    When I run more than 4 files, things start to get ugly, keep
    in mind that these are EXACTLY the same files just re-named
    differently. The script will start lagging BIG time and on the last
    file (usually the last file) I'll see the memory usage spike from
    350,000K all the way up to 600,000K and that's when it throws the
    "java.lang.OutOfMemoryError" and dies... I've tried commenting out
    the part of the script that updates the db, but still get the same
    problem...
    So... what gives? How come CF Server does this??? I mean, it
    runs fine for the first few files... and then WAM, it dies... sorry
    for the long post... any insight here is VERY much appreciated...
    it would be AWESOME if the wonderful folks at Adobe could shed some
    light on this for me : )
    CFMX 6.1 version: 6,1,0,83762
    Windows XP Pro SP2
    Intel P4 2.8Ghz
    1Gb of Ram

    quote:
    Originally posted by:
    Mr Black
    300M memory usage while using "incremental" file reader??
    Looks like it is "incremental" only in the sense that it increments
    memory usage. Did you try non-Java C/C++ file reader tags?
    Well I did try cffile originally... and it didn't even run...
    lol

  • Help! File in use problem when using Swing app

    Hi. I got a program that is pretty much a JFileChooser that prints to standard output the path of the file that I've chosen. If I invoke the DOS command:
    java JFileChooserDemo, I will get the following as expected from the program:
    "You chose a file named: C:\MyJava\Book.xls".
    But if I invoke the following DOS command:
    java JFileChooserDemo > output.txt, the file "output.txt" contains the following:
    "GetModuleHandleA succeed
    LoadLibrary returns baaa0000
    You chose a file named: C:\MyJava\Book.xls"
    So, if I try to open the file or try to modify "output.txt", I get an error message stating that the file is in use.
    What's weird is that, I THINK if I have a program that DOES'NT use Swing or anything GUI-related and prints to standard output with the DOS "> outfile" command, I won't get this problem. So in other words, I can duplicate this problem with a sample Swing application that prints to standard output. Try it yourself.
    In my original program, it does have an event handler that closes the JFileChooser and its container and exits the system via "System.exit(0);", but for some reason, something still has "locked" the output.txt file. I even did the ctr+alt+del and can't find anything that would lock the output.txt file. What's even weirder is that if I run the application again, but output to a different file like "output2.txt", this file is not locked, but the "output.txt" file still is. output2.txt also don't have contain the
    "GetModuleHandleA succeed
    LoadLibrary returns baaa0000" message.
    The only way I know of that would "unlock" output.txt is to re-boot my computer.
    So it seems I have to modify my program somehow because it appears the OS still thinks output.txt file is still in use.
    Someone may think why would I invoke the java interpreter with the DOS "> outfile" command. Well, the reason being, I got a different version of the program that executes a query and I want it to create a delimited text file that contains the resultset of the query, so that I can then import it to Access, Excel, or whatever. But, because of this problem, I can't modify the query result without having to either run the application again and created another file name with the same result or re-boot. Of course, this would be silly.
    Any help in how I can modify my program or any GUI-program so that if I invoke the DOS "> outfile" command, the outfile won't be "locked" would be greatly appreciated. Thanks. If you want my program, you can e-mail me or run any sample program from the Swing Tutorial that prints to standard output and just add the " > outfile" to the java interpreter command.
    -Dan
    [email protected]

    Oops sorry, forgot to add the code. Here it is:
    BTW, can I edit posts? Oh well...
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.filechooser.*;
    public class FileChooserDemo2 extends JFrame {
    static private String newline = "\n";
    public FileChooserDemo2() {
    super("FileChooserDemo2");
    //Create the log first, because the action listener
    //needs to refer to it.
    final JTextArea log = new JTextArea(5,20);
    log.setMargin(new Insets(5,5,5,5));
    log.setEditable(false);
    JScrollPane logScrollPane = new JScrollPane(log);
    JButton sendButton = new JButton("Attach...");
    sendButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    JFileChooser fc = new JFileChooser();
    fc.addChoosableFileFilter(new ImageFilter());
    fc.setFileView(new ImageFileView());
    fc.setAccessory(new ImagePreview(fc));
    int returnVal = fc.showDialog(FileChooserDemo2.this,
    "Attach");
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    File file = fc.getSelectedFile();
    /** The next 2 lines I added, the rest of the code is original taken from the Swing Tutorial **/
    System.out.println("You chose a file named: " +
                             fc.getSelectedFile().getPath());
    log.append("Attaching file: " + file.getName()
    + "." + newline);
    } else {
    log.append("Attachment cancelled by user." + newline);
    Container contentPane = getContentPane();
    contentPane.add(sendButton, BorderLayout.NORTH);
    contentPane.add(logScrollPane, BorderLayout.CENTER);
    public static void main(String[] args) {
    JFrame frame = new FileChooserDemo2();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    frame.pack();
    frame.setVisible(true);

  • HELP!: File in use problem-"GetModuleHandleA succeed LoadLibrary returns ba

    Hi. I got a program that is pretty much a JFileChooser that prints to standard output the path of the file that I've chosen. If I invoke the DOS command:
    java JFileChooserDemo, I will get the following as expected from the program:
    "You chose a file named: C:\MyJava\Book.xls".
    But if I invoke the following DOS command:
    java JFileChooserDemo > output.txt, the file "output.txt" contains the following:
    "GetModuleHandleA succeed
    LoadLibrary returns baaa0000
    You chose a file named: C:\MyJava\Book.xls"
    So, if I try to open the file or try to modify "output.txt", I get an error message stating that the file is in use.
    What's weird is that, I THINK if I have a program that DOES'NT use Swing or anything GUI-related and prints to standard output with the DOS "> outfile" command, I won't get this problem. So in other words, I can duplicate this problem with a sample Swing application that prints to standard output. Try it yourself.
    In my original program, it does have an event handler that closes the JFileChooser and its container and exits the system via "System.exit(0);", but for some reason, something still has "locked" the output.txt file. I even did the ctr+alt+del and can't find anything that would lock the output.txt file. What's even weirder is that if I run the application again, but output to a different file like "output2.txt", this file is not locked, but the "output.txt" file still is. output2.txt also don't have contain the
    "GetModuleHandleA succeed
    LoadLibrary returns baaa0000" message.
    The only way I know of that would "unlock" output.txt is to re-boot my computer.
    So it seems I have to modify my program somehow because it appears the OS still thinks output.txt file is still in use.
    Someone may think why would I invoke the java interpreter with the DOS "> outfile" command. Well, the reason being, I got a different version of the program that executes a query and I want it to create a delimited text file that contains the resultset of the query, so that I can then import it to Access, Excel, or whatever. But, because of this problem, I can't modify the query result without having to either run the application again and created another file name with the same result or re-boot. Of course, this would be silly.
    Any help in how I can modify my program or any GUI-program so that if I invoke the DOS "> outfile" command, the outfile won't be "locked" would be greatly appreciated. Thanks. If you want my program, you can e-mail me or run any sample program from the Swing Tutorial that prints to standard output and just add the " > outfile" to the java interpreter command.
    -Dan
    [email protected]

    Sure, here it is:
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.filechooser.*;
    public class FileChooserDemo2 extends JFrame {
    static private String newline = "\n";
    public FileChooserDemo2() {
    super("FileChooserDemo2");
    //Create the log first, because the action listener
    //needs to refer to it.
    final JTextArea log = new JTextArea(5,20);
    log.setMargin(new Insets(5,5,5,5));
    log.setEditable(false);
    JScrollPane logScrollPane = new JScrollPane(log);
    JButton sendButton = new JButton("Attach...");
    sendButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    JFileChooser fc = new JFileChooser();
    fc.addChoosableFileFilter(new ImageFilter());
    fc.setFileView(new ImageFileView());
    fc.setAccessory(new ImagePreview(fc));
    int returnVal = fc.showDialog(FileChooserDemo2.this,
    "Attach");
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    File file = fc.getSelectedFile();
    /** The next 2 lines I added, the rest of the code is original taken from the Swing Tutorial **/
    System.out.println("You chose a file named: " +
                             fc.getSelectedFile().getPath());
    log.append("Attaching file: " + file.getName()
    + "." + newline);
    } else {
    log.append("Attachment cancelled by user." + newline);
    Container contentPane = getContentPane();
    contentPane.add(sendButton, BorderLayout.NORTH);
    contentPane.add(logScrollPane, BorderLayout.CENTER);
    public static void main(String[] args) {
    JFrame frame = new FileChooserDemo2();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    frame.pack();
    frame.setVisible(true);

  • Solved the Adobe 10 flashplayer Install/Use Problem!

    Read someone else's responses to close everything, then go to:
    http://adobe.com/go/tn_14157
    Run the uninstall.
    Then was advised to start in safe mode by going to:
    start
    run
    iexplore -extoff
    HOWEVER:  I could not then perform the next action, so I skipped the above step of working in safemode, and just opened Internet Explorer regularly.
    Went to:
    http://get.adobe.com/flashplayer/
    For some reason, it worked this time.  The "graphics movie" on the flashwave site that is supposed to show up actually showed up this time.  My computer did not show that I had a previous version of Adobe Flashplayer, although I think I probably did.  The folder showed empty and it did not show up anywhere.  I have probably downloaded and installed this a dozen times in the past week or so and it wasn't working.  Very frustrating.  I also found that I had the same problem with Adobe Reader 8 version.  Tried many many many times to get it to work and it wouldn't.  My old 6 version worked just fine, so after all the frustration finally just deleted the 8 upgrade and kept using the 6 version until the 9 came out, which works fine.
    Can't really imagine it is so much everyone's operating sysems or settings when it seems to be only Adobe that causes these problems!
    Hope this helps someone!

    I HAVE SHOCKWAVE VER 10
    WHATEVER THE MOVIE  OR FLASH f COMES UP AND SAYS
    INSTALLED BUT WHEN I REBOOT COMPUTER ITS NOT THERE

  • Arabric Font embed, and TLF use problem.

    Hi all,
    I meet a problem with embed the Arabric Font.
       [Embed(source="fonts/axtyoumn.TTF",fontFamily="AxtYoumna",embedAsCFF="true" ,unicodeRange="U+0000-U+1000")]
       public const AxtYoumna:Class;
       [Embed(source="fonts/AXTSIL__.TTF", fontFamily="AxtSImplifed",embedAsCFF="true",unicodeRange="U+0000-U+1000")]
       public const AxtSImplifed:Class;  
       public function fonts()
         Font.registerFont(AxtYoumna);
         Font.registerFont(AxtSImplifed);        
    It succeed published into a .swf file. I load this file use
    Font.enumerateFonts(false);
    It shows the font I have embed, it seems embed succeed:
    FontsName::: AxtYoumna ||||| FontsType::: embeddedCFF
    FontsName::: AxtSImplifed ||||| FontsType::: embeddedCFF
    Then I use AxtYoumna, AxtSImplifed for my textfield
       charFormat.fontFamily = ffont;
       charFormat.fontSize = fsize;
       charFormat.kerning = Kerning.ON;
       charFormat.fontWeight = fbold ? "bold" : "normal";
       //charFormat.fontWeight = "bold";
       charFormat.fontLookup = flash.text.engine.FontLookup.EMBEDDED_CFF;
       charFormat.renderingMode = flash.text.engine.RenderingMode.CFF;
       charFormat.cffHinting = flash.text.engine.CFFHinting.NONE;
    The Text still not render correctly. 
    My builder is FLex 3, flash player 10, and Flex SDK 4.0.0.10485
    But if I use the font Arial/Arabic Transparent/Traditional Arabric, it works.
    I use AXtYOumna/AXtadvertising/AXtSImplified Light /AXtGihaneLightItalic /AXtYouSra/AXTTraditionalLight , it not works.
    I can use these font in Photoshop CS4 middleeast version to show arabic succeefully.
    Please help me.!

    I suppose that "The Text still not render correctly.  " means in particular that you don't the proper shaping (positional forms).
    If that's the case, I think it is explained by the fact that AXtYOumna does not have the necessary OpenType layout tables. TLF/FTE need those table to select the proper positional shapes. Those tables are present in Arial/Arabic Transparent/Traditional Arabric.
    Eric.

  • SQ01 help for listing not used problem codegroup and code in notifications

    Hi ,
    I am making a query through SQ01 to find out how many damage codes created for a particular notification type are not being used .
    In infoset I used QMEL which lists problem code group and problem code  and as a bonus we also get codegroup text . When I test this query , I get damage code group and code used in all the notifications . I want solution for the following
    1)How to list only distinct damage codegroup and damage code (Not per notification wise)
    2)Which second table I have to use to get problem code short text
    3)Which table I have to add in infoset and how join has to be created so that I get list of  Damage codegroups and codes not used in notification .
    NPB

    Hi Pete ,
    1)How to list only distinct damage codegroup and damage code (Not per notification wise)
            I have output like
                      problem code group     Problem code grp text        Problem code    Problem code text
                      MRTR                           Transformer  problems        1                        I need table here
                      MRTR                            Transformer Problem           1
                      MRTR                            Transformer problem         2
    I need distinct output like
      problem code group     Problem code grp text        Problem code    Problem code text
                      MRTR                           Transformer  problems        1                        I need table here
                      MRTR                            Transformer problem         2
    2)Which second table I have to use to get problem code short text
                    I need  problem code table
    3)Which  problem code group and code not used
                Suppose for notification type X I have configured damage catalog Q  and Q has MRTR , MRAM , MRGT as code groups and each of them have their own codes (say 1 to 5)...If notifications are created only for MRTR and code 1 , 5
    I need not used output like
    MRTR 2
    MRTR 3
    MRTR 4
    MRAM *
    MRCT *
    How can I achieve this using  sq01,02 etc
    NPB
    Edited by: Narasimha Bhat on Feb 1, 2011 4:54 PM

  • Initial Use Problem, Please Help

    I am using the firewire "transfer information" tool on the initial use of my new MacBook Pro, in order to transfer files from my old Powerbook to this new computer.
    The file transfer screen has been hung up, with 2 hours and 9 minutes remaining for over one hour.
    Does anyone know the best course of action to remedy this opening problem?
    MacBook Pro   Mac OS X (10.4.6)  

    I finally had to manually copy over all files. For some unknown reason, the transfer would hang up on a couple of mp3 files (owned by me - Cake), and then again on a .jpg file, again mine. All I can guess is that these files were corrupt, or accidentally protected, but that was enough to completely stall the transfer. Upside - Apple apps are so much easier to transfer than windows apps, so I was able to use the firewire connection to pick and choose around the trouble files.

  • "System Extension cannot be used" problem...

    Okay, so I have a brand new MacBook Pro, running the latest OS. Now, for some reason, I keep getting this error notice: "System Extension cannot be used."
    I've been through DISK UTILITY, verified and repaired all "disk permissions," as well even "verified disk" (although nothing wrong or damaged have been found). I have even gone as far as ERASING my entire disk and RE-installing everything. However, no luck.
    The thing is, verifying and repairing the disk permissions DO help, but there are still a number of extensions that do NOT get repaired. I don't know if this is significant, but I've had this problem 4 times in a row now, and after repairing the disk permission, the SAME EXACT extensions keep popping up as errors:
    "System Extension cannot be used"
    /System/libraryextensions/BJUSBLoad.kext
    /System/libraryextensions/EPSONUSBPrintClass
    /System/libraryextensions/hpdesignjetseries
    /System/libraryextensions/hpDeskjet_ioenabler
    /System/libraryextensions/hpfaxio
    /System/libraryextensions/hpinkjet1_ioenabler
    /System/libraryextensions/hpinkjet3_ioenabler
    /System/libraryextensions/hpinkjet4_ioenabler
    /System/libraryextensions/hpinkjet7_ioenabler
    /System/libraryextensions/hpinkjet8_ioenabler
    /System/libraryextensions/hpinkjet_ioenabler
    /System/libraryextensions/hpio_printerclassdriverenabler
    /System/libraryextensions/hpOfficejet_ioenabler
    /System/libraryextensions/hpPhotosmart_ioenabler
    /System/libraryextensions/hppsa640_ioenabler
    /System/libraryextensions/hpqc_ioenabler
    FYI: my ipod touch doesn't synch with itunes after the above errors are displayed, and I have to re-download itunes.
    What do I do? Why is this happening? Is there a way to fix these extensions? Is this happening possibly due to 3rd-party plug-ins being used (am using Spectrasonics Trillian and Omnisphere with Logic Pro 9 - although this is running perfectly on my iMac AND on another MacBook Pro)?
    Any help would be GREATLY appreciated, as I've got no more hair to pull out due to frustration! Thank you in advance!

    Hello,
    I have had the same problem for years now. It is a PITA.
    Each time I install something I have got a bunch of hundreds or errors :
    "system extension cannot be used..."
    Here is a short sample of them
    «/System/Library/Extensions/3Dconnexion.kext
    «/System/Library/Extensions/AppleAirPort.kext
    «/System/Library/Extensions/AppleAirPort.kext
    «/System/Library/Extensions/AppleAirPort.kext/Contents/PlugIns/AppleAirPortFWAP. kext
    «/System/Library/Extensions/hp_designjet_series.kext
    «/System/Library/Extensions/hp_Deskjet_io_enabler.kext
    «/System/Library/Extensions/hp_fax_io.kext
    «/System/Library/Extensions/hp_Inkjet1_io_enabler.kext
    «/System/Library/Extensions/hp_Inkjet3_io_enabler.kext
    «/System/Library/Extensions/hp_Inkjet4_io_enabler.kext
    «/System/Library/Extensions/hp_Inkjet5_io_enabler.kext
    «/System/Library/Extensions/hp_Inkjet8_io_enabler.kext
    «/System/Library/Extensions/hp_Inkjet_io_enabler.kext
    «/System/Library/Extensions/hp_io_printerclassdriver_enabler.kext
    «/System/Library/Extensions/hp_Laserjet_io_enabler.kext
    «/System/Library/Extensions/hp_Officejet_io_enabler.kext
    «/System/Library/Extensions/hp_Photosmart_io_enabler.kext
    «/System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext
    «/System/Library/Extensions/hp_qc_io_enabler.kext
    «/System/Library/Extensions/HuaweiDataCardDriver.kext
    «/System/Library/Extensions/LexmarkUSBMerge.kext
    «/System/Library/Extensions/NovatelWireless3G.kext
    «/System/Library/Extensions/NovatelWireless3G.kext/Contents/PlugIns/NovatelWirel ess3GData.kext
    «/System/Library/Extensions/NovatelWirelessFilter.kext
    «/System/Library/Extensions/OSCulatorIOKit.kext
    «/System/Library/Extensions/RDUSB0009Dev.kext
    «/System/Library/Extensions/USBExpressCardCantWake_Huawei.kext
    «/System/Library/Extensions/Wacom Tablet.kext
    «/System/Library/Extensions/ZTEUSBCDCACMControl.kext
    «/System/Library/Extensions/ZTEUSBCDCACMData.kext
    But worse : all my new machines have been infected by the same error, because I did copy the oleder machine when installing them. Apple does not seem to care about this problem.
    The solution should probably be that apple should make a fix, looking for old and uncompatible extensions and delete them or get the new ones from all the makers.
    Apple! Who is going to face the problem ?
    RC

  • COM1 in use problem. Palm M130 synching with Windows 7

    Hi
    Thanks for reading this. Hope you can help me with this problem. 
    I have a Palm M130 which I have been using on Windows XP for many years.
    Have recently upgraded to a new computer with Windows 7 and now I can't sync or remove the Palm software.
    Everything I try I keep getting a message that COM1 is in use.
    I have a Windows Home Premier 64 bit system. I know this isn't compatable with this palm but have an IR adapter I would like to transfer the information to the computer with if only I can get COM1 open.
    Any help and advice gratefully received.
    Thanks in advance
    Post relates to: Pre 2 p102una (Rogers)

    You must install the driver for your palm on your new system.  I had to download it from the palm support page, the install from the cd gave me the same error message.  After I installed the driver there was no further errors and the hotsync worked. 

  • Help request - JFrame re-use problem - Painting issues

    Hello,
    I'll give a short background on the problem:
    The general purpose of my program is to display a series/sequence of screens in a spesific order. I have constructed an object (JFrame) for each of those screens. In the beginning I create a Vector containing information about every screen in the sequence and when the time comes for that screen to appear I use that information to create the screen.
    In my first design I created a new object for each screen (I have 6 basic types of screens but they often appear with different data - graphs and tables and such) while after I was done with a screen I released the reference to it. For some reason the memory requirement of that design were immense and kept increasing with each new screen.
    To remedy that I switched to a re-usage (recycling sort of say) design. I created a cache of screens, 1-2 of each type depending on whether two screens of the same type may appear one after the other. When a screen appears for the first time, I use the constructor to initialize it and save it in the cache but for future usage I "re-initialize" the old screen with the new data. Only after I finished re-initializng the screen I set it's visibility to true.
    Coming to the problem at last: as I understand seeing as the update of the frame's contents finishes before the screen is displayed it should already be displayed in it's updated form, BUT instead it appears with the old data for a split second and then repaints on-the-fly. You can actually see some components disappearing/appearing. This is a pretty nasty visual effect that I cant figure out how to overcome but worst of all I dont understand WHY it happens...
    **Edit:* Please read P.S. 3, just to show, this is not because I have a slow computer (it's quite new and has plenty of RAM) and I gave the heap plenty of space so it's not an issue of increasing it with each allocation
    I kindly ask for any help/advice on why the problem happens and how to fix it.
    Thank you in advance.
    P.S. I tried to pipeline the updates, say screen 1 is currently displayed so when the button to move on to screen 2 is pressed, screen 3 is re/initialized and so on. I used a seperate thread but it was synchronized with the displaying method so it should've been just like sequential updates but only less time consuming. When that didn't work I did the sequential update (which I described above) which didn't work either.
    P.S. 2. I gave the background in case it might help and to show that an advice of the sort "don't re-use and just create a new object" is out of the question =\
    P.S. 3 Something very odd I nearly forgot to mention: I work in Eclipse, and when I run it there I don't encounter this problem, it runs smoothly and there are no such painting problems but when I run it externally from the command line, that's where these problems occur and that is how the program will eventually be used. I don't understand why there is a difference at all, after all the JVM is one and the same in both cases, no? =\
    Edited by: Puchino on Dec 24, 2007 10:06 PM
    Edited by: Puchino on Dec 24, 2007 10:12 PM

    First off, It SEEMS I solved the problem by calling dispose() on the frame once I finished using it, then comes the manual updating and when I set it's visibility to true it no longer does any of weird painting problems it used to. Question is why does it work? I assumeit has something to do with the fact dispose releases the visual resources but could someone please provide a slightly more in-depth explanation?
    Second, at the moment my code doesn't have any calls to validate or invalidate or repaint (and I can't call revalidate) because JFrame doesn't inherit from JComponent. So I'd like to know please, which of these methods should I call in case I manually update the frame's contents?
    Third, I'll attempt to recreate a short sample code later on today (must be off now).
    P.S. Thanks for the replies!

Maybe you are looking for

  • Error while activating data from new table of DSO to active table

    HI, while activating data from new table of DSO to active table i am getting error message as "Error occurred while deciding partition number". Plz any idea hoe to resolve this one. thanks & regards KPS MOORTHY

  • After clicking of applications folder in the dock, the items have no labels.

    Only happens after a reboot. System:   Model Name: MacBook   Model Identifier: MacBook4,1   Processor Name: Intel Core 2 Duo   Processor Speed: 2.4 GHz   Number Of Processors: 1   Total Number Of Cores: 2   L2 Cache: 3 MB   Memory: 2 GB   Bus Speed:

  • How do I fix horrbile audio?

    Right now I'm editing some work for a friend and the audio on all his footage is beyond horrible. Its too loud and all distorted. I've tried messing with all the audio filters I have from FCP Studio and I can't seem to make it decent. I know I cant g

  • BDC or BAPI for Transaction  IFCU

    Is it possible to do a BDC for transaction IFCU.IF not is there a Bapi to put the measurment documents for an equipment

  • Sales order type quotation integration (VMI process)

    Dear experts, We are testing a VMI scenario, more specifically we are trying to generate sales order document in R/3 from the TLB process in SAP SCM. We have configured the determation of a document type "quotation" for the VMI process in the corresp