Answer multi lines dialog
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 203
- Joined: Wed Jul 23, 2008 8:46 am
Answer multi lines dialog
Hi everybody, is their any solution to show the multi lined dialog message. For example, I want to show a dialog message "No text into the clipboard" in the 1st line and "Please copy the code first" in the 2nd line. How to do it with answer command?
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
You can do plenty of things with answer dialogs, including styled text by mixing in some htmlText.
HTH,
Jan Schenkel.
Code: Select all
on mouseUp
answer "This is a single line of text"
answer "This is line 1" & return & "This line 2"
put "<p><b>This is line 1 in bold</b></p><p></p><p>This is line 2</p>" into thePrompt
answer thePrompt
end mouseUp
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com