http://www.newton-inc.com/dev/techinfo/qa/qa.htm
MakeTextNote
doesn't work if Notes is closed.MakeTextNote
to create the data, then add it to the soup entry using soup:AddXmit
or uSoup:AddToStoreXmit
(or one of the other soup functions.)MakeTextNote
always creates a frame with all the correct data that the Notes application requires. If the 2nd paramater (addit) is TRUE
, it will add that frame to the Notes soup and show the note on the screen. If addIt is NIL
, then the frame is returned. newNote := GetRoot().paperroll:MakeTextNote("Here is a sample note", nil);
GetUnionSoup("Notes"):AddToDefaultStoreXmit(newNote, '|appSym:SIG|)