0.3e Dialog bug
#1

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
Reply
#2

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.
Reply
#3

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
Reply
#4

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
Reply
#5

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

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

Max
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)