I think Gilitus Alessandro wrote: > My problem is to visualize the list of modules: > I try to use the method listStackFocus() of the class Rete, but it doesn't > works onto modules defined and called in a batch file...
You might want to read http://www.chiark.greenend.org.uk/~sgtatham/bugs.html , especially the section about tachyon modulation. Your theory about listFocusStack() "not working with modules defined in a batch file" is wrong. The function listFocusStack() is only supposed to list the modules on the focus stack (defined in the manual,) not all modules. It works exactly as it's intended to. If you want a list of all defined modules, then the method to call is Rete.listModules(). --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
