-----------------------------------------------------------
Zonic V0.20
-----------------------------------------------------------

	Not implemented:
	
	- ZGroup does not support colums (really important!)
	- ZGroup does not accept dragmessages
	- some interface classes are missing
	- replacement for popup buttons (I call them cyclegadgets)
	- replacement for most other Interface Classes to speed
	  up things...
	- Adding a StringSlider class
	- Adding popup menus for ZGroups.
	
	Bugs
	
	- many memory leaks. Most objects are not deleted on exit.
	- probaly many others... Please report them!

	Dislikes in BeOS:
	
	- The resizing behavior is really BAD!! When there are
	  many objects in the view and the drawing gets naturally
	  slow, the window and the view have problems sycronising
	  their sizes... Looks really bad! I have tried many 
	  possibilities and its definitly not my fault.
	- The BPopUpMenu did not accept the radiomode and the
	  autolabel mode, even with both flags set to TRUE.
	- RadioButtons only accepts changes by MoveTo() and
	  ResizeTo() when is it showed. In hidden mode (Hide()) 
	  it simply stays on old position, and is not shown 
	  in Zonic. I had to add a workaround. Additionally they
	  look really ugly in DR7.1...
	- I am wondering if I should add a recognition of 
	  maximum and minimum sizes for menus. Its complicate
	  and I prefer implementing my own popups.
	- BViews are SLOOW... Try comparing the two button
	  demos...
	- BScrollbars simply ignore the "orientation" argument!!
	  It seems it gets his orientation by using the BRect.
	  When pressing one of the arrows a white line is drawn
	  on one side... The overall design isnt the best and looks
	  like from one who wanted to make something great
	  but didnt have the skill to design something like that.

	more to follow...

-----------------------------------------------------------