set caption in DCMESSAGE

This forum is for eXpress++ general support.
Post Reply
Message
Author
c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

set caption in DCMESSAGE

#1 Post by c-tec »

Hello,
how can I set the caption correct in DCMESSAGEBOX ?
I have

Code: Select all

@ 22.5,0 DCMESSAGEBOX SIZE 135,1.5 COLOR GRA_CLR_BLACK,COLOR_PALEGRAY OBJECT oMsg  FONT "12.Arial"
attached you see that when setting oMsg:setcaption() the font and position is not equal to the MESSAGE INTO clause in the GET. It seems that I have to use another method. I would set the caption for example in DCREAD with EVAL {||oMsg:setcaption("may initial message in the messagebox")}
regards
Rudolf
Attachments
2016-05-21_07h06_35.png
2016-05-21_07h06_35.png (870 Bytes) Viewed 10117 times
with setcaptioin
with setcaptioin
2016-05-21_07h06_24.png (558 Bytes) Viewed 10117 times
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

Post Reply