akmuobate

Stories kicked by akmuobate

Open Source Silverlight Battleship Game(games.ailon.org)

submitted by ailonailon(1335) 2 years, 5 months ago

Here's an open source Silverlight Battleship game. Sources are released under Ms-PL. read more...

add a comment |category: |Views: 91

tags: another

Writing WPF/Silverlight compatible code. Part 5: Adding PropertyChange(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 5 months ago

This part presents a workaround you can use in Silverlight to set a handler to be called when value of inherited dependency properties changes. read more...

add a comment |category: |Views: 11

tags: another

Writing WPF/Silverlight compatible code. Part 4: Geometries(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 6 months ago

This post covers differences in working with Geometries in WPF and Silverlight. read more...

add a comment |category: |Views: 11

tags: another

Stock Chart Control for Silverlight(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 6 months ago

amCharts has released a Silverlight edition of their stock chart control. It's a powerful application that lets you forget about most of the boring parts in building complex statistical systems in Silverlight. read more...

add a comment |category: |Views: 342

tags: another

Setting Pens on Shapes in WPF(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 6 months ago

Sometimes you need to draw various shapes, drawings and objects using the same elaborate pen. Problem is that some WPF elements like GeometryDrawing (represented by star in this picture) take Pen object for their pen settings and classes derived from Shape (like Rectangle, Ellipse, etc.) expose all the pen settings directly in the form of StrokeXxx properties. read more...

add a comment |category: |Views: 14

tags: another

Writing WPF/Silverlight compatible code. Part 3:Brushes/Strokes/Dashes(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 6 months ago

Third part of the series discussing differences in usage of brushes and related aspects in WPF and Silverlight. read more...

add a comment |category: |Views: 10

tags: another

amCharts Stock Chart for WPF: Financial Charting Control for WPF(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 7 months ago

amCharts has released their financial charting control for WPF. It's main purpose is to display financial charts. However, it can also be used to visualize any date-based data. read more...

add a comment |category: |Views: 370

tags: another