IVMP GUI Dialog

Share your GTA online images here.
Post Reply
Armelin

IVMP GUI Dialog

Post by Armelin » August 28th, 2017, 3:57 pm

Hello everyone, I would like to show some of the GUI options being added. They are all inspired on SA:MP dialogs.

(Click to enlarge)
IVMP T4 Dialog

Code: Select all

int dialogId = apiGUI::createList("DIALOG_STYLE_TABLIST_HEADERS", 3); //4 is the amount of columns
apiGUI::List& list = apiGUI::getList(dialogId);
std::string str;
for(int i = 0; i < 30; i++)
{
	str = "Row: " + i + "\rColumn2\rColumn3\rColumn4";
	list.addRow(s.c_str());
}


More examples coming out soon

Mark
Posts: 4
Joined: August 13th, 2017, 1:20 pm

Re: IVMP GUI Dialog

Post by Mark » August 30th, 2017, 2:50 pm

Nice, can you also theme it like SA:MP GUI?

Armelin

Re: IVMP GUI Dialog

Post by Armelin » August 30th, 2017, 5:58 pm

Mark wrote: August 30th, 2017, 2:50 pm Nice, can you also theme it like SA:MP GUI?
I can't, maybe someone good with PS can.

Hernandez

Re: IVMP GUI Dialog

Post by Hernandez » August 30th, 2017, 6:07 pm

Armelin wrote: August 30th, 2017, 5:58 pm
Mark wrote: August 30th, 2017, 2:50 pm Nice, can you also theme it like SA:MP GUI?
I can't, maybe someone good with PS can.
You mean photoshop by PS?

Mark
Posts: 4
Joined: August 13th, 2017, 1:20 pm

Re: IVMP GUI Dialog

Post by Mark » September 1st, 2017, 3:03 pm

Armelin wrote: August 30th, 2017, 5:58 pm I can't, maybe someone good with PS can.
My bad, i meant as if it can be themed easily like SA:MP gui not if you could change the current look of it :D

That's good news anyway if it can themed easily.

Kalisarow
Posts: 1
Joined: September 7th, 2017, 2:33 pm

IVMP GUI Dialog

Post by Kalisarow » September 13th, 2017, 2:50 pm

The tonemap-Gui is ok on OSX 10.10, the bug exists on 10.7.5.
Men's power - I recommend

JackDockz
Posts: 10
Joined: August 19th, 2017, 4:16 am

Re: IVMP GUI Dialog

Post by JackDockz » September 26th, 2017, 5:38 am

Iz good tho

Warlock
Posts: 2
Joined: November 26th, 2017, 1:48 am

Re: IVMP GUI Dialog

Post by Warlock » November 27th, 2017, 4:44 am

Nice nice!

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest