Skip to content

Commit

Permalink
Changing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 3, 2009
1 parent 9bc0ab9 commit 5053878
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions README.md
@@ -1,33 +1,38 @@
Quasar 0.1 (Released January 19th, 2008)
### Quasar
---

1. Requirements
a. Depends on the SilverlightToolkit and is currently using the December 2008 drop.
#### Author: Charlie Robbins, 2008
[http://www.charlierobbins.com](http://www.charlierobbins.com)

2. Quality Bands
Last Update: January 19th, 2008

### Requirements
Depends on the SilverlightToolkit and is currently using the December 2008 drop.

### Quality Bands
Currently all controls in Quasar are in the pre-Alpha stages of development. I have tried to outline all of the limitations in "Limitations below."

a. pre-Alpha: There are no unit tests, sample usage in Quasar.Samples, or other documentation.
b. Alpha: There is sample usage in Quasar.Samples and limited documentation
c. Beta: There are unit tests, sample usage in Quasar.Samples, and limited documentation
d. Released: Ready for prime time.

3. Dependencies
a. Built against Silverlight 2 RTM
b. Silverlight Toolkit, December 2008

4. Limitations
a. AttachedDragDropBehavior
+ EventHandlers cannot be set in ControlTemplates
+ EventHandlers must be public methods on whatever class they are declared
b. AttachedEventHandlerManager
+ EventHandlers cannot be set in ControlTemplates
+ EventHandlers must be public methods on whatever class they are declared
c. ImageListView
+ The ImageListViewItem does not utilize any sort of bounding (i.e. ViewBox), so there may be possible clipping in some Stretch usage scenarios.
d. LightBox
+ Currently has no "Adorner" like layer built into it, so to get the faded background effect, you must have it stretch to the entire area.
e.

5. Credits
+ItemContainerManager: Josh Wagoner (http://blog.dobaginski.com/josh/?p=52)
+AttachedEventHandlerManager: Ary Borenszweig (http://weblogs.manas.com.ar/ary/2008/06/24/adding-double-click-support-in-silverlight/)
1. pre-Alpha: There are no unit tests, sample usage in Quasar.Samples, or other documentation.
2. Alpha: There is sample usage in Quasar.Samples and limited documentation
3. Beta: There are unit tests, sample usage in Quasar.Samples, and limited documentation
4. Released: Ready for prime time.

### Dependencies
1. Built against Silverlight 2 RTM
2. Silverlight Toolkit, December 2008

### Limitations
1. AttachedDragDropBehavior
* EventHandlers cannot be set in ControlTemplates
* EventHandlers must be public methods on whatever class they are declared
2. AttachedEventHandlerManager
* EventHandlers cannot be set in ControlTemplates
* EventHandlers must be public methods on whatever class they are declared
3. ImageListView
* The ImageListViewItem does not utilize any sort of bounding (i.e. ViewBox), so there may be possible clipping in some Stretch usage scenarios.
4. LightBox
* Currently has no "Adorner" like layer built into it, so to get the faded background effect, you must have it stretch to the entire area.

### Credits
* ItemContainerManager: Josh Wagoner (http://blog.dobaginski.com/josh/?p=52)
* AttachedEventHandlerManager: Ary Borenszweig (http://weblogs.manas.com.ar/ary/2008/06/24/adding-double-click-support-in-silverlight/)

0 comments on commit 5053878

Please sign in to comment.