WindowsPhoneGeek

WPAppInfo

Login | Join (Why?)

rss rss rss
logo

New Coding4Fun Toolkit v1.4.6 officially released: cool new components and fixes

published on: 8/24/2011 | Views: N/A | Tags: C4FToolkit Mango

by WindowsPhoneGeek

A new Coding4Fun.Phone.Toolkit v1.4.6 official release was announced recently. In this post I will cover all fixes and changes that were made since the previous Coding4Fun v1.4.5 until the new Coding4Fun.Phone.Toolkit v1.4.6 release.

NOTE: Coding4Fun quickly became one of the most popular free projects that offer additional components for Windows Phone  application development.  The current version 1.4.6 is available for Windows Phone 7.1 and Windows Phone 7.0(this will be the last WP 7.0 release) as well.

Here is what is included in the download package:

Pretty cool new components were added: Tile Control, Tile Notification, FrameworkElementBinding.ClipToBounds as well as lots of fixes. Expect our next "Coding4Fun Toolkit in depth" articles soon.

imageimageimageimage

Here is a simple example:

<c4fToolkit:Tile 
    HorizontalAlignment="Left"
    Margin="0, 12"
    Width="358"
    Height="173"
    c4fToolkitBinding:FrameworkElementBinding.ClipToBounds="True"
    Title="Coding4Fun Phone Toolkit">
    <Grid>
        <Canvas>
            <Image 
                x:Name="image" 
                Source="/Coding4Fun.Phone.TestApplication;component/Media/trex_360width.jpg" 
                Stretch="None">
                <Image.RenderTransform>
                    <CompositeTransform />
                </Image.RenderTransform>
            </Image>
        </Canvas>
        <c4fToolkit:TileNotification
            Padding="18, 0"
            Background="{StaticResource PhoneAccentBrush}">
            <TextBlock>rawr?</TextBlock>
            <!-- in 7.1, you can skip the need for TextBlock -->
        </c4fToolkit:TileNotification>
    </Grid>
</c4fToolkit:Tile>

Coding4Fun.Phone.Toolkit v1.4.6 FIXES and New features:

1.New:Tile Control

2.New:Tile Notification

3.New:FrameworkElementBinding.ClipToBounds

4.Added: New Orientation property to RoundButton

workitem: http://coding4fun.codeplex.com/workitem/6918

5.Added: Allow TextWrapping on Tile Text

workitem: http://coding4fun.codeplex.com/workitem/6999

6.Fixed: RoundButton's "Edit Template\Edit a Copy" empty ControlTemplate issue

workitem: http://coding4fun.codeplex.com/workitem/6920

7.Fixed:  Figured out how to make something a default content property so now you can do stuff how TextBlock and Button work:

<Foo>Bar</Foo> instead of being forced to do
<Foo>
<Foo.Content>
Bar
</Foo.Content>
</Foo>

8.Fixed: ColorPicker throws NullReferenceException when the color is set

workitem: http://coding4fun.codeplex.com/workitem/6941

9.Fixed: Toast Prompt Image Missing

workitem: http://coding4fun.codeplex.com/discussions/265766

10.Fixed: ColorPicker doesn't set color properly OnLoad

workitem: http://coding4fun.codeplex.com/workitem/7012

11.Fixed: Show TimeSpanPicker from code

workitem: http://coding4fun.codeplex.com/discussions/268768

12.Fixed: Removed SL Toolkit dependency on primary toolkit

workitem: http://coding4fun.codeplex.com/workitem/7058

 

Stay tuned for our next "Coding4Fun Toolkit in depth" articles!

You can also follow us on Twitter @winphonegeek

Comments

Cool!

posted by: Rahmed Kumar on 8/24/2011 11:44:23 AM

Cool. Tile control is really impressive. Waiting for the in depth post.

offical build

posted by: T.P on 8/24/2011 11:48:26 AM

Just found this post.a month for this release. Now I am preparing my app for submission. Hope to have no problems when updating with the new dlls. Finally thanks for sharing this info, Cf4 is really good library.

Tile

posted by: Peter on 8/25/2011 10:42:56 AM

The new Tile control is really amazing.

Tile is amazing

posted by: Kate on 8/25/2011 10:52:27 AM

Vote up for the Tile as well.

firefox problem

posted by: fereAnnorgo on 4/9/2012 3:11:21 PM

hello! i have problem about firefox crash. can you help me? how can i do? best regards.

Add comment to 'New Coding4Fun Toolkit v1.4.6 officially released: cool new components and fixes'

Comment

Our Top Articles & Free books

Our Top Tips & Samples