Not sure what I'm doing wrong, but the following code makes factor go a little nuts.
IN: sample USING: accessors models ; TUPLE: loc-model < model ; : <loc-model> ( loc -- model ) loc-model new-model ; M: loc-model (>>loc) set-model ; M: loc-model loc>> value>> ; I get 1900 semantic warnings and weird things happen like the help system gets alien-invoke-error instance errors. Other weird things too, I'll probably change my code and not try to wrap a model in code that makes it look like a loc. It is probably too cleaver any way. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
