New Coding4Fun Toolkit v1.5.1 officially released
published on: 1/2/2012 | Views: N/A | Tags: C4FToolkit
by WindowsPhoneGeek
A new Coding4Fun.Phone.Toolkit v1.5.1 official release was announced on 1 Jan 2012 with some important fixes.
NOTE: Coding4Fun quickly became one of the most popular free projects that offer additional components for Windows Phone application development. Here is what is included in the download package:
Bugs fixed
- Slider touch area
- ColorSlider bug that was due to an adjustment in behavior to SuperSlider. this also effects the ColorPicker control as well.
You can also follow us on Twitter @winphonegeek
Comments
Setting ImageSource Property for RoundButton
posted by: Valkyrie-MT on 1/8/2012 11:37:12 PM
I see that the original in-depth posts for the RoundButton used the ImagePath Property, but that is now gone from the new toolkit. It looks like perhaps ImageSource may have replaced it, but how is it used. Can someone post a line of xaml for how you set the image, while respecting the theme?
This does not work...
-Valkyrie-MT
ImageSource Property for RoundButton
posted by: Valkyrie-MT on 1/8/2012 11:53:44 PM
Nevermind, I figured it out. Here is the line of XAML:
<c4:RoundButton ImageSource="{Binding Converter={StaticResource ThemedImageConverter}, ConverterParameter={StaticResource PhoneBackgroundColor} }" DataContext="/PhoneApp9;component/icons/{0}/appbar.delete.rest.png" />
Of course, this still requires you to have independent light and dark icon folders.
-Valkyrie-MT
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
