Lisp HUG Maillist Archive

Time-editing

I have an employee time clock application, and I’d like it to have a user-friendly way to request corrections in cases where people fail to clock in or out at the correct time. Apple’s Calendar program (we’re on Macs) offers a good example of what works for editing times.

I’ve tried cobbling together row layouts with text-edit-panes, and that looks like a dead end. Output-panes would be my next choice, but I thought I’d ask first to see if this is a problem that someone’s already solved in LispWorks.

Thanks as always for your help.

LW

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: Time-editing

I have no idea if this still works and if it is what you had in mind,
but maybe the time and date widgets here can help:

  https://common-lisp.net/~loliveira/ediware/midgets/doc/

Cheers
Edi



On Sat, Oct 27, 2018 at 8:50 PM Laughing Water <lw@mt.net> wrote:
>
> I have an employee time clock application, and I’d like it to have a user-friendly way to request corrections in cases where people fail to clock in or out at the correct time. Apple’s Calendar program (we’re on Macs) offers a good example of what works for editing times.
>
> I’ve tried cobbling together row layouts with text-edit-panes, and that looks like a dead end. Output-panes would be my next choice, but I thought I’d ask first to see if this is a problem that someone’s already solved in LispWorks.
>
> Thanks as always for your help.
>
> LW
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: Time-editing

Thanks, Edi. This looks like it’s either going to be usable code or at least a good track to follow.

LW

> On Oct 27, 2018, at 1:28 PM, Edi Weitz <edi@agharta.de> wrote:
> 
> I have no idea if this still works and if it is what you had in mind,
> but maybe the time and date widgets here can help:
> 
>  https://common-lisp.net/~loliveira/ediware/midgets/doc/
> 
> Cheers
> Edi
> 
> 
> 
> On Sat, Oct 27, 2018 at 8:50 PM Laughing Water <lw@mt.net> wrote:
>> 
>> I have an employee time clock application, and I’d like it to have a user-friendly way to request corrections in cases where people fail to clock in or out at the correct time. Apple’s Calendar program (we’re on Macs) offers a good example of what works for editing times.
>> 
>> I’ve tried cobbling together row layouts with text-edit-panes, and that looks like a dead end. Output-panes would be my next choice, but I thought I’d ask first to see if this is a problem that someone’s already solved in LispWorks.
>> 
>> Thanks as always for your help.
>> 
>> LW
>> 
>> _______________________________________________
>> Lisp Hug - the mailing list for LispWorks users
>> lisp-hug@lispworks.com
>> http://www.lispworks.com/support/lisp-hug.html
>> 
> 


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: Time-editing

Laughing Water wrote on Sat, 27 Oct 2018 12:48:22 -0600 21:48:

| I have an employee time clock application, and I’d like it to have a
| user-friendly way to request corrections in cases where people fail to
| clock in or out at the correct time. Apple’s Calendar program (we’re on
| Macs) offers a good example of what works for editing times.

I can offer a kind of calendar mentioned bellow

http://en.ystok.ru/products/ywidgets/

The code is rather old ans has not been ported to the latest LW version yet.
--
Sincerely,
Dmitry Ivanov
lisp.ystok.ru

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:29 UTC