digitalmars.D.learn - Any sample for DFL library?
- Lubos Pintes (5/5) Oct 07 2012 Hi,
- Michael (1/1) Oct 07 2012 gtkD ?
- Lubos Pintes (3/4) Oct 08 2012 No, win32 only. It didn't seem relevant in first post, but I am screen
- Andrej Mitrovic (5/10) Oct 07 2012 There are older ones here:
- Lubos Pintes (2/13) Oct 08 2012
- Mike James (2/8) Oct 07 2012 DGUI doesn't compile with the latest D compiler - it's not been updated ...
- Lubos Pintes (6/15) Oct 08 2012 I fixed that for myself after checkout, it only needed some
- thedeemon (3/4) Oct 09 2012 Here's a recent project of mine which uses DFL:
Hi, There are at least two interesting GUI libraries for Windows: DGUI and DFL. But there seems to be no sample code for DFL. Does someone have any samples for DFL? And yes, I know about DWT, but it is a bit heavy-weight.
Oct 07 2012
No, win32 only. It didn't seem relevant in first post, but I am screen reader user and GTK is totally inaccessible / unusable on Windows. Dňa 7. 10. 2012 21:18 Michael wrote / napísal(a):gtkD ?
Oct 08 2012
On 10/7/12, Lubos Pintes <lubos.pintes gmail.com> wrote:Hi, There are at least two interesting GUI libraries for Windows: DGUI and DFL. But there seems to be no sample code for DFL. Does someone have any samples for DFL? And yes, I know about DWT, but it is a bit heavy-weight.There are older ones here: http://www.dprogramming.com/dfl/snapshots/dfl-20110523.zip Look in packages/dfl/examples. I don't know why they're not on the new github page yet https://github.com/Rayerd/dfl
Oct 07 2012
Thank you. Dňa 7. 10. 2012 21:26 Andrej Mitrovic wrote / napísal(a):On 10/7/12, Lubos Pintes <lubos.pintes gmail.com> wrote:Hi, There are at least two interesting GUI libraries for Windows: DGUI and DFL. But there seems to be no sample code for DFL. Does someone have any samples for DFL? And yes, I know about DWT, but it is a bit heavy-weight.There are older ones here: http://www.dprogramming.com/dfl/snapshots/dfl-20110523.zip Look in packages/dfl/examples. I don't know why they're not on the new github page yet https://github.com/Rayerd/dfl
Oct 08 2012
DGUI doesn't compile with the latest D compiler - it's not been updated for nearly a year."Lubos Pintes" wrote in message news:k4skro$n6q$1 digitalmars.com... Hi, There are at least two interesting GUI libraries for Windows: DGUI and DFL. But there seems to be no sample code for DFL. Does someone have any samples for DFL? And yes, I know about DWT, but it is a bit heavy-weight.
Oct 07 2012
I fixed that for myself after checkout, it only needed some cast(WNDPROC) etc. on some places. Don't know however if it doesn't have another problems, I ran some random samples and from screen reader's point of view, it worked fine. (besides owner-drawn labels, which are not so fine. :-)) Dňa 7. 10. 2012 22:47 Mike James wrote / napísal(a):DGUI doesn't compile with the latest D compiler - it's not been updated for nearly a year."Lubos Pintes" wrote in message news:k4skro$n6q$1 digitalmars.com... Hi, There are at least two interesting GUI libraries for Windows: DGUI and DFL. But there seems to be no sample code for DFL. Does someone have any samples for DFL? And yes, I know about DWT, but it is a bit heavy-weight.
Oct 08 2012
On Sunday, 7 October 2012 at 19:23:36 UTC, Lubos Pintes wrote:Does someone have any samples for DFL?Here's a recent project of mine which uses DFL: https://bitbucket.org/infognition/bsort/
Oct 09 2012