get function for chart holding list of db objects

2013-09-26 Thread Olaf Hamann
wrote this yesterday night - but was too tired to spell the address right, so here it is again. -- Hi, Im getting stuck - any hints are appreciated! While I finally found out how to connect a +Chart component to a form so that values are shown (Chart Put Function), I do

Re: get function for chart holding list of db objects

2013-09-26 Thread Alexander Burger
Hi Olaf, you are quite close, I think. The 'keyA' relation has a small problem (class +Foo +Entity) (rel keyA (+Ref +Number) 2) (rel keyB (+Ref +String)) '+Ref' takes an optional argument, and '2' should be for '+Number', so correct would be (rel keyA (+Ref +Number) NIL 2) Then,

Re: Some initial questions

2013-09-26 Thread Joe Bogner
Hi Luis, I've built a proof of concept PicoLisp apk and ran it on a Droid X and my kindle fire. I wrote about it here: http://www.mail-archive.com/picolisp@software-lab.de/msg03114.html I was able to build the entire apk using terminal ide on my android (no android SDK). I'm happy to answer any