From: Frank GOENNINGER on 11 Jun 2010 06:44 Kenneth Tilton <kentilton(a)gmail.com> writes: > gavino wrote: >> has anyone done a ticketing system in cl-weblocks? >> >> how do people like this framework? > > We all use this now: http://wiki.github.com/kennytilton/qooxlisp/ > > Live version here (for another two days, then down she comes): > > http://teamalgebra.com/ Come on, Kenny, you can do better: Get rid of that old-school "Search" button. With a little synapse in between receiving keystrokes and populating the results table below there might be a delay saying that if user types in fast then wait until user has not pressed any key for a certain time and the populate the results table... *That* would be Cells Alive ;-) > > kt Cheers Frank
From: Frank GOENNINGER on 11 Jun 2010 06:52 Norbert_Paul <norbertpauls_spambin(a)yahoo.com> writes: > (subsetp *we-all* `(,kenneth-tilton)) ? Attempt to take the value of the unbound variable `KENNETH-TILTON'. [Condition of type UNBOUND-VARIABLE]
From: Kenneth Tilton on 11 Jun 2010 07:22 Frank GOENNINGER wrote: > Kenneth Tilton <kentilton(a)gmail.com> writes: > >> gavino wrote: >>> has anyone done a ticketing system in cl-weblocks? >>> >>> how do people like this framework? >> We all use this now: http://wiki.github.com/kennytilton/qooxlisp/ >> >> Live version here (for another two days, then down she comes): >> >> http://teamalgebra.com/ > > Come on, Kenny, you can do better: Get rid of that old-school "Search" > button. The "enter" key did not work on some browsers so I threw in the button. turns out that did not work where enter did not work. I think the problem was I had some console.log statements in there, so that could be revisited. But I am here to do Algebra, not qooxlisp... > With a little synapse in between receiving keystrokes and > populating the results table below there might be a delay saying that if > user types in fast then wait until user has not pressed any key for a > certain time and the populate the results table... oh, that's a good idea, I had not thought of that one. But I think as a user I might get tired of waiting that half-second before the search begins. Originally I did do that and it searched after every keystroke (it's hard to keep a good Cell down) but I decided the task was to mirror ACL's accurately and that does not do that. To avoid implementing a new editor, qooxdoo would need a new hack. Right now it tells us keystrokes before updating the field (so we can block them). So the keystroke handler cannot see the field value and has to implement its own editor! the changeValue guy tells us the value but only when they press enter or change focus or something. So I'd have to hack the source to support a new event like changeValue but which does not wait for "Enter". kt
From: Raffael Cavallaro on 11 Jun 2010 07:40 On 2010-06-11 06:52:42 -0400, Frank GOENNINGER said: > Attempt to take the value of the unbound variable > `KENNETH-TILTON'. > [Condition of type UNBOUND-VARIABLE] Hold on, Kenny is a buddhist, so this should raise a condition of type: UNBORN-VARIABLE ;^) warmest regards, Ralph -- Raffael Cavallaro
From: gavino on 11 Jun 2010 15:18 On Jun 10, 7:33 am, ok <java....(a)gmail.com> wrote: > Some other guy, some time, has been inspired to add to history, the > following excerpt: > > > has anyone anytime anydone anything? > > Hi inovag, > > yes, we all too love #'reverse, it's better than any encrytpion!!!! > > -- wow way to nerd out
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Clozure CL home directory on windows Next: lambda inside a let or letrec |