﻿<?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 FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</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 FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Mon, 04 Aug 2014 00:09:37 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please try to check and compare the &lt;strong&gt;AndroidManifest.xml&lt;/strong&gt; file which available on MyInventory app and on your app.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;If Holo theme is set, such as shown on the following snippet code:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto"
          android:versionCode="1" android:versionName="1.0.0.0" package="MyInventory.Android"&amp;gt;
	&amp;lt;uses-sdk /&amp;gt;
	&amp;lt;application android:theme="@android:style/Theme.Holo" android:label="MyInventory"&amp;gt;&amp;lt;/application&amp;gt;
	&amp;lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&amp;gt;
	&amp;lt;uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /&amp;gt;
	&amp;lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&amp;gt;
	&amp;lt;uses-permission android:name="android.permission.CAMERA" /&amp;gt;
&amp;lt;/manifest&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;please try to remove the Holo theme and see the result. For your information, MyInventory sample doesn't use Holo theme (the switch is shown as circle/bar); and MyInventory_MasterDetail sample uses Holo theme (the switch is shown as on/off).&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Wed, 23 Jul 2014 09:02:00 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;The screenshot was taken from a Samsung Galaxy Tab 3. My app was deployed to the same device. But in my app the switch appeared as on/off. Looking at the MyInventory app on that same device the switch appears as circle/bar like in the screenshot. So maybe there are some customizations depending on the device. But I have two apps on the same device and the switch appearance is different. The only conclusion I have is that&amp;nbsp;the switch appearance&amp;nbsp;can be customized somewhere in the code/settings/manifest/... But where?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Tue, 22 Jul 2014 22:28:12 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for the sent screenshot, screenshot.png.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please confirm whether the snapshot was taken from Samsung device? I tried to open MyInventory sample on Samsung device and find that the switch containing a circle and and a bar. However, the switch control appear as on/off when the same sample is deployed to Nexus device.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;It is the case that each device manufacturer may have different control appearance (for example: by customizing it to have a circle and a bar). I believe that it is something that is not handled by Crosslight.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Tue, 22 Jul 2014 04:06:11 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;this tells me how I could do it. But how is it done in the MyInventory sample? Where is the custom control for the switch and how is it integrated into the form builder? Maybe, I was looking at the wrong place, but I couldn't figure out how it is done.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Tue, 22 Jul 2014 02:50:34 GMT</pubDate><dc:creator>yudi</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;By default, the appearance of on/off switches is represented with a toggle button that provides a slider control and on/off text which shows the toggle text (&lt;a href="http://developer.android.com/design/building-blocks/switches.html" target="_blank"&gt;http://developer.android.com/design/building-blocks/switches.html&lt;/a&gt;). In order to create switch with no on/off text; and containing a circle and a bar, you will need to create the custom control first and then integrate it into the form builder.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight FormActivity Editor Switch</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-FormActivity-Editor-Switch/</link><pubDate>Mon, 21 Jul 2014 04:22:33 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Crosslight FormActivity Editor Switch</category><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;I have a question concerning a form activity (Android). In my "metadata" class, I set the editor type switch on a property. In my final activity the property is displayed as a switch. This is fine. But the switch has the text "on/off" (depending on switch state) on the control. In the "MyInventory" sample there is no text on the "is sold" switch, there is a circle and a bar on the switch which is not that specific. How can I achive this switch behaviour?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>