Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant Scroll in Menu Item list #2

Open
d-pruessmeier opened this issue Feb 18, 2024 · 6 comments
Open

Cant Scroll in Menu Item list #2

d-pruessmeier opened this issue Feb 18, 2024 · 6 comments

Comments

@d-pruessmeier
Copy link

d-pruessmeier commented Feb 18, 2024

If you create a menu and list more than 8 items you cant scroll in the list. You can still go down in the menu but the scrolling doesent follow going down, so you cant read the item you selected currently.

https://www.youtube.com/watch?v=P1awiaBYw34

1

@outsider31000
Copy link
Member

image
image
works for me.
remove your old and put new in. do not replace anything.

@Yalador
Copy link

Yalador commented Feb 19, 2024

Im having the same issue, but i tried removing the old and putting the new in without replacing anything. Also its only for certain menus not all.

@d-pruessmeier
Copy link
Author

d-pruessmeier commented Feb 20, 2024

@Yalador @outsider31000 Yes tested it its only for some menus not all. The Menus worked with the old normaly. Could be a couple of scripts be affected by it because many are using the vorp menu.

I managed to fix a menu where the error happened after the update. I added the CloseAll function before opening the menu. But that means you cant go a menu point back by closing the menu

@outsider31000
Copy link
Member

vorp admin works fine closing all menus and go back. its all about how you make yours. (just an example)
I dont know why you 2 have this issue. I just added this yesterday to a big server and there are 0 issues witl multiple of other scripts using it.

@outsider31000
Copy link
Member

it seems that some of the sripts you are using are not closing the menus before they open another and this would happen
MenuData.CloseAll() i guess needs to be used in order to fix this. i will try to find solution and see if there's any other alternative.
either way just close menu before opening another should solve the issue.

@outsider31000
Copy link
Member

@Yalador @outsider31000 Yes tested it its only for some menus not all. The Menus worked with the old normaly. Could be a couple of scripts be affected by it because many are using the vorp menu.

I managed to fix a menu where the error happened after the update. I added the CloseAll function before opening the menu. But that means you cant go a menu point back by closing the menu

right you can implement the go back using the builtin functions to open lastmenu, thats how I assumed people were doing
leaving menu open is not a good idea as you can close current and the old is still cached. always good to close all before open another, since theres support to open "previous" menu
basically how all vorp scripts are made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants