JTable JComboBox setEditable(true) does what?

The JTable column uses JComboBox. What is expected of combo.setEditable(true)? Here is the relevant code.
Thanks
for (int k = 0; k < m_data.getColumnCount (); k++)
        TableCellRenderer renderer = null;
        TableCellEditor editor = null;
        if (k==0) /* sysname column */
                renderer=new DefaultTableCellRenderer();
                JComboBox combo= new JComboBox(sys_names);
                combo.setRequestFocusEnabled(false);
                combo.setBackground(Color.yellow);
                combo.setEditable(true);
                combo.getEditor().getEditorComponent().setBackground(Color.blue)
                editor=new DefaultCellEditor(combo);
[\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

That fits my limited experience. I'm currently only providing non-editable combos as the focus handling and traversal gets messy with editable ones. This may be due tosome other code I've put in to alter the default JTable behaviour, but I havn't had time to look into it yet.

Similar Messages

  • How update or modified an Object within an jComboBox.setEditable(true)

    Hello,
    I would like to modified the name of an object which is displayed within a jComboBox which is setEditable(true). As we can do within a jTable with the setValueAt method.
    Here is a sample of my code:
    public class MyFrame extends JFrame {
    Object[] listeVoiture = new Object[2];
    listeVoiture [0] = new Voiture("Clio", "458 AVB 38");
    listeVoiture [1] = new Voiture("Megane", "4567 ZE 69");
    MyComboBoxModel voitureComboBoxModel = new MyComboBoxModel(listeVoiture);
    JComboBox jComboBoxListeVoiture = new JComboBox(voitureComboBoxModel);
    jComboBoxListeVoiture.setEditable(true);
    public class Voiture {
    Private String modele;
    Private String numPlaque;
    public Voiture(String mod, String plaq){
    modele= mod;
    numplaq=plaq;
    public String toString(){
    return modele;
    public void setModele(String mod){
    modele=mod;
    public class MyComboBoxModel extends DefaultComboBoxModel {
    public MyComboBoxModel(Object[] items) {
    super(items);
    public void setSelectedItem(Object anObject) {
    Voiture voit = (Voiture)this.getSelectedItem();
    voit .setModele(anObject.toString());
    super.setSelectedItem(app);
    Thank you for your advises, Romain.

    You can do a remove/insert... (why doesn't DefaultComboBoxModel have a set method?)
    Kind regards,
      Levi

  • Java Swing: JComboBox  setEditable(true)

    How to limit the length of the text in Jcombobox with seteditable true to 255 characters.So that user can't enter text more then 255 characters.

    You can get editor from the JComboBox. In the editor get a text filed used for edit. You can cast it to JTextField in the simplest case. Then add a DocumentFilter to the JTextFiled's document. Override the methods to check existing Document's length and ignore edits when limit is achieved.
        public void insertString(FilterBypass fb, int offset, String string,
                                 AttributeSet attr) throws BadLocationException {
            fb.insertString(offset, string, attr);
        public void replace(FilterBypass fb, int offset, int length, String text,
                            AttributeSet attrs) throws BadLocationException {
            fb.replace(offset, length, text, attrs);
        }

  • I replaced my iPhone with a Galaxy 5 and am not receiving all of my text messages. The sales person told me to remove my phone number from iTunes to stop this from happening. Is that true? What does iTunes have to do with text messages?

    I replaced my iPhone with a Samsung Galaxy5 and I am not receiving all of my text messages now. The rep at the store told me to go to iTunes and take my phone # off of the account and that would fix the problem. Is that true? What does iTunes have to do with text messages anyway?

    You need to remove your phone number from the iMessage system.
    Read here: http://support.apple.com/kb/ts5185
    ~Lyssa

  • Extract Pages- and the Split- not doing what I expect them to

    I have a document created in Illustrator (CS4) which has multiple artboards. I want it split into multiple documents, one art board—> one document with only that artwork. When I use the Extract PAges… and the Split… comands to generate multiple documents, I get the multiple docs (same number of docs created as pages in original doc).
    Only thing is every doc has all the artboards and all the artwork as the original doc. I could understand all the artwork being there but all the artboards also?? What's going on?
    Appreciate any pointers on this.
    Trying to write a JSX to run in AI but struggling so far. Thread for AI solution started here: AS) export single page PDFs from multi-artboards

    I don't expect mind reading but I'l settle for careful reading
    I tried to explain how pages and artboards are qualitatively different objects only to be told they are the same thing and that's all I needed to say.
    I tried to explain that opening the very same file in Illustrator showed a lot more objects than it did in Acrobat. You probably don't remember because you breezed over something that you didn't think you needed to know because you were, at each stage, a step ahead of me (slow down already!).
    From my second post:
    I can't remember if Splitting gave enumerate files or the one file but either way ALL the artwork was in the enumerate files if they got made [.…] I ended up saving as CS3 .ai files which gives a Save artboards to seperate files option and, unlike the artboard range option on Save As PDF, it actually works.
    From my third post
    An artboard is not a page as far as Acrobat and Illustrator apps are concerned. I was trying to highlight the distinctly different way the two apps handle them. I can watch a one page with just one shape document in Acrobat become a 20 artboard, 40+ objects layout in Illustrator. Same document interpreted as one Page in Acrobat and 23 artboards in AI.
    I was on this forum because even a manual Document Menu> Split… command is not doing what I expected with the AI generated 23pp PDF file. I expected the 23 individual 'artboards' and content to each make a separate file.
    Thom Parker wrote:
    I don't remember you mentioning that you re-imported the PDF files into Illustrator.  This is an important detail. You also posted to an Acrobat scripting forum and never said you were not interested in an Acrobat Script.  You also never explained the problem you were seeing.  You were never clear.
    Covered that but note Illustrator doesn't import PDF files. .ai .eps and .pdf are all native files for Illustrator and just open, sometimes with an additional dialogue to choose a page from multiple pages. It imports .dwg, .svg and that sort of thing relying on translator plugins. This is the fourth time I'm saying I should have posted in Acrobat Win or Mac not scripting, apologies I was scripting when I made OP and probably frustrated. You were more clear it's true, clearly ignoring what I was getting at in each post re artboard cf. page objects.
    You see, in a PDF file each page has it's own content stream, i.e., a stream of vector graphics operators.  Graphics can be drawn anywhere in the coordinate space, but the page view is clipped by a crop rectangle.  So graphics can exist in the stream, but never be visible to the user because they are outside the crop.  I get the impression that in Illustrator the Artboards all exist in a single coordinate space? And that the conversion to PDF places this entire coordinate space into a single content stream. Then each page would be a different crop of the same content stream.  If this is the case then I believe there are PDF optimization operations in Acrobat that would fix your problem by removing all content outside the crop. 
    Yeah I've hacked lots of PDF files in AI. They use more than one clipping rect per page from memory. Correct, the artboards are defined in a single co-ord space it would seem — artboards are discretely and independently located on the document canvas and can even overlap each other. Yes those operations might work, I never though of that, I came across an Illustrator based solution early on in this thread. There's no conversion going on in Acrobat though I think, the file stays native PDF from AI to Acrobat and back to AI. As I've noted it's the way Acrobat displays or parses the data that in effect hides all the 'off-page' objects but open the same file in AI and it's all still there. 
    You know, we can't read minds, you actually have to explain what it is you need.
    I didn't know it, but I needed to get a confirmation on the artboardRange property bug in Illustrator CS4 and/or a confirmation that artboards are not treated as page objects, and I ended up having to lecture you on something you may have no interest in, sorry if I've been a pain. This is part of bigger bug elsewhere that I've been trying to get resolved or around on and off for a month. Every turn another bug, it gets confusing and frustrating at times

  • Best Buy Appliance Delivery Not Doing What They Said They Would Do. Order Cancelled.

    I recently purchased a refrigerator from bestbuy.com and chose the option to have it delivered on Tuesday the second of December (today). I received an order confirmation e-mail from best buy on the day of purchase (November 28) which stated the following (taken directly from the e-mail):
    The scheduled appointment date of your item(s) below is Tuesday, December 2, 2014
    We'll call you by 9PM the night before your appointment with an estimated arrival time window at the phone number(s) you provided at the time of purchase (with either live or pre-recorded calls).
    Thank you for shopping with us.
    Sincerely,
    Karalyn Sartor
    Vice President Customer Care
    Yesterday, on Monday the 1st of December, I got a knock on the door from the Best Buy delivery team. They had my refrigerator and were here to deliver it. I was not ready for them to deliver the refrigerator at that time, at all, as I was not expecting it. I asked the driver to please deliver it on the scheduled date. The change in scheduling happened without a postive notification.
    I checked afterward and saw that their was en e-mail sent during the evening of November 30 informing me that the refrigerator would be delivered on Monday the 1st. This e-mail was in my spam folder and I did not see it. I did not expect it either as I was under the impression that I would be called by phone prior to delivery (as stated in the original purchase confirmation e-mail). So some mistake/change in scheduling happened. Not a big deal to me.
    Thirty minutes ago I called the 1-888 number mentioned in the e-mail to inquire about what time I could expect my refrigerator to be delivered. I was told it was rescheduled for December 20th, which is not acceptable to me.
    I was told the earliest delivery date that they could honor would be for monday the 8th of December. That is unacceptable to me as well. I was advised I had no other options for delivery other than to receive it on the 8th of December, 6 days after the aggreed upon delivery date.
    In the end I cancelled the order. As a customer I do not like to be treated this way (to be told one thing at first (delivery date and that I would be called by phone), to have that one thing change, and to not be told in a *reasonable* manner that the one thing had changed.
    Best Buy customer service, If you would like to contact me you have my e-mail address. You also have my correct phone number for calling me, which your system verified when it looked up my order by phone. Until then, please consider me an unsatisfied customer that will look very closely at other buying options for all my future appliance and home electronics needs.
    Thank You.
    P.S. - The person I spoke to on the phone to inquire about and cancel my order was very courteous and professional.

    To Whom It May Concern,
    I posted earlier regarding a refrigerator delivery problem. http://forums.bestbuy.com/t5/Delivery-Installation/Best-Buy-Appliance-Delivery-Not-Doing-What-They-S...
    I've since read a few of the other posts and think I see some common issues that many others have been having:
    1. Not calling the customer. We (customers) expect someone will call us the day before a scheduled delivery date to confirm the item is being delivered and approximately what time to expect it. The confirmation e-mail you send even states that this will happen.
    2. Not notifying the customer regarding changes. We (customers) expect someone will notify us if delivery dates are changed. This is especially important if the delivery date has been moved forward, as in my case. My particular problem would have been avoided entirely if someone from Best Buy would have notified me that the refrigerator I ordered would arrive one day ahead of schedule. An e-mail is not a good enough notification when you move the shipping date forward. How do you even know I have read/received it and will be home?
    3. Not working with the customer. I've read a few forum posts where some mistake has happened, and now shipping is delayed by a signifcant amount of time (a week or more). If you (Best Buy) had some better way of working with whoever does your delivery for you, things would be better.
    In my example the original delivery date was for today (Dec 2nd). You decided to deliver a day early on the 1st without making sure I knew you were coming on a differnet day than scheduled. So I wasn't ready. At this point I believe you (Best Buy) should have tried to correct this by rescheduling the delivery so that it happened on the original delivery date, December 2nd. You could have also arranged to deliver it later that same day, I would have been ok with that and had time to make things ready. Instead the delivery got rescheduled for the 20th of December by the system, and your customer service could only move it up to December 8. In a situation like this I think it would be better if you worked more with the customer (pay a driver an hour or two of overtime to get the goods delivered on the day you said you would or delay someone else who placed their order after I placed mine). Instead I was given one and only option, delivery on December 8.
    In the end I took the other option, cancelling my order. You have lost my business on this sale and I now have a lower opinion of Best Buy as a company and a brand than I did before. This could have been avoided if you did any of the above three things.
    Thank you for your time.

  • Is there a C version that does what the MAX 1-D Interactive does?

    Is there a C version that does what the MAX 1-D Interactive does?  Or a solution to the problem below.
    I got the MAX 1-D Interactive to work with my stepper motor.  The hardware setup is at the bottom.
    I am trying to write a C program in Visual Studio 2010 to control a stepper motor. I found an example program called 1D Straight Line Move.c in
    C:\Program Files\National Instruments\NI-Motion\Documentation\Examples\NI-Motion Help\C
    I copied the example file and the needed .h, .c and .lib files into a Visual Studio project.  I changed the velocity, acceleration, and deceleration to match the values in the MAX 1-D Interactive.  The solution builds, but when I run it I get the following error message
    Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.  This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
    Setup:
    I am running the latest NI Motion Software.
    PXI-7334 connected to UMI-7774 using I/O Motion cable
    UMI-7774 connected to P70360 Stepper Driver using control cable
    P70360 Stepper Driver connected to NEMA 23 (T21NRLC) using Orange (A-), Black (A), Yellow (B-), Red (B)
    NEMA 23 is powered by 120V AC power supply
    P70360 Stepper Driver is set using DIP Switches (I tried to use the P7000 software tool that came with it, but it never found the driver):
    S1: 1
    S2-1: Off
    S2-2: On
    S2-3: On
    S2-4: On
    S2-5: Off
    S2-6: Off
    S2-7: Off
    S2-8: Off
    S2-9: Off
    S2-10: On
    S2-11: On
    S2-9: Off
    Attachments:
    1D Straight Line Move.c ‏5 KB

    No I am not using Visual C++ MFC.  I am using an empty C++ project in Microsoft Visual Studio 2010. Although I eventually want to create a .exe file from this project so I'll have change project type.
    The motor runs using MAX to control it. 
    It did run using the 1D Straight Line Move.c project, but it gave me the below errors.  That night I unplugged it because the stepper motor gets hot.  The next day MAX still moves the motor but the 1D Straight Line Move.c project doesn’t and I still get the errors below.
    I am getting two errors:  (I was getting the same errors yesterday)
    Run-Time Check Failure #2 - Stack around the variable 'errorCode' was corrupted.
    Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
    I think the errors come from using the functions in flexmotn.h.  The functions look like they are being used correctly, but I can't find where they are defined.  They are probably defined in FlexMS32.lib.
    I attached the files I am using.
    I haven’t tried any of the other examples.  1D Straight Line Move.c looks like the simplest and closest to what I want to do.
    Attachments:
    Files.zip ‏82 KB

  • I just got an ipod touch but it will not sync to itunes. my itunes will not detect it. but my computer does. what do i do???

    i just got an ipod touch but it will not sync to itunes. my itunes will not detect it. but my computer does. what do i do???

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • Side-chain filter does what exactly?

    I'm sure this must be covered somewhere, but I can't find specifics in the manual or previous posts here.
    Which signal does the side-chain filter in LP8's compressor affect--the side chain signal (i.e., compression only occurs when certain frequencies are present in the sidechain source signal) or the audio that's being compressed (i.e., only compresses certain frequencies in the track in which the compressor is inserted)?
    If it's the former, how does one compress only specific frequencies using a side-chained signal? I'm asking partly because I want to use a kick drum to compress a somewhat bright bass, but I'd like to try compressing only the lower frequencies of the bass, down where the kick drum's frequencies overlap.
    Hope I've explained this all clearly.

    Randall--thanks so much for all your info. Like Dalek, I initially thought the side-chain filter does what I needed to do, but I guess not. The solution is a bit complicated, but that's not your fault; you didn't write the software, and at least you thought of a clever way to do selective-frequency ducking in Logic. I haven't had time to try it yet, unfortunately, but hope to tomorrow. I've taken the liberty of pasting below your post that you linked to on the Logic Pro Help board (hope this is OK), mostly so that anyone else with this same problem can find the answer all in one thread.
    Randall's post:
    Pursuant to my previous tip on improving noise gate performance:
    http://logicprohelp.com/viewtopic.php?t=17553
    . . . a couple of people asked me if I'd write up how to do selective frequency bandwidth ducking to improve a signals presence in a busy mix. So I thought Christmas day would be a good time to write this up and create an example as I'm deliberately not doing any "real" work today!
    So here's the typical problem. A bunch of noisy guitars driving along and you want to inject an acoustic guitar or vocal lead in there once in a while. But you can't get the track hot enough or eq'd enough to overcome the noisy guitars. Ducking the guitars with either automation or a sidechained compressor might be too noticable, so this trick allows you to just duck the specific frequency range that is masking your lead track. Here's how to do it:
    Note: the attached LP8 example just uses some stock Apple Loops that everyone should have, (I hope).
    1. This is a mix technique and we'll be assigning plugs to auxes, so make sure PDC is set to "All" in your preferences.
    2. Assign your noisy guitar tracks to a bus. We'll use bus 10 as in my example.
    3. Assign your lead track to your main outputs. Create a Send on this track to bus 11 and set its level to unity, (ctrl-click the send).. This will also create an aux in your mixer. Delete this aux.
    4. Create 2 new aux channels. Assign both their inputs to Bus 10, and both their outputs to your main outs.
    5. Don't put any plugs on the first aux. On the second aux, (from top to bottom) place a Linear Phase EQ, a Noise Gate, then a Gain plug.
    6. Set the EQ up with a Lopass and a Hipass only, with steep 48dB/oct slopes. Leave the Q at .71.
    7. Set the Noise Gate as follows.
    Threshold & Reduction: -100dB
    Attack, Hold & Release: 0mS
    Hysteresis: -20dB
    Lookahead: 20.000mS
    Sidechain: Bus 11
    8. Open the Gain plug and enable Phase Invert(s). Close the Gain plug.
    Here's what's happening in my example. When the acoustic guitar plays, the gate opens up on the second aux track that has the flipped phase noisy guitar signal. With the EQ bypassed and the aux faders at unity, you'l hear none of the noisy guitars as they will cancel out. In my example, I want to hear more of the body of the acoustic guitar which is about 225 to 1300 Hz so that's what I've set the EQ to pass. So now everything below and above that band won't be canceled. If I drop the fader down on the second aux, then the signal isn't cancelled as much.
    When the acoustic plays, the body of the guitar sound comes through the mix a bit more as I'm attenuating the noisy guitars just in that band and just while the acoustic is playing. So your guitars can keep driving along!
    You have a lot of control as you can tweak the reversed aux's fader for the amount of ducking and tweak the lo and hi pass freq parameters on the EQ to tune the band that gets ducked.

  • Want to make 3d sphere, 3d revolve isn't doing what I want

    So I've got illustrator CC and I'm trying to map a pattern of a golf ball on to a sphere but it isn't doing what I'd like - it's distorting my circles the wrong way. I found a blog post about using a custom plugin, but the plugin looks like it's outdated. Wondering if there is a way to get the desired effect in CC that I'm missing? Here's the post I'm talking about, and I want to make a golf ball similar to the one in the picture. Thanks for any suggestions!
    http://vectorboom.com/load/tutorials/effects/how_to_allocate_flat_objects_on_a_sphere_surf ace_in_adobe_illustrator/3-1-0-431

    Nope.
    Per the terms of service you agreed to-all sales are final.

  • Source Formatting isn't doing what I expect

    I either don't understand how it works, or it isn't working
    as it should.
    When I apply Source Formatting to badly formatted code, I was
    expecting it
    to format the td tags like this:
    text
    <td>
    tag contents
    </td>
    text
    In the tag library editor it says:
    Line Breaks: Before, Inside, After
    Contents: Formatted and Indented
    Case: Lower Case
    After applying source formatting all my td tags get formatted
    like this:
    text
    <td> tag contents</td>
    text
    Or if there are many lines of code between the td's they get
    formatted like
    this:
    text
    <td> tag contents 1
    tag contents2
    tag contents3 </td>
    text
    What am I doing wrong?
    Thanks,
    Kirk

    Randy,
    OK, I see that setting. I wondered why it wouldn't behave. I
    guess it was
    doing what it is supposed to do.
    I guess I have seen odd behavior sometimes in IE rendering
    complex table
    based layouts and have had to go in and remove that space
    because it
    rendered the space in the source code the same way it would
    have rendered a
    <br>.
    I guess it is better to leave the setting to "No Break" but
    dang, that sure
    makes the source code look ugly. I like structured nested
    code, it makes it
    so much easier to troubleshoot.
    Now I don't know what to do.
    A friend of mine used to code crazily commented, extremely
    structured html
    code. (former VAX programmer) He had a program that would
    strip out every
    extra space, and all the comments before he uploaded it. He
    kept two
    versions, almost like a programmer keeps source code and
    delivered code.
    That would be a solution around my problem, but I am too lazy
    to maintain
    source and delivered code.
    Thanks,
    Kirk
    "Randy Edmunds" <[email protected]> wrote in
    message
    news:elhsfc$5r0$[email protected]..
    > Hi Kirk,
    >
    > Go to:
    >
    > Edit > Preferences > Code Format
    >
    > and you'll see a setting called "No break after TD"
    which is on by
    > default. Before you turn this off, please read on.
    >
    > The reason for that setting is because there is a
    browser rendering bug
    > where some browsers (e.g. IE) will render the break in
    the source code as
    > a break in the page. This change was not simply done in
    the Tag Libraries
    > settings to give due warning about this bug.
    >
    > Hope this helps,
    > Randy
    >

  • How do we know that which processing Class doing what functionality ?

    Hi SAP HR Experts .
    Q:-1 How do we know that which processing Class doing what functionality ?
    Like : Processing class 1 , 2 ,... etc .
    Similerly Simulation Class is On (Check Box is Ticked) then what impact we occur ?
    Kind Regards : rajneesh

    Hi Rajneesh,
    The best way to understand the processing class is to go thru each and every class in table T512W_D ( Go to SM30 -> t512w_d ).Here in this table you will have the wagetypes ,just double click on the wagetypes and you will find the screen with processing classes. Just go thru each and every class by f1 . Each class is having its own importance and implication.
    Same with Cumulation class. Go to SM30 -> enter T54C3. Follow the same logic here too, and try to analyse the max thru f1.
    This is how we can understand the logic.
    Regards,
    Sri..

  • Filtering Users in Who Does What Report

    Hello! I'm using a shared resource pool, and we list out every staff member in the company. When I assign specific people from the pool to my project, and run the "Who Does What" report, I end up with people who are not allocated to my project
    (they are part of other projects, but given the timeframe, they end up in the report).
    Is there a way to filter out users so only allocated users will be shown in the report?
    Thanks!

    Assuming you have MSP2010,
    The who does what report uses, or refers to, the Resources - Work filter. You can see this by clicking project, reports, custom, and you will see the complete list of available reports, then select the who does what report and click edit.
    This is the same as for views, tables, filters, groups when you go to more views, more tables, more filters, more groups.
    You get the full list and can edit, copy etc.
    It is best not to change the original filter or report. Better housekeeping is to copy them both, give the copies new, distinctive names such as "AA My Resources - Work 01" and "AA My Who Does What 01". Then you can do what you like to
    these, while the originals are preserved in their original state.

  • How to save slideshow settings so when I press Ctrl-Enter it does what I want?

    How to save slideshow settings so when I press Ctrl-Enter it does what I want?
    eh?
    R

    I tested what you gave me there Rob. On my Mac I have dual monitors:
    -Only blackens/show slideshow on one monitor (the main monitor, if I move LR to my secondary monitory, the slideshow is still on the first, but the second still runs normal, with LR just sitting there).
    -If I disable slide durration I have to manually advance the slides with the right arrow.
    -I don't have "Lightroom" (or with my current settings any) text on the screen.
    -Does not repeat.
    My Windows machine doesn't have dual monitors, but the others work correctly....
    That is, until I thought about this differently. Since we are looking at changing Slideshow settings, I was naturally in the Slideshow module. But then I remembered the whole point of the Impromtu Slideshow was that you can view slideshow playback from any module. Once I returned to Library and clicked Command/Ctrl+Enter, then I saw exactly what you are talking about. Both monitors are blackened, slide duration is ignored, etc.
    You know why? Because the Impromptu Slideshow uses one of the templates when outside of the Slideshow Module. Which one? Well, Default +, of course. How do you change that? Right-click (Command-click) the slideshow template you'd rather use and select "Use for Impromptu Slideshow".

  • My iphone 4 will not charge in the plug or connect to my laptop but my ipod 4th gen does. what could the problem be because the screen to show it needs charging will not come up and it will not restart by holding the home button and lock button. thanks

    my iphone 4 will not charge in the plug or connect to my laptop but my ipod 4th gen does. what could the problem be because the screen to show it needs charging will not come up and it will not restart by holding the home button and lock button. thanks

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    -Griff W

Maybe you are looking for

  • Creative Cloud Update Not working

    My Creative Cloud desktop app keeps telling me an update is available. I have the option to quit or update. When I select update, the window closes and nothing happens. If I check the Windows Task Manager, I can see that "Adobe CEP Service Manager" (

  • Unable to find information on WS data binding error on WLS 9.2.03 startup

    Frustratingly, when I Google for "WS data binding error" I get 'old' links to BEA forum issues which may help but these are nowhere to be seen on the read-only copies now on Oracle forums here :- http://forums.oracle.com/forums/category.jspa?category

  • My Ipod touch wont turn on and screen just flashes black?

    my ipod touch hasnt been working lately. I was at the beach and the battery died but we didnt have any chargers so i waited untill we got home to plug it in. When i did the ipod got really messed up and it would just turn off when i unplugged it. So

  • Attaching a printer to TC?

    Hi i have a wireless home network set up through my internet provider.. a netgear something or other... i have ordered my 2GB Time capsule, due to arrive next week.. id like to attach my printer to the TC but not use its wifi? or should i use the TC'

  • Is JMS based solution is suitable for the following:

    I an new to JMS. Im familiar with its basics (in theory and ran very simple examples). I was wondering if a clients server clients system, exchanging text messages and images is suitable for JMS or should I use a non J2EE component. The system should