[F-Script-talk] Questions and comments
Brought to you by:
pmougin
From: jcb <jc...@fa...> - 2004-04-18 15:29:56
|
Okay, if no one else is asking, I have a couple of questions to put out there (instead of spam). I'm playing with F-script nearly all the time. It's great fun...very educational. But I do have these questions: 1) How do you remove an object (completely) from the sys workspace? I've tried releasing them, but no. If I add NSWindow objects to the workspace, I can't do saveSpace because NSWindows can't be archived (freeze-dried), the error tells me. 2) How do you display a sheet (say, an alert) in a window. I keep getting: error: argument 3 of method beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo: must be a compact Block What is a compact block? And why must it be there? And these comments: It's frustrating not to be able to use Cocoa convenience methods like NSMakeRect and NSMakePoint. The end experience is that drawing becomes a lot different from Cocoa (probably more like Smalltalk.) It's frustrating that the journaling/log of a F-Script session isn't saved between sessions. What's the point? I sure could use some examples of how to work with NSMatrix or NSCells using F-Script's matrix orientation. Thanks for any enlightenment... --jcburns |