Re: My first real dlang/dlangui app - Agile Commander

2018-01-21 Thread Guillaume Piolat via Digitalmars-d-announce
On Sunday, 21 January 2018 at 18:03:41 UTC, Andrzej Kilijański wrote: Hi, I was working on my first dlang/dlangui app and dlangui itself (as contributor and3md) for the last ten months. Currently first version of my software is up:) It's simple project management tool. Anyone can check how dla

Re: My first real dlang/dlangui app - Agile Commander

2018-01-21 Thread Andrzej Kilijański via Digitalmars-d-announce
On Sunday, 21 January 2018 at 18:22:32 UTC, Guillaume Piolat wrote: Welcome to D app development, and congrats about not being yet another SaaS! It's becoming annoying how every website want to own you and your data. (can't test you app though because no Mac version). I created to make this a

Re: My first real dlang/dlangui app - Agile Commander

2018-01-21 Thread Basile B. via Digitalmars-d-announce
On Sunday, 21 January 2018 at 18:03:41 UTC, Andrzej Kilijański wrote: Hi, I was working on my first dlang/dlangui app and dlangui itself (as contributor and3md) for the last ten months. Currently first version of my software is up:) It's simple project management tool. Anyone can check how dla

Re: My first real dlang/dlangui app - Agile Commander

2018-01-21 Thread Andrzej Kilijański via Digitalmars-d-announce
On Sunday, 21 January 2018 at 22:45:56 UTC, Basile B. wrote: Nice work. Remarks: 1/ There's an obvious issue with drag and drop. You should store the position of the mouse (in Delphi it would be during the "OnMouseDown" event) and subtract it while moving. The little jump is a bit annoyin

Re: My first real dlang/dlangui app - Agile Commander

2018-01-22 Thread Basile B. via Digitalmars-d-announce
On Monday, 22 January 2018 at 07:40:02 UTC, Andrzej Kilijański wrote: On Sunday, 21 January 2018 at 22:45:56 UTC, Basile B. wrote: Nice work. Remarks: 1/ There's an obvious issue with drag and drop. You should store the position of the mouse (in Delphi it would be during the "OnMouseDown"

Re: My first real dlang/dlangui app - Agile Commander

2018-01-22 Thread Kena via Digitalmars-d-announce
On Monday, 22 January 2018 at 07:40:02 UTC, Andrzej Kilijański On Monday, 22 January 2018 at 09:42:58 UTC, Basile B. wrote: wrote: Hello, It's nice to have a new commercial D-written project on the market :) How does Agile Commander store the user data on the computer? Does it use a DBMS l

Re: My first real dlang/dlangui app - Agile Commander

2018-01-22 Thread Andrzej Kilijański via Digitalmars-d-announce
On Monday, 22 January 2018 at 09:42:58 UTC, Basile B. wrote: On Monday, 22 January 2018 at 07:40:02 UTC, Andrzej Kilijański wrote: On Sunday, 21 January 2018 at 22:45:56 UTC, Basile B. wrote: Nice work. Remarks: 1/ There's an obvious issue with drag and drop. You should store the position o

Re: My first real dlang/dlangui app - Agile Commander

2018-01-22 Thread Andrzej Kilijański via Digitalmars-d-announce
On Monday, 22 January 2018 at 12:44:29 UTC, Kena wrote: On Monday, 22 January 2018 at 07:40:02 UTC, Andrzej Kilijański On Monday, 22 January 2018 at 09:42:58 UTC, Basile B. wrote: wrote: Hello, It's nice to have a new commercial D-written project on the market :) How does Agile Commander s