[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

Re: FDK and the multiline edit box



To write more than one line of text, insert newline characters:

F_ApiSetString((InfoDlgId, tbInfoDlgTexBoxId, FP_Text, "First line\nSecond line\nThird line");


dR wrote:


This works:

F_ApiSetString(InfoDlgId, tbInfoDlgTexBoxId, FP_Text,
"0");

This does not work:

F_ApiSetStrings(InfoDlgId, tbInfoDlgTexBoxId, FP_Text,
&InfoDlgStrings);




--


Ian Hawkins
Sundorne Communications
  Writing for technology . . . technology for writing
ihawkins@xxxxxxxxxxxx
http://www.sundorne.com

Visit SmallBusinessCalgary.com <http://www.smallbusinesscalgary.com> for seminars, workshops, and resources to improve your small business.



** To unsubscribe, send a message to majordomo@xxxxxxxxx **
** with "unsubscribe framers" (no quotes) in the body.   **