Thread overview
Any sample for DFL library?
Oct 07, 2012
Lubos Pintes
Oct 07, 2012
Michael
Oct 08, 2012
Lubos Pintes
Oct 07, 2012
Andrej Mitrovic
Oct 08, 2012
Lubos Pintes
Oct 07, 2012
Mike James
Oct 08, 2012
Lubos Pintes
Oct 09, 2012
thedeemon
October 07, 2012
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.
October 07, 2012
gtkD ?


October 07, 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
October 07, 2012
>> "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.

October 08, 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 ?
>
>

October 08, 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
>

October 08, 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):
>>> "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.
>

October 09, 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/