[BUG REPORT] Long dialog lists not working properly. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [BUG REPORT] Long dialog lists not working properly. (
/showthread.php?tid=559796)
[BUG REPORT] Long dialog lists not working properly. -
kristo - 25.01.2015
I was told to make a separate thread for this bug. When you are using a medium/big resolution and have a long list in dialog, you can see a scrollbar when it's not needed and you have to use it, otherwise the last items can't be clicked on.
Re: [BUG REPORT] Long dialog lists not working properly. -
Lordzy - 25.01.2015
I confirm this, it changes depending on the fontsize rate. When I tried fontsize 4, I could not select the last two list items, when it was 0, last 4 couldn't be selected unless I scrolled down which was unnecessary.
Re: [BUG REPORT] Long dialog lists not working properly. -
IstuntmanI - 25.01.2015
Confirmed.
There's no font size like the one in 0.3z, maybe we can have the default back as font size 0 or font size 1 ? The current font sizes are f*cked up (deathlist, request class, chat, 3dtext).
Re: [BUG REPORT] Long dialog lists not working properly. -
AroNix - 25.01.2015
Код:
gsBigString[ 0 ] = EOS;
strcat(gsBigString,"{FF0000}Stop Radio \n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}DiZ\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HIT\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Wish\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Club Mix\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Pop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HipHop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Dubstep\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Rock\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}House\n");
strcat(gsBigString,"{FF0000}Stop Radio \n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}DiZ\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HIT\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Wish\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Club Mix\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Pop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HipHop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Dubstep\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Rock\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}House\n");
strcat(gsBigString,"{FF0000}Stop Radio \n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}DiZ\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HIT\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Wish\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Club Mix\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Pop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}HipHop\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Dubstep\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}Rock\n");
strcat(gsBigString,"{FF0000}Radio {FFFFFF}House\n");
http://www.imgz.ro/i/54c52e62369b4.png
http://www.imgz.ro/i/54c52e6237222.png
http://www.imgz.ro/i/54c52e62372f2.png
http://www.imgz.ro/i/54c52e6237385.png
Font Size > -3 and 5
Re: [BUG REPORT] Long dialog lists not working properly. -
Crayder - 25.01.2015
Confirmed, same here.