<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BewisePhoneControls Wiki Rss Feed</title><link>http://bewisephonecontrols.codeplex.com/</link><description>BewisePhoneControls Wiki Rss Description</description><item><title>New Comment on "Using the BPC OrderableList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC OrderableList Control&amp;ANCHOR#C23736</link><description>Hello, I really love this control, and I have used it in some of my project. But as a MVVM developer, I had to say the control won&amp;#39;t raise the property changed after add or remove.&amp;#10;&amp;#10;this.FooViewModelCollection.Remove&amp;#40;this.RemovedFooModelViewModel&amp;#41;&amp;#59;&amp;#10;            base.RaisePropertyChanged&amp;#40;&amp;#34;FooViewModelCollection&amp;#34;&amp;#41;&amp;#59;&amp;#10;&amp;#10;the FooViewModelCollection was bound as twoway &amp;#10;&amp;#60;bewise&amp;#58;OrderableList ItemsSource&amp;#61;&amp;#34;&amp;#123;Binding FooViewModelCollection, Mode&amp;#61;TwoWay&amp;#125;&amp;#34;...&amp;#62;&amp;#10;&amp;#10;after removing, the UI still keeps the remove item &amp;#40;and we have to manual refresh to update&amp;#41;. But the original ListBox works fine with this situation.</description><author>owickedfox</author><pubDate>Fri, 18 May 2012 04:23:57 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC OrderableList Control" 20120518042357A</guid></item><item><title>New Comment on "Using the BPC Facebook Utility"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC Facebook Utility&amp;ANCHOR#C23190</link><description>I&amp;#39;d 2 questions&amp;#58;&amp;#10;1&amp;#58; At the Facebook Developers App setting, at &amp;#34;Select how your app integrates with Facebook&amp;#34; which option should I select&amp;#63;&amp;#10;2&amp;#58; If I didn&amp;#39;t select anything, and when run the connection, it shown the following error&amp;#58;&amp;#10;&amp;#34;An error occurred with XXXX, Please try again later. API Error Code&amp;#58; 11&amp;#10;API Error Description&amp;#58; This method is deprecated &amp;#10;Error message&amp;#58; Display&amp;#61;wap dialogs have been deprecared. You can temporarily enable them by disable the &amp;#34;july_2012&amp;#34; migration. They will stop working permanently on july 1, 2012&amp;#34;&amp;#10;&amp;#10;does it mean this fbconnection is out of date&amp;#63;</description><author>shawchyn</author><pubDate>Thu, 05 Apr 2012 14:34:19 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC Facebook Utility" 20120405023419P</guid></item><item><title>Updated Wiki: BPC Converters overview</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=BPC Converters overview&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;BPC Converters overview&lt;/h1&gt;
&lt;p&gt;This control library comes with several generic converters. You can directly use them in your projects.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BoolToVisibilityConverter&lt;/strong&gt; : Needs to receive a boolean value, will return Visibility.Visible if true, or Visibility.Collapsed if false.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BoolToVisibilityInverseConverter&lt;/strong&gt; : The opposite of the previous converter&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;StringToLowerConverter&lt;/strong&gt;, &lt;strong&gt;StringToUpperConverter&lt;/strong&gt; : return the lowercase or the uppercase version of a string. Useful when you want to follow the metro guidelines for the page titles and subtitles.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Tue, 28 Feb 2012 14:19:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BPC Converters overview 20120228021907P</guid></item><item><title>Updated Wiki: Using the BPC ExpanderControl</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC ExpanderControl&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Using the BPC ExpanderControl&lt;/h1&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;The ExpanderControl is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.&lt;/span&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;This control allows the user to expand or collapse any content. To expand or collapse the content, the user must click on the header text or on the small icon on the left.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;To implement it, all you have to do is to put your content inside the ExpanderControl.ContentArea tag.
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;Here&amp;rsquo;s a small example:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;ExpanderControl&lt;/span&gt; &lt;span style="color:red"&gt;HeaderText&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;{Binding HeaderText, Mode=OneWay}&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;IsExpanded&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;{Binding IsExpanded, Mode=TwoWay}&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;ExpanderControl.ContentArea&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;StackPanel&lt;/span&gt; &lt;span style="color:red"&gt;Margin&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;10&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;American History X&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;Mulholland Drive&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;Se7en&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;The Lion King&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;TextBlock&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;StackPanel&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;ExpanderControl.ContentArea&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;ExpanderControl&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And here is how the control is displayed when expanded:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=bewisephonecontrols&amp;DownloadId=237206" alt=""&gt;&lt;/p&gt;
&lt;p&gt;and when collapsed:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=bewisephonecontrols&amp;DownloadId=237207" alt="" width="156" height="58"&gt;&lt;/p&gt;
&lt;h2&gt;Properties:&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;span style="font:normal normal normal 7pt/normal 'Times New Roman'"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;strong&gt;IsExpanded:&lt;/strong&gt;
 get or set the state of the control&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;strong&gt;HeaderText:&lt;/strong&gt;&amp;nbsp;The header text which can you can get, set or bind to&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 10:01:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC ExpanderControl 20120222100154A</guid></item><item><title>Updated Wiki: Using the BPC Calendar Control</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC Calendar Control&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Using the BPC Calendar Control&lt;/h1&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;The Calendar control is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.&lt;/span&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;You will find two types of calendar controls which are respectively
