ThymonA/menuv

[Feature/Update] Update 1.5

ThymonA opened this issue ยท 14 comments

Checklist:

Features:

  • Add a function to remove a certain menu item.
  • Add a function to hide a menu item instead of disabling.
  • Able to change the font size in MenuV
  • Able to add custom css rules to specific menus.
  • Able to use .png/.jpg files instead of adding them to the texture dictionary.
  • Add options like NativeUI has see video
  • Add controller support to MenuV
  • Option to store additional values into menus and buttons.
  • Add something right of the button/item
  • Option to change sliders increase/decrease amount
  • User input inside a menu, like a textbox, numberbox etc.

Extra's:

  • Update menuv documentation
  • While the key is pressed, continue instead of pressing every single time the arrow keys.
  • Able to hide certain parts of the menu, like the header, subtitle etc.
  • Cancel thread execution while the user is switching (performance improvement).

Bugs/Issues:

  • Sometimes the menu isn't showing up, seems like a developer issue rather than this resource still needs to investigate this.

Do you want to have something added? Tell them here and maybe your request will be implemented.

  • Option to modify buttons height
  • Option to change colors of all the menu elements.
  • Option to store additional values into menus and buttons.

Hi. Thanks for making this awesome library.
I don't know the current version supports right labels or no?
But if not, can you add feature to put price or any icon in right of item ?
Like this one:
image

  • Option to change sliders increase/decrease amount. 10 by 10 instead of 1 by 1. (Tried doing my own but onchange event would skyrocket it).
  • New "button" that you can input values or chars.

Thanks for those good ideas, will start developing tomorrow! ๐ŸŽ‰

I hope everyone had a good Christmas and for you all happy new year!
I know I said developing tomorrow, but I will continue developing next year ๐Ÿ˜„

ability to update info on an existing button or other objects for that matter such as a slider's text, and a confirmation box, so one can be reused for all confirmations instead of needing dedicated ones for every confirmation request that is needed.

  • Ability to make text center aligned in buttons and probably all types of menus.

  • Maybe a text entering box? Like https://docs.fivem.net/natives/?_0x00DC833F2568DBF6

  • No history for menus (You don't need to press backspace multiple times if you have navigated multiple buttons/menus)

I will add more as we go. As I am converting my whole server's menus I will get more enhancements as I go.

Great framework for nice looking UI! Thanks.

FiveM_GTAProcess 2021-01-16 22-45-13

Best Menu! Made a full garage system out of this. Loved it! Waiting for centered text update ๐Ÿ‘

Hi. Thanks for making this awesome library.
I don't know the current version supports right labels or no?
But if not, can you add feature to put price or any icon in right of item ?
Like this one:
image

Not sure if you got a response yet, but I was able to achieve this using HTML. Since the labels can contain HTML, just add a span and float it right. Then you get right-side text like this: https://i.imgur.com/jsEoLEw.jpg

FiveM_GTAProcess 2021-01-16 22-45-13

Best Menu! Made a full garage system out of this. Loved it! Waiting for centered text update ๐Ÿ‘

Same as above for you. I used a simple <center>CONTENT</center> as the label for any menus where I wanted text centered. HTML is passthrough so it centers the text. Doesn't center the icon, unfortunately, so not sure if it's exactly what you were looking for.

  • option to add right badges (not only when there is a value)
  • option to change YES/NO text for confirm item (for diff. languages and things like accept/deny, close/open, etc.)

FiveM_GTAProcess 2021-01-16 22-45-13

Best Menu! Made a full garage system out of this. Loved it! Waiting for centered text update ๐Ÿ‘

hi I could have your discord I have some question to know how you did your Garage

Hello ThymonA, is this menu framework still maintained ? I was wondering if the update was still in the works

Could you add a feature to remember what item a user was hovering over in a menu on open rather than the top item being the selected item on open?