Search found 9 matches

by exload
Sun Jan 13, 2013 7:31 pm
Forum: JavaScript
Topic: Resize iframe based on Content
Replies: 1
Views: 1578

Resize iframe based on Content

No matter what I do I cannot seem to get this to work properly! All I want to do is simply adjust an iframe's size based on the content it loads. This is what I have at the moment. Any suggestions or help on how to get this to work? Also I want to use javascript and avoid jquery. [syntax=javascript]...
by exload
Mon Nov 12, 2012 8:32 pm
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 2749

Re: [JAVA][BUKKIT] ChatPagniator

Yes, however, when I send the player the lines in getLines() it sends every line that I have in my ArrayList. In that case, it seems pretty useless :s I am still not seeing anything from @live.com. I'm not planning on doing anything about it, Microsoft need to be less strict I think I will just con...
by exload
Sun Nov 04, 2012 7:20 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 2749

Re: [JAVA][BUKKIT] ChatPagniator

Oh. I was thinking this class had an entirely different function and ability. My hope was to send it a huge arraylist of messages that I wanted it to display. It would have the amount of lines per page as a parameter. Then once you created an instance of this class you would be able to access metho...
by exload
Wed Oct 31, 2012 5:32 am
Forum: General Chat
Topic: I'm a Huge Criminal
Replies: 22
Views: 3748

Re: I'm a Huge Criminal

jacek wrote:
EcazS wrote:It's no use, the FBI are on their way! Quickly, hide!

http://www.youtube.com/watch?feature=pl ... mAzg#t=35s

I love that show!
by exload
Wed Oct 31, 2012 3:26 am
Forum: General Chat
Topic: I'm a Huge Criminal
Replies: 22
Views: 3748

Re: I'm a Huge Criminal

Companies have been falsely claiming video contents as their own on YouTube lately. I suggest you contact YouTube support or network host to receive further information on the claim. I am partnered by RPM Network and have had several videos have false copyright claims made on them. I contacted RPM ...
by exload
Wed Oct 31, 2012 3:14 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 2749

Re: [JAVA][BUKKIT] ChatPagniator

ChatPage has getLines() which should be all of the lines that are meant to appear on that page. There is also getPageNumber() and getTotalPages() which could be useful for a nice header As a side note, I ticked "notify me when reply is posted" and I did not receive any email when you repl...
by exload
Wed Oct 31, 2012 12:57 am
Forum: General Chat
Topic: I'm a Huge Criminal
Replies: 22
Views: 3748

Re: I'm a Huge Criminal

Companies have been falsely claiming video contents as their own on YouTube lately. I suggest you contact YouTube support or network host to receive further information on the claim. I am partnered by RPM Network and have had several videos have false copyright claims made on them. I contacted RPM i...
by exload
Wed Oct 31, 2012 12:49 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 2749

Re: [JAVA][BUKKIT] ChatPagniator

It looks like it returns a portion of the array for the given page number, so it that should be pretty useful for creating pages I've not used it personally but you should be able to using it directly with a CommandSender [syntax=java]sender.sendMessage(ChatPaginator.ChatPage(helpLines));[/syntax] ...
by exload
Mon Oct 29, 2012 4:36 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 2749

[JAVA][BUKKIT] ChatPagniator

I am trying to make a help menu with pages for my plugin. I found this class in the apidocs. http://jd.bukkit.org/apidocs/org/bukkit/util/ChatPaginator.ChatPage.html I was curious how it works and if it would save me some time in the future. So, my question, how exactly would this work for creating ...