﻿<?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 - Form-Builder</title><link>http://www.intersoftsolutions.com/Community/Tags/Form-Builder/</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>Multiselect picker example for form builder</title><link>http://www.intersoftsolutions.com/Community/Tags/Form-Builder/</link><pubDate>Fri, 15 Apr 2016 15:17:11 GMT</pubDate><dc:creator>calebpourchot</dc:creator><category>Picker</category><category>Form-Builder</category><category>multi-select</category><description>&lt;p&gt;I'm not having any luck hooking up the form builder to deal with a multiselect picker. Are there any examples out there to look at?&lt;/p&gt;&lt;p&gt;My view model contains a List&amp;lt;string&amp;gt; property that represents the selected items. I have another List&amp;lt;string&amp;gt; property that represents the available options. I've tried various combinations of the binding attributes and can't get the picker to 1) display my options and 2) display my current data.&lt;/p&gt;&lt;p&gt;Any guidance out there would be appreciated.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Inside tab control, Form builder controls are not working properly</title><link>http://www.intersoftsolutions.com/Community/Tags/Form-Builder/</link><pubDate>Mon, 21 Dec 2015 09:20:56 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><category>TabControl</category><category>iOS</category><category>Form-Builder</category><description>&lt;span style="font-size: 15px;"&gt;Hi &lt;b&gt;All&lt;/b&gt;,&lt;/span&gt;&lt;div&gt;&lt;span style="font-size: 15px;"&gt;&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;In Form Builder, below controls are not working properly inside tab control.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;Checkbox - &lt;/span&gt;Page not loaded throws the error.&lt;span style="font-size: 12px; line-height: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;Date picker -&lt;/span&gt;Unable to bind the values. Able to select the date values but selected date not set in control.&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;Time picker -&lt;/span&gt;Unable to bind the values. Able to select the date values but selected date not set in control.&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;Switch -&lt;/span&gt;Unable to bind the values. Able to select the values.&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;TextField -&lt;/span&gt;Unable to bind the values.&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;span style="font-size: 12px; line-height: normal;"&gt;label -&lt;/span&gt;Unable to bind the values.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; min-height: 14px;"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;&amp;nbsp;In Form Builder, below controls are working fine in inside tab control.&lt;/p&gt;
&lt;ol&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;Selection picker&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;Radiobutton&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;button&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;hyperlink&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;ToastPresenter&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;DialogPresenter&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; min-height: 14px;"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;We have placed the sample source in below path. kindly refer the same for your reference and update.&lt;/p&gt;
&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;http://jmp.sh/M63iUEQ&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;&lt;br&gt;&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"&gt;Is it possible to set form builder controls height and width? if possible kindly share the details.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Form Builder bind more than one UIPickerview in IOS</title><link>http://www.intersoftsolutions.com/Community/Tags/Form-Builder/</link><pubDate>Thu, 03 Dec 2015 06:24:31 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><category>iOS</category><category>Crosslight mobile</category><category>Form-Builder</category><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;In one of our scenario of our applicaiton, we need to bind the Category ,Sub Category and Team details with Multiple Picker controls using Form Builder approach. &lt;/p&gt;&lt;p&gt;How to bindmore than one UIPickerviewwith different itemsource.&lt;/p&gt;&lt;p&gt;We have checked the below link and it contains single picker control. &lt;/p&gt;&lt;p&gt;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/samples/browse/FormBuilderSamples/FormBuilderSamples.Core/Models/Reference/Layout/RowDetailLayout.cs"&gt;http://git.intersoftpt.com/projects/CROS/repos/samples/browse/FormBuilderSamples/FormBuilderSamples.Core/Models/Reference/Layout/RowDetailLayout.cs&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>