Thread overview
WinD
Jul 24, 2002
Joel Lucsy
Jul 24, 2002
Pavel Minayev
Jul 24, 2002
OddesE
Jul 25, 2002
Joel Lucsy
July 24, 2002
Has there been any progress on WinD? I was never any good at the waiting game.

-
Joel Lucsy
July 24, 2002
On Wed, 24 Jul 2002 18:35:15 +0000 (UTC) Joel Lucsy <jjlucsy@ameritech.net> wrote:

> Has there been any progress on WinD? I was never any good at the waiting game.

Well, right now I'm waiting for the compiler to understand "protected" properly (it did in earlier versions, but now the code doesn't even compile!).

Which classes I've got so far:

	Event
		MouseEvent
		KeyEvent
	EventSlot
		MouseEventSlot
		KeyEventSlot
	Application
	Pen
	Brush
	Font
	Canvas
		ControlCanvas
	Component
		Menu
			MainMenu
			Popup
				MenuItem
		Control
			Window
				Dialog
				Frame
					MDIFrame
			Label
			Button
				CheckBox
				RadioButton
				GroupBox
			TextBox
				TextMemo
			ListBox
			ComboBox
			ScrollBar
			CustomControl
				CustomContainer

Most controls are already quite complete but need testing. GDI stuff - Pen,
Brush, Font and Canvas work, but definitely need more work - at least
I have to encapsulate all GDI drawing functions in Canvas. The only thing
I wanted to add to the list before releasing the first alpha would be
class Bitmap, to enable back-buffering. I hope all this is enough for an
alpha, isn't it? =)
July 24, 2002
Sounds good!

--
Stijn
OddesE_XYZ@hotmail.com
http://OddesE.cjb.net
_________________________________________________
Remove _XYZ from my address when replying by mail



July 25, 2002
Pavel Minayev <evilone@omen.ru> wrote in news:CFN374620391632176@news.digitalmars.com:

<snip>

> I hope all this
> is enough for an alpha, isn't it? =)

Good enough for me! Once posted I'll certainly help flesh it out!

-
Joel Lucsy