DFL Button.backColor

2012-10-30 Thread Zhenya
Hi! Explain me please,why this code doesn't work import dfl.all; void main() { auto form = new Form; auto button = new Button; button.backColor = Color(0,0,0); button.foreColor = Color(0,0,0); form.controls.add(button); Application.run(form); } I

Re: DFL Button.backColor

2012-10-30 Thread Zhenya
On Tuesday, 30 October 2012 at 13:34:21 UTC, Zhenya wrote: Hi! Explain me please,why this code doesn't work import dfl.all; void main() { auto form = new Form; auto button = new Button; button.backColor = Color(0,0,0); button.foreColor = Color(0,0,0); fo