SA-MP Forums Archive
Example clickable dialog list in C++ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Example clickable dialog list in C++ (/showthread.php?tid=388141)



Example clickable dialog list in C++ - kurta999 - 27.10.2012

Hi.

If someone can make example dialog script, where have items like in samp list dialog, and you can click on it.
And if you click on the item, then do something.
This would be very big help.

I want something like this:




Re: Example clickable dialog list in C++ - FireCat - 27.10.2012

listbox


Re: Example clickable dialog list in C++ - playbox12 - 27.10.2012

What is the exact reason you want to do this in C++? Any way, I would suggest you look into Qt, which is a framework for C++, it's pretty popular and have you tried googling?


Re: Example clickable dialog list in C++ - kurta999 - 27.10.2012

Yes, I tried ******, I searched for this almost 2 hours and I didn't found similar like this. (Which is one window, you can close it like normal window and you can click on these items)