> - getting a list of installed fonts (without using an Xtra) t = new(#font) put t.fontList() -- ["lots of fonts here"] t.erase()
However, I think you'll need to include the font xtras to do this > - pasting in styled text from eg. Word. Essentially, is there a way to > determine the type of data on the clipboard? If I new I had rtf in the > clipboard, I could set the RTF of the member... If you simply find an empty member ( findEmpty() ),pasteClipBoardInto() it, then #type it, you'll know what was in the clipboard - to some degree. Even if it's un-styled ASCII text, it'll go into a new #text member and you'll get rtf for free! HTH, -Sean. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
