digitalmars.D.announce - DGui is alive
- Denis Shelomovskij (22/22) May 20 2014 DGui is a lightweight graphic library for Windows with API close to
- FrankLike (6/27) May 20 2014 Good work!
- FrankLike (5/7) May 20 2014 DGui's codes are less than DFL,it's a better thing.If it can
- FrankLike (2/4) May 20 2014
- Denis Shelomovskij (7/12) May 20 2014 It is already in code.dlang.org. As for Github I have already answered
- Suliman (4/8) May 20 2014 Yes, I very need imageButton. Is there any chance that they will
- Denis Shelomovskij (9/19) May 21 2014 No, not in near future. General usage of buttons with images is a
- Suliman (3/18) May 21 2014 What is the difference between imageButton and ToolButton?
- Denis Shelomovskij (6/23) May 21 2014 There is no `imageButton` objects in DGui. `ToolButton` is a button
- Suliman (1/3) May 21 2014
- andre (4/25) May 21 2014 It would be nice to include such example to the Other examples
- Denis Shelomovskij (9/11) May 24 2014 There is no plan to add new controls and I don't see any lacking ones.
- FrankLike (5/7) May 25 2014 I test it again,found DGui is the very cool,Memory Usage the
- FrankLike (6/8) May 25 2014 I test it again,found DGui is the very cool,Memory Usage the
- Kagamin (5/9) May 26 2014 Haha, well, when people talk about GridView, they mean something
- Andre (15/24) May 26 2014 DGui is really fantastic, it is easy to use and without a big
- Denis Shelomovskij (9/32) May 30 2014 Horizontal/vertical layout can be achieved using `Control.dock` property...
- FrankLike (5/5) Jun 01 2014 DGui is very cool,but need some other controls,such as
- FrankLike (4/4) Jun 02 2014 this._gridPanel.scrollBars =true;
- uri (5/9) Jun 02 2014 If you have an issue to report for DGui, or feature request, you
- FrankLike (1/1) Jun 25 2014 How about the DGui's status?
- Gary Willoughby (2/3) Jun 25 2014 https://bitbucket.org/dgui/dgui/issues
- FrankLike (2/5) Jun 26 2014 #1to#5,those were built by me.
- Gary Willoughby (2/9) Jun 26 2014 Well done.
- FrankLike (1/1) Jul 23 2014 How about the DGui's status?
- Gary Willoughby (2/3) Jul 23 2014 https://bitbucket.org/dgui/dgui/issues
- francesco cattoglio (2/5) Jul 23 2014 déjà vu
- Cassio Butrico (43/64) Jun 26 2014 Hello DGUI team.
- Frank Like (2/2) Oct 12 2014 Hello,Denis Shelomovskij.
- Gary Willoughby (3/5) Oct 12 2014 You can see all activity here:
- FrankLike (2/7) Oct 13 2014 Sorry,I'm waiting for the Denis Shelomovskij's Answers.
DGui is a lightweight graphic library for Windows with API close to .NET's Windows Forms. The library is written by Trogu Antonio Davide, but he isn't supporting it any longer so you can refer me as a current project manager. One can get examples and OMF import libraries needed to build executables from "Downloads" section on project page. Project repo page: https://bitbucket.org/dgui/dgui/ Note: The project API should be stable now, but lots of stylistic renames happened recently so if one has a huge codebase using old names and want to upgrade to current version you can contact me and I will prepare autorenaming scripts for you (I used it to do renaming anyway). Sorry for API breakage, I just couldn't see all those C-style uppercased enums any more. P.S. I was waiting to be able to do planned API breaking changes before posting here so the announce is half a year later than the project resurrection date. -- Денис В. Шеломовский Denis V. Shelomovskij
May 20 2014
On Tuesday, 20 May 2014 at 07:20:16 UTC, Denis Shelomovskij wrote:DGui is a lightweight graphic library for Windows with API close to .NET's Windows Forms. The library is written by Trogu Antonio Davide, but he isn't supporting it any longer so you can refer me as a current project manager. One can get examples and OMF import libraries needed to build executables from "Downloads" section on project page. Project repo page: https://bitbucket.org/dgui/dgui/ Note: The project API should be stable now, but lots of stylistic renames happened recently so if one has a huge codebase using old names and want to upgrade to current version you can contact me and I will prepare autorenaming scripts for you (I used it to do renaming anyway). Sorry for API breakage, I just couldn't see all those C-style uppercased enums any more. P.S. I was waiting to be able to do planned API breaking changes before posting here so the announce is half a year later than the project resurrection date.Good work! DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. Frank
May 20 2014
DGui's codes are less than DFL,it's a better thing.If it can work on Linux,Mac Os X,maybe change it by Base Class? It's a huge work! Thank you. FrankDGui is a lightweight graphic library for Windows with API close to .NET's Windows Forms.
May 20 2014
Can you put DGui into github.com and code.dlang.org ? Let all d's coders build on it!Thank you. Frank
May 20 2014
20.05.2014 18:11, FrankLike пишет:Can you put DGui into github.com and code.dlang.org ? Let all d's coders build on it!It is already in code.dlang.org. As for Github I have already answered here [1]. [1] http://forum.dlang.org/post/llf00b$2pl5$1 digitalmars.com -- Денис В. Шеломовский Denis V. ShelomovskijThank you. Frank
May 20 2014
DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. FrankYes, I very need imageButton. Is there any chance that they will be developed in nearest time? I need example how to draw line (small Paint) with this lib. Does DGUI can do it? If not I would need to look for alternative...
May 20 2014
20.05.2014 22:46, Suliman пишет:No, not in near future. General usage of buttons with images is a `ToolBar` so there is a `ToolButton` with image. As for other controls, e.g. a regular `Button`, one can draw everything in `paint` event.DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. FrankYes, I very need imageButton. Is there any chance that they will be developed in nearest time?I need example how to draw line (small Paint) with this lib. Does DGUI can do it? If not I would need to look for alternative...Here is an example of button with image and lines drawn on it: https://gist.github.com/denis-sh/56e2104dba7d9793f68d -- Денис В. Шеломовский Denis V. Shelomovskij
May 21 2014
On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij wrote:20.05.2014 22:46, Suliman пишет:What is the difference between imageButton and ToolButton?No, not in near future. General usage of buttons with images is a `ToolBar` so there is a `ToolButton` with image. As for other controls, e.g. a regular `Button`, one can draw everything in `paint` event.DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. FrankYes, I very need imageButton. Is there any chance that they will be developed in nearest time?
May 21 2014
21.05.2014 15:05, Suliman пишет:On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij wrote:There is no `imageButton` objects in DGui. `ToolButton` is a button placed in `ToolBar` and it can have an image. -- Денис В. Шеломовский Denis V. Shelomovskij20.05.2014 22:46, Suliman пишет:What is the difference between imageButton and ToolButton?No, not in near future. General usage of buttons with images is a `ToolBar` so there is a `ToolButton` with image. As for other controls, e.g. a regular `Button`, one can draw everything in `paint` event.DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. FrankYes, I very need imageButton. Is there any chance that they will be developed in nearest time?
May 21 2014
So about what Frank talk?DGui need some other controls,such as imageButton,DataView,GridView....e.t.c.
May 21 2014
On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij wrote:20.05.2014 22:46, Suliman пишет:It would be nice to include such example to the Other examples and also Provide a small build script. Kind regards andreNo, not in near future. General usage of buttons with images is a `ToolBar` so there is a `ToolButton` with image. As for other controls, e.g. a regular `Button`, one can draw everything in `paint` event.DGui need some other controls,such as imageButton,DataView,GridView....e.t.c. Thank you. FrankYes, I very need imageButton. Is there any chance that they will be developed in nearest time?I need example how to draw line (small Paint) with this lib. Does DGUI can do it? If not I would need to look for alternative...Here is an example of button with image and lines drawn on it: https://gist.github.com/denis-sh/56e2104dba7d9793f68d
May 21 2014
20.05.2014 17:46, FrankLike пишет:DGui need some other controls,such as imageButton,DataView,GridView....e.t.c.There is no plan to add new controls and I don't see any lacking ones. One can use `paint` event to draw image on button and there is `GridPanel` (with usage example `grid.d`) so I don't understand why `GridView` is needed and what is its purpose. Also I don't know what is `DataView` for. -- Денис В. Шеломовский Denis V. Shelomovskij
May 24 2014
There is no plan to add new controls and I don't see any lacking ones.I test it again,found DGui is the very cool,Memory Usage the least ,2.2M,very cool.,but must use the 'this',if I known some controls,not want use the 'this',then don't compile. Thank you. Frank
May 25 2014
There is no plan to add new controls and I don't see any lacking ones.I test it again,found DGui is the very cool,Memory Usage the least ,2.2M,very cool.,but must use the 'this',if I known some controls,not want use the 'this',then don't compile. But for DFL ,it's not be must. Thank you. Frank
May 25 2014
On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij wrote:One can use `paint` event to draw image on button and there is `GridPanel` (with usage example `grid.d`) so I don't understand why `GridView` is needed and what is its purpose. Also I don't know what is `DataView` for.Haha, well, when people talk about GridView, they mean something like this: https://www.devexpress.com/Products/NET/Controls/WinForms/Grid/
May 26 2014
On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij wrote:20.05.2014 17:46, FrankLike пишет:DGui is really fantastic, it is easy to use and without a big overhead. What I experienced, developers coming from other frameworks might miss a horizontal/vertical layout. This would be much easier than using a grid for this purpose. Also some more examples could boost the popularity of DGui. Especially, how can I create create my own controls? What would be really nice for business developer would be a specific Stringgrid control (like delphi/lazarus has). Here an example http://i.stack.imgur.com/FJFiN.gif Do you accept pull requests if developers provide you new stuff for DGui? Kind regards AndréDGui need some other controls,such as imageButton,DataView,GridView....e.t.c.There is no plan to add new controls and I don't see any lacking ones. One can use `paint` event to draw image on button and there is `GridPanel` (with usage example `grid.d`) so I don't understand why `GridView` is needed and what is its purpose. Also I don't know what is `DataView` for.
May 26 2014
26.05.2014 23:08, Andre пишет:On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij wrote:Horizontal/vertical layout can be achieved using `Control.dock` property. I will think about examples and documentation improvements.20.05.2014 17:46, FrankLike пишет:DGui is really fantastic, it is easy to use and without a big overhead. What I experienced, developers coming from other frameworks might miss a horizontal/vertical layout. This would be much easier than using a grid for this purpose. Also some more examples could boost the popularity of DGui. Especially, how can I create create my own controls?DGui need some other controls,such as imageButton,DataView,GridView....e.t.c.There is no plan to add new controls and I don't see any lacking ones. One can use `paint` event to draw image on button and there is `GridPanel` (with usage example `grid.d`) so I don't understand why `GridView` is needed and what is its purpose. Also I don't know what is `DataView` for.What would be really nice for business developer would be a specific Stringgrid control (like delphi/lazarus has). Here an example http://i.stack.imgur.com/FJFiN.gifUse `ListView` and `TreeView` classes.Do you accept pull requests if developers provide you new stuff for DGui?Yes, but I strongly recommend to contact me first to plan and synchronize activities to prevent useless time wasting. -- Денис В. Шеломовский Denis V. Shelomovskij
May 30 2014
DGui is very cool,but need some other controls,such as Calendar,DateTimePicker....e.t.c,but which control can be the 'data source',for saving data when runing,for filter data? Thank you. Frank
Jun 01 2014
this._gridPanel.scrollBars =true; I find it not work. And it not set the 'Data Source',should add it. Thank you.
Jun 02 2014
On Monday, 2 June 2014 at 09:06:57 UTC, FrankLike wrote:this._gridPanel.scrollBars =true; I find it not work. And it not set the 'Data Source',should add it. Thank you.If you have an issue to report for DGui, or feature request, you should do so here: https://bitbucket.org/dgui/dgui/issues It might get missed by DGui devs posting it here.
Jun 02 2014
On Wednesday, 25 June 2014 at 15:16:03 UTC, FrankLike wrote:How about the DGui's status?https://bitbucket.org/dgui/dgui/issues
Jun 25 2014
On Wednesday, 25 June 2014 at 17:32:06 UTC, Gary Willoughby wrote:On Wednesday, 25 June 2014 at 15:16:03 UTC, FrankLike wrote:How about the DGui's status?https://bitbucket.org/dgui/dgui/issues
Jun 26 2014
On Thursday, 26 June 2014 at 15:24:17 UTC, FrankLike wrote:On Wednesday, 25 June 2014 at 17:32:06 UTC, Gary Willoughby wrote:Well done.On Wednesday, 25 June 2014 at 15:16:03 UTC, FrankLike wrote:How about the DGui's status?https://bitbucket.org/dgui/dgui/issues
Jun 26 2014
On Wednesday, 23 July 2014 at 11:40:01 UTC, FrankLike wrote:How about the DGui's status?https://bitbucket.org/dgui/dgui/issues
Jul 23 2014
On Wednesday, 23 July 2014 at 12:58:46 UTC, Gary Willoughby wrote:On Wednesday, 23 July 2014 at 11:40:01 UTC, FrankLike wrote:déjà vuHow about the DGui's status?https://bitbucket.org/dgui/dgui/issues
Jul 23 2014
On Tuesday, 20 May 2014 at 07:20:16 UTC, Denis Shelomovskij wrote:DGui is a lightweight graphic library for Windows with API close to .NET's Windows Forms. The library is written by Trogu Antonio Davide, but he isn't supporting it any longer so you can refer me as a current project manager. One can get examples and OMF import libraries needed to build executables from "Downloads" section on project page. Project repo page: https://bitbucket.org/dgui/dgui/ Note: The project API should be stable now, but lots of stylistic renames happened recently so if one has a huge codebase using old names and want to upgrade to current version you can contact me and I will prepare autorenaming scripts for you (I used it to do renaming anyway). Sorry for API breakage, I just couldn't see all those C-style uppercased enums any more. P.S. I was waiting to be able to do planned API breaking changes before posting here so the announce is half a year later than the project resurrection date.Hello DGUI team. My name is Cassio butrico and am new to the "D" language. I would like to congratulate the great job they have done. I have studied the codes every day, and realized that some conversions are not performed by the compiler. I'm just passing some notifications that would have analyzed for the team. They are: ============================================ \dgui\filebrowserdialog.d ============================================ 71 | if(res) 72 | { 73 | this._dlgRes = to!(string)(toUTF8(buffer).ptr); 74 | } =============== change to =================== 71 | if(res) 72 | { 73 | string namefile; 74 | foreach(i,c; buffer) 75 | { 76 | if(c != '\0') 77 | { 78 | namefile ~= to!string(buffer[i]) ; 79 | } 80 | } 81 | this._dlgRes = namefile; 82 | } ============================================ \dgui\core\dialogs\commondialog.d ============================================ 31 | property public T2 result() 32 | { 33 | return this._dlgRes; 34 | } =============== change to =================== 31 | property public T2 result() 32 | { 33 | auto autostrFile = this._dlgRes; 34 | return autostrFile; 35 | } ============================================ I thank the attention.
Jun 26 2014
Hello,Denis Shelomovskij. How about the DGui's new status?
Oct 12 2014
On Sunday, 12 October 2014 at 13:23:33 UTC, Frank Like wrote:Hello,Denis Shelomovskij. How about the DGui's new status?You can see all activity here: https://bitbucket.org/dgui/dgui/
Oct 12 2014
On Sunday, 12 October 2014 at 17:53:06 UTC, Gary Willoughby wrote:On Sunday, 12 October 2014 at 13:23:33 UTC, Frank Like wrote:Sorry,I'm waiting for the Denis Shelomovskij's Answers.Hello,Denis Shelomovskij. How about the DGui's new status?You can see all activity here: https://bitbucket.org/dgui/dgui/
Oct 13 2014