digitalmars.D - D Forms Library
- Vathix (16/16) Jul 14 2004 D Forms Library, or DFL, is my new Win32 windowing library. Check it out...
- Kris (3/19) Jul 14 2004 Cool. That looks nice and simple!
- Jarrett Billingsley (2/2) Jul 14 2004 i came across your site and saw this the other day. i was sad that it
- J C Calvarese (5/24) Jul 14 2004 --
-
Carlos Santander B.
(24/24)
Jul 14 2004
"Vathix"
escribió en el mensaje - Charlie (3/19) Jul 15 2004 Bootylicious!
- John Reimer (2/16) Jul 15 2004 Will a Linux version follow? :-)
- Vathix (2/3) Jul 15 2004 I don't really know anything about linux GUI programming, so I don't eve...
- John Reimer (6/11) Jul 15 2004 No problem... just curious. Maybe if DFL turns out really good, others
- Pac (5/6) Jul 15 2004 Take DUI if your are looking for a LINUX GUI for D...
- John Reimer (2/13) Jul 15 2004 Oh really? ;-)
- Vathix (3/3) Jul 15 2004 Thanks for the nice comments guys. I'm excited about getting more featur...
- teqDruid (2/5) Jul 20 2004 A Linux port.
- John Reimer (3/10) Jul 20 2004 Hmmm... might be interesting to look into a linux port while DFL is stil...
- C. Sauls (6/6) Jul 19 2004 I rather like this lib. The "uncaught exception" dialog is a nice
- Vathix (5/11) Jul 19 2004 Thanks.
- Juanjo =?ISO-8859-15?Q?=C1lvarez?= (6/15) Jul 19 2004 Before starting to code anything please also take a look at the way the ...
- Jason Mills (3/3) Jul 20 2004 I have been trying to access www.dprogramming.com for days. But my
- Stephen Waits (3/7) Jul 20 2004 Worked for me at 15:14 Pacific Daylight Time.
- Sean Kelly (3/6) Jul 20 2004 Try connecting to 207.234.129.65 Perhaps it's a DNS error on your end.
D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page: With DFL you can: * Create and manage your Windows GUI application with a simple, object-oriented interface. * Attach event handlers to many objects, such as controls, forms, and menus, for practically any event. * Dock and anchor controls on the parent form, so resize code isn't needed. * Use sockets that do not block the GUI thread. * Much more! DFL should also appeal to .NET programmers, and hopefully persuade them to try out D. -- Christopher E. Miller www.dprogramming.com
Jul 14 2004
Cool. That looks nice and simple! "Vathix" <vathixSpamFix dprogramming.com> wrote in message news:cd2vu2$16fp$1 digitaldaemon.com...D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page: With DFL you can: * Create and manage your Windows GUI application with a simple, object-oriented interface. * Attach event handlers to many objects, such as controls, forms, and menus, for practically any event. * Dock and anchor controls on the parent form, so resize code isn't needed. * Use sockets that do not block the GUI thread. * Much more! DFL should also appeal to .NET programmers, and hopefully persuade them to try out D. -- Christopher E. Miller www.dprogramming.com
Jul 14 2004
i came across your site and saw this the other day. i was sad that it wasn't finished. now i think i'll go play with it :D
Jul 14 2004
Vathix wrote:D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page: With DFL you can: * Create and manage your Windows GUI application with a simple, object-oriented interface. * Attach event handlers to many objects, such as controls, forms, and menus, for practically any event. * Dock and anchor controls on the parent form, so resize code isn't needed. * Use sockets that do not block the GUI thread. * Much more! DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.I don't know .NET from .COM, and I think it looks great!-- Christopher E. Miller www.dprogramming.com-- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Jul 14 2004
"Vathix" <vathixSpamFix dprogramming.com> escribió en el mensaje news:cd2vu2$16fp$1 digitaldaemon.com | D Forms Library, or DFL, is my new Win32 windowing library. Check it out: | www.dprogramming.com/dfl.php . Here's a little info from the page: | | With DFL you can: | * Create and manage your Windows GUI application with a simple, | object-oriented interface. | * Attach event handlers to many objects, such as controls, forms, and | menus, for practically any event. | * Dock and anchor controls on the parent form, so resize code isn't | needed. | * Use sockets that do not block the GUI thread. | * Much more! | | DFL should also appeal to .NET programmers, and hopefully persuade them to | try out D. | | -- | Christopher E. Miller | www.dprogramming.com One of the examples can't be compiled: missing resource.d ----------------------- Carlos Santander Bernal
Jul 14 2004
Bootylicious! Charlie In article <cd2vu2$16fp$1 digitaldaemon.com>, Vathix says...D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page: With DFL you can: * Create and manage your Windows GUI application with a simple, object-oriented interface. * Attach event handlers to many objects, such as controls, forms, and menus, for practically any event. * Dock and anchor controls on the parent form, so resize code isn't needed. * Use sockets that do not block the GUI thread. * Much more! DFL should also appeal to .NET programmers, and hopefully persuade them to try out D. -- Christopher E. Miller www.dprogramming.com
Jul 15 2004
On Wed, 14 Jul 2004 05:57:04 -0400, Vathix wrote:D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page: With DFL you can: * Create and manage your Windows GUI application with a simple, object-oriented interface. * Attach event handlers to many objects, such as controls, forms, and menus, for practically any event. * Dock and anchor controls on the parent form, so resize code isn't needed. * Use sockets that do not block the GUI thread. * Much more! DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.Will a Linux version follow? :-)
Jul 15 2004
Will a Linux version follow? :-)I don't really know anything about linux GUI programming, so I don't even know if it's possible with this library. I'll look into it sometime.
Jul 15 2004
On Thu, 15 Jul 2004 21:38:27 -0400, Vathix wrote:No problem... just curious. Maybe if DFL turns out really good, others might take on the job. Just curious to know of any cross-platform plans, that's all. Thanks, JohnWill a Linux version follow? :-)I don't really know anything about linux GUI programming, so I don't even know if it's possible with this library. I'll look into it sometime.
Jul 15 2004
In article <pan.2004.07.15.21.54.02.923142 NO_S_PAM.yahoo.com>, John Reimer says...Will a Linux version follow? :-)Take DUI if your are looking for a LINUX GUI for D... Best regards Pac
Jul 15 2004
On Fri, 16 Jul 2004 01:46:00 +0000, Pac wrote:In article <pan.2004.07.15.21.54.02.923142 NO_S_PAM.yahoo.com>, John Reimer says...Oh really? ;-)Will a Linux version follow? :-)Take DUI if your are looking for a LINUX GUI for D... Best regards Pac
Jul 15 2004
Thanks for the nice comments guys. I'm excited about getting more features implemented. Are there any particular things that you want implemented first?
Jul 15 2004
On Fri, 16 Jul 2004 01:14:16 -0400, Vathix wrote:Thanks for the nice comments guys. I'm excited about getting more features implemented. Are there any particular things that you want implemented first?A Linux port.
Jul 20 2004
teqDruid wrote:On Fri, 16 Jul 2004 01:14:16 -0400, Vathix wrote:Hmmm... might be interesting to look into a linux port while DFL is still small.Thanks for the nice comments guys. I'm excited about getting more features implemented. Are there any particular things that you want implemented first?A Linux port.
Jul 20 2004
I rather like this lib. The "uncaught exception" dialog is a nice touch... much better than a random console window popping up with a line of text. Will you be writing anything along the lines of Java's "Layout Manager" classes? -Chris S. -Invironz
Jul 19 2004
"C. Sauls" <ibisbasenji yahoo.com> wrote in message news:cdgrnd$ha9$1 digitaldaemon.com...I rather like this lib. The "uncaught exception" dialog is a nice touch... much better than a random console window popping up with a line of text. Will you be writing anything along the lines of Java's "Layout Manager" classes? -Chris S. -InvironzThanks. http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html That's pretty cool, I just might add something like that.
Jul 19 2004
Vathix wrote: Will you be writing anything along the lines of Java's "LayoutBefore starting to code anything please also take a look at the way the Qt library solves the problem, which seems less advanced but I've found in practice more easy to use and understand and with better results: http://doc.trolltech.com/3.0/layout.htmlManager" classes? -Chris S. -InvironzThanks. http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html That's pretty cool, I just might add something like that.
Jul 19 2004
I have been trying to access www.dprogramming.com for days. But my web browser (Firefox) replies with "Connecting to web.vathix.com..." and stops with "...operation timed out...". Can anybody else connect?
Jul 20 2004
Jason Mills wrote:I have been trying to access www.dprogramming.com for days. But my web browser (Firefox) replies with "Connecting to web.vathix.com..." and stops with "...operation timed out...". Can anybody else connect?Worked for me at 15:14 Pacific Daylight Time. --Steve
Jul 20 2004
In article <cdjjcq$1mu3$1 digitaldaemon.com>, Jason Mills says...I have been trying to access www.dprogramming.com for days. But my web browser (Firefox) replies with "Connecting to web.vathix.com..." and stops with "...operation timed out...". Can anybody else connect?Try connecting to 207.234.129.65 Perhaps it's a DNS error on your end. Sean
Jul 20 2004