Page 1 of 1

IVMP GUI Dialog

Posted: August 28th, 2017, 3:57 pm
by Armelin
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

Re: IVMP GUI Dialog

Posted: August 30th, 2017, 2:50 pm
by Mark
Nice, can you also theme it like SA:MP GUI?

Re: IVMP GUI Dialog

Posted: August 30th, 2017, 5:58 pm
by Armelin
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.

Re: IVMP GUI Dialog

Posted: August 30th, 2017, 6:07 pm
by Hernandez
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?

Re: IVMP GUI Dialog

Posted: September 1st, 2017, 3:03 pm
by Mark
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.

IVMP GUI Dialog

Posted: September 13th, 2017, 2:50 pm
by Kalisarow
The tonemap-Gui is ok on OSX 10.10, the bug exists on 10.7.5.

Re: IVMP GUI Dialog

Posted: September 26th, 2017, 5:38 am
by JackDockz
Iz good tho

Re: IVMP GUI Dialog

Posted: November 27th, 2017, 4:44 am
by Warlock
Nice nice!