Unsubscribe

2019-12-08 Thread FrantiĊĦek Fuka
-- *-- Frantisek Fuka* (yes, that IS my real name) -- My personal homepage: www.fuxoft.cz -- My social feeds: www.fuxoft.cz/feed

Re: +E/R and +Set

2019-12-08 Thread C K Kashyap
> > As we have a list of strings, isn't simply just 'mapcar' fine again? I > cannot > test, but something like: > >'((L) > (mapcar > '((Nm) > (request! '(+Tag) >'nm (request! '(+TagNm) 'nm Nm ) ) ) > L ) ) > > Yes indeed ... having the express

Re: +E/R and +Set

2019-12-08 Thread C K Kashyap
This one works much better :) "Tags" (gui '(+E/R +Fmt +ListTextField) '(tgs : home obj) '((L) (mapcar '((This) (: nm nm)) L)) # Set function '((L) (mapcar '((

Re: +E/R and +Set

2019-12-08 Thread Alexander Burger
On Sun, Dec 08, 2019 at 10:15:54AM -0800, C K Kashyap wrote: > The unwanted side effect though is that the number of tags keeps doubling. > Looks like the Val function is called both when the "edit" button is > clicked and when "done" button is pressed. While I expected it to be called > when the "

Re: +E/R and +Set

2019-12-08 Thread C K Kashyap
Even while leaving the field! Yes, you had mentioned it earlier but for some reason it slipped my mind that +Fmt was equivalent of +Set +Val... I just want to get this approach to a logical conclusion since I started out on it. Could the problem be the "List" relation between Task and Tag? : (set

Re: +E/R and +Set

2019-12-08 Thread Alexander Burger
On Sun, Dec 08, 2019 at 12:41:18PM -0800, C K Kashyap wrote: > Could the problem be the "List" relation between Task and Tag? I think in general this relation is fine. I would just not try to handle it in a single swoop, i.e. all in a +ListTextField > Also any suggestion about getting a "val> ba

Re: +E/R and +Set

2019-12-08 Thread C K Kashyap
Thanks Alex...I am going to get the +Chart route working first. When I referred the past notes I found that I've had +Char working in the past - albeit with less indirection :) Regards, Kashyap On Sun, Dec 8, 2019 at 1:05 PM Alexander Burger wrote: > On Sun, Dec 08, 2019 at 12:41:18PM -0800, C K

Re: +E/R and +Set

2019-12-08 Thread Alexander Burger
On Sun, Dec 08, 2019 at 06:56:13PM -0800, C K Kashyap wrote: > Thanks Alex...I am going to get the +Chart route working first. When I > referred the past notes I found that I've had +Char working in the past - > albeit with less indirection :) Yes. The standard way is to have one form, one search

Re: +E/R and +Set

2019-12-08 Thread Alexander Burger
On Mon, Dec 09, 2019 at 06:53:29AM +0100, Alexander Burger wrote: > Yes. The standard way is to have one form, one search dialog, and one 'url>' > method per +Entity class, and handle +List's of other objects in a chart each. > > When that works, you can try to make cool nifty things like squeezin