Thread: Clickable Links in Chatbox(Sent from server)[non]

Page 7 of 11 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 102
  1. #61  
    Registered Member
    wowfreakjoking's Avatar
    Join Date
    Sep 2007
    Posts
    319
    Thanks given
    0
    Thanks received
    0
    Rep Power
    226
    Quote Originally Posted by EuroscapeLTD View Post
    Hey, im a bit noob, Whats Wron with this?
    replace
    Code:
    class30_sub2_sub1_sub4.method389(false, 4, 0, aString
    ay944[k] + " @[email protected]" + s1, i1);
    with
    Code:
    class30_sub2_sub1_sub4.method389(false, false, 4, 0, aString
    ay944[k] + " @[email protected]" + s1, i1);
    and declare this
    Code:
     public void launchURL(String s)
        {
            String s1 = System.getProperty("os.name");
            try
            {
                
                if(s1.startsWith("Windows"))
                {
                    Runtime.getRuntime().exec((new StringBuilder()).append("rundll32 url.dll,FileProtocolHandler ").append(s).toString());
                } else
                {
                    String as[] = {
                        "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape"
                    };
                    String s2 = null;
                    for(int i = 0; i < as.length && s2 == null; i++)
                        if(Runtime.getRuntime().exec(new String[] {
        "which", as[i]
    }).waitFor() == 0)
                            s2 = as[i];
    
                    if(s2 == null)
                        throw new Exception("Could not find web browser");
                    Runtime.getRuntime().exec(new String[] {
                        s2, s
                    });
                }
            }
            catch(Exception exception)
            {
                System.out.println("An error occured while trying to open the web browser!\n");
            }
        }
    Did you know?
    - I hate trivia.
    Reply With Quote  
     

  2. #62  
    Banned

    Join Date
    Jul 2009
    Posts
    4,003
    Thanks given
    1,003
    Thanks received
    1,029
    Rep Power
    0
    I guess i added it ,, got no errors ,, So what i do to make the Link Clickable ? :O
    Reply With Quote  
     

  3. #63  
    Registered Member
    Echo`'s Avatar
    Join Date
    Jan 2009
    Age
    24
    Posts
    749
    Thanks given
    51
    Thanks received
    42
    Rep Power
    429
    Hey i have a problem. When i add it in the link works and stuff but under there's a duplicate of the link how do i stop this happening?

    -Josh
    Reply With Quote  
     

  4. #64  
    Registered Member
    Rainaka's Avatar
    Join Date
    Nov 2008
    Age
    26
    Posts
    1,391
    Thanks given
    273
    Thanks received
    89
    Rep Power
    870
    For anyone else, do you have to go up two lines to see the clickable link? If so, any fix for that?

    [Only registered and activated users can see links. ]



    Reply With Quote  
     

  5. #65  
    RsBeeHive
    Guest
    Thanks for this, rep++
    Reply With Quote  
     

  6. #66  
    Registered Member
    wowfreakjoking's Avatar
    Join Date
    Sep 2007
    Posts
    319
    Thanks given
    0
    Thanks received
    0
    Rep Power
    226
    Quote Originally Posted by Rainaka View Post
    For anyone else, do you have to go up two lines to see the clickable link? If so, any fix for that?
    Why would it be up 2 lines? Lol? It just sends a new message using the pushmessage method

    Thanks
    Did you know?
    - I hate trivia.
    Reply With Quote  
     

  7. #67  
    Registered Member
    Grey's Avatar
    Join Date
    May 2007
    Posts
    634
    Thanks given
    0
    Thanks received
    23
    Rep Power
    433
    ...?

    [Only registered and activated users can see links. ]
    Working on The Rebirth.
    Reply With Quote  
     

  8. #68  
    Registered Member

    Join Date
    Mar 2009
    Age
    28
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    dont got acept challenge HELP?
    Reply With Quote  
     

  9. #69  
    Уважение и любовь Market Banned Market Banned

    R0cky 0wnz's Avatar
    Join Date
    Mar 2008
    Age
    28
    Posts
    2,569
    Thanks given
    642
    Thanks received
    511
    Rep Power
    1716
    Any ideas how to make this working for quest tab/
    SELLING CREATIVESCAPE 2012 SOURCE

    [Only registered and activated users can see links. ]

    Snippets
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #70  
    Уважение и любовь Market Banned Market Banned

    R0cky 0wnz's Avatar
    Join Date
    Mar 2008
    Age
    28
    Posts
    2,569
    Thanks given
    642
    Thanks received
    511
    Rep Power
    1716
    Quote Originally Posted by R0cky 0wnz View Post
    Any ideas how to make this working for quest tab/
    this
    SELLING CREATIVESCAPE 2012 SOURCE

    [Only registered and activated users can see links. ]

    Snippets
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 7 of 11 FirstFirst ... 56789 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •