<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/discussions/f/user-interface/17707/a-webimage-in-a-pickerfieldcustom-component</link><description>Hello, 
 I use a a!pickerFieldCustom() component for autocompletion google service. In the result, I would like displaying a richtext with the following elements : 
 
 web image 
 text as description (an address for example) 
 latitude 
 longitude 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69819?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2019 09:45:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a58d2bcb-9744-4546-b268-08494405e4da</guid><dc:creator>bmarie</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;works fine too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69802?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 13:52:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc5cea19-b902-43a8-9c38-38646e934e0e</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;If you&amp;#39;re OK with line drawings, you could use the char() function to display emoji via unicode characters.&amp;nbsp; Chrome and other browsers support full-color emoji renderings, though it often has more to do with the OS than the particular browser.&lt;/p&gt;
&lt;p&gt;If your users are going to be accessing your application on multiple devices, they may see the emoji rendered differently, and some aren&amp;#39;t supported on some browsers but are on others.&lt;/p&gt;
&lt;h1&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f34c.svg" title="Banana"&gt;&amp;#x1f34c;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f910.svg" title="Zipper mouth"&gt;&amp;#x1f910;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f374.svg" title="Fork and knife"&gt;&amp;#x1f374;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f3af.svg" title="Dart"&gt;&amp;#x1f3af;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f3db.svg" title="Classical building"&gt;&amp;#x1f3db;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f4b5.svg" title="Dollar"&gt;&amp;#x1f4b5;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f4dc.svg" title="Scroll"&gt;&amp;#x1f4dc;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f52b.svg" title="Gun"&gt;&amp;#x1f52b;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/262f.svg" title="Yin yang"&gt;&amp;#x262f;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/267b.svg" title="Recycle"&gt;&amp;#x267b;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="emoji"&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f1f2_2D00_1f1fd.svg" title="Flag mx"&gt;&amp;#x1f1f2;&amp;#x1f1fd;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span class="emoji"&gt;For instance, none of these are displayed like I would expect on my browser, to some degree maybe nicer than I expected.&amp;nbsp; On my own Appian environment they wouldn&amp;#39;t do this, and the Mexican flag on the end wouldn&amp;#39;t be supported at all.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="emoji"&gt;If it works, and the icon is good enough for your purposes, you just need to find the Unicode code point value for the icon you want, convert that to decimal (they&amp;#39;re usually presented in hexadecimal value) and plug that into the char() function.&amp;nbsp; In chrome most will be rendered in full color, but other than that treated no differently than any other letter.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="emoji"&gt;That means you can add the emoji to the text of your picker, and still use the default custom picker component with the full-color emojis.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69794?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 12:36:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e57e167f-4372-4530-9dac-54582f0915a5</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="40384" url="~/discussions/f/user-interface/17707/a-webimage-in-a-pickerfieldcustom-component/69790"]but the behavior is not exactly the same[/quote]
&lt;p&gt;i agree- my method is definitely a workaround; since we can&amp;#39;t display icons/pictures in a Custom Picker, then when showing icon/pictures is more important than having the original functionality of the custom picker, it can be used as a viable alternative.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69790?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 06:02:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19a36137-cc96-4a66-8490-069ee07f507a</guid><dc:creator>bmarie</dc:creator><description>&lt;p&gt;You suggestion works fine, but the behavior is not exactly the same.&lt;/p&gt;
&lt;p&gt;When the grid is displaying data, all components bellow move down. When I use a picker, choices are displayed over the other components.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69779?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 16:02:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85d4f2fa-8c42-4039-bae3-88cd1b7e3b61</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;great, thanks for confirming - if you&amp;#39;d be willing, it would be great if you could upvote and/or verify my&amp;nbsp;suggestion above&amp;nbsp;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69777?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 14:30:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d72410a-4461-4f86-862e-9681bcba6e47</guid><dc:creator>bmarie</dc:creator><description>&lt;p&gt;Hello Mike,&lt;/p&gt;
&lt;p&gt;Thank you for you answer !&lt;/p&gt;
&lt;p&gt;I tried with the read-only and an input text and it&amp;#39;s working fine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Bruno.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69768?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 12:57:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb8f4be7-dce8-45b4-b7ff-296620322392</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The Custom Picker Field only offers plaintext in its pop-up suggestions, with no particular plans to change that as far as I know.&lt;/p&gt;
&lt;p&gt;My suggestion to you is, consider using the new (19.2+) paging / &amp;quot;Read-Only&amp;quot; grid to create a picker for yourself, as this grid is capable of using the full capabilities of the Rich Text Display Field component, including rich text icons, colors, images, etc.&amp;nbsp; If you would like to do this but need to keep the ability to allow the user to search for the required item via a text search, my normal trick is to just have a &amp;quot;filter&amp;quot; text box right above or right below the grid which instantly filters down the grid&amp;#39;s contents as the user types.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69759?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 08:37:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3007a454-7852-4bb0-ae4e-370ed9102835</guid><dc:creator>bmarie</dc:creator><description>&lt;p&gt;Hello Robert,&lt;/p&gt;
&lt;p&gt;Please see bellow for an eexample.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1570437434508v1.jpeg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In this example, I can see a&amp;nbsp;web image and a text.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Bruno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!webimage in a!pickerFieldCustom() component</title><link>https://community.appian.com/thread/69737?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2019 16:02:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b401de9-b338-4354-8f16-bded5dbfcb80</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Bruno -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have a mockup or wireframe of your desired outcome so we can see what your intentions are?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>