www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Any sample for DFL library?

reply Lubos Pintes <lubos.pintes gmail.com> writes:
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
next sibling parent reply "Michael" <pr m1xa.com> writes:
gtkD ?
Oct 07 2012
parent Lubos Pintes <lubos.pintes gmail.com> writes:
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
prev sibling next sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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
parent Lubos Pintes <lubos.pintes gmail.com> writes:
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
prev sibling next sibling parent reply "Mike James" <foo bar.com> writes:
 "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.
DGUI doesn't compile with the latest D compiler - it's not been updated for nearly a year.
Oct 07 2012
parent Lubos Pintes <lubos.pintes gmail.com> writes:
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):
 "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.
DGUI doesn't compile with the latest D compiler - it's not been updated for nearly a year.
Oct 08 2012
prev sibling parent "thedeemon" <dlang thedeemon.com> writes:
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