Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

[FEATURE REQUEST] add a new grid panel (screenshot) #25

Closed
manups4e opened this issue Jan 26, 2019 · 4 comments
Closed

[FEATURE REQUEST] add a new grid panel (screenshot) #25

manups4e opened this issue Jan 26, 2019 · 4 comments

Comments

@manups4e
Copy link

I wanted to ask if it's possible to add this kind of panel like in GTA online
screenshot 258

@ImBaphomettt
Copy link

Hello, this feature is available in my NativeUILua FORK.

https://github.com/iTexZoz/NativeUILua-Reloaded/wiki/Grid-Panel

Have a good day.

@manups4e
Copy link
Author

Hello, this feature is available in my NativeUILua FORK.

https://github.com/iTexZoz/NativeUILua-Reloaded/wiki/Grid-Panel

Have a good day.

if i use your version.. do i have to change all the menus code format?

@ImBaphomettt
Copy link

A change will only be necessary for your submenu

Before

local submenu = _menuPool:AddSubMenu(menu, "Another Menu")
for i = 1, 20, 1 do
  submenu:AddItem(NativeUI.CreateItem("PageFiller", ""))
end

After

local submenu = _menuPool:AddSubMenu(menu, "Another Menu")
for i = 1, 20, 1 do
  submenu.SubMenu:AddItem(NativeUI.CreateItem("PageFiller", ""))
end

I invite you to read the FAQ for more information.

https://github.com/iTexZoz/NativeUILua-Reloaded/issues/9

@manups4e
Copy link
Author

thx :D

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

No branches or pull requests

2 participants