Drop problem

Hi all,
I'm trying to drop html contents to Word and OpenOffice. Its works fine with word but not at all with OpenOffice. Is somebody can explain whats happen ?
I also tried to drop using DataFlavor like :
     new DataFlavor("text/html;class=java.lang.String");and i've got the same problem: ok with Word, but nothing with OpenOffice. Is someone know which flavor can be used with OpenOffice ?
The only thing I've got is to drop simple text to OpenOffice, but I need html.
Thanks in advance,
Here is a simple sample using JEditorPane class:
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.BorderFactory;
import javax.swing.JComponent;
import javax.swing.JEditorPane;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.UIManager;
public class DropHtml extends JPanel {
    public DropHtml() {
        super(new BorderLayout());
        add(createArea(), BorderLayout.CENTER);
    private JPanel createArea() {
        String text = "<html><body>Drag this html text to Word or OpenOffice.<br><b>It works with Word, <u>but not with OpenOffice</u>, <b>why ??</b></body></html>";
        JEditorPane area = new JEditorPane();
        area.setContentType("text/html");
        area.setText(text);
        area.setDragEnabled(true);
        JScrollPane scrollPane = new JScrollPane(area);
        scrollPane.setPreferredSize(new Dimension(400,100));
        JPanel panel = new JPanel(new BorderLayout());
        panel.add(scrollPane, BorderLayout.CENTER);
        panel.setBorder(BorderFactory.createTitledBorder("Text Area"));
        return panel;
     * Create the GUI and show it.  For thread safety,
     * this method should be invoked from the
     * event-dispatching thread.
    private static void createAndShowGUI() {
        //Create and set up the window.
        JFrame frame = new JFrame("DropDemo");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        //Create and set up the content pane.
        JComponent newContentPane = new DropHtml();
        newContentPane.setOpaque(true); //content panes must be opaque
        frame.setContentPane(newContentPane);
        //Display the window.
        frame.pack();
        frame.setVisible(true);
    public static void main(String[] args) {
        //Schedule a job for the event-dispatching thread:
        //creating and showing this application's GUI.
        javax.swing.SwingUtilities.invokeLater(new Runnable() {
            public void run() {
                //Turn off metal's use of bold fonts
             UIManager.put("swing.boldMetal", Boolean.FALSE);
                createAndShowGUI();
}

Lucky@78 wrote:
I mean nothing with OpenOffice Writer 3.2 on XP and VistaHuhh.. Now I'm not sure if my OO is hopelessly outdated(1), or whether they just use different numbering systems for Ubuntu Linux and Windows.
1) Which seems odd, given that in the last couple of days I was prompted by the update manager to install around 50 Meg of updates for OO. Actually it prompted me to update a couple of things at the same time, but I think the bulk of it was related to OO.
I just get the text (without any html format) if I use
protected Transferable createTransferable(JComponent c){
return new StringSelection("Just simple text");
OK... I would actually expect you to get plain text in that case But why mention that now, given your original code would be what is more likely to work?
But I need to drop html contents, and I dont understand why it doesnt works.
If you drag a part of html page from some browser in OO, you get the html formatting !(shrugs) I'm out of ideas but, like I said, it works OK here for your original code & dropping to Writer.

Similar Messages

  • Drag and drop problem on Lion... doesn't work

    Hi,
    I have had a drag and drop problem since I installed Lion on my computer.  I grab a file and by the time i try to drop it on a folder it is not released.  This happens in all programs and it is really annoying,  finder, iphoto, mail, you name it.
    I've tried repairing disk permissions directly from lion and then from the repair disk partition and it has been no good.
    Any ideas???
    I have a MBP 15 in, 2.8 ghz intel core 2 duo.  4 gb ram.
    And hey, since i installed lion computer is soooooooooooo slow, any tips will be highly appreciated.

    drag and drop doesnt work at all, no matter what i try to do it doesnt work.
    on desktop i grab a file and then try to drop it on a folder and doesnt drop.
    on mail i grab an e-mail and try to place it on a folder and it doesnt drop.
    i movie i select some photos, try to drag them to the project area and they dont drop i have to copy/paste in order to transfer them.
    itunes i grab a file from my music library and try to drop it to a playlist and it doesnt drop
    it is really really annoying.
    any ideas????

  • Drag and drop problem from wizard inside another drop

    I am using JDK 1.5.0_11 Swing.
    I am facing a Drag and Drop problem which is described below:
    A drag and drop operation invokes a wizard, from which another wizard is invoked. Within one of the panels of this 2nd wizard, I am trying to do a drag and drop from a JTextarea to a JTree node, but am NOT able to. I am not getting any exceptions. I have written a transfer handler for the JTree node to handle the text transfers from a JTextArea. When I try to do a drag and drop from a JTree node to another JTree node I'm getting the 'InvalidDNDOperation: drag and drop in progress' exception.
    When the 2nd wizard is invoked directly, I am able to do the drag and drop from JTextArea to a JTree node and also from a JTree node to another JTree node.
    I tried spawning a new thread for the 2nd wizard, but am still unable to initiate drag and drop.
    Should I be spawning a new thread for the 1st wizard?
    Message was edited by:
    sbandyop

    Please post Swing questions in the Swing forum: http://forum.java.sun.com/forum.jspa?forumID=57

  • I am facing call drop problem (incoming

    I am facing call drop problem in my I phone 5 since morning today, Outgoing & incoming both.
    However i switched off the handset & also pull out SIM from the Handset, again insert & reset the functions but it's stilll not working.
    Please help.

    Hi there Kuldeep Mishra,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: Troubleshooting issues making or receiving calls
    https://support.apple.com/kb/TS3406
    -Griff W. 

  • DWCS3 Float Drop Problem?

    My site passed the Browser compatibility check in DWCS3, however, after launching site online and viewing it on a IE6 PC computer, the home page does not display correctly: the center section drops down. I checked for a potential float drop problem by adding up my widths including margins and padding: Sidebar left is 170 px, main content area is 370 px (this is the area that drops), sidebar right is 180 px = 720 px. The container is 780 width so I don't understand why the center doesn't fit but drops down because there seems to be 60 px left in the overall width to provide plenty of room. The main content area doesn't have a width specified, just a left and right margins (left set at 170 and right set at 180). I didn't try a conditional comment because I am not that familiar with coding. Any suggestions would be helpful. Also, don't understand why this wasn't flagged in the DWCS3 Browser compatibility check when it scanned for IE6. The address is http://www.eastontroop66.org and it's the home page. Thank you!

    My site passed the Browser compatibility check in DWCS3, however, after launching site online and viewing it on a IE6 PC computer, the home page does not display correctly: the center section drops down. I checked for a potential float drop problem by adding up my widths including margins and padding: Sidebar left is 170 px, main content area is 370 px (this is the area that drops), sidebar right is 180 px = 720 px. The container is 780 width so I don't understand why the center doesn't fit but drops down because there seems to be 60 px left in the overall width to provide plenty of room. The main content area doesn't have a width specified, just a left and right margins (left set at 170 and right set at 180). I didn't try a conditional comment because I am not that familiar with coding. Any suggestions would be helpful. Also, don't understand why this wasn't flagged in the DWCS3 Browser compatibility check when it scanned for IE6. The address is http://www.eastontroop66.org and it's the home page. Thank you!

  • Pls Help! Drag and Drop problem, identical symbols acting differently - same code! WHY?

    In the attached file, I have a series of symbols that have a drag and drop command to change colour at different sections of a bullseye, and that are also text editable (html).
    However, some of the symbols get stuck and will not be moved after moving once or at all, and some get stuck once their text has been edited.
    I have poured over the code and it appears to be the same for each symbol - can anyone explain as to why this is happening?
    I also cannot now edit the text properly on the ipad (it is really fiddly to change between different symbols to edit their text -- is there maybe a better way to do this? A button to change between symbols to then edit their text, can you help with this too?)
    THANK YOU SO MUCH!!!
    File here:
    https://www.dropbox.com/s/g71gnfichjgyehn/NEW%20RISK%20RADAR.zip

    Hi, I think I undertsand what you mean now, so the code is as below, btu I am not sure what a handler is? but some of my risks still get stuck once the text has been changed on them:
    // Use for loop for attr
    // deleted  yepnope since you load with scropt loading
    // added pos for each symbol so we can replace them there.
    document.ontouchmove = function(e) {
            e.preventDefault();
    var risk = ;
    var Pos = [
    {'x':-9,'y':806},
    {'x':27,'y':854},
    {'x':72,'y':894},
    {'x':71,'y':934},
    {'x':231,'y':811},
    {'x':231,'y':853},
    {'x':231,'y':894},
    {'x':231,'y':934},
    {'x':388,'y':811},
    {'x':388,'y':852},
    {'x':388,'y':893},
    {'x':388,'y':934},
    {'x':543,'y':811},
    {'x':543,'y':853},
    {'x':543,'y':893},
    {'x':543,'y':934}
    var myText = ; 
    for (i=0;i<risk.length;i++){
    sym.getSymbol(risk[i]).$(risk[i]).attr("contenteditable",true);
    sym.$('Quadrant_text').attr("contenteditable",true);
    sym.$('Quadrant1_text').attr("contenteditable",true);
    sym.$('Quadrant2_text').attr("contenteditable",true);
    sym.$('Quadrant3_text').attr("contenteditable",true);
    // apply the draggable JQuery UI plugin to the MyDraggableSymbol symbol on your stage
    sym.$('Risk1').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk1").stop("Initial");
      sym.setVariable("symName","Risk1");
    //adding for risk3_orange similarly add for other symbols
    sym.$('Risk1').draggable();
    sym.getSymbol('Risk1').$("Risk1").bind('click tap',function(ev) {
         sym.$('Risk1').draggable('disable');
    }).unbind('dblclick tap',function(ev) {
         sym.$('Risk1').draggable('enable');
    sym.$('Risk2').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk2").stop("Initial");
      sym.setVariable("symName","Risk2");
    //adding for Risk2 similarly add for other symbols
    sym.$('Risk2').draggable();
    sym.getSymbol('Risk2').$("Risk2").bind('click tap',function(ev) {
         sym.$('Risk2').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk2').draggable('enable');
    sym.$('Risk3').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk3").stop("Initial");
      sym.setVariable("symName","Risk3");
    //adding for Risk3 similarly add for other symbols
    sym.$('Risk3').draggable();
    sym.getSymbol('Risk3').$("Risk3").bind('click tap',function(ev) {
         sym.$('Risk3').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk3').draggable('enable');
    sym.$('Risk4').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk4").stop("Initial");
      sym.setVariable("symName","Risk4");
    //adding for Risk4 similarly add for other symbols
    sym.$('Risk4').draggable();
    sym.getSymbol('Risk4').$("Risk4").bind('click tap',function(ev) {
         sym.$('Risk4').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk4').draggable('enable');
    sym.$('Risk5').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk5").stop("Initial");
      sym.setVariable("symName","Risk5");
    //adding for Risk5 similarly add for other symbols
    sym.$('Risk5').draggable();
    sym.getSymbol('Risk5').$("Risk5").bind('click tap',function(ev) {
         sym.$('Risk5').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk5').draggable('enable');
    sym.$('Risk6').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk6").stop("Initial");
      sym.setVariable("symName","Risk6");
    //adding for Risk6 similarly add for other symbols
    sym.$('Risk6').draggable();
    sym.getSymbol('Risk6').$("Risk6").bind('click tap',function(ev) {
         sym.$('Risk6').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk6').draggable('enable');
    sym.$('Risk7').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk7").stop("Initial");
      sym.setVariable("symName","Risk7");
    //adding for Risk7 similarly add for other symbols
    sym.$('Risk7').draggable();
    sym.getSymbol('Risk7').$("Risk7").bind('click tap',function(ev) {
         sym.$('Risk7').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk7').draggable('enable');
    sym.$('Risk8').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk8").stop("Initial");
      sym.setVariable("symName","Risk8");
    //adding for Risk8 similarly add for other symbols
    sym.$('Risk8').draggable();
    sym.getSymbol('Risk8').$("Risk8").bind('click tap',function(ev) {
         sym.$('Risk8').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk8').draggable('enable');
    sym.$('Risk9').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk9").stop("Initial");
      sym.setVariable("symName","Risk9");
    //adding for Risk9 similarly add for other symbols
    sym.$('Risk9').draggable();
    sym.getSymbol('Risk9').$("Risk9").bind('click tap',function(ev) {
         sym.$('Risk9').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk9').draggable('enable');
    sym.$('Risk10').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk10").stop("Initial");
      sym.setVariable("symName","Risk10");
    //adding for Risk10 similarly add for other symbols
    sym.$('Risk10').draggable();
    sym.getSymbol('Risk10').$("Risk10").bind('click tap',function(ev) {
         sym.$('Risk10').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk10').draggable('enable');
    sym.$('Risk11').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk11").stop("Initial");
      sym.setVariable("symName","Risk11");
    //adding for Risk11 similarly add for other symbols
    sym.$('Risk11').draggable();
    sym.getSymbol('Risk11').$("Risk11").bind('click tap',function(ev) {
         sym.$('Risk11').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk11').draggable('enable');
    sym.$('Risk12').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk12").stop("Initial");
      sym.setVariable("symName","Risk12");
    //adding for Risk12 similarly add for other symbols
    sym.$('Risk12').draggable();
    sym.getSymbol('Risk12').$("Risk12").bind('click tap',function(ev) {
         sym.$('Risk12').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk12').draggable('enable');
    sym.$('Risk13').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk13").stop("Initial");
      sym.setVariable("symName","Risk13");
    //adding for Risk13 similarly add for other symbols
    sym.$('Risk13').draggable();
    sym.getSymbol('Risk13').$("Risk13").bind('click tap',function(ev) {
         sym.$('Risk13').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk13').draggable('enable');
    sym.$('Risk14').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk14").stop("Initial");
      sym.setVariable("symName","Risk14");
    //adding for Risk14 similarly add for other symbols
    sym.$('Risk14').draggable();
    sym.getSymbol('Risk14').$("Risk14").bind('click tap',function(ev) {
         sym.$('Risk14').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk14').draggable('enable');
    sym.$('Risk15').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk15").stop("Initial");
      sym.setVariable("symName","Risk15");
    //adding for Risk15 similarly add for other symbols
    sym.$('Risk15').draggable();
    sym.getSymbol('Risk15').$("Risk15").bind('click tap',function(ev) {
         sym.$('Risk15').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk15').draggable('enable');
    sym.$('Risk16').draggable(,
    drag: function(e,ui)
      sym.getSymbol("Risk16").stop("Initial");
      sym.setVariable("symName","Risk16");
    //adding for Risk16 similarly add for other symbols
    sym.$('Risk16').draggable();
    sym.getSymbol('Risk16').$("Risk16").bind('click tap',function(ev) {
         sym.$('Risk16').draggable('disable');
    }).bind('dblclick tap',function(ev) {
         sym.$('Risk16').draggable('enable');
    sym.getSymbol("Drop").$('Outer').droppable(
    sym.getSymbol("Drop").$('Middle').droppable(
    sym.getSymbol("Drop").$('Target').droppable(
    sym.$('resetBtn').click(function(){
      sym.$('Quadrant_text').html('Quadrant');
      sym.$('Quadrant1_text').html('Quadrant');
      sym.$('Quadrant2_text').html('Quadrant');
      sym.$('Quadrant3_text').html('Quadrant');
    for (i=0;i<risk.length;i++){
      sym.$(risk[i]).css({"left":Pos[i].x,"top":Pos[i].y,"position":"absolute"})
      sym.getSymbol(risk[i]).stop(0);
      sym.getSymbol(risk[i]).$(risk[i]).html("Challenge");
    But is still doesn't work,
    Subject: Re:  Pls Help! Drag and Drop problem, identical symbols acting differently - same code! WHY?

  • Has any one found a fix for the iOS 5 WI FI dropping problem?

    I own an iPhone 4 and when I upgraded to iOS 5.1.1 it began dropping the WI FI connection randomly, usually after only a few minutes of inactivity.  The only solution is to re-start my router and it works fine for a while then drops the connection.  I am certain the problem is not with the iPhone hardware.  It must be a bug in iOS 5.1.1.
    I have been an apple user since the beginning and I have owned just about every model of Mac, I hope Apple will address this issue soon, as I can not imagine any way end users can fix the problem.  For the record;  my iPhone is factory fresh and not hacked in any way.
    Thank you in advance for any assistance...

    I'm not aware of any wifi drop problem, which leads me to believe that your router is the problem (or your wifi carrier).  Have you had problems using wifi at a public location, like a coffee shop or any store that provides free wifi?

  • 10.5.2 failed to fix wireless connection dropping problem

    10.5.2 did not fix wireless connection dropping problem. I lose wireless connection whenever my MBP restarts or wake up from sleep in the building where I am and have to retype password about 10 times a day. I had not had this problem when I used Tiger. Everyone who has upgraded to Leopard or has it installed on their Mac is experiencing the same problem. Is there any solution or trick to resolve this problem? Thank you.
    Message was edited by: FrenchQuarter
    Message was edited by: FrenchQuarter

    Amularya,
    Please read the post I made in this thread earlier. No less than a dozen solutions are offered in the link I provided for wireless issues. Troubleshooting wireless issues requires individual attention because of the plethora of issues which can't be tested for. So please start a new topic thread here:
    http://discussions.apple.com/forum.jspa?forumID=1225&start=0
    So you can get a wider audience, and won't confuse the original poster with solutions that don't apply to them.
    There literally hundreds of different WiFi adapters.
    Dozens of different virus and firewall combinations.
    Possibilities for damaged WiFi cards and routers, as well as routers whose firmware is not to spec with the latest wireless standard.
    To top it off, bad RAM, hard disk being too full, and bad preference, cache or or logfiles can make various aspects of the operating system misbehave, and/or even the directory leading to those files.
    Until each person starts their own thread looking for solution individually, chances are they won't find one. Yes, 10.5.2 addresses WiFi for some people. Obviously it doesn't for everyone. The point is, there are some people, like myself who have never had a WiFi issue either with Intel or PowerPC Macs that they couldn't resolve without a little bit of troubleshooting. I'm happy to help you walk through it, but only if you start your own thread asking for help.

  • [svn] 3336: Fix an AIR drag and drop problem.

    Revision: 3336
    Author: [email protected]
    Date: 2008-09-24 12:24:27 -0700 (Wed, 24 Sep 2008)
    Log Message:
    Fix an AIR drag and drop problem.
    QE: YES
    Doc:
    Checkintests: Yes
    Reviewer: pfarland
    Bugs: SDK-17006
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17006
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/managers/NativeDragManage rImpl.as

    Update 2, if it can help someone:
    Finally I don't manage the drag and drop by myself using
    DragManager.doDrag(...). Why? Because doing so if the user clicks
    on the scrollbars, on the datagrid header or on an empty row, it
    triggers the drag start and that is ugly. By letting Flex managing
    the drag and drop process, this doesn't append. BUT I was unable to
    use a custom proxy image then. Until I found this article:
    http://www.dgrigg.com/post.cfm/11/03/2006/DataGrid-Drag-Image
    The trick is:
    1) save the mouseX and mouseY using the mousedown event.
    2) override dragImage(), as the article says, to create your
    custom proxy, attaching to it a FlexEvent.UPDATE_COMPLETE event,
    saving it to a class variable and returning it.
    3) When you receive the FlexEvent.UPDATE_COMPLETE event, you
    update the proxy position (that is saved in a class variable) using
    the saved mouseX and mouseY and you remove the listener to the
    event:
    When you drop the proxy, you access the dragged items in :
    event.dragSource.dataForFormat("items")
    Hope this helps, I spent lot of time trying to resolve this
    issue! Now it works perfectly! :-)

  • ASHA 210 SIGNAL DROP problem

    I purchased a nokia asha 210 but am experiencing signal drop problems. I lose signal bars very very frequent;y. I would be glad if some one can direct me in resolving this issue.
    Shivam

    To rule out the phone,how old is your sim card,if its older than one year i suggest you change it.If you try your sim in another phone and the same issue occurs its your sim card.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Signal drop problem in Asha311 network mode is kep...

    Hi All,
    I just purchased new Asha 311. i just noticed one strange thing. If phone network mode is kept on "Dual mode" 
    I am facing signal drop problem after every incoming or outgoing call ( same the case with SMS ).  when we keep network mode in "GSM" mode  there is no problem at all. 
    is anybody facing that problem. 
    guys please suggest what should i do ? . is it a problem in cell phone.
    Regards,
    amit kushwaha
    Solved!
    Go to Solution.

    When you select the dual mode the device will try to find the 3G connection. If the strength of 3G is adequate it will connect and when the strength falls it switches to GSM. Now if you are in an area where 3G is available but the signal strength is not that good, it will constantly switch between 3G & GSM. That leads to problem. Keeping phone in GSM mode forces it to stay that way & ensures constant connection. If you have 3G activated, then you can force the device to stay on 3G by selecting that mode. Please note that the coverage area of GSM in some places is more than 3G so you may get no signal on 3G but it may be present in GSM mode.
    Please mark the post as solution if it solves your problem.
    Current Device - Nokia Lumia 1020/920

  • **Fixed** WRT54GS V6 - Intenet drops problem/router stoped responding

    The important parts:
    Windows XP SP2
    WRT54GS V6
    Motarola Cable router.
    So after 3 days on the phone with Tech Support and 2 senior advisor's, they officialy gave up... or they say they will get back to me
    Heres the problem:
    Everything was working fine until one day one day the internet connection on my WRT54G v2 decided to stop working, after trying everything i could, and connecting directly to the modem, i concluded it must be the router, and after owning it for 3 years, went out to by a new one, WRT54GS.
    Take it home, open it up, same problems... Internet works for about 30 seconds, then drops again for good. I can restart/reset the router, again it will last for about 30 seconds then drop again. The router itself after these 30 seconds cannot be pinged or connected too.
    Tech support says to return it and get a new one, maybe it was defected....i did, now router #3 same problem, keep in mind that the network still works, just the internet dosnt. I upgraded the firmware with tech support on the phone, tried just about every troubleshooting technique they could possibly try,(Power cycle, pinging, renewing, upgrading firmware, changing ip, changing to half duplex...)you name it iv tried it and still no internet, btw, im connected via wire to the router, wireless experiance same problems with other computers.
    So im kinda hopeing someone had same problem? Any idea's will help. please god! Thank youMessage Edited by helfandeli on 01-18-200712:02 AM

    Try resetting the router to factory defaults, using the procedure below.  Hopefully this will get you access to the router so you can update your router settings.
    1)  Power down all computers, the router, and the modem, and unplug them from the wall.
    2)  Disconnect all wires from the router.
    3)  Power up the router and allow it to fully boot (1-2 minutes).
    4)  Press and hold the reset button for 30 seconds, then release it, then let the router reset and reboot (2-3 minutes).
    5)  Power down the router.
    6)  Connect one computer by wire to port 1 on the router (NOT to the internet port).
    7)  Power up the router and allow it to fully boot (1-2 minutes).
    8)  Power up the computer (if the computer has a wireless card, make sure it is off).
    9)  Try to ping the router.  To do this, click the "Start" button, click on "Run".  In the box that is labeled "Open:", enter the following:  "ping 192.168.1.1"  (no quotes).  A black box will appear.  You will see 3 or 4 lines that start either with "Reply from ... " or "Request timed out."   If you see "Reply from ...", your computer has found your router.
    10)  Open your browser and point it to 192.168.1.1.  This will take you to your router's login page.  Leave the user name blank, then in the password field, enter "admin"  (with no quotes).  This will take you to your router setup page.  Note the version number of your firmware (usually listed near upper right corner of screen).  Exit your browser.
    If you get this far without problems, try the setup disk, and see if you can get your router set up and working.  When you get to the password prompt in setup, be sure to leave the user name blank.
    If you have a problem, note the exact error message and the status of the lights on the router, and report back.
    Hope this helps.

  • Need help with IE6 box drop problem DW CS4

    Having a problem with this page: http://www.recoverings.com/tarzan.html in IE6. Maincontent drops below the sidebar menu. Looks fine in FF, Safari, IE7.
    All other pages work well. I assume that this has something to do with the width of the .wrapnail and .thumbnail divs, but reducing the margins doesn't seem to help and the images start to get too close together. What am I missing here?
    Can someone help me solve this?
    I would also appreciate any suggestions on cleaning up my CSS. Seems like I have an awful lot of stuff in there. Maybe it's okay but could it be cleaner?
    Thanks for your help,
    Phil

    IE bug Float Drop is fairly common.  Make sure your page wrapper division is wider than the combined width of left sidebar + main content + left & right borders if any.  If that doesn't help, add an overflow: hidden rule to your floated container and make sure you have cleared both floats.
    More about float drop and the expanding box problem can be found here:
    http://www.positioniseverything.net/explorer/expandingboxbug.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Drag & Drop Problem

    Hi,
    I've got a drag and drop pyramid and the aim is to drop words
    in to the correct section of the pyramid. The problem is if the
    target area for one of the drag objects is the bottom section, then
    you cannot have another drag object to go to that section. anyone
    know a way around this, or how to use the same taget for more than
    one object.
    thanks

    Hi,
    I've got a drag and drop pyramid and the aim is to drop words
    in to the correct section of the pyramid. The problem is if the
    target area for one of the drag objects is the bottom section, then
    you cannot have another drag object to go to that section. anyone
    know a way around this, or how to use the same taget for more than
    one object.
    thanks

  • DSL line drop problems

    I've had BT Broadband for about 2yrs with no problems,  then from the end of January I've had repeated line drops. 
    The HH recovers sometimes straight away, sometimes after 2 to 5 drops in quick succession.  each time the line speed is good but the connection only lasts a day or so.
    I logged a fault and had a engineer check the line - no fault found
    I logged another fault and got the HH3 swapped for a HH4
    I'm connected the HH to the test socket
    I've replaced the filter
    I've run it with no phone
    And still after 6 weeks the same problem is there.  My conclusion is that it's somewhere upstream in the exchange as Ican't see what else I can do.
    Any suggestions appreciated
    13:55:01, 11 Mar.
    (169500.110000) WAN operating mode is DSL
    13:55:01, 11 Mar.
    (169500.110000) Last WAN operating mode was DSL
    13:55:01, 11 Mar.
    (169500.070000) PPPoA is up -​ VPI: 0, VCI:38
    13:55:00, 11 Mar.
    (169499.160000) PPP IPCP Receive Configuration ACK
    13:55:00, 11 Mar.
    (169499.140000) PPP IPCP Send Configuration Request
    13:55:00, 11 Mar.
    (169499.140000) PPP IPCP Receive Configuration NAK
    13:55:00, 11 Mar.
    (169499.120000) PPP IPCP Send Configuration ACK
    13:55:00, 11 Mar.
    (169499.120000) PPP IPCP Receive Configuration Request
    13:55:00, 11 Mar.
    (169499.120000) PPP IPCP Send Configuration Request
    13:55:00, 11 Mar.
    (169499.120000) CHAP authentication successful
    13:55:00, 11 Mar.
    (169498.950000) CHAP Receive Challenge
    13:55:00, 11 Mar.
    (169498.950000) Starting CHAP authentication with peer
    13:55:00, 11 Mar.
    (169498.950000) PPP LCP Receive Configuration ACK
    13:55:00, 11 Mar.
    (169498.930000) PPP LCP Send Configuration Request
    13:55:00, 11 Mar.
    (169498.930000) PPP LCP Receive Configuration Reject
    13:55:00, 11 Mar.
    (169498.930000) PPP LCP Send Configuration ACK
    13:55:00, 11 Mar.
    (169498.930000) PPP LCP Receive Configuration Request
    13:55:00, 11 Mar.
    (169498.870000) PPP LCP Send Configuration Request
    13:54:58, 11 Mar.
    (169496.840000) ETHoA is up -​ VPI: 0, VCI:35
    13:54:58, 11 Mar.
    (169496.840000) DSL is up
    13:54:56, 11 Mar.
    (169495.160000) DSL noise margin: 13.70 dB upstream, 6.10 dB downstream
    13:54:55, 11 Mar.
    (169494.150000) DSL line rate: 888 Kbps upstream, 14336 Kbps downstream
    13:54:07, 11 Mar.
    (169446.310000) DSL is down after 1 minutes uptime
    13:54:07, 11 Mar.
    (169446.310000) ETHoA is down after 1 minutes uptime
    13:54:07, 11 Mar.
    (169445.980000) PPPoA is down after 1 minutes uptime [Waiting for Underlying Connection (WAN DSL -​ Up)]
    13:54:03, 11 Mar.
    (169441.910000) PPP LCP Send Termination Request [User request]
    13:52:37, 11 Mar.
    (169356.700000) WAN operating mode is DSL
    13:52:37, 11 Mar.
    (169356.700000) Last WAN operating mode was DSL
    13:52:37, 11 Mar.
    (169356.660000) PPPoA is upPPPoA is up -​ VPI: 0, VCI:38
    13:52:37, 11 Mar.
    (169355.770000) PPP IPCP Receive Configuration ACK
    13:52:37, 11 Mar.
    (169355.740000) PPP IPCP Send Configuration Request
    13:52:37, 11 Mar.
    (169355.740000) PPP IPCP Receive Configuration NAK
    13:52:37, 11 Mar.
    (169355.720000) PPP IPCP Send Configuration ACK
    13:52:37, 11 Mar.
    (169355.720000) PPP IPCP Receive Configuration Request
    13:52:37, 11 Mar.
    (169355.720000) PPP IPCP Send Configuration Request
    13:52:37, 11 Mar.
    (169355.720000) CHAP authentication successful
    13:52:36, 11 Mar.
    (169355.570000) CHAP Receive Challenge
    13:52:36, 11 Mar.
    (169355.570000) Starting CHAP authentication with peer
    13:52:36, 11 Mar.
    (169355.570000) PPP LCP Receive Configuration ACK
    13:52:36, 11 Mar.
    (169355.550000) PPP LCP Send Configuration Request
    13:52:36, 11 Mar.
    (169355.540000) PPP LCP Receive Configuration Reject
    13:52:36, 11 Mar.
    (169355.540000) PPP LCP Send Configuration ACK
    13:52:36, 11 Mar.
    (169355.540000) PPP LCP Receive Configuration Request
    13:52:36, 11 Mar.
    (169355.470000) PPP LCP Send Configuration Request
    13:52:34, 11 Mar.
    (169353.360000) ETHoA is up -​ VPI: 0, VCI:35
    13:52:34, 11 Mar.
    (169353.360000) DSL is up
    13:52:33, 11 Mar.
    (169351.720000) DSL noise margin: 6.00 dB upstream, 5.00 dB downstream
    13:52:30, 11 Mar.
    (169349.620000) DSL line rate: 552 Kbps upstream, 12886 Kbps downstream
    13:51:43, 11 Mar.
    (169302.060000) DSL is down after 2 minutes uptime
    13:51:43, 11 Mar.
    (169302.060000) ETHoA is down after 2 minutes uptime
    13:51:43, 11 Mar.
    (169301.730000) PPPoA is down after 2 minutes uptime [Waiting for Underlying Connection (WAN DSL -​ Up)]
    13:51:39, 11 Mar.
    (169297.710000) PPP LCP Send Termination Request [User request]
    13:49:19, 11 Mar.
    (169158.430000) WAN operating mode is DSL
    13:49:19, 11 Mar.
    (169158.430000) Last WAN operating mode was DSL

    The noise margin does seem to change quite a bit between bounces but around 12db upstream seems to be where it has a chance of being stable for a while.
    07:48:31, 13 Mar.
    (320308.370000) DSL noise margin: 11.80 dB upstream, 6.10 dB downstream
    07:48:31, 13 Mar.
    (320307.460000) DSL line rate: 888 Kbps upstream, 14336 Kbps downstream
    07:47:38, 13 Mar.
    (320255.080000) DSL is down after 0 minutes uptime
    07:47:38, 13 Mar.
    (320255.080000) ETHoA is down after 0 minutes uptime
    07:47:37, 13 Mar.
    (320254.170000) ETHoA is up -​ VPI: 0, VCI:35
    07:47:37, 13 Mar.
    (320254.170000) DSL is up
    07:47:36, 13 Mar.
    (320252.570000) DSL noise margin: 6.00 dB upstream, 4.20 dB downstream
    07:47:32, 13 Mar.
    (320249.160000) DSL line rate: 472 Kbps upstream, 12050 Kbps downstream
    07:46:44, 13 Mar.
    (320200.930000) DSL is down after 2511 minutes uptime
    07:46:44, 13 Mar.
    (320200.930000) ETHoA is down after 2511 minutes uptime
    07:46:44, 13 Mar.
    (320200.580000) PPPoA is down after 2511 minutes uptime [Waiting for Underlying Connection (WAN DSL -​ Up)]
    07:46:40, 13 Mar.
    (320196.570000) PPP LCP Send Termination Request [User request]
    13:55:01, 11 Mar.
    (169500.110000) WAN operating mode is DS
    and
    08:12:11, 13 Mar.
    (321727.820000) DSL is up
    08:12:09, 13 Mar.
    (321726.180000) DSL noise margin: 12.30 dB upstream, 6.10 dB downstream
    08:12:08, 13 Mar.
    (321725.060000) DSL line rate: 888 Kbps upstream, 14336 Kbps downstream
    08:11:16, 13 Mar.
    (321672.920000) DSL is down after 0 minutes uptime
    08:11:16, 13 Mar.
    (321672.920000) ETHoA is down after 0 minutes uptime
    08:11:15, 13 Mar.
    (321672.010000) ETHoA is up -​ VPI: 0, VCI:35
    08:11:15, 13 Mar.
    (321672.000000) DSL is up
    08:11:14, 13 Mar.
    (321670.390000) DSL noise margin: 0.00 dB upstream, 0.00 dB downstream
    08:11:13, 13 Mar.
    (321670.380000) DSL line rate: 0 Kbps upstream, 5335 Kbps downstream
    08:10:22, 13 Mar.
    (321618.960000) DSL is down after 21 minutes uptime
    08:10:22, 13 Mar.
    (321618.960000) ETHoA is down after 21 minutes uptime
    08:10:22, 13 Mar.
    (321618.620000) PPPoA is down after 21 minutes uptime [Waiting for Underlying Connection (WAN DSL -​ Up)]
    08:10:18, 13 Mar.
    (321614.610000) PPP LCP Send Termination Request [User request

  • Disabling IPv6 seems to solve AEBS connection drop problem

    As I posted earlier, I have had (like many others) a lot of problem with my Aiport ExtremeN base station. Connection was dropping every 20 minutes or so, for ethernet as well as Airport. I know it's not my DSL connection, I have used a NetGear WRT300N with no issue whatsoever in over a year.
    I was really frustrated with the 180€ spent on the AEBS and about to try downgrading to earlier 7.1.1 firmware when I tried to switch the default IPv6 setting ("Tunnel") to "Local link only" (sorry if the translation is not accurate, my Airport Utility is in french).
    3 days now with not a single connection dropout or AEBS reboot !
    Can't explain why that is, but it works for me with the 7.2.1 firmware and Mac OS X 10.4.10 with last updates.
    I thought I'd share and see if anyone has had the same experience (or can explain why !).

    Glad I could help
    I thought this was worth having a topic not buried into the forums.
    Funny, now that I have found this, the Google search for "IPv6 AEBS" gives quite instructing results raising security issues :
    http://arstechnica.com/journals/apple.ars/2007/2/14/7063
    http://www.karppinen.fi/2007/04/17/turning-a-feature-into-a-flaw/
    {quote}If you don't block incoming IPv6 sessions, you can actually connect to a Mac sitting behind the Airport Extreme from the outside, using SSH or FTP over IPv6, assuming those services are enabled. Long story short, you've lost your first line of defense on your home network for IPv6-enabled servers on your Macs.{quote}
    Now I am warned about it !

Maybe you are looking for