Code:
CreateWin("NoteBook", 0, 0, 800, 500);
SelectWin("NoteBook");
Display("PCX/NoteBook.pcx");
SetFont(3);
SetTextColor(0.0, 0.0, 0.0);
SetTextFlags(0x00020000);
//GotoXY(127, 58);
//PrintRect("Just a testing...", 260, 10);
Format(" " + mstr(100), 127, 60, 260, 20, justifyleft);
SetTextFlags(textshadow);
Format("1) " + mstr(101), 127, 90, 260, 20, justifyleft);
SetTextFlags(textunderline);
Format("2) " + mstr(102), 127, 120, 260, 20, justifyleft);
SetTextFlags(0x00040000);
Format("3) " + mstr(103), 127, 150, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("4) " + mstr(104), 127, 180, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("5) " + mstr(105), 127, 210, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("6) " + mstr(106), 127, 240, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("7) " + mstr(107), 127, 270, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("8) " + mstr(108), 127, 300, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("9) " + mstr(109), 127, 330, 260, 20, justifyleft);
ShowWin;
SelectWin("NoteBook");
Display("PCX/NoteBook.pcx");
SetFont(3);
SetTextColor(0.0, 0.0, 0.0);
SetTextFlags(0x00020000);
//GotoXY(127, 58);
//PrintRect("Just a testing...", 260, 10);
Format(" " + mstr(100), 127, 60, 260, 20, justifyleft);
SetTextFlags(textshadow);
Format("1) " + mstr(101), 127, 90, 260, 20, justifyleft);
SetTextFlags(textunderline);
Format("2) " + mstr(102), 127, 120, 260, 20, justifyleft);
SetTextFlags(0x00040000);
Format("3) " + mstr(103), 127, 150, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("4) " + mstr(104), 127, 180, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("5) " + mstr(105), 127, 210, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("6) " + mstr(106), 127, 240, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("7) " + mstr(107), 127, 270, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("8) " + mstr(108), 127, 300, 260, 20, justifyleft);
SetTextFlags(0x00020000);
Format("9) " + mstr(109), 127, 330, 260, 20, justifyleft);
ShowWin;
Кому-нибудь удавалось получить результат использования SetTextFlags? Если "да", ткните меня, пожалуйста, в ошибку.