Re: [eclipse-users] java visualisation client bug

From: Malcolm Ryan <malcolmr_at_...25...>
Date: Tue, 4 Sep 2007 12:21:45 +1000
Another problem with the Java visualisation client: You don't seem to  
be able to extend arrays in any dimension other than the first:

:- lib(ic).
:- lib(viewable).
:- lib(java_vc).

good :-
	start_vc(_),
	viewable_create(view, [A], array([flexible], any)),
	viewable_expand(view, 1, V).
	
bad :-
	start_vc(_),
	viewable_create(view, [[A]], array([fixed, flexible], any)),
	viewable_expand(view, 2, [V]).
	
"good" runs and produces the expected result (showing both A and V).
"bad" runs but only ever shows A.

There also seem to be some real problems with opening two VCs in a  
single session.

Malcolm

--
"Our age is not willing to stop with faith,
     with its miracle of turning water into wine,
         it goes further, it turns wine into water."
             -- Soren Kierkegaard, "Fear and Trembling"
Received on Tue Sep 04 2007 - 04:43:19 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:19 CEST