Re: working with persistent objects in a chart

2010-06-13 Thread Alexander Burger
Matthias, thinking about it, my explanations yesterday were probably not very enlightening. The matter is rather complex and involved. The basic principle is that each entity has its 'url' method, to know how to edit itself, and open a specific edit page when clicked upon. To understand

Re: working with persistent objects in a chart

2010-06-11 Thread Alexander Burger
Hi Matthias, (form NIL (gui '(+Chart) 3) (table NIL NIL '((NIL F1) (NIL F2) (NIL F3)) (do 4 (row NIL (gui 1 '(+TextField) 25) (gui 2 '(+TextField) 25) (gui 3 '(+TextField) 25) ) ) ) This looks correct. If I understand the