﻿<?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 - UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDesktop-Window-Opening-behavior/</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>UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDesktop-Window-Opening-behavior/</link><pubDate>Tue, 18 Jun 2013 05:02:30 GMT</pubDate><dc:creator>yudi</dc:creator><category>window</category><category>UXDesktop</category><category>behavior</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The following snippet code shows how to utilize SnapshotElement() method in a simple scenario. The scenario is: when user clicks the “Click” UXButton control, the Source property of Img control will be set with the WritableBitmap which is the return of SnapshotElement method.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Sample.xaml Code&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Grid&amp;gt;
    &amp;lt;Grid.ColumnDefinitions&amp;gt;
        &amp;lt;ColumnDefinition Width="200" /&amp;gt;
        &amp;lt;ColumnDefinition Width="*" /&amp;gt;
    &amp;lt;/Grid.ColumnDefinitions&amp;gt;
    &amp;lt;Grid Name="Panel"&amp;gt;
        &amp;lt;Intersoft:UXCheckBox Content="cOBA" /&amp;gt;
    &amp;lt;/Grid&amp;gt;
    &amp;lt;StackPanel Grid.Column="1"&amp;gt;
        &amp;lt;Intersoft:UXButton Content="Click" Click="ButtonBase_OnClick" /&amp;gt;
        &amp;lt;Image Name="Img" Height="100" Width="100" /&amp;gt;
    &amp;lt;/StackPanel&amp;gt;
&amp;lt;/Grid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Sample.xaml.cs Code&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
{
    Utility.SnapshotElement(this.Panel, true, (args) =&amp;gt;
        {
            this.Img.Source = args.Result;
        });
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Could you please provide more information about how to have a preview for an opened window so that I can assist you further? Does the preview appear when user moves the mouse over the minimized window in UXDesktopDock? Please feel free to inform me about the detail of the scenario.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDesktop-Window-Opening-behavior/</link><pubDate>Mon, 17 Jun 2013 07:36:50 GMT</pubDate><dc:creator>TheHaythemKaroui</dc:creator><category>window</category><category>UXDesktop</category><category>behavior</category><description>&lt;p&gt;Hi again,&lt;/p&gt;&lt;p&gt;Can you please explain more?&lt;/p&gt;
&lt;p&gt;II tried to use &lt;span style="color: rgb(31, 73, 125); font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"&gt;the&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.intersoftpt.com/Support/ClientUI/Docs/Intersoft.Client.Framework~Intersoft.Client.Framework.Utility~SnapshotElement.html" target="_blank" style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; color: rgb(22, 95, 167); font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"&gt;SnapshotElement&lt;/a&gt;&lt;span style="color: rgb(31, 73, 125); font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp;method but it does not exist in the current context...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;can you send me a little example of how can have a preview for an opened window ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDesktop-Window-Opening-behavior/</link><pubDate>Mon, 17 Jun 2013 06:06:26 GMT</pubDate><dc:creator>yudi</dc:creator><category>window</category><category>UXDesktop</category><category>behavior</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;By default, UXDesktopDock has included &lt;em&gt;Live Preview Thumbnail&lt;/em&gt; feature which automatically obtains the last window thumbnail before its minimized, giving a real desktop experience on the web.&lt;/span&gt;&lt;/p&gt;&lt;img width="624px" height="382px" alt="Live Preview Thumbnail feature" src="http://www.intersoftpt.com/Community/Attachments/3673/ImageofLivePreviewThumbnail.jpg" /&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;In order to get a preview of a window in UXDesktop, we need to take a snapshot of the window element and then display it on UXPopup control. You can try to use the &lt;a href="http://www.intersoftpt.com/Support/ClientUI/Docs/Intersoft.Client.Framework~Intersoft.Client.Framework.Utility~SnapshotElement.html" target="_blank"&gt;SnapshotElement&lt;/a&gt; method. This method will snapshoot the specified UIElement into a WritableBitmap. The UIElement can be properly captured regardless of its current Visibility and Opacity value.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDesktop-Window-Opening-behavior/</link><pubDate>Fri, 14 Jun 2013 08:58:38 GMT</pubDate><dc:creator>TheHaythemKaroui</dc:creator><category>window</category><category>UXDesktop</category><category>behavior</category><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Do you have an idea about how can i get a preview for every opened window in the UXDesktop (Like the minimized window preview) ???&lt;/p&gt;
&lt;p&gt;Waiting Forward for your answer&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;KAROUI Haythem&lt;/p&gt;
&lt;p&gt;IT Manager&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;CREA-DIGITAL&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>