Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coloured text with ShowText
#3
Tags like "<>Word 1<c 255>Word2</c>Word3" are supported by controls of class "QM_DlgInfo", but it is unavailable in exe.

Function Dialog155
Code:
Copy      Help
\Dialog_Editor

str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog"
;3 QM_DlgInfo 0x54000004 0x20000 0 0 224 114 ""
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040202 "*" "" "" "3"

str controls = "3"
str qmdi3
qmdi3="<>Word 1<c 255>Word2</c>Word3"
if(!ShowDialog(dd 0 &controls)) ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)