Thread: Already have full screen on my client, how to code it in?

Results 1 to 10 of 10
  1. #1 Already have full screen on my client, how to code it in? 
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    317 PI

    this may sound kinda funny, it's just a question so don't be an asshole.

    I just was looking through my cache and found a full screen folder with full screen sprites. Is there any way i can go into my client or set my cache to default so i can use full screen?

    I will rep++ and thank 2 of your posts if you can help me
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    bumpty dumpty
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Member

    Join Date
    Jul 2011
    Posts
    164
    Thanks given
    12
    Thanks received
    24
    Rep Power
    0
    The thing is most caches already have that in there what you can do is rip the code for
    fullscreen or full resizeable and add it into your own client.
    You can rip the code from the project insanity full screen client

    EDIT : [Only registered and activated users can see links. ]


    "He who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever."
    Reply With Quote  
     

  4. #4  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    I followed that tut no compiling errors and i made a command in client.java to toggle it as a test but every time i get an error...
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383


    that's the error i get when i toggle full screen.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Member

    Join Date
    Jul 2011
    Posts
    164
    Thanks given
    12
    Thanks received
    24
    Rep Power
    0
    Did you use

    super.switchToFullscreen();


    "He who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever."
    Reply With Quote  
     

  7. #7  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    Yessir, here is the command i used in client.java

    Code:
    if(inputString.equals("::fullscreen"))
    {
    super.switchToFullscreen();
    }
    						
    if(inputString.equals("::normal"))
    {
    super.switchToNormalscreen();
    }
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Member

    Join Date
    Jul 2011
    Posts
    164
    Thanks given
    12
    Thanks received
    24
    Rep Power
    0
    Is your client renamed or non

    EDIT: if you added without errors then its renamed o.O also I cant seem to figure out why it gives you an error.

    Does it crash your client or not go to fullscreen?


    "He who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever."
    Reply With Quote  
     

  9. #9  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    Yup it's renamed, And it doesn't crash my client, it just freezes the way it is. It doesn't even go to full screen.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    Bump! Newcomers please read the posts before you reply to help
    [Only registered and activated users can see links. ]
    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

Similar Threads

  1. Full screen for client
    By Tiylord in forum Buying
    Replies: 3
    Last Post: 08-23-2012, 08:13 PM
  2. Full Screen Client
    By jester2290 in forum Help
    Replies: 3
    Last Post: 07-31-2011, 05:58 AM
  3. full screen on my pi client
    By Trock in forum Requests
    Replies: 1
    Last Post: 04-19-2011, 07:26 AM
  4. [$20] Full Screen Client [NON]
    By l0ck in forum Help
    Replies: 2
    Last Post: 12-06-2010, 02:13 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •