﻿<?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 dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</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 dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Mon, 11 Aug 2014 05:48:39 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;On the current version of Crosslight (Crosslight 2 Update 3), the scenario is not supported because it is not intended.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I will have this forwarded to Crosslight Development team as feature request. The team will look the feasibility to implement this on the future release of Crosslight.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Tue, 05 Aug 2014 15:44:19 GMT</pubDate><dc:creator>flaviu</dc:creator><description>&lt;p&gt;The proposed solution does not implement the desired behavior described. The proposed solution just pushes a view model on top of another (implements stack navigation). But what I need is, when tapping a button, to REPLACE the center view model of the drawer (this behavior is currently implemented only throgh the left side menu). When tapping a left side menu item, the center view model of the drawer is REPLACED, not another view model stacked upon it as your proposed solution does.&lt;/p&gt;&lt;p&gt;Could you suggest me any idea of how I could achieve this? Thank you.&lt;/p&gt;</description></item><item><title>How to dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Fri, 01 Aug 2014 05:40:29 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;Based on you post, first we tried to create a sample with Intersoft “NavigationDrawer” project template.&lt;br&gt;&lt;br&gt;We modify the content in SimpleViewModel with two buttons. Those buttons will navigation to the specific fragment.&lt;br&gt;&lt;br&gt;Please kindly have review on the attached sample to see the result. You could run the attached sample on iOS &amp;amp; Android platform.&lt;br&gt;You could get sample from this link: http://1drv.ms/WQVEhG&lt;br&gt;&lt;br&gt;You could modify the layout / view as you want to be.&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>How to dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Thu, 31 Jul 2014 04:19:32 GMT</pubDate><dc:creator>flaviu</dc:creator><description>&lt;p&gt;Initially (after a user login) I have a grid of buttons on the center view model. When the user taps on one of the buttons I want to change the center view model with another view model. This currently happens only through the drawer menu: when the user taps on one of the menu items the center view model is set on the desired view model.&lt;/p&gt;</description></item><item><title>How to dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Wed, 30 Jul 2014 22:37:22 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;Thank you for the question.&lt;br&gt;&lt;br&gt;If don’t mind, could you inform me more information regarding your current scenario?&lt;br&gt;So that we can find the suitable solution for you, based on your current scenario.&lt;br&gt;&lt;br&gt;Thank you for your help.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.</description></item><item><title>How to dynamically change the center view model in a drawer</title><link>http://www.intersoftsolutions.com/Community/Crosslight/How-to-dynamically-change-the-center-view-model-in-a-drawer/</link><pubDate>Fri, 25 Jul 2014 10:16:34 GMT</pubDate><dc:creator>flaviu</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Could anyone tell me how one can dynamically change the center view model in a drawer? Something like this:&lt;/p&gt;&lt;p&gt;



&lt;font face="Menlo"&gt;
&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;span style="color:#009695;"&gt;this&lt;/span&gt;&lt;span style="color:#333333;"&gt;.&lt;/span&gt;&lt;span style="color:#333333;"&gt;CenterViewModel&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:#009695;"&gt;new&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;SomeViewModel&lt;/span&gt;&lt;span style="color:#333333;"&gt;()&lt;/span&gt;&lt;span style="color:#333333;"&gt;;&lt;/span&gt;&lt;/font&gt;

&lt;/p&gt;&lt;p&gt;as this is usually put in the drawer constructor. But how one could change it later to another view model? (implementing the same behavior as when the user taps a navigation item in the drawer left side navigation menu&lt;span style="font-size: 10pt;"&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Thank you.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Flaviu&lt;/p&gt;</description></item></channel></rss>