﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - How to call out the uxcallout contol which is used in style ControlTemplate?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-call-out-the-uxcallout-contol-which-is-used-in-style-ControlTemplate/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to call out the uxcallout contol which is used in style ControlTemplate?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-call-out-the-uxcallout-contol-which-is-used-in-style-ControlTemplate/</link><pubDate>Tue, 23 Nov 2010 03:22:20 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Would you mind to provide us your .xaml and .xaml.cs? We need also to know how you add the image dynamically. With this way, we can help you in providing the suitable approach for style control template.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to call out the uxcallout contol which is used in style ControlTemplate?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-call-out-the-uxcallout-contol-which-is-used-in-style-ControlTemplate/</link><pubDate>Mon, 22 Nov 2010 12:38:10 GMT</pubDate><dc:creator>am1102</dc:creator><description>&lt;p /&gt;
&lt;p&gt;&lt;span style="font-family: 'lucida sans unicode'; font-size: 13px; "&gt;I have some image dot in xaml which was dynamic added (&amp;lt;Image Height="10" Width="10" Source="/Assets/Images/dot.png" &amp;nbsp;Grid.Row="0" Grid.Column="0" VerticalAlignment="Top"&amp;gt;&amp;lt;/Image&amp;gt;).I have add MouseLeftButtonDown event to these images &amp;nbsp;(MouseLeftButtonDown &amp;#43;= MouseClickMarker;) when i click one of these dynamic added images,i want to call out the callout contol,but I wrote the callout contol in style ,just like this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;&amp;lt;Style x:Name="SimpleBoatStyle" TargetType="Extentions:DInfoWindow"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;        &amp;lt;Setter Property="RenderTransformOrigin" Value="0.5,0.5" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;        &amp;lt;Setter Property="AnchorPoint" Value="0.5,1.0" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;        &amp;lt;Setter Property="Template"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;            &amp;lt;Setter.Value&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                &amp;lt;ControlTemplate TargetType="Extentions:DInfoWindow"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                    &amp;lt;Intersoft:UXCallOut x:Name="SampleControl1" HideLatency="0.20" DisplayAnimation="Fly" HideAnimation="Fly" PreferredPosition="Top"  IsOpen="False" HorizontalOffset="-44" PointerOffset="44" PointerPoint2="0,19" PointerPoint1="-19,0" PointerPoint3="-1,0"  BorderBrush="{x:Null}" CornerRadius="0" Padding="16" MouseLeaveAction="HidePopup" Margin="-8,-8,8,8"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                        &amp;lt;Intersoft:UXCallOut.CallOutEffect&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;DropShadowEffect Direction="300"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                        &amp;lt;/Intersoft:UXCallOut.CallOutEffect&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                        &amp;lt;Intersoft:DockPanel FillChildMode="Custom"  Margin="3" &amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;Intersoft:FieldLabel Content=""  Intersoft:DockPanel.Dock="Top" HorizontalAlignment="Left"  HorizontalContentAlignment="Left" Margin="6,0" FontWeight="Bold" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;Intersoft:UXSeparator  Margin="3" HorizontalAlignment="Left"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;StackPanel Intersoft:DockPanel.Dock="Bottom" Orientation="Horizontal" Margin="0" HorizontalAlignment="Right"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;Intersoft:ContentReflector HorizontalAlignment="Left" Width="160" &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;        &lt;span class="Apple-tab-span" style="white-space: pre; "&gt;			&lt;/span&gt;VerticalContentAlignment="Bottom" Margin="8" VerticalAlignment="Top" Height="221" ContentHeight="191"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;Intersoft:ContentReflector.Effect&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                    &amp;lt;DropShadowEffect ShadowDepth="0" BlurRadius="10"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;/Intersoft:ContentReflector.Effect&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;Intersoft:ContentReflector.ReflectionBrush&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                    &amp;lt;LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                        &amp;lt;GradientStop Color="#80000000" Offset="1"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                        &amp;lt;GradientStop Color="#00000000" Offset="0.695"/&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                    &amp;lt;/LinearGradientBrush&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;/Intersoft:ContentReflector.ReflectionBrush&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;Intersoft:ImageLoader  Name="imageLoader2" ImageSource="/ClientMap;component/Assets/Images/Fiction_subjects_1.jpg" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;/Intersoft:ContentReflector&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;Intersoft:UXItemsControl Height="216" Width="281" Intersoft:DockPanel.Dock="Top" HorizontalAlignment="Left"  HorizontalContentAlignment="Left" &amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;Intersoft:FieldLabel Header="userName：" HeaderForeground="White" Foreground="White" FontSize="12" HeaderFontSize="13"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                    &amp;lt;Intersoft:EllipsisText Name="userName"  Text=""  Width="120" VerticalAlignment="Center" TooltipStyle="{StaticResource StylishLabelStyle1}" EllipsisPosition="Right" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;/Intersoft:FieldLabel&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;Intersoft:FieldLabel Header="description" HeaderForeground="White" Foreground="White" FontSize="12" HeaderFontSize="13"&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                    &amp;lt;Intersoft:EllipsisText Name="description"  Text=""  Width="120" VerticalAlignment="Center" TooltipStyle="{StaticResource StylishLabelStyle1}" EllipsisPosition="Right" /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                                &amp;lt;/Intersoft:FieldLabel&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                            &amp;lt;/Intersoft:UXItemsControl&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                        &amp;lt;/Intersoft:DockPanel&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                    &amp;lt;/Intersoft:UXCallOut&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;                &amp;lt;/ControlTemplate&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;            &amp;lt;/Setter.Value&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;        &amp;lt;/Setter&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;    &amp;lt;/Style&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;    &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;Can someone help me???  &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font class="Apple-style-span" style="font-size: 15px; font-family: 'lucida sans unicode'; "&gt;&lt;span style="font-size: 13px; "&gt;I know the UXCallOut.Header, but it can not meet my requirement!&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>