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.2.0 : Thu Feb 02 2012 - 02:31:58 CET