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

[Feature/Update] Update 1.5 #15

Open
2 of 16 tasks
ThymonA opened this issue Dec 24, 2020 · 14 comments
Open
2 of 16 tasks

[Feature/Update] Update 1.5 #15

ThymonA opened this issue Dec 24, 2020 · 14 comments
Assignees
Labels
Enhancement New feature or request

Comments

@ThymonA
Copy link
Owner

ThymonA commented Dec 24, 2020

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.
@ThymonA ThymonA added the Enhancement New feature or request label Dec 24, 2020
@ThymonA ThymonA self-assigned this Dec 24, 2020
@ThymonA ThymonA changed the title [Feature] Update 1.5 [Feature/Update] Update 1.5 Dec 24, 2020
@ThymonA
Copy link
Owner Author

ThymonA commented Dec 24, 2020

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

@Morbe17
Copy link

Morbe17 commented Dec 24, 2020

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

@itispey
Copy link

itispey commented Dec 24, 2020

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

@Morbe17
Copy link

Morbe17 commented Dec 27, 2020

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

@ThymonA
Copy link
Owner Author

ThymonA commented Dec 27, 2020

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 😄

@Pesoen
Copy link

Pesoen commented Jan 5, 2021

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.

@xDope7137
Copy link

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

@xDope7137
Copy link

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 👍

@nicktrick92
Copy link

nicktrick92 commented Feb 10, 2021

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.

@ali-exacute
Copy link

  • option to add right badges (not only when there is a value)

@PhotoshopLOL
Copy link

  • option to change YES/NO text for confirm item (for diff. languages and things like accept/deny, close/open, etc.)

@Shazuub
Copy link

Shazuub commented Apr 19, 2021

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

@IsmaelJab
Copy link

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

@tommy141x
Copy link

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?

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

No branches or pull requests