--
*-- Frantisek Fuka*
(yes, that IS my real name)
-- My personal homepage: www.fuxoft.cz
-- My social feeds: www.fuxoft.cz/feed
>
> 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
This one works much better :)
"Tags" (gui '(+E/R +Fmt +ListTextField)
'(tgs : home obj)
'((L) (mapcar '((This) (: nm nm)) L))
# Set function
'((L) (mapcar '((
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 "
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
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
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
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
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