﻿<?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 - Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</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>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Mon, 23 Feb 2015 09:53:10 GMT</pubDate><dc:creator>Arief</dc:creator><description>&lt;p&gt;Hello Thomas,&lt;br&gt;&lt;br&gt;BackgroundColor issue have been solved (CROS-724) you can download the nightly build&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/updates/browse/Crosslight3_0_5000_194" target="_blank"&gt;here&lt;/a&gt;&lt;br&gt;&lt;br&gt;If the problem still persist please tell us :)&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Arief&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Thu, 12 Feb 2015 10:49:24 GMT</pubDate><dc:creator>Arief</dc:creator><description>&lt;div&gt;Hello Thomas,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please try download from&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/samples/browse?at=refs%2Fheads%2Fdevelop" target="_blank"&gt;http://git.intersoftpt.com/projects/CROS/repos/samples/browse?at=refs%2Fheads%2Fdevelop&lt;/a&gt;, also please note that actually we decided not to change the raw data but only&amp;nbsp;the parser file from ItemRepository.cs.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For BackgroundColor It is confirmed as a bug registered with CROS-724&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hope that answer your questions :)&lt;/div&gt;&lt;div&gt;&lt;br&gt;Best Regards,&lt;br&gt;&lt;br&gt;Arief&lt;/div&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Fri, 06 Feb 2015 09:32:38 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Arief,&lt;/p&gt;&lt;p&gt;I downloaded the newest version of the samples and unfortunately the Inventories.xml file is still wrong. There are still &amp;lt;Sold&amp;gt; and &amp;lt;SellDate&amp;gt; tags instead of &amp;lt;IsSold&amp;gt; and &amp;lt;SoldDate&amp;gt;. Or the repository is still wrong. Just as you like. Nevertheless because of your explanation I could fix this and then&amp;nbsp;the sample works as intended.&lt;/p&gt;&lt;p&gt;Another question regarding the converter. I changed the ForegroundColor of the StyleAttributes to green. This works well. I also added the BackgroundColor property of the StyleAttributes and set it to red. On Android nothing happens. There is no red background. Why?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Thu, 05 Feb 2015 02:37:36 GMT</pubDate><dc:creator>Arief</dc:creator><description>&lt;p&gt;Hello Thomas&lt;br&gt;&lt;br&gt;Yes you are right, it was from TextLabelStyleConverter() ( which you put inside binding providers) as you can see from file Core/Converters/TextLabelStyleConverters.cs we only need to write:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;StyleAttributes style = new StyleAttributes();
style.Strikethrough = true;&lt;/pre&gt;&lt;p&gt;Thank to our crosslight library we only need to write that code, normally you need to use PaintFlag inside android Activity but if we want to set strikethrough to multiple layout it is better if we use this method, thats the reason why there are Converters folder.&lt;br&gt;&lt;br&gt;Hope that answer your question :)&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Arief&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Wed, 04 Feb 2015 19:04:42 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Arief,&lt;/p&gt;&lt;p&gt;Thank you for updating the sample. I will test this by the end of the week.&lt;/p&gt;&lt;p&gt;Again, the question: Could be please describe shortly what it takes to make the strikethrough of list item texts work? What is the trick? Is it the TextStyleConverter, is it the BindingProvider, do I have to make something special in the Android project?&lt;/p&gt;&lt;p&gt;A short explanation would be very helpfull.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Wed, 04 Feb 2015 10:02:10 GMT</pubDate><dc:creator>Arief</dc:creator><description>&lt;p&gt;Hello Thomas,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Sorry, actually this is mistyping from our own end, you can see it at line 114 and line 119 inside ModelServices/ItemRepository.cs.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;//line 114&lt;/pre&gt;&lt;pre&gt;IsSold = ParseBoolean(x.Element("IsSold")),&lt;/pre&gt;&lt;pre&gt;//line 119&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-size: 9pt;"&gt;item.SoldDate = DateTime.Parse(x.Element("SoldDate").Value,CultureInfo.InvariantCulture);&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;The parser actually use &amp;lt;IsSold&amp;gt; and &amp;lt;SoldDate&amp;gt; name rather than &amp;lt;Sold&amp;gt; and &amp;lt;SellDate&amp;gt;, one thing to note after you change the inventories.xml that IsSold have bool.parse and can only accept On/Off, True/False, and Yes/No if you put 1 or 0 it will send unhandled exceptions.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much for your discovery, we already fixed the samples. You can redownload the samples from our git server and please tell us if the problem still persist.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;/p&gt;&lt;p&gt;Arief&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Tue, 03 Feb 2015 16:11:40 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;the sample almost works like intended. Please, try the following: go to Inventories.xml (Core) and set &amp;lt;Sold&amp;gt;1&amp;lt;/Sold&amp;gt; and add a &amp;lt;SoldDate&amp;gt;4/10/2012&amp;lt;/SoldDate&amp;gt; for one item. I expected that item&amp;nbsp;to be sold which means&amp;nbsp;it should appear with a strikethrough in the list. Instead there is a runtime error at startup and the item is not marked as sold with a strikethrough text. Tested on Android device.&lt;/p&gt;&lt;p&gt;Besides the error. I could not figure out what steps it needs to make the strikethrough work. Could you please explain the necessary steps.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Mon, 02 Feb 2015 08:08:13 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The latest status of CROS-636 has been resolved. I have tested the reported problem using Crosslight 3 Update 2 in my local end and found that it is no longer persist. The fix is performed in the sample project and not in the assembly of Crosslight.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please obtain the updated MyInventory sample from Master branch of Crosslight sample repository and let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Thu, 29 Jan 2015 12:02:54 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;I haven't seen CROS-636 on the fix list of Crosslight 3 Update 2 (Crosslight3_0_5000_185). What is the status of this bug?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Fri, 09 Jan 2015 04:46:53 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The hotfix for CROS-636 is arranged to be available on Crosslight 3 Update 2 which is expected to be arrived on late January 2015.&lt;br&gt;I will keep you updated when the nightly build is ready to be evaluated.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight MyInventory Sample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-MyInventory-Sample/</link><pubDate>Fri, 28 Nov 2014 11:30:05 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;looking at the MyInventory sample on iOS. When you mark an item as sold&amp;nbsp;then its text in the list view&amp;nbsp;is striked through and its color changes. On Android this is not the case.&lt;/p&gt;&lt;p&gt;How can you manage to change the style of a list view item (strike through, text color, bold, &amp;nbsp;...) via data binding on Android?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>