Re: DGui is alive

2014-05-21 Thread andre via Digitalmars-d-announce
On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij 
wrote:

20.05.2014 22:46, Suliman пишет:

DGui need some other controls,such as
imageButton,DataView,GridViewe.t.c.

Thank you.

Frank


Yes, I very need imageButton. Is there any chance that they 
will be

developed in nearest time?


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.




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


It would be nice to include such example to the Other examples 
and also Provide a small build script. Kind regards andre


Re: DGui is alive

2014-05-26 Thread Andre via Digitalmars-d-announce

On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij
wrote:

20.05.2014 17:46, FrankLike пишет:

DGui need some other controls,such as
imageButton,DataView,GridViewe.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.


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é


Re: Heroku Buildpack for D

2015-10-26 Thread Andre via Digitalmars-d-announce

On Monday, 26 October 2015 at 04:13:50 UTC, Martin Nowak wrote:

I wrote a buildpack for Heroku to easily deploy D apps.
The script is based on the Travis-CI build script, so you can 
select the same compilers (using a .d-compiler file) and get 
the same DC/DMD env vars.


https://github.com/MartinNowak/heroku-buildpack-d


Great work. I think it worths to only extract the necessary files.
-> linux/lib64/*
-> linux/bin64/*
-> object.d (maybe also others from runtime)

Last time I checked also phobos was necesarry due to curl usage.
Maybe it isn't necessary anymore due to latest curl changes in 
2.0.69


This makes the installation a little bit faster, also for every 
cf push

less cache files needs to be copied.


Syntax highlighting of backticks now supported in Notepad++

2016-02-23 Thread Andre via Digitalmars-d-announce

Hi,

with the newest version of Notepad++ (6.9) strings enclosed
with backticks `Hello World!` are now correctly highlighted.

Kind regards
André


Re: Syntax highlighting of backticks now supported in Notepad++

2016-02-26 Thread Andre via Digitalmars-d-announce

On Friday, 26 February 2016 at 15:31:33 UTC, Remo wrote:

On Wednesday, 24 February 2016 at 02:57:20 UTC, Charles wrote:

On Tuesday, 23 February 2016 at 17:01:47 UTC, Andre wrote:

Hi,

with the newest version of Notepad++ (6.9) strings enclosed
with backticks `Hello World!` are now correctly highlighted.

Kind regards
André




Unfortunately syntax highlighting for D still do not work even 
with v6.9.


For me syntax highlighting is also working quite fine in 
Notepad++.

I selected Zenburn theme in Style Configurator.
Maybe you have to re-install Notepad++

Kind regards
André