Thread: HTML/JAVASCRIPT to work in-game

Results 1 to 9 of 9
  1. #1 HTML/JAVASCRIPT to work in-game 
    Oxygen
    Guest
    I created a javascript/html page, but I need help converting it so I can use it in-game.
    Reply With Quote  
     

  2. #2  
    Oxygen
    Guest
    bump
    Reply With Quote  
     

  3. #3  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    I don't think you can.
    Reply With Quote  
     

  4. #4  
    Tariq
    Guest
    for what exactly? more info please
    Reply With Quote  
     

  5. #5  
    Oxygen
    Guest
    I made a something for RuneLimited, and I need to get it to work in-game on an interface.
    Reply With Quote  
     

  6. #6  
    Tariq
    Guest
    oh that info will definitely help
    Reply With Quote  
     

  7. #7  
    Cortex_
    Guest
    Interfaces currently don't support HTML and/or JavaScript. The only possible way to get remotely close would be to create an interface with a large amount of text, and for each line in the file, set the line on the interface to match.
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Can you give us an example or something?
    Reply With Quote  
     

  9. #9  
    ¯̿ ̿|̿ ̿ |̶ ̶ ̶ ̶| |̶͇̿ ̶͇̿ ͇̿ Haskelle

    Join Date
    Nov 2007
    Age
    29
    Posts
    1,227
    Thanks given
    329
    Thanks received
    517
    Rep Power
    1133
    you could use the JTextArea in the swing api

    it supports html layout
    so create a JTextArea, and put your html stuff in it
    starting with: <html> ending with </html>
    Monads are just Monoids in the category of Endofunctors. What is the problem?
    Costate Comonad Coalgebra is equivalent of Java's member variable update technology for haskell. Problem?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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