Re: Any sample for DFL library?

2012-10-09 Thread thedeemon

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/


Re: Any sample for DFL library?

2012-10-08 Thread Lubos Pintes
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 ?






Re: Any sample for DFL library?

2012-10-08 Thread Lubos Pintes

Thank you.

Dňa 7. 10. 2012 21:26 Andrej Mitrovic  wrote / napísal(a):

On 10/7/12, Lubos Pintes lubos.pin...@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





Re: Any sample for DFL library?

2012-10-08 Thread Lubos Pintes
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.





Any sample for DFL library?

2012-10-07 Thread Lubos Pintes

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.


Re: Any sample for DFL library?

2012-10-07 Thread Michael

gtkD ?




Re: Any sample for DFL library?

2012-10-07 Thread Andrej Mitrovic
On 10/7/12, Lubos Pintes lubos.pin...@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