Bug with dialog.
#1

How can I fix it?

t's really not nice(
Reply
#2

You have use the new dialog types added in version 0.3.7 to have the text align properly check the bottom of: https://sampwiki.blast.hk/wiki/Dialog_Styles

I'm moving it to the scripting section because it's not a bug.
Reply
#3

Use DIALOG_STYLE_TABLIST_HEADERS, will do your work
Reply
#4

Quote:
Originally Posted by dugi
Посмотреть сообщение
You have use the new dialog types added in version 0.3.7 to have the text align properly check the bottom of: https://sampwiki.blast.hk/wiki/Dialog_Styles

I'm moving it to the scripting section because it's not a bug.
But I don't want to use a LIST, I want to use MSGBOX. It's 2 different type of dialogs.
LIST - have "listitem".
Reply
#5

Код:
new iMainContent[500];
       strcat(iMainContent, "{adc7e7}----------------------------------------------------------------------------------{FFFFFF}\n\n");
                  strcat(iMainContent, "{adc7e7}Bla Bla BLa : %d{FFFFFF}\n\n",a);
                   strcat(iMainContent, "{adc7e7}bla: $%s {FFFFFF}\n\n",a);
                   strcat(iMainContent, "{adc7e7}etc: $%d {FFFFFF}\n\n",a);
                   strcat(iMainContent, "{adc7e7}etc : $%d {FFFFFF}\n\n",a);
                   strcat(iMainContent, "{adc7e7}etc: $%d {FFFFFF}\n\n",a);
                   strcat(iMainContent, "{adc7e7}etc: %d%% {FFFFFF}\n\n",a);
                   strcat(iMainContent, "\n{adc7e7}----------------------------------------------------------------------------------");
im using this way of dialog and i think this should work for you too
Reply
#6

Quote:
Originally Posted by Disaster97
Посмотреть сообщение
But I don't want to use a LIST, I want to use MSGBOX. It's 2 different type of dialogs.
LIST - have "listitem".
That's the point of the new dialog styles, msgbox doesn't always align text properly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)