Search found 9 matches

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

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. <script type="...
by exload
Mon Nov 12, 2012 8:32 pm
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 4326

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 :P I think I will just ...
by exload
Sun Nov 04, 2012 7:20 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 4326

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: 5250

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: 5250

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: 4326

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 r...
by exload
Wed Oct 31, 2012 12:57 am
Forum: General Chat
Topic: I'm a Huge Criminal
Replies: 22
Views: 5250

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: 4326

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 :P I've not used it personally but you should be able to using it directly with a CommandSender sender.sendMessage(ChatPaginator.ChatPage(helpLines)); you could also look...
by exload
Mon Oct 29, 2012 4:36 am
Forum: Other
Topic: [JAVA][BUKKIT] ChatPagniator
Replies: 8
Views: 4326

[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 ...