deathbeam / example-plugin

Home Page:https://github.com/runelite/plugin-hub#creating-new-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window being re-sized, but chatbox not being hidden

mxw589 opened this issue · comments

I'm guessing that this line is returning null? Not sure if something has changed in terms of the identification of the chat box widget in the runelite API?

Just checked the runelite API and looks like your plugin is build on an old version. The WidgetInfo class had a CHATBOX value, but doesn't any more. In fact the WidgetInfo class has been marked as deprecated so presumably there's some new way of retrieving widgets now?

I am curious if this will get fixed - I am unsure if this plugin still receives support from the creator. Which is unfortunate as this is one of my favorite plug ins.

I could attempt to fix it myself, but not sure how my PR would ever be accepted

i hope they fix this issue i use this to pk and do anything else in the game i love getting the full affect of the game the hide chatbox is one of the best plugin ever made! please fix it <3

i hope they fix this issue i use this to pk and do anything else in the game i love getting the full affect of the game the hide chatbox is one of the best plugin ever made! please fix it <3

Same I have been pking with this plug in for years and I don't want to go back to the tiny screen lol - hopefully the creator sees these reports and fixes it.

I did send a polite E-Mail to them from their Github Profile just making them aware if they don't really check anymore. I hope they do fix this also, I really cant play with any other setting lol

Myself and someone from the runelite discord are working on sorting it. Will see if we can get a PR together, but the plug-in is very out of date so quite a few bits to sort

Myself and someone from the runelite discord are working on sorting it. Will see if we can get a PR together, but the plug-in is very out of date so quite a few bits to sort

If you can, please try to include getting the other open PR in as well. Adjusting viewport between small and large depending on chat state. I've had ideas for other improvements and have tried adding them myself but I can't ever get them to work quite right. If you continue to work this plugin I can provide more.

Myself and someone from the runelite discord are working on sorting it. Will see if we can get a PR together, but the plug-in is very out of date so quite a few bits to sort

Appreciate you. Keep us posted. Glad we have someone with coding experience on our side <3 GL

FYI this fix is now live!