>On another note, on Win32 with Factor 0.88. I tried several combinations to >get the httpd serve to run without the UI, no dice.
This is a known problem with the win32 implementation. It's best to use the GUI from win32 as the console version doesn't work well with socket i/o. > Ok, didnt know that; Also, I could look it up in other code, but do you have > any more information on what the model should be composed of? Will a simple > tuple work? A tuple is what you want. Within the template you can then access the tuple slots with "foo" get, where the tuple has a slot called 'foo'. eg: TUPLE: test foo ; I'd find it easier if the model could be anything though. With a word to retrieve the model from within the template and call words on it. Often I just a string as the model and have to create an arbitary tuple to make it available to the template. Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
