<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>coding4fun Issue Tracker Rss Feed</title><link>http://coding4fun.codeplex.com/workitem/list/basic</link><description>coding4fun Issue Tracker Rss Description</description><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;Hermit, so you'd want if the internal image isn't there, we check isolated storage?  Something about me likes the fact you have to call it out.&lt;/p&gt;</description><author>crutkas</author><pubDate>Mon, 20 May 2013 20:54:41 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520085441P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: ScottIsAFool ** &lt;p&gt;Then you're covered with SuperImage :)&lt;/p&gt;</description><author>ScottIsAFool</author><pubDate>Mon, 20 May 2013 20:31:32 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520083132P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: hermitd ** &lt;p&gt;I don't think there are any other scenarios.&lt;/p&gt;</description><author>hermitd</author><pubDate>Mon, 20 May 2013 20:28:18 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520082818P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: ScottIsAFool ** &lt;p&gt;So, three scenarios really:&lt;/p&gt;&lt;p&gt;Remote url: http://mysite.com/path/to/image.png - supported&lt;br&gt;Internal url: /Assets/path/to/image.png - supported&lt;br&gt;Isolated Storage url: isostore:/path/to/image.png - supported.&lt;/p&gt;&lt;p&gt;Missing any?&lt;/p&gt;</description><author>ScottIsAFool</author><pubDate>Mon, 20 May 2013 20:25:14 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520082514P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: hermitd ** &lt;p&gt;Clint, &lt;/p&gt;&lt;p&gt;getting ahead of myself here :)&lt;/p&gt;&lt;p&gt;Is there no way to refer to files in isolatedstorage by uri other than absolute with isostore:// prefix ?&lt;/p&gt;&lt;p&gt;Additionally what about files that come from say App's content ? I know we don't have to support it all :)&lt;/p&gt;</description><author>hermitd</author><pubDate>Mon, 20 May 2013 20:19:45 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520081945P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;Hermit, my thought was to leverage SuperImage inside of it.  SuperImage's source will accept iso as well as normal.  Just not 100% there yet.&lt;/p&gt;&lt;p&gt;Can you provide what you mean by a relative uri versus absolute? &lt;/p&gt;</description><author>crutkas</author><pubDate>Mon, 20 May 2013 20:02:57 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520080257P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: hermitd ** &lt;p&gt;My concern was simple. Whilst super image is going to be a saviour :) ImageTile control is a simplistic control that only needs to handle both relative and absolute Uris. &lt;br&gt;Online Uri  - Works well.&lt;br&gt;Image does not like Relative or IsoStore based absolute Uri.&lt;/p&gt;&lt;p&gt;The simplest fix to this would be for it to use a convertor internally while it tries to load images. &lt;/p&gt;&lt;p&gt;1) Check whether its absolute or relative.&lt;br&gt;2) If its isostore or relative, manually load using BitmapImage&lt;br&gt;3) Otherwise uses stock Image behaviour.&lt;/p&gt;&lt;p&gt;This has nothing to do with SuperImage's ability to handle lot more complex scaling scenarios :) Keeping it simple ?&lt;/p&gt;</description><author>hermitd</author><pubDate>Mon, 20 May 2013 19:43:59 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130520074359P</guid></item><item><title>Commented Feature: create SuperImage [8735]</title><link>http://coding4fun.codeplex.com/workitem/8735</link><description>&amp;#42; Scaled Image support&lt;br /&gt;&amp;#42; Preview Image - http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;delay&amp;#47;archive&amp;#47;2011&amp;#47;09&amp;#47;08&amp;#47;know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx&lt;br /&gt;&amp;#42; Isostorage for source - https&amp;#58;&amp;#47;&amp;#47;coding4fun.codeplex.com&amp;#47;workitem&amp;#47;8734&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;* test isdefault override, &lt;br&gt;* source&lt;br&gt;* source overrides sources&lt;br&gt;* isolated storage in source, &lt;br&gt;* isolated storage in sources, &lt;br&gt;* case where scales overlap, &lt;br&gt;* case where a default res is missed&lt;br&gt;* case where we can switch the emulator type and see instant change, &lt;br&gt;* place holder set and source set&lt;/p&gt;</description><author>crutkas</author><pubDate>Mon, 20 May 2013 14:28:18 GMT</pubDate><guid isPermaLink="false">Commented Feature: create SuperImage [8735] 20130520022818P</guid></item><item><title>Created Feature: Control idea: Lock screen preview [8744]</title><link>http://coding4fun.codeplex.com/workitem/8744</link><description>This control will allow you to present to the user what their lock screen will look like when using your app&amp;#39;s lock screen features.&lt;br /&gt;</description><author>ScottIsAFool</author><pubDate>Fri, 17 May 2013 22:17:09 GMT</pubDate><guid isPermaLink="false">Created Feature: Control idea: Lock screen preview [8744] 20130517101709P</guid></item><item><title>Commented Feature: create SuperImage [8735]</title><link>http://coding4fun.codeplex.com/workitem/8735</link><description>&amp;#42; Scaled Image support&lt;br /&gt;&amp;#42; Preview Image - http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;delay&amp;#47;archive&amp;#47;2011&amp;#47;09&amp;#47;08&amp;#47;know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx&lt;br /&gt;&amp;#42; Isostorage for source - https&amp;#58;&amp;#47;&amp;#47;coding4fun.codeplex.com&amp;#47;workitem&amp;#47;8734&lt;br /&gt;Comments: ** Comment from web user: ScottIsAFool ** &lt;p&gt;SuperImage prototype built and in the experimental section of the source code.&lt;/p&gt;</description><author>ScottIsAFool</author><pubDate>Fri, 17 May 2013 22:16:15 GMT</pubDate><guid isPermaLink="false">Commented Feature: create SuperImage [8735] 20130517101615P</guid></item><item><title>Closed Feature: nuget package win8 issue! [8739]</title><link>http://coding4fun.codeplex.com/workitem/8739</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I moved to consuming nuget release 2.0.5 for windows 8. The app no longer compiles and complains about invalid path.&lt;br /&gt;&lt;br /&gt;Generic.xaml is present at &lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Themes&lt;br /&gt;&lt;br /&gt;However VS is looking for it at&lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Coding4Fun.Toolkit.Controls&amp;#92;Themes&amp;#92;&lt;br /&gt;Comments: Fixed in 79297.  Hermit has shout out in comment for figuring out fix, thanks!</description><author>crutkas</author><pubDate>Wed, 15 May 2013 20:04:10 GMT</pubDate><guid isPermaLink="false">Closed Feature: nuget package win8 issue! [8739] 20130515080410P</guid></item><item><title>Commented Feature: nuget package win8 issue! [8739]</title><link>http://coding4fun.codeplex.com/workitem/8739</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I moved to consuming nuget release 2.0.5 for windows 8. The app no longer compiles and complains about invalid path.&lt;br /&gt;&lt;br /&gt;Generic.xaml is present at &lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Themes&lt;br /&gt;&lt;br /&gt;However VS is looking for it at&lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Coding4Fun.Toolkit.Controls&amp;#92;Themes&amp;#92;&lt;br /&gt;Comments: ** Comment from web user: hermitd ** &lt;p&gt;Creating Coding4Fun.Toolkit.Controls folder and then adding Themes inside fixes the compiler issue. Should be update the nuget and downloadable release packages for win8 ?&lt;/p&gt;</description><author>hermitd</author><pubDate>Wed, 15 May 2013 08:53:05 GMT</pubDate><guid isPermaLink="false">Commented Feature: nuget package win8 issue! [8739] 20130515085305A</guid></item><item><title>Commented Feature: nuget package win8 issue! [8739]</title><link>http://coding4fun.codeplex.com/workitem/8739</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I moved to consuming nuget release 2.0.5 for windows 8. The app no longer compiles and complains about invalid path.&lt;br /&gt;&lt;br /&gt;Generic.xaml is present at &lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Themes&lt;br /&gt;&lt;br /&gt;However VS is looking for it at&lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Coding4Fun.Toolkit.Controls&amp;#92;Themes&amp;#92;&lt;br /&gt;Comments: ** Comment from web user: hermitd ** &lt;p&gt;Further search today revealed that the problem is based on a bug in VS.&lt;br&gt;http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/b20ca4a5-8293-4da7-859e-6759a2a76f9d&lt;/p&gt;&lt;p&gt;we need to create the directory structure as expected in output folder. I am going to try and include xaml with expected directorystructure creation in output&lt;/p&gt;</description><author>hermitd</author><pubDate>Wed, 15 May 2013 08:45:08 GMT</pubDate><guid isPermaLink="false">Commented Feature: nuget package win8 issue! [8739] 20130515084508A</guid></item><item><title>Commented Feature: create SuperImage [8735]</title><link>http://coding4fun.codeplex.com/workitem/8735</link><description>&amp;#42; Scaled Image support&lt;br /&gt;&amp;#42; Preview Image - http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;delay&amp;#47;archive&amp;#47;2011&amp;#47;09&amp;#47;08&amp;#47;know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx&lt;br /&gt;&amp;#42; Isostorage for source - https&amp;#58;&amp;#47;&amp;#47;coding4fun.codeplex.com&amp;#47;workitem&amp;#47;8734&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;yes, if you have a native tile control, it can do this.  I can create a far more targeted demo for this.&lt;/p&gt;</description><author>crutkas</author><pubDate>Tue, 14 May 2013 23:32:47 GMT</pubDate><guid isPermaLink="false">Commented Feature: create SuperImage [8735] 20130514113247P</guid></item><item><title>Commented Feature: create SuperImage [8735]</title><link>http://coding4fun.codeplex.com/workitem/8735</link><description>&amp;#42; Scaled Image support&lt;br /&gt;&amp;#42; Preview Image - http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;delay&amp;#47;archive&amp;#47;2011&amp;#47;09&amp;#47;08&amp;#47;know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx&lt;br /&gt;&amp;#42; Isostorage for source - https&amp;#58;&amp;#47;&amp;#47;coding4fun.codeplex.com&amp;#47;workitem&amp;#47;8734&lt;br /&gt;Comments: ** Comment from web user: ScottIsAFool ** &lt;p&gt;So I assume for the IsoStorage element we're wanting the developer to pass in an isostore:/ uri?&lt;/p&gt;</description><author>ScottIsAFool</author><pubDate>Tue, 14 May 2013 22:02:39 GMT</pubDate><guid isPermaLink="false">Commented Feature: create SuperImage [8735] 20130514100239P</guid></item><item><title>Created Feature: nuget package win8 issue! [8739]</title><link>http://coding4fun.codeplex.com/workitem/8739</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I moved to consuming nuget release 2.0.5 for windows 8. The app no longer compiles and complains about invalid path.&lt;br /&gt;&lt;br /&gt;Generic.xaml is present at &lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Themes&lt;br /&gt;&lt;br /&gt;However VS is looking for it at&lt;br /&gt;D&amp;#58;&amp;#92;My Documents&amp;#92;DevTrunk&amp;#92;CineWorld&amp;#92;packages&amp;#92;Coding4Fun.Toolkit.Controls.2.0.5&amp;#92;lib&amp;#92;windows8&amp;#92;Coding4Fun.Toolkit.Controls&amp;#92;Themes&amp;#92;&lt;br /&gt;</description><author>hermitd</author><pubDate>Tue, 14 May 2013 21:42:04 GMT</pubDate><guid isPermaLink="false">Created Feature: nuget package win8 issue! [8739] 20130514094204P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;https://coding4fun.codeplex.com/workitem/8735 for super image, update ImageTile to use super image.&lt;br&gt;&lt;/p&gt;</description><author>crutkas</author><pubDate>Mon, 13 May 2013 17:35:55 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130513053555P</guid></item><item><title>Created Feature: create SuperImage [8735]</title><link>http://coding4fun.codeplex.com/workitem/8735</link><description>&amp;#42; Scaled Image support&lt;br /&gt;&amp;#42; Preview Image - http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;b&amp;#47;delay&amp;#47;archive&amp;#47;2011&amp;#47;09&amp;#47;08&amp;#47;know-your-place-in-life-free-placeimage-control-makes-it-easy-to-add-placeholder-images-to-any-wpf-silverlight-or-windows-phone-application.aspx&lt;br /&gt;&amp;#42; Isostorage for source - https&amp;#58;&amp;#47;&amp;#47;coding4fun.codeplex.com&amp;#47;workitem&amp;#47;8734&lt;br /&gt;</description><author>crutkas</author><pubDate>Mon, 13 May 2013 17:35:22 GMT</pubDate><guid isPermaLink="false">Created Feature: create SuperImage [8735] 20130513053522P</guid></item><item><title>Closed Issue: MessagePrompt at OnBackKeyPress event ignores e.Cancel [8696]</title><link>http://coding4fun.codeplex.com/workitem/8696</link><description>When using MessagePrompt at OnBackKeyPress event in wp7, the prompt is closing immeadiatly and navigates back to the previous page, although the value of &amp;#34;e.Cancel&amp;#34; is set to &amp;#34;true&amp;#34;.&lt;br /&gt;Comments: attempted to contact user multiple times in thread / codeplex contact, no response.  could not reproduce</description><author>crutkas</author><pubDate>Mon, 13 May 2013 17:34:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: MessagePrompt at OnBackKeyPress event ignores e.Cancel [8696] 20130513053426P</guid></item><item><title>Commented Feature: image tile uri doesn't like iso storage [8734]</title><link>http://coding4fun.codeplex.com/workitem/8734</link><description>from twitter,&lt;br /&gt;Comments: ** Comment from web user: crutkas ** &lt;p&gt;http://stackoverflow.com/questions/9912976/image-from-isolated-storage &lt;br&gt;http://social.msdn.microsoft.com/Forums/en-US/wpdevelop/thread/da9da031-6b2a-4bf8-9c69-31eb733460f6&lt;/p&gt;&lt;p&gt;Basically I need to force in support for this even though stock image doesn't support this out of the box.  &lt;/p&gt;&lt;p&gt;SuperImage class?&lt;/p&gt;</description><author>crutkas</author><pubDate>Mon, 13 May 2013 15:36:24 GMT</pubDate><guid isPermaLink="false">Commented Feature: image tile uri doesn't like iso storage [8734] 20130513033624P</guid></item></channel></rss>