&lt;strong&gt;Calendar&lt;/strong&gt; and &lt;strong&gt;DynamicCalendar&lt;/strong&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;Calendar displays a classic calendar and allows the user to navigate from month to month either by sliding his finger across the calendar item, or by using the right and left arrows.
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;You can then select a specific date; the selected date will be surrounded by a small circle.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=bewisephonecontrols&amp;DownloadId=237193" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;span style="color:#30332d"&gt;The selected date is exposed by the property
&lt;/span&gt;&lt;strong style="color:#30332d; font-size:10pt"&gt;SelectedDate&lt;/strong&gt;&lt;span style="color:#30332d"&gt; of the Calendar&amp;nbsp;&lt;/span&gt;&lt;span style="color:#30332d"&gt;Control&lt;/span&gt;&lt;span style="color:#30332d"&gt;&amp;nbsp;and can be get, set and bound.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;Calendar&lt;/span&gt; &lt;span style="color:red"&gt;Name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;datePicker1&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;SelectedDate&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;04/26/2010&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&amp;#65279;&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 10:01:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC Calendar Control 20120222100134A</guid></item><item><title>Updated Wiki: Using the BPC Dynamic Calendar Control</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC Dynamic Calendar Control&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Using the BPC Dynamic Calendar Control&lt;/h1&gt;
&lt;div style="background-color:white; color:black"&gt;&lt;span lang="EN-US"&gt;The Calendar control is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.&lt;/span&gt;&lt;span&gt;&lt;span lang="EN-US"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color:white; color:black"&gt;&lt;span&gt;&lt;span lang="EN-US"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color:white; color:black"&gt;Dynamic calendar behaves just like the classic Bewise Calendar, except that it is collapsible. When the user first loads the control, it will be collapsed.&lt;/div&gt;
&lt;div style="background-color:white; color:black"&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="color:#30332d; font-size:10pt"&gt;The user can then click on the date, or on the edit icon to expand the calendar. As soon as a date is selected, the calendar will collapse back to his original state and will display the newly
 selected date.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="color:#30332d; font-size:10pt"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=bewisephonecontrols&amp;DownloadId=237195" alt=""&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="color:#30332d; font-size:10pt"&gt;Navigating through the calendar is just the same as the classic Calendar with sliding or clicking appropriate buttons. The Dynamic Calendar exposes the same
