Re: PicoLisp on Raspi

2014-09-19 Thread me
to existing software. FWIW: I am totally up for contributing to PilMCU, RasPicolisp or Picolix86_64p in any way that I can. Count me in. -- Rowan Thorpe PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD There is a great difference between worry and concern

Re: How to show data of relations rather than external symbol?

2014-06-30 Thread me
) in a relation (and also decodes calendar dates). It doesn't show the individual properties of those objects, though, but recurses if you click on them with 'K'. In general, I would use 'edit' to browse graphs of database objects. Yes this is very handy when building and debugging but won't help me

How to show data of relations rather than external symbol?

2014-06-29 Thread me
Hi list, If I have an +Entity with a +Joint to another +Entity and (show ...) it I get an external symbol rather than the data connected to it. How can I show all of the data connected to this object? So far the best I've come up with is to (dm show ...) and use (show (: theproperty)) but I want

Re: Dynamic generation of progress bars

2014-03-03 Thread me
Thank you Alex. My work with CL lately has clearly been rubbing off on me. I'll combat that with more picolisp thanks to your tip. What a wonderful language to work in. -David On Mon, Mar 3, 2014 at 2:45 AM, Alexander Burger a...@software-lab.dewrote: On Sun, Mar 02, 2014 at 05:38:20PM

Dynamic generation of progress bars

2014-03-02 Thread me
Hello List, Please help point me in the right direction once again? What I'm attempting to achieve is something like: (div progress (div '(progress-bar progress-bar-success (role . progressbar) (aria-valuenow . -79

Re: Altering web app framework look via a css framework

2014-02-23 Thread me
Thanks Alex this is exactly what I needed. This language is truly the most capable and integrated I've found. Bravo a million times over. -David On Mon, Feb 17, 2014 at 2:19 AM, Alexander Burger a...@software-lab.dewrote: On Sun, Feb 16, 2014 at 01:51:18PM -0500, me wrote: Are there any

Re: Altering web app framework look via a css framework

2014-02-23 Thread me
Thanks Alex this is exactly what I needed. This language is truly the most capable and integrated I've found. Bravo a million times over. -David On Mon, Feb 17, 2014 at 2:19 AM, Alexander Burger a...@software-lab.dewrote: On Sun, Feb 16, 2014 at 01:51:18PM -0500, me wrote: Are there any

Altering web app framework look via a css framework

2014-02-16 Thread me
Hello List, Are there any pro tips for how could I go about adding/altering css styling via a css framework like bootstrap for example? Including the necessary files is no problem but I'm finding it difficult to specify CSS classes and such for gui components. Thank you in advance for your

Re: Calculating age based on DOB

2014-02-02 Thread me
Thank you Alex. I cannot seem to find httpGate anywhere in the distribution 3.1.5. I know this is terribly noob-ish but where is httpGate located? On Mon, Jan 27, 2014 at 2:02 AM, Alexander Burger a...@software-lab.dewrote: Hi David, If I load the app by going to localhost:8080 I see the

Re: Calculating age based on DOB

2014-02-02 Thread me
Correction, it's available when I install pico from my distribution but I'm then back on 3.1.2. How can I build the latest on x86-64 LMDE? On Mon, Jan 27, 2014 at 2:02 AM, Alexander Burger a...@software-lab.dewrote: Hi David, If I load the app by going to localhost:8080 I see the button

Re: Calculating age based on DOB

2014-02-02 Thread me
When I run make from src64 nothing happens. When I run make from src it compiles but no httpGate. Weird. I'll stick to packaged version for now as I may wind up testing it on PC-BSD 10 for fun. On Sun, Feb 2, 2014 at 1:27 PM, Alexander Burger a...@software-lab.dewrote: Hi David, Thank

Re: Calculating age based on DOB

2014-02-02 Thread me
of the distribution. best wishes, Mattias On 2 February 2014 18:16, me yanosh...@gmail.com wrote: Thank you Alex. I cannot seem to find httpGate anywhere in the distribution 3.1.5. I know this is terribly noob-ish but where is httpGate located? On Mon, Jan 27, 2014 at 2:02 AM, Alexander

Re: Calculating age based on DOB

2014-01-26 Thread me
Thanks Alex that worked perfectly! Now I can display age calculated on the fly without wasting space in the DB. This isn't related to calculating age based on DOB but if you could please help me understand why is it that when I have a form and a line like: (de testo () (app) (action

Re: Calculating age based on DOB

2014-01-19 Thread me
Thank you for your prompt and helpful reply Alex. The *JS trick worked great and the proper date calculation will be most helpful. If I may ask a few more questions: You're right, storing the age is silly when already storing DOB. How might I just calculate age on the fly and display it in the