JESS: GUI

2005-11-14 Thread [EXTERN] Manuel Kollmuß
HI is it possible to add pictures (*.jpg, *.gif etc) to a GUI? Thanks M.K.

Re: JESS: GUI

2005-11-14 Thread Jason Morris
I think that M.K. wrote: is it possible to add pictures (*.jpg, *.gif etc) to a GUI? If you mean a Jess GUI (like in Jess In Action), then certainly. You can build any Java GUI you want -- Jess places no limitations on you. Any decent book on Java AWT or Swing will show you how to do this. If

Re: JESS: Accessing the Java object behind a shadow fact in a

2005-11-14 Thread Jason Morris
-- Forwarded message -- From: Jason Morris [EMAIL PROTECTED] Date: Nov 14, 2005 11:19 AM Subject: Re: BOUNCE jess-users@sandia.gov: Approval required: To: [EMAIL PROTECTED] [EMAIL PROTECTED] I think that Erich Oliphant wrote: I see the methods that flag shadow facts but nothing

Re: JESS: Accessing the Java object behind a shadow fact in a userfunction

2005-11-14 Thread Roger Studner
Get from the slot OBJECT. something like (bind ?obj (fact-slot-value ?fact OBJECT)) I could be wrong :) On 11/14/05, erich.oliphant [EMAIL PROTECTED] wrote: Hi, I am implementing a convienenice userfunction that takes a bound shadow fact as an argument and returns some of it's deeply

JESS: defquery

2005-11-14 Thread Roger Studner
I am trying to do some 'counting'. I make a defquery to return a fact. I get back the Iterator.. i retreive the token.. I get the fact. When I try to modify the fact.. I get an error that 'the fact is not in working memory'. I mean, I even asserted the fact before using it. I just don't want to