digitalmars.D - Anybody else working on an advanced Windows GUI
??? I mean docking, tabbed MDI, advanced data bound hierarchical grids (using active records, and Enterprise patterns ), charts, reporting etc.. Please let me know. Bjoern
Jul 12 2010
I'm doing some funky controls (Visual Studio-like property sheet, etc.). On Tue, 13 Jul 2010 17:48:54 -0500, wrote:On Mon, 12 Jul 2010 07:26:20 -0500, BLS <windevguy hotmail.de> wrote:-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/??? I mean docking, tabbed MDI, advanced data bound hierarchical grids (using active records, and Enterprise patterns ), charts, reporting etc.. Please let me know. Bjoern
Jul 13 2010
On 14/07/2010 00:58, Yao G. wrote:I'm doing some funky controls (Visual Studio-like property sheet, etc.).That's exactly what I have in mind. My work is more or less based on win32++. ( a D-ish port) 'Cause I like the tabbed MDI, Docking, and skinning stuff.. not to forget having a threaded GUI. In other words you can open a child window in a secondary thread. http://win32-framework.sourceforge.net/overview.htm Do you see a chance that we exchange some ideas ? bjoern
Jul 13 2010
http://win32-framework.sourceforge.net/overview.htm That's an interesting library. Lots of cool ideas. I have a Bitbucket repository with my Win32 GUI pre-alpha library. It's a private repo, but I plan to make it public. I just need to delete some files, and make some changes (I have a XML parser similar to the Tango one, and after the licence fiasco we witnessed, I will have to delete it). The work on the property sheet is in my devel machine, and I haven't pushed it to the Bitbucket repo, but I'll do it in a few days. By the way, my property sheet is based on this control: http://www.viksoe.dk/code/propertylist.htm Just give me a few days so I can do some cleanup and then we can exchange ideas and code. Yao G. On Tue, 13 Jul 2010 18:50:17 -0500, BLS <windevguy hotmail.de> wrote:On 14/07/2010 00:58, Yao G. wrote:-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/I'm doing some funky controls (Visual Studio-like property sheet, etc.).That's exactly what I have in mind. My work is more or less based on win32++. ( a D-ish port) 'Cause I like the tabbed MDI, Docking, and skinning stuff.. not to forget having a threaded GUI. In other words you can open a child window in a secondary thread. http://win32-framework.sourceforge.net/overview.htm Do you see a chance that we exchange some ideas ? bjoern
Jul 13 2010
On 14/07/2010 02:44, Yao G. wrote:http://win32-framework.sourceforge.net/overview.htm That's an interesting library. Lots of cool ideas. I have a Bitbucket repository with my Win32 GUI pre-alpha library. It's a private repo, but I plan to make it public. I just need to delete some files, and make some changes (I have a XML parser similar to the Tango one, and after the licence fiasco we witnessed, I will have to delete it). The work on the property sheet is in my devel machine, and I haven't pushed it to the Bitbucket repo, but I'll do it in a few days. By the way, my property sheet is based on this control: http://www.viksoe.dk/code/propertylist.htm Just give me a few days so I can do some cleanup and then we can exchange ideas and code. Yao G. On Tue, 13 Jul 2010 18:50:17 -0500, BLS <windevguy hotmail.de> wrote:Hi Yao , sound pretty good ! I have to do some bread and butter work right now, so like you, I need a few days. I will send you a Ping. Just in case> mail is nanali at wanadoo -dot- fr A+ BjoernOn 14/07/2010 00:58, Yao G. wrote:I'm doing some funky controls (Visual Studio-like property sheet, etc.).That's exactly what I have in mind. My work is more or less based on win32++. ( a D-ish port) 'Cause I like the tabbed MDI, Docking, and skinning stuff.. not to forget having a threaded GUI. In other words you can open a child window in a secondary thread. http://win32-framework.sourceforge.net/overview.htm Do you see a chance that we exchange some ideas ? bjoern
Jul 13 2010
OK. Thanks. I'll let you know when everything is ready. Yao G. On Tue, 13 Jul 2010 19:45:58 -0500, BLS <windevguy hotmail.de> wrote:On 14/07/2010 02:44, Yao G. wrote:http://win32-framework.sourceforge.net/overview.htm That's an interesting library. Lots of cool ideas. I have a Bitbucket repository with my Win32 GUI pre-alpha library. It's a private repo, but I plan to make it public. I just need to delete some files, and make some changes (I have a XML parser similar to the Tango one, and after the licence fiasco we witnessed, I will have to delete it). The work on the property sheet is in my devel machine, and I haven't pushed it to the Bitbucket repo, but I'll do it in a few days. By the way, my property sheet is based on this control: http://www.viksoe.dk/code/propertylist.htm Just give me a few days so I can do some cleanup and then we can exchange ideas and code. Yao G. On Tue, 13 Jul 2010 18:50:17 -0500, BLS <windevguy hotmail.de> wrote:Hi Yao , sound pretty good ! I have to do some bread and butter work right now, so like you, I need a few days. I will send you a Ping. Just in case> mail is nanali at wanadoo -dot- fr A+ BjoernOn 14/07/2010 00:58, Yao G. wrote:I'm doing some funky controls (Visual Studio-like property sheet, etc.).That's exactly what I have in mind. My work is more or less based on win32++. ( a D-ish port) 'Cause I like the tabbed MDI, Docking, and skinning stuff.. not to forget having a threaded GUI. In other words you can open a child window in a secondary thread. http://win32-framework.sourceforge.net/overview.htm Do you see a chance that we exchange some ideas ? bjoern
Jul 14 2010