Posted By: Kazi | May 30th, 2005 @ 1:09 AM
page 1 of 1
Comments: 13 | Views: 11110 | Downloads: 186
Kazi
Kazi
¸¸¸.,​-*​'^'*-,​.¸​¸¸.,​-*​'^'*-,​.¸​¸¸.,​-*​'^'*-,​.¸​¸¸.,​-*​'

Just playing with the new WinFX SDK, and the result is my first Avalon application, a desktop clock. Contains simple scalable vector graphics.

Built with VS2005 beta 2 and WinFX SDK beta 1 RC.

Sources and binaries are included. A good (but simple) demo for the transformation features of Avalon.

EDIT1:

Context menu added, right click to reach it. You can choose a smoother, nicer animation-like update method, but that consumes more processor cycles.

EDIT2:

System requiremnts to run this application:

1. .NET Framework Version 2.0 Redistributable Package Beta 2 (x86) (minimum version: 2.0.50215.44)
http://www.microsoft.com/downloads/details.aspx?FamilyId=7ABD8C8F-287E-4C7E-9A4A-A4ECFF40FC8E

2. Microsoft® Pre-Release Software Code Named "Avalon" and "Indigo" Beta1 RC runtime (minimum version: 2.0.50215.28)
http://www.microsoft.com/downloads/details.aspx?familyid=B789BC8D-4F25-4823-B6AA-C5EDF432D0C1

System requiremnts to compile this application:

1. Visual Studio 2005 Beta 2
http://lab.msdn.microsoft.com/vs2005/get/

2. WinFX SDK Beta 1 RC
http://www.microsoft.com/downloads/details.aspx?familyid=B789BC8D-4F25-4823-B6AA-C5EDF432D0C1

karstenj
karstenj
Karsten Januszewski
Nice Work!
Tyler Brown
Tyler Brown
Bullets change governments far surer than votes.
Great work! What did you use to create the vector graphics? I've been looking for an image editor to create vector graphcis with.
Very nice!
One suggestion: you can use Viewbox element which automatically scales its content so you don't have to handle the scaling yourself.

So the XAML code will look something like that:
<Viewbox Stretch="Uniform">
    <Canvas x:Name="canvas">
...

Loadsgood
Loadsgood
What is your answer?
Could you post up the system requirements for this app? Preferably in an edit to the initial post. Thanks Smiley



Doo de doo doo doo,
Loadsgood.

Cool Smiley


I am not certain whether these problems are with Avalon or the app. But here goes:

Build a release version and run it out of VS (just to be sure there's no/less debug code).

Now open up task manager and the cpu usage graph. Now run the app and put the continous update mode.

Watch CPU usage graph rise for a minute or so.

You can try minimize the app and the cpu usage stays same.


NeoTOM
NeoTOM
OMG WTF REDESIGN

Something like this was in the 16-bit versions of NT, I believe?

page 1 of 1
Comments: 13 | Views: 11110 | Downloads: 186
Microsoft Communities