Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!wuarchive!rex!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.sys.apple2 Subject: problems positioning cursor in window Message-ID: <3520@kluge.fiu.edu> Date: 8 May 91 03:42:29 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 23 i have the following window on the desktop ------------------------------------------------- | title | ------------------------------------------------- | * | | ** | | | | | ------------------------------------------------- for now, disregard * and **. i create the window with _NewWindow2. i then want to write a string to the upper left corner of the window (where * is located). so, i just _WriteCString my string and it appears there. now, as far as i know, * has local coordinates (0, 0). so, if i _LocalToGlobal (0,0) and then _MoveTo the result of this, i should appear where * is. however, this does not work. the string appears where ** is located after the _MoveTo. someone want to explain what's going on? albert