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.
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.
Our Top Articles & Free books
- Our FREE e-book: "Windows Phone Toolkit In Depth" 2nd edition
- 400+ Windows Phone Development articles in our Article Index
- 21 WP7 Toolkit in Depth articles covering all controls
- 12 WP7 Coding4Fun Toolkit in Depth articles covering all controls
- Performance Tips when creating WP7 apps
- Creating a WP7 Custom Control in 7 Steps
- WP7 working with VisualStates: How to make a ToggleSwitch from CheckBox
- What makes a WP7 App successful
- Creating theme friendly UI in WP7 using OpacityMask
- Implementing Windows Phone 7 DataTemplateSelector and CustomDataTemplateSelector
- All about Splash Screens in WP7 – Creating animated Splash Screen
- Getting Started with Unit Testing in Silverlight for WP7
- WP7 WatermarkedTextBox custom control
Our Top Tips & Samples
- All about WP7 Isolated Storage series
- WP7 Dynamically Generating DataTemplate in code
- 5 tips for a successful WP7 Marketplace submission
- WP7: Navigating to a page in different assembly
- WP7 ContextMenu: answers to popular questions
- WP7 ListBox: answers to popular questions
- WP7 working with Images: Content vs Resource build action
- WP7 Element Binding samples
- WP7 working with XML: reading, filtering and databinding
- Drawing in WP7: #2 Drawing shapes with finger
- WP7 TextBox Light theme problems - the solution
- Changing the WP7 Panorama Background Image dynamically with Animation
