SA-MP Forums Archive
0.3e Dialog bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: 0.3e Dialog bug (/showthread.php?tid=341405)



0.3e Dialog bug - scott1 - 10.05.2012

Hi all,

in 0.3d R2 version, when you had an long title on the dialog, the dialog where expanded,

but now, when you have an long title, the dialog don't expend an text is cut.

Max


Re: 0.3e Dialog bug - Revo - 10.05.2012

Are you sure your character limit(?) is high enough?

pawn Код:
new string[32];
will only support a 32 character limit. For dialogs this has to be a bit higher, a full dialog is about ~450 characters to my experience.
pawn Код:
new dialog[450];
In either case, I can only assume this is wrong since you don't provide us with code I cannot really imagine what else it could be.


Re : 0.3e Dialog bug - scott1 - 10.05.2012

Yes i am sure, i don't use strings

ShowPlayerDialog(playerid,dialogretraitdepotmaison ,DIALOG_STYLE_INPUT,string,"[Maison] Retrait argent. Maximum: 1.000$","Valider","Retour");

You can test


Re: 0.3e Dialog bug - Kar - 10.05.2012

I also noticed this. issue I fixed it by putting a long text on the info argument

he means that the caption (title) doesn't increase the dialog width anymore when the text is long


Re: 0.3e Dialog bug - leong124 - 11.05.2012

The caption doesn't increase the dialog width for me even in 0.3d R2.


Re : Re: 0.3e Dialog bug - scott1 - 11.05.2012

Quote:
Originally Posted by leong124
Посмотреть сообщение
The caption doesn't increase the dialog width for me even in 0.3d R2.
Wrong

Max