&lt;strong&gt;SelectedDate&lt;/strong&gt; property to get or set the date.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span lang="EN-US" style="color:#30332d; font-size:10pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div style="background-color:white; color:black"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;DynamicCalendar&lt;/span&gt; &lt;span style="color:red"&gt;Name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;dynamicDatePicker1&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;SelectedDate&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;04/26/2011&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 10:01:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC Dynamic Calendar Control 20120222100111A</guid></item><item><title>Updated Wiki: Using the BPC InappToast Control</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC InappToast Control&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Using the BPC InappToast Control&lt;/h1&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;The InappToast is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;This control allows the user to display an informational message. This message will be displayed for three seconds then will disappear. You can also force the message to hide by calling the
&lt;strong&gt;Hide&lt;/strong&gt; method.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;To display the message, you just have to call the
&lt;strong&gt;Show&lt;/strong&gt; method of the Inapptoast control. The message to be displayed can be either set by the Message property, or by calling the overloaded
&lt;strong&gt;Show(string message)&lt;/strong&gt; method and passing your message in parameter.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;InappToast&lt;/span&gt; &lt;span style="color:red"&gt;Name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;toast&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;OnClicked&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;InappToast_OnClicked&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;Bewise&lt;/span&gt;&lt;span style="color:blue"&gt;:&lt;/span&gt;&lt;span style="color:#a31515"&gt;InappToast&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;div style="color:black; background-color:white"&gt;&lt;br&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;private&lt;/span&gt; &lt;span style="color:blue"&gt;void&lt;/span&gt; Button_Click(&lt;span style="color:blue"&gt;object&lt;/span&gt; sender, RoutedEventArgs e)
{
    &lt;span style="color:blue"&gt;if&lt;/span&gt; (lbItems.SelectedIndex != -1)
    {
        toast.Show(&lt;span style="color:#a31515"&gt;&amp;quot;Deleting &amp;quot;&lt;/span&gt; &amp;#43; lbItems.SelectedItem &amp;#43; &lt;span style="color:#a31515"&gt;&amp;quot;. Click to hide message.&amp;quot;&lt;/span&gt;);
        items.RemoveAt(lbItems.SelectedIndex);
        lbItems.ItemsSource = items;
    }
}

&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;Here you can see how the control is rendered when the Show method is called:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;span lang="EN-US" style="font-size:10pt; color:#30332d"&gt;&lt;img src="http://download.codeplex.com/download?ProjectName=bewisephonecontrols&amp;DownloadId=237209" alt=""&gt;&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Properties:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#30332d"&gt;&lt;strong&gt;Message :&lt;/strong&gt; gets or sets the message to display when the Show method is called&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Methods:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#30332d"&gt;&lt;strong&gt;Show&amp;nbsp;:&lt;/strong&gt; displays the message&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;&lt;span style="font:normal normal normal 7pt/normal 'Times New Roman'"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt; color:#30332d"&gt;&lt;strong&gt;Hide&amp;nbsp;:&lt;/strong&gt; hides the message&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Events:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#30332d"&gt;&lt;strong&gt;OnClicked :&lt;/strong&gt; this event is raised when the user clicks on the message toast&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 10:00:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC InappToast Control 20120222100056A</guid></item><item><title>New Comment on "Using the BPC OrderableList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC OrderableList Control&amp;ANCHOR#C22676</link><description>Hi, &amp;#10;We will update the control today, with a few improvements &amp;#58;&amp;#10;- we included a scroll in the list&amp;#10;- we added a DragImageUrl property, that allows you to change the default picture.</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 09:57:39 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC OrderableList Control" 20120222095739A</guid></item><item><title>New Comment on "Using the BPC TileButton Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC TileButton Control&amp;ANCHOR#C22675</link><description>Hi Thomas,&amp;#10;we found the bug and corrected it, we will update the library today.</description><author>guillaumelac</author><pubDate>Wed, 22 Feb 2012 09:55:07 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC TileButton Control" 20120222095507A</guid></item><item><title>Updated Wiki: Using the BPC HtmlDisplayer</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC HtmlDisplayer&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Using the HtmlDisplayer Control&lt;/h1&gt;
&lt;p&gt;The HtmlDisplayer control is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.&lt;/p&gt;
&lt;p&gt;This control will display Html content. The control is not made for browsing internet pages, but to display html content without breaking the “metro” guidelines :&lt;/p&gt;
&lt;p&gt;- The background color and the font color are the user’s phone theme colors (unless another color is specified in the html code)&lt;/p&gt;
&lt;p&gt;- The links colors are the user’s accent color&lt;/p&gt;
&lt;p&gt;In order to use it, just insert the control in your page, and call the DisplayHtml(String) method, with the html content as parameter.&lt;/p&gt;
&lt;p&gt;You have an event Navigating that can be used to intercept page navigation. The default behavior will open the phone’s browser.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Tue, 21 Feb 2012 16:22:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC HtmlDisplayer 20120221042201P</guid></item><item><title>Updated Wiki: Using the BPC HtmlDisplayer</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC HtmlDisplayer&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Using the HtmlDisplayer Control&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Tue, 21 Feb 2012 16:11:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using the BPC HtmlDisplayer 20120221041140P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://bewisephonecontrols.codeplex.com/documentation?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Bewise Phone Controls Documentation&lt;/h1&gt;
&lt;h2&gt;Getting started&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20JumpList%20Control&amp;referringTitle=Documentation"&gt;Using the BPC JumpList Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20OrderableList%20Control&amp;referringTitle=Documentation"&gt;Using the BPC OrderableList Control&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20InfiniteList%20Control&amp;referringTitle=Documentation"&gt;Using the BPC InfiniteList Control&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20TileButton%20Control&amp;referringTitle=Documentation"&gt;Using the BPC TileButton Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20HtmlDisplayer&amp;referringTitle=Documentation"&gt;Using the BPC HtmlDisplayer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20Rating%20Control&amp;referringTitle=Documentation"&gt;Using the BPC Rating Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20VolumeGrid%20Control&amp;referringTitle=Documentation"&gt;Using the BPC VolumeGrid Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20SearchBox%20Control&amp;referringTitle=Documentation"&gt;Using the BPC SearchBox Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20Facebook%20Utility&amp;referringTitle=Documentation"&gt;Using the BPC Facebook Utility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20Transitionning%20page&amp;referringTitle=Documentation"&gt;Using the BPC Transitionning page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20Calendar%20Control&amp;referringTitle=Documentation"&gt;Using the BPC Calendar Control&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20Dynamic%20Calendar%20Control&amp;referringTitle=Documentation"&gt;Using the BPC Dynamic Calendar Control&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20ExpanderControl&amp;referringTitle=Documentation"&gt;Using the BPC ExpanderControl&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=Using%20the%20BPC%20InappToast%20Control&amp;referringTitle=Documentation"&gt;Using the BPC InappToast Control&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://bewisephonecontrols.codeplex.com/wikipage?title=BPC%20Converters%20overview&amp;referringTitle=Documentation"&gt;BPC Converters overview&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>guillaumelac</author><pubDate>Tue, 21 Feb 2012 16:10:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120221041009P</guid></item><item><title>New Comment on "Using the BPC TileButton Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC TileButton Control&amp;ANCHOR#C22256</link><description>The TileButton works fine, but if I try to use it inside of a ListView, it is always empty and not visible. Even if I don&amp;#180;t use binding. Isn&amp;#180;t it possible to use the button inside a ListView&amp;#63;&amp;#10;&amp;#10;Thanks&amp;#10;&amp;#10;Thomas</description><author>Reimelt</author><pubDate>Wed, 18 Jan 2012 17:24:02 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC TileButton Control" 20120118052402P</guid></item><item><title>New Comment on "Using the BPC OrderableList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC OrderableList Control&amp;ANCHOR#C22136</link><description>I have 3 question on this wonderful control&amp;#58;&amp;#10;1. How can I use this with a long &amp;#38; scrolling list&amp;#63; If I take an element and move it to the screen boarder it should scroll up&amp;#47;down several elements. I tried to include the control into a scroll viewer but it didnt result in the desired behaviour. &amp;#10;2. How can I change the picture element&amp;#63;&amp;#10;3. How can I reduce the tilt effect&amp;#63; I think reducing it makes the control easier to use.</description><author>pefi</author><pubDate>Thu, 05 Jan 2012 19:36:38 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC OrderableList Control" 20120105073638P</guid></item><item><title>New Comment on "Using the BPC Rating Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC Rating Control&amp;ANCHOR#C22107</link><description>Is it possible to set the color and size of stars&amp;#63; Thanks.</description><author>anderZubi</author><pubDate>Wed, 04 Jan 2012 10:53:17 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC Rating Control" 20120104105317A</guid></item><item><title>New Comment on "Using the BPC JumpList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC JumpList Control&amp;ANCHOR#C20717</link><description>Thank you for upgrading the solution and making it working with WP7 mango, specially the jumplist. &amp;#58;&amp;#41;</description><author>nreldien</author><pubDate>Thu, 18 Aug 2011 11:55:44 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC JumpList Control" 20110818115544A</guid></item><item><title>New Comment on "Using the BPC JumpList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC JumpList Control&amp;ANCHOR#C20714</link><description>I just updated the control, please download the last version.</description><author>guillaumelac</author><pubDate>Thu, 18 Aug 2011 09:17:19 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC JumpList Control" 20110818091719A</guid></item><item><title>New Comment on "Using the BPC JumpList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC JumpList Control&amp;ANCHOR#C20702</link><description>We managed to reproduce the bug, and we are working on fixing it.&amp;#10;An update of the library will be available in the Download page very soon.</description><author>guillaumelac</author><pubDate>Wed, 17 Aug 2011 09:17:42 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC JumpList Control" 20110817091742A</guid></item><item><title>New Comment on "Using the BPC JumpList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC JumpList Control&amp;ANCHOR#C20629</link><description>Update project to WP7 mango Beta2, get exception as below&amp;#58;&amp;#10;&amp;#10;System.Exception occurred&amp;#10;  Message&amp;#61;Unspecified error &amp;#10;  StackTrace&amp;#58;&amp;#10;       at MS.Internal.XcpImports.CheckHResult&amp;#40;UInt32 hr&amp;#41;&amp;#10;       at MS.Internal.XcpImports.UIElement_Measure_WithDesiredSize&amp;#40;UIElement element, Size availableSize&amp;#41;&amp;#10;&amp;#10;&amp;#10;Please Help</description><author>frostfeng</author><pubDate>Thu, 11 Aug 2011 03:16:06 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC JumpList Control" 20110811031606A</guid></item><item><title>New Comment on "Using the BPC JumpList Control"</title><link>http://bewisephonecontrols.codeplex.com/wikipage?title=Using the BPC JumpList Control&amp;ANCHOR#C20594</link><description>Why the jumlist control is not compatible with WP7 version 7.1 &amp;#40;mango&amp;#41; &amp;#63;&amp;#10;I upgraded the solution to 7.1 and found that jumlist page crashes. There is no error message is viewed.&amp;#10;&amp;#10;Please Help</description><author>nreldien</author><pubDate>Mon, 08 Aug 2011 11:18:08 GMT</pubDate><guid isPermaLink="false">New Comment on "Using the BPC JumpList Control" 20110808111808A</guid></item></channel></rss>