﻿<?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 - Crosslight - How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</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 Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Wed, 21 May 2014 12:00:49 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><description>&lt;p&gt;Dear Domingo,&lt;/p&gt;&lt;p&gt;Thanks for your patience.&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/updates/browse/Crosslight2_0_5000_51" target="_blank"&gt;Build 51&lt;/a&gt;&amp;nbsp;is now available in our nightly build server which addressed this issue. Please give it a spin and let us know how it works in your end.&lt;/p&gt;&lt;p&gt;For complete details, see&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Crosslight+2.0+Update+1+Release+Notes" target="_blank"&gt;Update 1 Release Notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Hope it helps!&lt;/p&gt;</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Tue, 20 May 2014 16:47:52 GMT</pubDate><dc:creator>dfugaban@silentpartnersoft.com</dc:creator><description>Cool! Please keep us posted. Thanks!</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Tue, 20 May 2014 02:30:39 GMT</pubDate><dc:creator>Yanes</dc:creator><description>Hi Domingo,&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We currently investigate this issue, and we'll inform you as soon as we fix the issue.Sorry for your inconvenience.&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best Regards,&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;- Yanes -
&lt;/div&gt;&lt;/div&gt;</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Wed, 14 May 2014 21:22:43 GMT</pubDate><dc:creator>dfugaban@silentpartnersoft.com</dc:creator><description>&lt;p&gt;Any updates?&lt;/p&gt;</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Wed, 23 Apr 2014 18:33:13 GMT</pubDate><dc:creator>dfugaban@silentpartnersoft.com</dc:creator><description>&lt;p&gt;What happens if the &lt;b&gt;ActionPresenter &lt;/b&gt;closes after 500ms? Is 500ms an estimated value? How can you tell if the actionpresenter is closing or &lt;b&gt;ActivityPresenter &lt;/b&gt;has closed for that matter? Why does &lt;b&gt;ActivityPresenter &lt;/b&gt;close along with the &lt;b&gt;ActionPresenter&lt;/b&gt;?&lt;/p&gt;</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Tue, 22 Apr 2014 23:22:25 GMT</pubDate><dc:creator>jevonchristian</dc:creator><description>&lt;p&gt;Hi Domingo,&lt;/p&gt;&lt;p&gt;You can download sample from this problem from : &lt;a href="http://git.intersoftpt.com/projects/CROS-SUPP/repos/activity-after-action/browse" target="_blank" style="font-size: 10pt;"&gt;http://git.intersoftpt.com/projects/CROS-SUPP/repos/activity-after-action/browse&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The dismissing of Activity Presenter is caused by dismissed Action Presenter. Thus, you should do activity presenter on different thread. To avoid this issue, set the delay of the background thread to 500ms. Please take a look at this code :&lt;/p&gt;&lt;pre&gt;IViewService viewService = ServiceProvider.GetService&amp;lt;IViewService&amp;gt;();
                    if (viewService != null)
                    {
                        viewService.RunOnBackgroundThread(() =&amp;gt;
                        {
                            viewService.RunOnUIThread(() =&amp;gt;
                            {
                                this.ActivityPresenter.Show("Updating...", ActivityStyle.SmallIndicatorWithText);
                            });
                        }, 500);
                    }&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Hope this can help you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jevon Christian&lt;/p&gt;</description></item><item><title>How to Use Crosslight with ActionPresenter and ActivityPresenter</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-with-ActionPresenter-and-ActivityPresenter/</link><pubDate>Tue, 22 Apr 2014 17:20:49 GMT</pubDate><dc:creator>dfugaban@silentpartnersoft.com</dc:creator><description>Hey Guys,
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;How do you properly use &lt;b&gt;ActivityPresenter &lt;/b&gt;after choosing an item from an &lt;b&gt;ActionPresenter&lt;/b&gt;? Well, technically speaking you can just invoke an &lt;b&gt;ActivitityPresenter.Show&lt;/b&gt; for long processes once you clicked an item from an &lt;b&gt;ActionPresenter&lt;/b&gt;. However, once you showed the the &lt;b&gt;ActivityPresenter &lt;/b&gt;after clicking an item from an &lt;b&gt;ActionPresenter&lt;/b&gt;, the &lt;b&gt;ActivityPresenter &lt;/b&gt;doesn't last long. It seems like it closes along with the &lt;b&gt;ActionPresenter&lt;/b&gt;. This doesn't happen on normal situations.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;We need to rectify this problem ASAP as the users are confused when the loading indicator is no longer visible and yet they are still waiting for something to happen, when in fact the background process is still going on.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thanks!&lt;/div&gt;</description></item></channel></rss>