What GUI interface capability does Factor have.
It seems that it's not like e.g. wxWidgets where the same top level code produces a more or less equivalent result in terms of listboxes, checkboxes, treeviews etc. regardless of which platform you compile for - the same top level code still works and geta translated to a native look and feel by thw WxWidgets infrastructure. How does factor work? Do you have to redo all the user-level GUI generating code for every platform you want it to run on? i.e. to create a GUI app for Windows, I have to learn some Window API stuff, or maybe try and bind to WTL and for Linux I have to learn X11 - is that right? Thanks for any enlightenment. Graeme ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
