﻿<?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 to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</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 to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Fri, 04 Mar 2016 09:01:03 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Good day Jimmy,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The problem reported under CROS-1026 has been resolved. The hotfix (Crosslight 5.0.5000.549) is now available in NuGet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please apply the hotfix and let us hear the result.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For more detail about Crosslight NuGet Packages, please refer to &lt;a href="http://developer.intersoftsolutions.com/display/crosslight/Introduction+to+Crosslight+NuGet+Packages" target="_blank"&gt;this&lt;/a&gt; article in Crosslight documentation.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Thu, 03 Mar 2016 15:30:51 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;Hi Jimmy,&lt;/p&gt;&lt;p&gt;Thank you for reporting this issue and providing a working sample. Just a quick update that the reported issue has been fixed and currently being tested. An update will be made available tomorrow via NuGet. More details will follow shortly.&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Thu, 18 Feb 2016 20:58:41 GMT</pubDate><dc:creator>jtungol@silentpartnersoft.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;We can't possibly do this because the app features a modal context. Understand that this is a live app in production and requires immediate attention. The modal context is an existing feature with Crosslight, so we're hoping that this bug should not be taken lightly. That workaround just won't work with our app. Thanks!&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Tue, 16 Feb 2016 04:35:50 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The reported problem has been forwarded to Crosslight development team to be investigated further. It is filed under CROS-1026.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I found that the problem is specific with nested-modal using FormBuilder scenario. I did the following test and found that the problem doesn't persist.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;Use nested-modal without FormBuilder&lt;/li&gt;&lt;li&gt;or Use Push NavigationMode&lt;br&gt;Set the NavigationMode to Push in SimpleViewModel.cs (as shown in the following snippet code).&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;private void ShowToast(object parameter)
{
	var p_Parameter = new NavigationParameter()
	{
		ModalPresentationStyle = ModalPresentationStyle.FormSheet,
		NavigationMode = NavigationMode.Push,
		EnsureNavigationContext = true
	};

	this.NavigationService.Navigate&amp;lt;LocationListViewModel&amp;gt;(p_Parameter);
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I will keep this thread updated with any news I heard from the team regarding CROS-1026.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Tue, 16 Feb 2016 01:53:19 GMT</pubDate><dc:creator>jtungol@silentpartnersoft.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;Any updates?&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Sat, 13 Feb 2016 00:30:18 GMT</pubDate><dc:creator>jtungol@silentpartnersoft.com</dc:creator><category>Crosslight</category><description>If you looked at the error, I did mention the issue happens when closing the view. The error shows that it is an issue when using the 
NavigationService.Close() method. I have no problem running the sample 
as you have suggested neither do I have concerns when running our own 
code. The only issue is when using the Close() method. We used 
NavigationService because we had to close a modal master/detail context 
where the form view is loaded. This happens when clicking on Save and/or
 Done on the form view. &lt;br&gt;&lt;br&gt;We've modified the sample file to 
replicate the error. We've added a functionality on "Update" button to 
launch a view on modal form. Click any item from the list, once on the 
Location detail view... a list of contacts should be in that form. Then 
click Done button (DO NOT click any item from the contacts list, it's not 
important), you should now receive the error.&lt;br&gt;&lt;br&gt;Please use 4.0.5000.327&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Fri, 12 Feb 2016 09:52:35 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I recommend you to take a look at Crosslight FormBuilderSamples. Navigate to Editors &amp;gt; List View &amp;gt; Navigation section. The sample shows how to add ListView on FormBuilder.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I tried to run the sample on iPhone 6s iOS 9.2 (emulator) without any problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the problem.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-Use-Crosslight-to-Add-ListView-on-Forms-with-Navigation-Mode/</link><pubDate>Fri, 12 Feb 2016 02:35:09 GMT</pubDate><dc:creator>jtungol@silentpartnersoft.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Please provide the syntax used with ListViewAttribute on forms with navigation mode. We tried the code below, but something goes terribly wrong when closing the form or view. It returns an error and crashes the app. See attached file:&lt;/p&gt;&lt;p&gt;&lt;span face="Courier New"&gt;

&lt;font face="Courier New"&gt;
&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;Editor&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;EditorType&lt;/span&gt;&lt;span style="color:#333333;"&gt;.&lt;/span&gt;&lt;span style="color:#333333;"&gt;ListView&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;ListView&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;DisplayMemberPath&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;ContactName&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#333333;"&gt;,&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;InteractionMode&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;ListViewInteractionMode&lt;/span&gt;&lt;span style="color:#333333;"&gt;.&lt;/span&gt;&lt;span style="color:#333333;"&gt;Navigation&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;SelectedItemBinding&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;Path&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;SelectedContactItem&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#009695;"&gt;public&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#3364a4;"&gt;IList&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#3364a4;"&gt;LocationContact&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;Contacts&lt;/span&gt;&lt;span style="color:#333333;"&gt;;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please review and see if anything else is needed. We also tried specifying the viewmodel type on ListViewAttribute but nothing works as opposed to what is expected.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description></item></channel></rss>