<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Tue, 29 Aug 2006 21:03:00 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2006-08-29T21:03:00Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Removing compiler problem markers</title>
      <link>https://forums.adobe.com/thread/90415</link>
      <description>&lt;!-- [DocumentBodyStart:066dffe0-7c65-47f0-9c91-f5ade898a3e9] --&gt;&lt;div class="jive-rendered-content"&gt;Does anybody know why I keep getting a pop up window that is
telling me it can't find a marker id at some location number? I am
getting one of these messages about every other time I save and
compile and it is getting RATHER ANNOYING!!! What does it mean and
how do I eliminate it???
&lt;br/&gt;
&lt;br/&gt; Thanks in advance for helping me lower my blood pressure!!!
:)
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:066dffe0-7c65-47f0-9c91-f5ade898a3e9] --&gt;&lt;img src='/beacon?t=1415920727381' /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 21:03:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/90415</guid>
      <dc:date>2006-08-29T21:03:00Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is the path from graphic design to ColdFusion projects</title>
      <link>https://forums.adobe.com/thread/1480711</link>
      <description>&lt;!-- [DocumentBodyStart:c83550f7-d2f1-4522-b36c-a9b56ce82bb0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been a ColdFusion and Flex developer for way to many years now.&amp;nbsp; Pretty much turned that horse into glue if ya know what I mean.&amp;nbsp; Thing is I really like CF so I want to keep developing my business applications in that language.&amp;nbsp; Problem is I've never really developed responsive web sites nor have I made extensive use of CSS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm currently playing with Muse and ReFlow and love what they do.&amp;nbsp; My only question is there a suggested workflow path for creating website designs in Muse / ReFlow and import them into a CF project?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;If not why not?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c83550f7-d2f1-4522-b36c-a9b56ce82bb0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">reflow muse import into coldfusion</category>
      <pubDate>Thu, 22 May 2014 20:11:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1480711</guid>
      <dc:date>2014-05-22T20:11:10Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Deciphering a SAML Message in ColdFusion</title>
      <link>https://forums.adobe.com/thread/1578764</link>
      <description>&lt;!-- [DocumentBodyStart:4e4fd5f0-7414-456e-96e4-f3723444d749] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm working on an SSO solution for a client.&amp;nbsp; At this time I'm able to encode an authentication message and successfully send it to the ADFS server.&amp;nbsp; The ADFS server handles my login and then returns to my site with an HTTP-POST response.&amp;nbsp; In the POST there is an ADFS encoded SAML message I need to decipher.&amp;nbsp; I found a few samples of code but none have worked.&amp;nbsp; This one seemed to have the most promise but...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;strong style=": ; color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;cfscript&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Decode the query string from Base 64&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; Decoder = CreateObject("Java", "sun.misc.BASE64Decoder").init();&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; SamlByte = Decoder.decodeBuffer(Form.SAMLResponse);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Create Byte Array used for the inflation, the CF way&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; ByteClass = CreateObject("Java", "java.lang.Byte").TYPE;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; ByteArray = CreateObject("Java", "java.lang.reflect.Array").NewInstance(ByteClass, 1024);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Create Byte Streams needed for inflation&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; ByteIn&amp;nbsp;&amp;nbsp; = CreateObject("Java", "java.io.ByteArrayInputStream").init(SamlByte);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; ByteOut&amp;nbsp; = CreateObject("Java", "java.io.ByteArrayOutputStream").init();&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Create Objects needed for inflation&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; Inflater = CreateObject("Java", "java.util.zip.Inflater").init(true);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; InflaterStream = CreateObject("Java", "java.util.zip.InflaterInputStream").init(ByteIn, Inflater);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Complete the inflation&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; Count = InflaterStream.read(ByteArray);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; while (Count != -1) {&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; ByteOut.write(ByteArray, 0, Count);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; Count = InflaterStream.read(ByteArray);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; }&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Finished with inflation&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; Inflater.end();&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; InflaterStream.close();&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;// Convert SAML request back to a string&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times; color: #000080;"&gt;&lt;strong&gt;&amp;nbsp; SamlString = CreateObject("Java", "java.lang.String").init(ByteOut.toByteArray());&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;strong style=": ; color: #000080; font-family: 'times new roman', times;"&gt;&amp;nbsp; &amp;lt;/cfscript&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the code get to the &lt;strong style="color: #000080; font-family: 'times new roman', times; font-size: 13.63636302948px;"&gt; Count = InflaterStream.read(ByteArray);&lt;/strong&gt; statement the following error message is returned: oversubscribed dynamic bit lengths tree&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is does anybody have a snippet of code that is used to successfully decipher an ADFS encoded SAML response?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e4fd5f0-7414-456e-96e4-f3723444d749] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">saml</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">adfs</category>
      <pubDate>Thu, 18 Sep 2014 19:48:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578764</guid>
      <dc:date>2014-09-18T19:48:58Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>tobase64 HTTP-Redirect binding</title>
      <link>https://forums.adobe.com/thread/1576805</link>
      <description>&lt;!-- [DocumentBodyStart:e522b60f-38b3-4f6e-8be2-0d60323b8bb8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Still struggling with encrypting a SAML request to be sent to an ADFS server.&amp;nbsp; Turns out there are multiple ways to encode strings.&amp;nbsp; By default the utf-8 encrption option with the toBase64 tag uses HTTP-Post binding.&amp;nbsp; I need it my script to use HTTP-REDIRECT binding.&amp;nbsp; &lt;/p&gt;&lt;p&gt;The code I'm using is this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000080; font-family: 'times new roman', times;"&gt;&lt;strong&gt;&amp;lt;CFSAVECONTENT VARIABLE = "samlAssertionXML"&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;samlp:AuthnRequest IssueInstant="2014-09-16T19:24:18.343Z" ID="_kdls_testing_application_for_single_sign_on" Version="2.0" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&lt;span&gt;&amp;lt;saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"&amp;gt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://localhost/sde" rel="nofollow"&gt;https://localhost/sde&lt;/a&gt;&lt;span&gt;&amp;lt;/saml:Issuer&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;samlp:NameIDPolicy AllowCreate="true"/&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;/samlp:AuthnRequest&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;/cfsavecontent&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;lt;cfscript&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000080; font-family: 'times new roman', times;"&gt;&amp;nbsp; samlAssertionXML = toBase64(toString(TRIM(samlAssertionXML)), "utf-8");&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000080; font-family: 'times new roman', times;"&gt;&lt;strong&gt;&amp;lt;/cfscript&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I take the string that gets returned by the toBase64 tag and use the &lt;a class="jive-link-external-small" href="https://rnd.feide.no/simplesaml/module.php/saml2debug/debug.php" rel="nofollow"&gt;SAML 2.0 Debugger&lt;/a&gt; the string gets de-crypted correctly.&amp;nbsp; But when I re-encrypt the string using HTTP-REDIRECT binding I get a different encryption string.&amp;nbsp; If I re-encrypt using the HTTP-POST binding I get the string I passed to the toBase64 tag. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my question is how to I tell CF that I need to use HTTP-REDIRECT binding when I encrypt the string?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e522b60f-38b3-4f6e-8be2-0d60323b8bb8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tobase64</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">http-redirect</category>
      <pubDate>Tue, 16 Sep 2014 18:28:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1576805</guid>
      <dc:date>2014-09-16T18:28:46Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Encrypting a SAML Assertion using toBase64</title>
      <link>https://forums.adobe.com/thread/1576015</link>
      <description>&lt;!-- [DocumentBodyStart:60bc2552-eabc-4ad8-9abb-288544bc43cb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;I have a pretty generic SAML assertion that I need to encrypt so I can pass it as a URL variable. The problem is when I use the toBase64 tag it adds the &amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt; line to the top of the encrypted string.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;This is what my code looks like:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'times new roman', times;"&gt;&lt;strong style="color: #800000;"&gt;&amp;lt;CFSET MyDate = DateFormat(Now(), "yyyy-mm-dd") &amp;amp; 'T' &amp;amp; TimeFormat(Now(), "HH:nn:ss") &amp;amp; '.343Z'&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&amp;lt;cfxml variable="samlAssertionXML"&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt; &lt;span style="color: #0000ff;"&gt; &amp;lt;samlp:AuthnRequest IssueInstant="#MyDate#" ID="_kdls_testing_application_for_single_sign_on" Version="2.0" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"&amp;gt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://localhost/sde" rel="nofollow"&gt;https://localhost/sde&lt;/a&gt;&lt;span&gt;&amp;lt;/saml:Issuer&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;samlp:NameIDPolicy AllowCreate="true"/&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #0000ff; font-family: 'times new roman', times;"&gt;&amp;nbsp; &amp;lt;/samlp:AuthnRequest&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&amp;lt;/cfxml&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="line-height: 1.5em; font-size: 10pt; font-family: 'times new roman', times;"&gt;&lt;strong style="color: #800000;"&gt;&amp;lt;CFSET MySML = toBase64(toString(samlAssertionXML))&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; color: #000000; font-size: 10pt;"&gt;When I decrypt the variable MySML using an online debugger this is what I get:&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px; font-size: 13.63636302948px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #ff0000; font-family: 'times new roman', times;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px; font-size: 13.63636302948px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #0000ff; font-family: 'times new roman', times;"&gt;&amp;lt;samlp:AuthnRequest IssueInstant="#MyDate#" ID="_kdls_testing_application_for_single_sign_on" Version="2.0" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px; font-size: 13.63636302948px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&lt;span&gt;&amp;nbsp; &amp;lt;saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"&amp;gt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://localhost/sde" rel="nofollow"&gt;https://localhost/sde&lt;/a&gt;&lt;span&gt;&amp;lt;/saml:Issuer&amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px; font-size: 13.63636302948px;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong style="font-family: 'times new roman', times;"&gt;&amp;nbsp; &amp;lt;samlp:NameIDPolicy AllowCreate="true"/&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px; font-size: 13.63636302948px;"&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #0000ff; font-family: 'times new roman', times;"&gt;&amp;lt;/samlp:AuthnRequest&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #0000ff; font-family: 'times new roman', times;"&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span style="color: #000000; font-size: 10pt;"&gt;My question is how to I encode my string without getting that annoying &lt;span style="color: #ff0000;"&gt;XML header&lt;/span&gt; included???&amp;nbsp; &lt;/span&gt;&lt;span style="color: #000000;"&gt;Unfortunately&lt;/span&gt;&lt;span style="color: #000000; font-size: 10pt;"&gt; the XML header is confusing the ADFS server I'm sending my SAML string to so it has to go.&amp;nbsp; Any ideas???&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000;"&gt;&lt;strong style=": ; color: #0000ff; font-family: 'times new roman', times;"&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:60bc2552-eabc-4ad8-9abb-288544bc43cb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tobase64</category>
      <pubDate>Mon, 15 Sep 2014 22:37:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1576015</guid>
      <dc:date>2014-09-15T22:37:50Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Data binding a library component to the application main page data</title>
      <link>https://forums.adobe.com/thread/1232893</link>
      <description>&lt;!-- [DocumentBodyStart:e0c7b912-e993-4432-b5d0-189daaead117] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In my main application template I create several data models that I want to use throughout my application.&amp;nbsp; To do this I have created datamodels (ArrayCollections really) and bind them in the main page like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;span style="color: #800080;"&gt;[Bindable]&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;span style="color: #800080;"&gt;public var AppModel:AppDataModel = AppDataModel.getInstance();&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Inside the AppModel I have several different collections of data that I want to use to populate things like datagrids or ComboBoxes elsewhere in the application.&amp;nbsp; My question is how do I pass the AppModel to my other components???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried things like the following without success.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800080;"&gt;dataProvider="{Application(FlexGlobals.topLevelApplication).AppModel} &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to just import the AppModel into my component and do that reguarly when the component is part of the main application.&amp;nbsp; Problem is this is a library component so I need a different method of passing my main data sets into it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0c7b912-e993-4432-b5d0-189daaead117] --&gt;</description>
      <pubDate>Fri, 14 Jun 2013 20:04:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1232893</guid>
      <dc:date>2013-06-14T20:04:56Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why do I get Spaces when I add a new line?</title>
      <link>https://forums.adobe.com/thread/1161513</link>
      <description>&lt;!-- [DocumentBodyStart:202e00f6-ba3e-4cf7-bbb2-2412501ac074] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Finally broke down and have retired HomeSite+.&amp;nbsp; Not sure that is a good idea though... A few things are bugging me about ColdFusion Builder 2 such as:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have auto indent turned on for tabs only and a tab is set to 3 spaces wide. I have done this in every editor setting under Preferences (ColdFusion, General, HTML, and Java) yet if the line I am working on has more than one tab as an indent every time I press return I get 3 spaces in place of one of the tabs.&amp;nbsp; How do I make that go away???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In my CFML Formatting Profile I have Tag Case and Attribute Case set to upper case yet they always show up lower case.&amp;nbsp; How do I fix that?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;More often than not when I type a closing angle bracket on a line (&amp;gt;) the ending tag does not appear, and when it does it is always lower case and not upper case.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I remember why I stuck with HomeSite for as long as I did.&amp;nbsp; It worked the way it was supposed too!!!&amp;nbsp; :O&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: adobe-clean, serif;"&gt;Seriously, &lt;/span&gt;I know these are trivial types of things but I am pretty anal when it comes to the formatting aspects of my code and CF Builder is making it harder to do than it should be.&amp;nbsp;&amp;nbsp; Any help at all would be appreciated!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:202e00f6-ba3e-4cf7-bbb2-2412501ac074] --&gt;</description>
      <pubDate>Wed, 27 Feb 2013 20:44:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1161513</guid>
      <dc:date>2013-02-27T20:44:37Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Creating Library Project and Applying Themes</title>
      <link>https://forums.adobe.com/thread/1006902</link>
      <description>&lt;!-- [DocumentBodyStart:a807a68f-b4d4-431b-b355-ed6dba6a2532] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am new at creating Library Projects in Flex 4 and have a stupid question.&amp;nbsp; Can I create a library project using the Halo theme instead of the Spark theme???&amp;nbsp; If so how do I do it???&amp;nbsp; Thanks for the help!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a807a68f-b4d4-431b-b355-ed6dba6a2532] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">library</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">theme</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">project</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">halo</category>
      <pubDate>Thu, 17 May 2012 18:37:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1006902</guid>
      <dc:date>2012-05-17T18:37:17Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cannot create property change on spark.components.TextInput</title>
      <link>https://forums.adobe.com/thread/997417</link>
      <description>&lt;!-- [DocumentBodyStart:3a97df7b-acdb-49ec-b303-9397cc3afc98] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12pt;"&gt;&lt;p&gt;My application is dynamically creating several TextInput controls.&amp;nbsp; The number of TextControl components created depends on the data being worked on by the end user at that moment in time. &lt;/p&gt;&lt;p&gt;This is the code I use to create the controls:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;div&gt;&lt;strong style="color: #6699cc; font-size: 12pt;"&gt;var TmpName4:TextInput = new TextInput();&lt;br/&gt;TmpName4.text = model.BudgetDetails[i].BudAmount;&lt;br/&gt;TmpName4.name = "Input_BudAmount" + i;&lt;br/&gt;TmpName4.x = 440;&lt;br/&gt;TmpName4.y = offset;&lt;br/&gt;TmpName4.width = 85;&lt;br/&gt;TmpName4.styleName="TextInput_Amount";&lt;br/&gt;addElement(TmpName4);&lt;br/&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Now I need to add an event to the TextInput control so something happens during a "change" event.&amp;nbsp; My question is how do I add it? &lt;br/&gt;I've tried adding this snippet of code right after I run the addElement command:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;div&gt;&lt;strong style="color: #6699cc; font-size: 12pt;"&gt;this[TmpName4].change = AnyEvent();&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;But get this error message when I run the app:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;div&gt;&lt;strong style="color: #ff0000; font-size: 12pt;"&gt;ReferenceError: Error #1069: Property PubWorks_Budgets.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.BudgetDetails_ID.I nput_BudAmount0 not found on CustomComps.BudgetDetails and there is no default value. &lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;I've tried looping through all of the elements after they are created like this:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;div&gt;&lt;strong style="color: #6699cc; font-size: 12pt;"&gt; for(i = 0; i &amp;lt; numElements; i++){&lt;br/&gt;&amp;nbsp;&amp;nbsp; x = getElementAt(i);&lt;br/&gt;&amp;nbsp;&amp;nbsp; tmpname = x.name;&lt;br/&gt;&amp;nbsp;&amp;nbsp; if (x.name.indexOf("Input") != -1){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x.change = AnyEvent();&lt;br/&gt;&amp;nbsp;&amp;nbsp; }&lt;br/&gt; }&lt;br/&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;But get this error message when I run the app:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;div&gt;&lt;strong style="color: #ff0000; font-size: 12pt;"&gt;Cannot create property change on spark.components.TextInput&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Any advice???&amp;nbsp; Thanks in advance for the help!!!&lt;/span&gt;&lt;/p&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3a97df7b-acdb-49ec-b303-9397cc3afc98] --&gt;</description>
      <pubDate>Tue, 01 May 2012 16:50:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/997417</guid>
      <dc:date>2012-05-01T16:50:47Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamically creating and evaluating controls.</title>
      <link>https://forums.adobe.com/thread/994609</link>
      <description>&lt;!-- [DocumentBodyStart:a7664c59-f1fd-4bd1-8079-362b658ddcad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;strong&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;strong&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;I have an ArrayCollection in my app that I am using to dynamically create controls for.&amp;nbsp; Each row in the array needs to create four controls.&amp;nbsp; The code below is what I used to create the elements.&amp;nbsp; Problem is I don't know how to evaluate them when it comes time to process the values entered into each control.&lt;/span&gt;&lt;div&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/strong&gt;&lt;p&gt;&lt;p&gt;&lt;p&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;strong&gt;&lt;p&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;div&gt; &lt;/div&gt;&lt;/span&gt;&lt;p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p&gt;for(i = 0; i &amp;lt; model.BudgetDetails.length; i++){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i &amp;gt; 0){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offset = offset + 25;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var TmpName1:Label = new Label();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.text = model.BudgetDetails[i].BudgetCategory;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.name = "Label" + i;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.x = 5;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.y = offset + 6;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.width = 200;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName1.styleName="LabelRightAlign";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addElement(TmpName1);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var TmpName2:TextInput = new TextInput();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.text = model.BudgetDetails[i].BudDesc;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.name = "Input_BudDesc" + i;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.x = 215;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.y = offset;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.width = 200;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TmpName2.styleName="TextInput_Desc";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addElement(TmpName2);&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc..&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;}&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/p&gt;&lt;/strong&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;This works fine to create the controls but I don't know how to loop through the controls to find the values entered into the TextInput controls.&amp;nbsp; I need to either assign names to the controls before I create them or I need to find out how to loop over all of the elements contained on my page.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;span style="color: #800000; font-size: 10pt;"&gt;&lt;strong&gt;&lt;div&gt; &lt;/div&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7664c59-f1fd-4bd1-8079-362b658ddcad] --&gt;</description>
      <pubDate>Tue, 24 Apr 2012 19:05:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/994609</guid>
      <dc:date>2012-04-24T19:05:13Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash Builder IDE</title>
      <link>https://forums.adobe.com/thread/977325</link>
      <description>&lt;!-- [DocumentBodyStart:846b629a-bbe7-43e4-b04f-2c10ce374158] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In Flash bilder every time I select a word, all words that match the word I've selected get highlighted.&amp;nbsp; How do I turn off this more than annoying feature???&amp;nbsp; Thanks in advance for the help because I can't find that freakin switch!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:846b629a-bbe7-43e4-b04f-2c10ce374158] --&gt;</description>
      <pubDate>Mon, 19 Mar 2012 20:11:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/977325</guid>
      <dc:date>2012-03-19T20:11:00Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I create a new Style that can be applied to an object?</title>
      <link>https://forums.adobe.com/thread/931081</link>
      <description>&lt;!-- [DocumentBodyStart:f5d4dd7c-2b99-4d78-8d52-a2acd2e1242c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Under the Assets menu there is a tab called &amp;#8220;Styles&amp;rdquo;.&amp;nbsp; My question is how do I create a new Style that I can apply to an object???&amp;nbsp; A link to a tutorial or something like that would be useful because I can&amp;#8217;t find anything!!!&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks in advance for helping me eliminate this frustration!!!&amp;nbsp; &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5d4dd7c-2b99-4d78-8d52-a2acd2e1242c] --&gt;</description>
      <pubDate>Wed, 30 Nov 2011 20:15:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/931081</guid>
      <dc:date>2011-11-30T20:15:32Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NumericStepper</title>
      <link>https://forums.adobe.com/thread/901373</link>
      <description>&lt;!-- [DocumentBodyStart:f4967a6a-a4ca-45ed-b08b-ed3e25bd4c5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anybody know where I can get my hands on a skinned numericstepper that looks like an odometer???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4967a6a-a4ca-45ed-b08b-ed3e25bd4c5c] --&gt;</description>
      <pubDate>Sun, 11 Sep 2011 18:56:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901373</guid>
      <dc:date>2011-09-11T18:56:00Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion installation Type doesn't stick</title>
      <link>https://forums.adobe.com/thread/901310</link>
      <description>&lt;!-- [DocumentBodyStart:e0b71315-4205-4eca-8c12-af83e944aa17] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to connect a mobile app to my CF server.&amp;nbsp; When I select my Flex project (in Flash Builder) and select properties the property window opens up.&amp;nbsp; I click on the Flex Server link on the left hand side of the window.&amp;nbsp; The server location radio button for the Cold Fusion Server is set to "Deployed to JAVA application server".&amp;nbsp; I click on the radio button next to the word "Standalone", hit apply, and then hit OK.&amp;nbsp; When I repopen the properties page the CFServer is set back to "Deployed to JAVA..."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think this is why my remote data service calls are failing but I can't get the CF Server set correctly via the property sheet.&amp;nbsp; Is there another way to set this freakin flag???&amp;nbsp;&amp;nbsp; Thanks for the help!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0b71315-4205-4eca-8c12-af83e944aa17] --&gt;</description>
      <pubDate>Sun, 11 Sep 2011 08:12:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901310</guid>
      <dc:date>2011-09-11T08:12:17Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>TabNavigator and Tab Alignment</title>
      <link>https://forums.adobe.com/thread/897262</link>
      <description>&lt;!-- [DocumentBodyStart:592d4fc3-8135-47c1-b628-8ecc4794cb2f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a TabNavigator control with 6 different tabs.&amp;nbsp; I want the last tab to be right aligned while the other 5 are left aligned.&amp;nbsp; I know this is possible because I;'ve done it before but like a dumbazz I forgot where i put that code snippet and now can't find it anywhere.&amp;nbsp; Please help if ya can... Thanks!!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the code I have in place to create the tabs, it is the &lt;span&gt;terminateCoCanvasID tab I need to right align.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;p align="left"&gt;&amp;lt;mx:TabNavigator&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;id="&lt;/span&gt;&lt;span&gt;DBTabNavID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" change="ChangeProvTab()" creationPolicy="&lt;/span&gt;&lt;span&gt;all&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt; &lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt;&amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;companyCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Company Information&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;lt;DBs:db_CoInfo&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;dbCoInfoID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt; &lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;dbAssociatesCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Associates&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;lt;DBs:db_Associates&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;dbAssociateFormID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt; &lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;removeAssociateCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Remove Associate&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;lt;DBs:db_RemoveAssociate&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;db_RemoveAssociateID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;addAssociateCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Add Associate&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;lt;DBs:db_AddAssociate&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;db_AddAssociateID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt; &lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;coTransHistCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Transactions&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;lt;comp:transactionHistory&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;coTransactionHistoryID&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt; &lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;mx:Canvas&lt;/span&gt;&lt;span&gt; id="&lt;/span&gt;&lt;span&gt;terminateCoCanvasID&lt;/span&gt;&lt;span&gt;" label="&lt;/span&gt;&lt;span&gt;Terminate Company&lt;/span&gt;&lt;span&gt;" height="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" width="&lt;/span&gt;&lt;span&gt;100%&lt;/span&gt;&lt;span&gt;" &lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;lt;!--&amp;lt;comp:transactionHistory id="coTransactionHistoryID" width="100%" height="100%" /&amp;gt;--&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p align="left"&gt;&lt;span&gt; &amp;lt;/mx:Canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;/mx:TabNavigator&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left"&gt;&lt;span&gt;Thanks in advance for hellping me through this brainfart...&amp;nbsp;&amp;nbsp; &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:592d4fc3-8135-47c1-b628-8ecc4794cb2f] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 17:57:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897262</guid>
      <dc:date>2011-08-30T17:57:28Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFTRANSACTION with multiple datasources</title>
      <link>https://forums.adobe.com/thread/848144</link>
      <description>&lt;!-- [DocumentBodyStart:188ac24e-7820-43cf-a1b4-2e760a2c1914] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;I am writing a data migration utility that pulls data from a temp database, located in a DMZ, through the firewall and stores the data in the production database inside the firewall.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Because of the firewall the data is stored on two different databases and as a result I need to use two different datasources (DSNs) to talk to them.&lt;span&gt;&amp;nbsp; &lt;/span&gt;After each &lt;span&gt; &lt;/span&gt;record is wrote to the production database I would like to set a flag in the &lt;span&gt; &lt;/span&gt;DMZ database showing the record has been processed.&lt;span&gt;&amp;nbsp; &lt;/span&gt;This works fine 99% of the time&amp;hellip; but&amp;hellip;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;Because I am using two different DSNs every now and then the &amp;#8220;set the completed flag&amp;rdquo; write process fails.&lt;span&gt;&amp;nbsp; &lt;/span&gt;When this happens I get duplicated records in the production database.&lt;span&gt;&amp;nbsp; &lt;/span&gt;What I would like to do is wrap the entire process inside a CFTRANSACTION.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;These are the steps I would like encapsulate inside the CFTRANSACTION tag:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;CFTRANSACTION&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;CFQUERY name=&amp;rdquo;GetTmpData&amp;rdquo; datasource=&amp;rdquo;DSN_DMZ&amp;rdquo;&amp;gt;Read Data&amp;lt;/CFQUERY&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;CFQUERY name=&amp;rdquo;WriteProdData&amp;rdquo; datasource=&amp;rdquo;DSN_PROD&amp;rdquo;&amp;gt;Write Data&amp;lt;/CFQUERY&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;CFQUERY name=&amp;rdquo;SetFlag&amp;rdquo; datasource=&amp;rdquo;DSN_DMZ&amp;rdquo;&amp;gt;Set Flag&amp;lt;/CFQUERY&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;/CFTRANSACTION&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;Any thoughts on how to accomplish this???&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a name="_MailAutoSig"&gt;&lt;strong&gt;Thanks in Advance for Any and All Help!!!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;strong&gt;Kurtis&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;~|:-)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:188ac24e-7820-43cf-a1b4-2e760a2c1914] --&gt;</description>
      <pubDate>Thu, 05 May 2011 19:41:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/848144</guid>
      <dc:date>2011-05-05T19:41:14Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Creating a SQL Stored procedure to call a CF function</title>
      <link>https://forums.adobe.com/thread/800941</link>
      <description>&lt;!-- [DocumentBodyStart:c957fe6f-b950-4b9d-ba90-06352c6c1623] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;I need to create a method to migrate data from a DMZ inside a firewall.&lt;span&gt;&amp;nbsp; &lt;/span&gt;To do this I was thinking of making a call from the DMZ web server (using CF) to an internal SQL server database stored procedure.&lt;span&gt;&amp;nbsp; &lt;/span&gt;The stored procedure would then call a CF template on the internal web server to pull data inside the firewall.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Not my first choice on implementation but as a consultant I don&amp;#8217;t make the rules I create the code to enforce them... &lt;span&gt; &lt;/span&gt;Anyway these are the steps I need to follow.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoListParagraph"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;1.)&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Call the stored procedure and pass an int value with the call.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoListParagraph"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;2.)&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;The Stored procedure calls a URL and passes the INT with it. &lt;span&gt; &lt;/span&gt;I.E.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://Mylocalhost/Xferdata/MyXferTemplate.cfm?MyIntValue=&amp;rdquo;PASSED" rel="nofollow"&gt;http://Mylocalhost/Xferdata/MyXferTemplate.cfm?MyIntValue=&amp;rdquo;PASSED&lt;/a&gt;&lt;span&gt; IN INT VALUE&amp;rdquo;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoListParagraph"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;3.)&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;The MyXferTemplate does the actual data migration for me.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;My question is how do I create a simple stored procedure to do this on SQL Server 2008???&lt;span&gt;&amp;nbsp; &lt;/span&gt;After looking at the CF documentation I don&amp;#8217;t think there will be much of a problem making the call to the stored procedure&amp;hellip; its just writing the stored procedure&amp;hellip;&lt;span&gt;&amp;nbsp; &lt;/span&gt;Any and all help is greatly appreciated!!!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a name="_MailAutoSig"&gt;&lt;strong&gt;Have an Ordinary Day...&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;strong&gt;Kurtis&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;~|:-)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c957fe6f-b950-4b9d-ba90-06352c6c1623] --&gt;</description>
      <pubDate>Mon, 07 Mar 2011 21:38:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/800941</guid>
      <dc:date>2011-03-07T21:38:27Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Rich Text Editor with Image Support</title>
      <link>https://forums.adobe.com/thread/634963</link>
      <description>&lt;!-- [DocumentBodyStart:7421c9b3-72ab-49c0-b25b-58f783c728d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I&amp;nbsp; looking for a Flex 3 rich text editor (similar to this one) that will handle the uploading and inclusion of images in the text being edited. Does anybody know of an open source or for purchase component that will meet this need?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7421c9b3-72ab-49c0-b25b-58f783c728d0] --&gt;</description>
      <pubDate>Sun, 09 May 2010 19:20:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/634963</guid>
      <dc:date>2010-05-09T19:20:01Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Looking for two components</title>
      <link>https://forums.adobe.com/thread/634025</link>
      <description>&lt;!-- [DocumentBodyStart:fd099ca6-81cd-42a0-8388-e3df47b660c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;I am looking for two components I can plug into my Flex 3 app.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;The first is a Rich Text Editor that allows me to upload and insert images into the text area I am working on. &lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;The second is a component I can use to design and layout a page for printing.&amp;nbsp; For instance I want to be able to select a background for the page, add pictures, position (dynamically filled) text areas, and such...&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;, &amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;Any ideas???&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style=": ; color: #333333; font-size: 10pt; sans-serif&amp;amp;quot: ; font-family: Arial; , &amp;amp;quot: ; Arial&amp;amp;quot: ;"&gt;Actually this type of text editor would do what I need too...&amp;nbsp; Can I get the source code for this editor???!!!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;strong style="mso-bidi-font-weight: normal; : ; mso-no-proof: yes; color: #002060; font-size: 12pt; mso-fareast-theme-font: minor-fareast; font-family: &amp;amp;quot; mso-fareast-font-family: 'Times New Roman';"&gt;Have an Ordinary Day...&lt;/strong&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;strong style=": ; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; Comic Sans MS&amp;amp;quot: ; mso-bidi-font-weight: normal; mso-no-proof: yes; color: #002060; font-size: 11pt; mso-ansi-language: EN-US; font-family: &amp;amp;quot; mso-fareast-theme-font: minor-fareast; mso-fareast-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;KomputerMan&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;~|:-)&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd099ca6-81cd-42a0-8388-e3df47b660c2] --&gt;</description>
      <pubDate>Fri, 07 May 2010 20:33:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/634025</guid>
      <dc:date>2010-05-07T20:33:20Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>data model problem</title>
      <link>https://forums.adobe.com/thread/590459</link>
      <description>&lt;!-- [DocumentBodyStart:97465c2c-fcb8-4692-af0b-bff0fd34817d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I have the following snippet of code in my Flex app:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;model.userStatus = &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #0033ff; font-size: 10pt; font-family: &amp;amp;quot;"&gt;new&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; ArrayCollection(event.result &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #0033ff; font-size: 10pt; font-family: &amp;amp;quot;"&gt;as&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; Array);&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;model.userStatusSel = &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #0033ff; font-size: 10pt; font-family: &amp;amp;quot;"&gt;new&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; ArrayCollection(event.result &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #0033ff; font-size: 10pt; font-family: &amp;amp;quot;"&gt;as&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; Array);&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;addAlltoFilterList = &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #0033ff; font-size: 10pt; font-family: &amp;amp;quot;"&gt;new&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt; Object();&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;addAlltoFilterList.CustCnt = 1;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;addAlltoFilterList.UserStatCnt = 0;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;addAlltoFilterList.UserStatus = &lt;/span&gt;&lt;strong style=": ; Courier New&amp;amp;quot: ; color: #990000; font-size: 10pt; font-family: &amp;amp;quot;"&gt;"All"&lt;/strong&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: &amp;amp;quot;Courier New&amp;amp;quot;; color: black; font-size: 10pt;"&gt;model.userStatusSel.addItemAt(addAlltoFilterList, 0);&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;The problem is when I add the word &amp;#8220;All&amp;rdquo; to model.userStatusSel it also gets added to model.userStatus.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Can anybody tell me why or how I can add the word "All" to one datamodel but not the other one???&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I am using this data in a combobox on several different forms.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;In one place I use it as a filter and want the word "All" to appear.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;On a different form I am using it as user selected data input and don&amp;#8217;t want the word "All" to appear.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Thanks in advance for the help!!!&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a name="_MailAutoSig"&gt;&lt;strong style="mso-bidi-font-weight: normal; : ; mso-no-proof: yes; color: #002060; font-size: 12pt; mso-fareast-theme-font: minor-fareast; font-family: &amp;amp;quot; mso-fareast-font-family: 'Times New Roman';"&gt;Have an Ordinary Day...&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 0pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="mso-bookmark: _MailAutoSig;"&gt;&lt;strong style="mso-bidi-font-weight: normal; : ; mso-no-proof: yes; color: #002060; font-size: 12pt; mso-fareast-theme-font: minor-fareast; font-family: &amp;amp;quot; mso-fareast-font-family: 'Times New Roman';"&gt;Kurtis&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;~|:-)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:97465c2c-fcb8-4692-af0b-bff0fd34817d] --&gt;</description>
      <pubDate>Fri, 05 Mar 2010 17:55:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/590459</guid>
      <dc:date>2010-03-05T17:55:50Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Formatting prompt text in a ComboBox:</title>
      <link>https://forums.adobe.com/thread/528852</link>
      <description>&lt;!-- [DocumentBodyStart:2f117b1c-c9ed-4b76-84df-7b74cdebe11a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Here is my call to build a combobox in my flex app.&amp;nbsp; All I want to do is change the font and set the style to &lt;em&gt;itialic&lt;/em&gt; for the prompt string.&amp;nbsp; How do I do that???&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;lt;mx:ComboBox id="ddProjectStatusID" dataProvider="{model.projectStatus}" labelField="ProjectStatus" width="148" x="1" y="25" change="doClick(event)"height="24" prompt="Select the Project Status" /&amp;gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I would also like to use an &lt;em&gt;itiliac&lt;/em&gt; prompt in a TextInput control as well. &lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Thanks in advance for the help!!!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="color: #0000ff; font-size: 10pt;"&gt;&lt;span style=": ; font-id: function(){return A.apply(null,[this].concat($A(arguments)))}; color: #0000ff; font-title: function(){return A.apply(null,[this].concat($A(arguments)))}; font-size: 2; font-lang: function(){return A.apply(null,[this].concat($A(arguments)))}; font-color: #0000ff;"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-color: #0000ff; font-id: function(){return A.apply(null,[this].concat($A(arguments)))}; font-lang: function(){return A.apply(null,[this].concat($A(arguments)))}; font-size: 2; font-title: function(){return A.apply(null,[this].concat($A(arguments)))};"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f117b1c-c9ed-4b76-84df-7b74cdebe11a] --&gt;</description>
      <pubDate>Mon, 23 Nov 2009 01:32:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/528852</guid>
      <dc:date>2009-11-23T01:32:11Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Kevin Langdon's Service Capture, IIs 7, doesn't work</title>
      <link>https://forums.adobe.com/thread/494281</link>
      <description>&lt;!-- [DocumentBodyStart:5e5cb073-7284-4a81-b407-3de97c48c194] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anybody else ran into the problem where Service Capture does not work locally?&amp;nbsp; I just upgraded my laptop to Vista, IIS 7, and IE 8.&amp;nbsp; When I launch Service Capture my local apps quit responding.&amp;nbsp; I can capture data from external web sites but not my internal ones.&amp;nbsp; Pretty annoying as I totally depend on Service Capture to help me debug my apps!!!&amp;nbsp;&amp;nbsp; Thanks in advance for any insights!!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have an Ordianry Day...&lt;/p&gt;&lt;p&gt;KomputerMan&amp;nbsp;&amp;nbsp; ~|:-)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e5cb073-7284-4a81-b407-3de97c48c194] --&gt;</description>
      <pubDate>Fri, 18 Sep 2009 19:06:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/494281</guid>
      <dc:date>2009-09-18T19:06:52Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Quick ActionScript question</title>
      <link>https://forums.adobe.com/thread/482007</link>
      <description>&lt;!-- [DocumentBodyStart:53de9d3c-f79f-48e8-8b53-951b2e7cc9f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: Arial;"&gt;Below is a function I am calling when a database event is successfully completed.&amp;nbsp; What I need to do is call another function on a dynamically provided form name when the following function gets processed.&amp;nbsp; I am passing in the name of the form to call in the event.result array.&amp;nbsp; My question is how do I reference the page where the function that I want to run resides? &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;private function ConfigAddedRetHandler(event:ResultEvent):void&lt;br/&gt;{&lt;br/&gt;var myComp:String = "DropDown_TabNav_ID." + event.result[0].CallingComp;&lt;/p&gt;&lt;p&gt;// One of the values that could be returned by the event.result[0].CallingComp is "ClientStatusID".&lt;br/&gt;&lt;span style="color: #ff0000;"&gt;this&lt;/span&gt;[myComp].Input_CurrentLabel.text = "";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;for( var i:int = 0; i &amp;lt; model.configurations.length; i++){&lt;br/&gt;&amp;nbsp; if(model.configurations[i].CompName == 'ClientStatusID'){&lt;br/&gt;&amp;nbsp; DropDown_TabNav_ID.ClientStatusID.Input_CurrentLabel.text = "";&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;}&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is why doesn't the line: &lt;span style="color: #993366;"&gt;&lt;strong&gt;this[myComp].Input_CurrentLabel.text = ""; &lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;work even though the value for &lt;strong&gt;&lt;em&gt;&lt;span style="color: #ff0000;"&gt;this&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt; is set to "&lt;strong&gt;&lt;span style="color: #993366;"&gt;DropDown_TabNav_ID.ClientStatusID&lt;/span&gt;&lt;/strong&gt;" &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;This line works just fine:&amp;nbsp; &lt;/span&gt;&lt;span style="color: #993366;"&gt;&lt;strong&gt;DropDown_TabNav_ID.ClientStatusID.Input_CurrentLabel.text = "";&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;strong&gt;&lt;span style="color: #993366;"&gt;&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;A few other items: I store several component names in the model.configurations array, one of which is ClientStatusID.&amp;nbsp; I need this function to be pretty generic so I can call one of several similar functions depending on the name of the component returnd in the event.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Thanks in advance for the help!!!&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Kurtis&amp;nbsp;&amp;nbsp; ~|:-)&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:53de9d3c-f79f-48e8-8b53-951b2e7cc9f1] --&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:09:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/482007</guid>
      <dc:date>2009-08-24T21:09:40Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Datagrid with Embedded Radio Buttons</title>
      <link>https://forums.adobe.com/thread/451228</link>
      <description>&lt;!-- [DocumentBodyStart:3d064286-fcf6-4b59-9a9e-662594faf44a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am working on a security management interface and am in need of a little datagrid with embedded radio button help.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Basically my form has two datagrids.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;One datagrid is used to display Security Groups, the other datagrid is used to display the permissions associated to the selected Security Group.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;When a security group is selected from the first datagrid I run a query that returns all of the functions that the selected group is authorized to use.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I.E. I have three functions &lt;/span&gt;&lt;span style="color: #800000;"&gt;Edit Users&lt;/span&gt;&lt;span style="color: #000000;"&gt;, &lt;/span&gt;&lt;span style="color: #800000;"&gt;Edit Transactions&lt;/span&gt;&lt;span style="color: #000000;"&gt;, &lt;/span&gt;&lt;span style="color: #800000;"&gt;Run Report&lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;When I click on Security Group &amp;#8220;GROUP A&amp;rdquo; the query tells me that they are not allowed to use the &lt;/span&gt;&lt;span style="color: #800000;"&gt;Edit Users&lt;/span&gt;&lt;span style="color: #000000;"&gt; function, they have Modify rights to &lt;/span&gt;&lt;span style="color: #800000;"&gt;Edit Transactions&lt;/span&gt;&lt;span style="color: #000000;"&gt;, and have Read rights to &lt;/span&gt;&lt;span style="color: #800000;"&gt;Run Report&lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The data returned by my query would look like so:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;GROUP NAME --- FUNCTION NAME --- PERMISSIONS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;GROUP A --- &lt;/span&gt;&lt;span style="color: #800000;"&gt;Edit Transactions --- M&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;GROUP A --- &lt;/span&gt;&lt;span style="color: #800000;"&gt;Run Report&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800000;"&gt;--- R&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="color: #800000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&lt;p class="MsoNormal"&gt;.&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The data element names in the above query are as follows:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;&lt;p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;model.secGrp2Functions.sec_group_name&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;model.secGrp2Functions.sec_func_desc&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;model.secGrp2Functions.read_or_mod&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;.&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;The second datagrid contains all of the functions available in the system.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;My permissions datagrid looks kind of like the following where (_) represents a radio button and (X) represents a selected radio button:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Edit Users --- None(X)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (_)&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Edit Transactions --- None(X)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (_)&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Run Report&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800000;"&gt;--- None(X)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (_)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="color: #800000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;p class="MsoNormal"&gt;.&lt;/p&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;font color="#000000"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font color="#000000"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; After I click on the Security Group GROUP A I need my permissions datagrid to be set as follows:&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Edit Users --- None(X)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (_)&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Edit Transactions --- None(_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (X)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (_)&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; color: #800000; font-family: &amp;amp;quot;"&gt;Run Report&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800000;"&gt;--- None(_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Modify (_)&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Read (X)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;p class="MsoNormal"&gt;.&lt;/p&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My question is what do I have to do within my radio button control to set the Modify radio button to selected if the permissions indicate that it should be selected for that function???&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;My code to this point is pretty simple and shown below.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Thanks in advance for any guidance!!!&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;p class="MsoNormal"&gt;.&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="&amp;amp;quot" size="2"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:DataGrid&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; dataProvider="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;{&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;model.secGrp2Functions&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;}&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" &lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:columns&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:DataGridColumn&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; headerText="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;Function&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" dataField="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;sec_func_desc&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;"&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;/&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:DataGridColumn&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; headerText="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;Permissions&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" dataField="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;read_or_mod&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;"&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 3;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:itemRenderer&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 4;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #006633; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:Component&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:HBox&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:RadioButton&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; id="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;NoRights&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" label="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;None&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" selected="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;true&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" &lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;/&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:RadioButton&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; id="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;EditRights&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" label="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;Edit&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" &lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;/&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;mx:RadioButton&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt; id="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;ReadRights&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" label="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000; font-family: &amp;amp;quot;"&gt;Read&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;" &lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;/&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:HBox&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 4;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #006633; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:Component&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 3;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:itemRenderer&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:DataGridColumn&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:columns&amp;gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 3;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: &amp;amp;quot;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&amp;lt;/mx:DataGrid&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #0000ff; font-family: &amp;amp;quot;"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;Thanks in advance for the assist!!!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;span style="color: #000000;"&gt;Kurtis&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;~|:-)&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d064286-fcf6-4b59-9a9e-662594faf44a] --&gt;</description>
      <pubDate>Sat, 20 Jun 2009 17:59:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/451228</guid>
      <dc:date>2009-06-20T17:59:14Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamically Create Associative Arrays</title>
      <link>https://forums.adobe.com/thread/445985</link>
      <description>&lt;!-- [DocumentBodyStart:a5f7f28f-24c9-41e3-b18e-53db4d7d2411] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #339966;"&gt;&lt;span style="color: #339966;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #009900;"&gt;&lt;span style="color: #009900;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: black; font-family: &amp;amp;quot;Comic Sans MS&amp;amp;quot;; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold;"&gt;This should be pretty simple... really...&amp;nbsp; All I am doing is returning a result set from a query.&amp;nbsp; When I process the result set I want to create a unique Associative Array for each item returned.&amp;nbsp; I.E. One record might contain the word &amp;#8220;MainMenu&amp;rdquo; so I want to create an Object called MainMenu that I will populate at a later time.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;How do I do this???&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="color: black; font-family: &amp;amp;quot;Comic Sans MS&amp;amp;quot;; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: black; font-family: &amp;amp;quot;Comic Sans MS&amp;amp;quot;; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold;"&gt;Below is the code that gets called when the query set is returned to my app.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I first store the result set into a datamodel, then I want to create a new Object.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Thanks in advance for your assistance!!!&lt;/span&gt;&lt;/p&gt;&lt;font color="#000000"&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="color: #0033ff;"&gt;&lt;strong&gt;private function GetFuncTypesHandler(event:ResultEvent):void&lt;/strong&gt;&lt;strong&gt;{&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="color: #0033ff;"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model.funcTypes = &lt;/strong&gt;&lt;strong&gt;new ArrayCollection(event.result as&lt;/strong&gt;&lt;strong&gt; Array);&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0033ff;"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for&lt;/strong&gt;&lt;strong&gt;(i = 0; i &amp;lt; model.funcTypes.length; i++){&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0033ff;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;p align="left"&gt;&lt;span style="color: #0033ff;"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #00ff00;"&gt; &lt;/span&gt;&lt;span style="color: #008000;"&gt;var model.funcTypes[i].sec_func_type.toString()&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="color: #008000;"&gt;:Object = new Object();&lt;/span&gt; &lt;span style="color: #993300;"&gt; // PLEASE HELP HERE!!!&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;span style="color: #0033ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;strong&gt;&lt;span style="color: #0033ff;"&gt;}&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: auto 0in; line-height: 10pt; mso-line-height-rule: exactly;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;Have an Ordinary Day...&lt;/strong&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: auto 0in; line-height: 10pt; mso-line-height-rule: exactly;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;Kurtis&amp;nbsp;&amp;nbsp; ~|:-)&lt;/strong&gt;&lt;span style="mso-no-proof: yes;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5f7f28f-24c9-41e3-b18e-53db4d7d2411] --&gt;</description>
      <pubDate>Wed, 10 Jun 2009 20:17:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/445985</guid>
      <dc:date>2009-06-10T20:17:28Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamically Setting the icon in a LinkButton</title>
      <link>https://forums.adobe.com/thread/416652</link>
      <description>&lt;!-- [DocumentBodyStart:c860209f-9c8f-460c-9596-bf10b26502db] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I am using several link button controls as navigation devices in my app.&amp;nbsp; When the &lt;span&gt;LinkButtons&lt;/span&gt; are created they are all given four icon properties like so:&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upIcon&lt;/span&gt;="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;@Embed(source='images/Off_1.gif')&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;" &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 10pt;"&gt;icon="&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;@Embed(source='images/Off_1.gif')&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;font size="2"&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overIcon&lt;/span&gt;="&lt;/span&gt;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;@Embed(source='images/Over_1.gif')&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;"&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; downIcon&lt;/span&gt;="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span&gt;@Embed(source='images/&lt;span&gt;Sel&lt;/span&gt;_1.gif')&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;The second &lt;span&gt;LinkButton&lt;/span&gt; would have the same properties as shown except it would have it's own set of GIF's.&amp;nbsp; Because these are navigation buttons in my app I want to be able to click on a &lt;span&gt;LinkButton&lt;/span&gt; and have it's &lt;span&gt;downIcon&lt;/span&gt; GIF become the icon GIF.&amp;nbsp; That way it looks like the button has stayed selected and gives the end user some visual indication of where they are in the app. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Problem is how do I set the state of the icon for a &lt;span&gt;LinkButton&lt;/span&gt; and make it show???&amp;nbsp; I have tried this AS code but it hasn't worked...&amp;nbsp; It doesn't generate an error... it just has no visual effect.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LinkButton&lt;/span&gt;_1_ID.&lt;span&gt;setStyle&lt;/span&gt;(&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;'icon'&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt;"&gt;, &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span style="font-size: 10pt; color: #990000;"&gt;&lt;span&gt;'images/&lt;span&gt;Sel&lt;/span&gt;_1.gif'&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 10pt;"&gt;);&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;So if you have any ideas on how to change the icon on a &lt;span&gt;LinkButton&lt;/span&gt; please let me know.&amp;nbsp; Thanks in advance for your help!!!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Have an Ordinary Day...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span&gt;&lt;span&gt;KomputerMan&amp;nbsp; &lt;/span&gt;~|:-)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c860209f-9c8f-460c-9596-bf10b26502db] --&gt;</description>
      <pubDate>Wed, 08 Apr 2009 21:09:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/416652</guid>
      <dc:date>2009-04-08T21:09:01Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex passing sturctures doesn't work anymore</title>
      <link>https://forums.adobe.com/thread/27929</link>
      <description>&lt;!-- [DocumentBodyStart:b0bf08fa-87af-4c6b-ac53-857e43e64d39] --&gt;&lt;div class="jive-rendered-content"&gt;Something has changed in the calls I make to my ColdFusion
datasources but I don&amp;#8217;t know what. What I do know is that
these calls have worked for over 6 months and then quit working
recently, as in I noticed the problem this morning while I was
making a change for my customer. This problem has effected ALL of
my Flex applications even though most of them have not had changes
for weeks or months now. I have examples of code below which used
to work fine but now fails.
&lt;br/&gt;
&lt;br/&gt;The problem seems to be in the structures I use to pass my
variables to my database web service. Basically I pass in a
structure of variables from Flex to my CFC. Below is an example of
the calls I am using to pass my variables to my CFC from inside my
Flex app:
&lt;br/&gt;
&lt;br/&gt;private function
contactInfoAddedHandler(event:AddContactInfoEvent):void
&lt;br/&gt;{ 
&lt;br/&gt;addTmpData.modContactInfo(event.contactInfoToAdd); 
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;This type of call (of which I have MANY) worked fine for
months, now they fail. The problem is how the data gets received by
the CFC. In the CFC&amp;#8217;s I tell the app that is should expect a
structure with my variables to be passed in. This is the header
code in my CFC for this call:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="modContactInfo" access="remote"
returntype="string"&amp;gt;
&lt;br/&gt;&amp;lt;cfargument name="ContactInfo" type="struct"
required="yes"&amp;gt;
&lt;br/&gt;&amp;hellip; database code&amp;hellip;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Now for the problem&amp;hellip; in the modContactInfo function the
CFC receives the data as a bunch of individual arguments instead of
a structure of elements. It used to receive one structure with all
of the elements inside of the structure. I have no idea why the CFC
now receives the data elements as a bunch of separate elements
instead of the structure.
&lt;br/&gt;
&lt;br/&gt;To fix the problem all I have to do is change my argument
calls inside the function from this:
&amp;#8220;arguments.ContactInfo.CellPhoneNumber&amp;rdquo; to this&amp;rdquo;
&amp;#8220;arguments.CellPhoneNumber&amp;rdquo;. But I don&amp;#8217;t want to
do that&amp;hellip; I would rather deal with one passed structure than a
whole slew of variables.
&lt;br/&gt;
&lt;br/&gt;My question is why does the CFC now receive a bunch of
individual elements instead of the structure??? When I debug the
Flex application and look at the data it is properly contained
within its event. Does anybody have an idea as to what could cause
this problem, or more importantly how to fix it??? Oh, my client is
using CF 7.02 and the app is compiled using Flex 3.0 if that
helps&amp;hellip; Thanks in advance for your insights&amp;hellip;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0bf08fa-87af-4c6b-ac53-857e43e64d39] --&gt;</description>
      <pubDate>Fri, 23 Jan 2009 23:22:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/27929</guid>
      <dc:date>2009-01-23T23:22:18Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Structures not being passed to a CFC</title>
      <link>https://forums.adobe.com/thread/25892</link>
      <description>&lt;!-- [DocumentBodyStart:7e6671c1-f4d4-430a-a595-6eca89a8b03d] --&gt;&lt;div class="jive-rendered-content"&gt;Something has changed in the calls I make to my ColdFusion
datasources but I don&amp;#8217;t know what. What I do know is that
these calls have worked for over 6 months and then quit working
recently, as in I noticed the problem this morning while I was
making a change for my customer. Problem is some of my database
calls still work while others don&amp;#8217;t. It seems to be random
about which calls still work and which ones don&amp;#8217;t. I have two
examples of code below, one which still works and one of which now
fails.
&lt;br/&gt;
&lt;br/&gt;The problem seems to be in the structures I use to pass my
variables to my database web service. Basically I pass in a
structure of variables from Flex to my CFC. Below is an example of
the calls I am using to pass my variables to my CFC from inside my
Flex app:
&lt;br/&gt;
&lt;br/&gt;private function
contactInfoAddedHandler(event:AddContactInfoEvent):void
&lt;br/&gt;{ 
&lt;br/&gt;addTmpData.modContactInfo(event.contactInfoToAdd); 
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;private function
addrInfoAddedHandler(event:AddAddrInfoEvent):void
&lt;br/&gt;{ 
&lt;br/&gt;addTmpData.modAddrInfo(event.addrInfoToAdd); 
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;Both of these calls use the exact same RemoteObject tag in my
Flex code too.
&lt;br/&gt;
&lt;br/&gt;Both of these calls worked fine for months, now the top one
fails. The problem is how the data gets received by my CFC. In my
CFC&amp;#8217;s I tell the app that is should expect a structure with
my variables to be passed in. This is the header code in my CFC for
both of these calls:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="modAddrInfo" access="remote"
returntype="string"&amp;gt;
&lt;br/&gt;&amp;lt;cfargument name="AddrInfo" type="struct"
required="yes"&amp;gt;
&lt;br/&gt;&amp;hellip; database code&amp;hellip;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cffunction name="modContactInfo" access="remote"
returntype="string"&amp;gt;
&lt;br/&gt;&amp;lt;cfargument name="ContactInfo" type="struct"
required="yes"&amp;gt;
&lt;br/&gt;&amp;hellip; database code&amp;hellip;
&lt;br/&gt;&amp;lt;/cffunction&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Now for the problem&amp;hellip; in the modContactInfo function the
CFC receives the data as a bunch of individual arguments instead of
a structure of elements. In the modAddrInfo function the CFC
receives one structure with all of the elements inside of the
structure. I have no idea why one function still gets the whole
structure and the other one gets every item inside the structure as
separate elements. 
&lt;br/&gt;
&lt;br/&gt;To fix the problem all I have to do is change my argument
calls inside the function from this:
&amp;#8220;arguments.ContactInfo.CellPhoneNumber&amp;rdquo; to this&amp;rdquo;
&amp;#8220;arguments.CellPhoneNumber&amp;rdquo;. But I don&amp;#8217;t want to
do that&amp;hellip; I would rather deal with one passed structure than a
whole slew of variables.
&lt;br/&gt;
&lt;br/&gt;My question is why does one function still receive a
structure and the other a bunch of individual elements??? From the
Flex app both sets of data look the same, or in other words all
elements are properly contained within their respective event. Does
anybody have an idea as to what could cause this problem, or more
importantly how to fix it??? Oh, my client is using CF 7.02 and the
app is compiled using Flex 3.0 if that helps&amp;hellip; Thanks in
advance for your insights&amp;hellip;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e6671c1-f4d4-430a-a595-6eca89a8b03d] --&gt;</description>
      <pubDate>Mon, 19 Jan 2009 18:52:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/25892</guid>
      <dc:date>2009-01-19T18:52:20Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Tabnavigator selectedindex</title>
      <link>https://forums.adobe.com/thread/32911</link>
      <description>&lt;!-- [DocumentBodyStart:7d59d08e-d754-43e4-a097-39b73beb7c6d] --&gt;&lt;div class="jive-rendered-content"&gt;I am using a tabnavigator that contains a tabnavigator. I.E. 
&lt;br/&gt;
&lt;br/&gt;&amp;lt;mx:TabNavigator id="irecTabNav" visible="false"
selectedIndex="0" &amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="myInfoTabID" label="My Information" &amp;gt;
&lt;br/&gt; &amp;lt;mx:TabNavigator id="associateInfoID" &amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="addressCanvasID" label="Addr. Info" /&amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="conInfoCanvasID" label="Contact Info"
/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:TabNavigator&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Canvas&amp;gt;
&lt;br/&gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="designatedBrokerTabID" label="Manage My
Company" &amp;gt;
&lt;br/&gt; &amp;lt;mx:TabNavigator id="dbInfoID" &amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="dbAssociatesCanvasID" label="Associates"
/&amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas id="companyCanvasID" label="Company Info"
/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:TabNavigator&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Canvas&amp;gt;
&lt;br/&gt;&amp;lt;/mx:TabNavigator&amp;gt;
&lt;br/&gt;
&lt;br/&gt;After some other events occur (login) I make the irecTabNav
visible. I am able to select the correct tab by using the
irecTabNav.selectedIndex = 0; The problem is that the tab itself is
not highlighted so there is not any visual indication which tab is
active. To get around this I have to run the following commands
after the login stuff gets executed:
&lt;br/&gt;
&lt;br/&gt;irecTabNav.selectedIndex = 1;
&lt;br/&gt;irecTabNav.callLater(setTab);
&lt;br/&gt;
&lt;br/&gt;In the function setTab I execute the command:
&lt;br/&gt;irecTabNav.selectedIndex = 0;
&lt;br/&gt;
&lt;br/&gt;This works and the correct tab is now selected and
highlighted but it is a pain in the butt. Anybody have a better way
of highlighting the selected tab???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d59d08e-d754-43e4-a097-39b73beb7c6d] --&gt;</description>
      <pubDate>Thu, 06 Nov 2008 21:57:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/32911</guid>
      <dc:date>2008-11-06T21:57:35Z</dc:date>
      <clearspace:dateToText>6 years 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Time is wrong</title>
      <link>https://forums.adobe.com/thread/260433</link>
      <description>&lt;!-- [DocumentBodyStart:3008432e-6a20-46a6-b061-ff0efc3c4c3e] --&gt;&lt;div class="jive-rendered-content"&gt;Has anybody else noticed this problem today??? My OS clock is
correct but my CF Server time is off by an hour. My JAVA time zone
setting is correct too. What I think happened was that the Windows
server adjusted the time correctly Sunday morning but the CF Server
didn't for the daylight saving time change. I have rebotted the
server to no avail. Any thoughts??? Oh... CF Server 7.02. Thanks in
advance for any insight!!!
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3008432e-6a20-46a6-b061-ff0efc3c4c3e] --&gt;</description>
      <pubDate>Mon, 10 Mar 2008 21:26:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/260433</guid>
      <dc:date>2008-03-10T21:26:50Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Blinking text</title>
      <link>https://forums.adobe.com/thread/46142</link>
      <description>&lt;!-- [DocumentBodyStart:d11e1984-4c9f-458c-a10f-37738efef60c] --&gt;&lt;div class="jive-rendered-content"&gt;This should be easy to do too... but... 
&lt;br/&gt;
&lt;br/&gt;Anyway the customer wants me to add some blinking text (YUCK)
to the screen when a person tries to log into my Flex app but
enters the wrong username and password. So my question is how do I
get the text to blink when an event occurs??? Also how do I turn
the blink effect off at another event? I was hoping it would be a
simple css thing using text-decoration but that didn't seem to
work. Thanks in advance for the help!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d11e1984-4c9f-458c-a10f-37738efef60c] --&gt;</description>
      <pubDate>Wed, 30 Jul 2008 15:33:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/46142</guid>
      <dc:date>2008-07-30T15:33:17Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What Control has focus</title>
      <link>https://forums.adobe.com/thread/52569</link>
      <description>&lt;!-- [DocumentBodyStart:e499ed50-36bb-4c3a-8cf7-b7f179524822] --&gt;&lt;div class="jive-rendered-content"&gt;but... I've been looking for a bit and can't find it.
Basically all I want to do is figure out what control has the focus
when a certain button is clicked. How do I do that with AS???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help... I feel like it must be
Monday!!!! sigh... :)
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e499ed50-36bb-4c3a-8cf7-b7f179524822] --&gt;</description>
      <pubDate>Mon, 14 Jul 2008 23:35:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/52569</guid>
      <dc:date>2008-07-14T23:35:19Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error: ConstraintColumn '20' not found.</title>
      <link>https://forums.adobe.com/thread/237604</link>
      <description>&lt;!-- [DocumentBodyStart:6b28de18-8e37-4c6b-86a5-70b0f0df3337] --&gt;&lt;div class="jive-rendered-content"&gt;I just recompliled a Flex 2.0 project using Flex 3. There
were not any errors or warning generated but when I try to run the
application I get this error message. I can't even find where it is
coming from in my code!!! What is up with this error message and
how do I find the cause so I can fix it???!!!
&lt;br/&gt;
&lt;br/&gt;Error: ConstraintColumn '20' not found.
&lt;br/&gt; at
mx.containers.utilityClasses::CanvasLayout/applyAnchorStylesDuringUpdateDisplayList()[E:\ dev\3.0.x\frameworks\projects\framework\src\mx\containers\utilityClasses\CanvasLayout.as:5 37]
&lt;br/&gt; at
mx.containers.utilityClasses::CanvasLayout/updateDisplayList()[E:\dev\3.0.x\frameworks\pr ojects\framework\src\mx\containers\utilityClasses\CanvasLayout.as:280]
&lt;br/&gt; at
mx.containers::Canvas/updateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src\ mx\containers\Canvas.as:363]
&lt;br/&gt; at
mx.core::UIComponent/validateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src \mx\core\UIComponent.as:6214]
&lt;br/&gt; at
mx.core::Container/validateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src\m x\core\Container.as:2675]
&lt;br/&gt; at
mx.managers::LayoutManager/validateDisplayList()[E:\dev\3.0.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:602]
&lt;br/&gt; at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\3.0.x\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:657]
&lt;br/&gt; at Function/
&lt;a class="jive-link-external-small" href="http://adobe.com/AS3/2006/builtin::apply()" rel="nofollow"&gt;http://adobe.com/AS3/2006/builtin::apply()&lt;/a&gt;
&lt;br/&gt; at
mx.core::UIComponent/callLaterDispatcher2()[E:\dev\3.0.x\frameworks\projects\framework\sr c\mx\core\UIComponent.as:8460]
&lt;br/&gt; at
mx.core::UIComponent/callLaterDispatcher()[E:\dev\3.0.x\frameworks\projects\framework\src \mx\core\UIComponent.as:8403]
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I have already tried to import the following libraries in an
effort to solve the problem... to no avail I might add... sigh...
&lt;br/&gt;
&lt;br/&gt; import mx.containers.Canvas;
&lt;br/&gt; import mx.containers.utilityClasses.ConstraintColumn;
&lt;br/&gt; import mx.core.LayoutContainer;
&lt;br/&gt; import mx.core.Container;
&lt;br/&gt; import mx.core.UIComponent;
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6b28de18-8e37-4c6b-86a5-70b0f0df3337] --&gt;</description>
      <pubDate>Wed, 25 Jun 2008 17:03:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/237604</guid>
      <dc:date>2008-06-25T17:03:47Z</dc:date>
      <clearspace:dateToText>6 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is it about CFFUNCTION that slows things down???</title>
      <link>https://forums.adobe.com/thread/244402</link>
      <description>&lt;!-- [DocumentBodyStart:08e8f896-a96f-4a93-b6e8-37de645557b0] --&gt;&lt;div class="jive-rendered-content"&gt;I have some code that imports the contents of an Excel
spreadsheet into my database, during the import process I also do a
fair amount of data massaging. When I run this code straight from a
URL it completes in about 90 seconds. When I encapsulate the exact
same code into a CFC function and call it from my Flex application
the run time jumps to around 10 minutes. Is there something about
calling a CFC function from within Flex that I am missing here? The
only differences in the code are a few passed in variables (which
are hard coded in the URL version) and the CFFunction tags. The
differences are trivial so I don't see how they could be accounting
for the extra time. 
&lt;br/&gt;Any thoughts on why the CFC runs so much slower than the
CFM??? Oh... I am running CF 7.02 and my client will be on that
platform for the foreseeable future.
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:08e8f896-a96f-4a93-b6e8-37de645557b0] --&gt;</description>
      <pubDate>Wed, 14 May 2008 17:08:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/244402</guid>
      <dc:date>2008-05-14T17:08:07Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFC runs very slow...</title>
      <link>https://forums.adobe.com/thread/245248</link>
      <description>&lt;!-- [DocumentBodyStart:5546b9de-45f5-49a2-9e6b-5ee5c23d87e2] --&gt;&lt;div class="jive-rendered-content"&gt;I have some code that imports the contents of an Excel
spreadsheet into my database, during the import process I also do a
fair amount of data massaging. When I run this code straight from a
URL it completes in about 90 seconds. When I encapsulate the exact
same code into a CFC function and call it from my Flex application
the run time jumps to around 10 minutes. Is there something about
calling a CFC function from within Flex that I am missing here? The
only differences in the code are a few passed in variables (which
are hard coded in the URL version) and the CFFunction tags. The
differences are trivial so I don't see how they could be accounting
for the extra time. 
&lt;br/&gt;
&lt;br/&gt;Any thoughts on why the CFC runs so much slower than the
CFM??? Oh... I am running CF 7.02 and my client will be on that
platform for the foreseeable future. The front end was developed
using Flex 2.0.
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5546b9de-45f5-49a2-9e6b-5ee5c23d87e2] --&gt;</description>
      <pubDate>Wed, 14 May 2008 17:12:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/245248</guid>
      <dc:date>2008-05-14T17:12:33Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Closing a window after an Excel dump</title>
      <link>https://forums.adobe.com/thread/257458</link>
      <description>&lt;!-- [DocumentBodyStart:5c7e0929-84b7-4585-8bdd-f4558dcdded1] --&gt;&lt;div class="jive-rendered-content"&gt;I am using a call to a cfm page from my Flex app to generate
an Excel dump for my end users. The code I use in the Flex app is
as follows:
&lt;br/&gt;
&lt;br/&gt;var url:URLRequest = new
URLRequest("/Irec_Flex/Reports/EOHist_Excel.cfm");
&lt;br/&gt;...
&lt;br/&gt;url.data = uv;
&lt;br/&gt;navigateToURL(url,"_blank");
&lt;br/&gt;
&lt;br/&gt;The template EO_Hist_Excel.cfm just generates an Excel dump
using CFHEADER and CFCONTENT. All of that works great. The only
problem with this is that after the Excel file is generated I am
left with a popup window that has the message "Action Canceled" in
it. I have been searching all over the place looking at how I can
close this window after the Excel file is generated. As I
understand it JavaScript is useless after the CFHEADER tag is used.
I finally came across this post where somebody solved the same
problem... unfortunately the details were missing so if somebody
could help me out a bit here I would be grateful for ever... O.K.
maybe not for ever but I will revere you as a CF-Flex GURU for at
least a half of an hour!!!
&lt;br/&gt;
&lt;br/&gt;Here is the post I found that is missing the specifics...
&lt;br/&gt;***********************************************
&lt;br/&gt;I did solve the problem. I noticed that the Flex generated
html code was 
&lt;br/&gt;using a zero height IFRAME to hold the history data. I just
added another 
&lt;br/&gt;named IFRAME and pointed the loadvars.send at it. Works
great!
&lt;br/&gt;***********************************************
&lt;br/&gt;
&lt;br/&gt;I really don't see how this message will help me close a
popup window after the Excel file has been created... Does anybody
out there understand this???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c7e0929-84b7-4585-8bdd-f4558dcdded1] --&gt;</description>
      <pubDate>Tue, 25 Mar 2008 21:46:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/257458</guid>
      <dc:date>2008-03-25T21:46:06Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Close window</title>
      <link>https://forums.adobe.com/thread/257257</link>
      <description>&lt;!-- [DocumentBodyStart:05cee606-d7bd-4a0c-b8c7-c757b6f7344d] --&gt;&lt;div class="jive-rendered-content"&gt;Here is my problem. I am using a Flex app to manage my data
and to kick off reporting events. One of these reports is just an
Excel dump. I am calling a file called Company_Excel.cfm to create
the excel file. This works great. The only problem is after the
Excel file is opened I am left with a popup window that has an
"Action canceled" error message. How do I get rid of that window???
I have tried several variations of the following code to no
success...
&lt;br/&gt;
&lt;br/&gt;&amp;lt;script language="JavaScript"&amp;gt;
&lt;br/&gt; function CloseMe(){ window.close(self); }
&lt;br/&gt;&amp;lt;/script&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;A CLASS="H_Link"
HREF="javaScript:window.CloseMe()"&amp;gt;Close this window&amp;lt;/A&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFINVOKE COMPONENT="/IREC_Flex/WebServices/SearchData"
METHOD="GetCoNames" RETURNVARIABLE="CoNameList"
CoName="#Form.CoName#"&amp;gt;&amp;lt;/CFINVOKE&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFHEADER NAME="content-disposition" VALUE="attachment;
filename=Companies.xls"&amp;gt;
&lt;br/&gt;&amp;lt;CFCONTENT TYPE="application/vnd.ms-excel"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;TABLE&amp;gt;
&lt;br/&gt;...
&lt;br/&gt;&amp;lt;/TABLE&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I have also tried several versions of...
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;html&amp;gt;
&lt;br/&gt;&amp;lt;head&amp;gt;
&lt;br/&gt; &amp;lt;title&amp;gt;Company Excel Dump&amp;lt;/title&amp;gt;
&lt;br/&gt;&amp;lt;/head&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;script language='javascript'&amp;gt;
&lt;br/&gt; var t;
&lt;br/&gt; function doLoad() {
&lt;br/&gt; t = setTimeout("window.close()",2000);
&lt;br/&gt; }
&lt;br/&gt;&amp;lt;/script&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;body onLoad='doLoad()'&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFINVOKE COMPONENT="/IREC_Flex/WebServices/SearchData"
METHOD="GetCoNames" RETURNVARIABLE="CoNameList"
CoName="#Form.CoName#"&amp;gt;&amp;lt;/CFINVOKE&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFHEADER NAME="content-disposition" VALUE="attachment;
filename=Companies.xls"&amp;gt;
&lt;br/&gt;&amp;lt;CFCONTENT TYPE="application/vnd.ms-excel"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;TABLE&amp;gt;
&lt;br/&gt;...
&lt;br/&gt;&amp;lt;/TABLE&amp;gt;
&lt;br/&gt;&amp;lt;/body&amp;gt;
&lt;br/&gt;&amp;lt;/html&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Any other ideas out there???
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05cee606-d7bd-4a0c-b8c7-c757b6f7344d] --&gt;</description>
      <pubDate>Tue, 25 Mar 2008 19:49:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/257257</guid>
      <dc:date>2008-03-25T19:49:36Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Better way to process loops in ActionScipt</title>
      <link>https://forums.adobe.com/thread/259877</link>
      <description>&lt;!-- [DocumentBodyStart:824d0b2c-3c94-43ec-9cc7-ec8095231e59] --&gt;&lt;div class="jive-rendered-content"&gt;I have two ArrayCollections in my application. One of them is
called functions2Security and the other is called userSecurity. A
sample of the data contained in these collections is shown below:
&lt;br/&gt;
&lt;br/&gt;functions2Security[0].FunctionName = "Administration_Menu"
&lt;br/&gt;functions2Security[0].SecCnt= 1
&lt;br/&gt;functions2Security[1].FunctionName = "Report_Menu"
&lt;br/&gt;functions2Security[1].SecCnt= 2
&lt;br/&gt;functions2Security[2].FunctionName = "Project_Menu"
&lt;br/&gt;functions2Security[2].SecCnt= 3
&lt;br/&gt;
&lt;br/&gt;userSecurity[0].SecCnt = 1
&lt;br/&gt;
&lt;br/&gt;What I want to do is make sure that the userSecurity
ArrayCollection contains the same secCnt as the functions2Security
collection to turn on or hide a navigation tab in the application.
Or in other words this is my security scheme. I have the following
code that will verify that the values match but I am thinking there
has to be a better way. Here is what I have but am looking for
advice on ways to make this more efficient.
&lt;br/&gt;
&lt;br/&gt;var i:int = 0;
&lt;br/&gt;var x:int = 0;
&lt;br/&gt;var showReportMenu:int = 0;
&lt;br/&gt; 
&lt;br/&gt;for(i = 0; i &amp;lt; model.functions2Security.length; i++){
&lt;br/&gt; if(model.functions2Security
&lt;i&gt;.FunctionName == "Report_Menu"){
&lt;br/&gt; if(showReportMenu == 1){
&lt;br/&gt; break;
&lt;br/&gt; }
&lt;br/&gt; for(x = 0; x &amp;lt; model.userSecurity.length; x++){
&lt;br/&gt; if(model.functions2Security&lt;/i&gt;.SecCnt ==
model.userSecurity[x].SecCnt){
&lt;br/&gt; showReportMenu = 1;
&lt;br/&gt; break;
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your suggestions!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:824d0b2c-3c94-43ec-9cc7-ec8095231e59] --&gt;</description>
      <pubDate>Tue, 11 Mar 2008 04:01:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/259877</guid>
      <dc:date>2008-03-11T04:01:46Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Password StringValidator</title>
      <link>https://forums.adobe.com/thread/56135</link>
      <description>&lt;!-- [DocumentBodyStart:38d10678-7d36-4497-a6c5-e5e84a2ec1ba] --&gt;&lt;div class="jive-rendered-content"&gt;Hello all you fellow Flexers out there
&lt;br/&gt;
&lt;br/&gt;I want to use the StringValidator, or some bit of action
script I suppose, to ensure that my end users has a password of 6
chars with at least one special character and at least one number. 
&lt;br/&gt;
&lt;br/&gt;I already have two password boxes and have the checks to
ensure that the password is the same in both boxes. Now all I need
to do is to validate the length and check for the required special
character and number. Any ideas???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38d10678-7d36-4497-a6c5-e5e84a2ec1ba] --&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:35:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/56135</guid>
      <dc:date>2008-02-11T16:35:20Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>datagrid and mouseover event</title>
      <link>https://forums.adobe.com/thread/154536</link>
      <description>&lt;!-- [DocumentBodyStart:c49cd909-eef6-4922-b288-54615e88b839] --&gt;&lt;div class="jive-rendered-content"&gt;Hello all Flexers...
&lt;br/&gt; I have a datagrid that contains the names of all of the
reports that can be generated in my application. When the user
clicks on the report and then a clicks a generate report button the
selected report gets generated. This works great as a menuing
system to generate reports. 
&lt;br/&gt;
&lt;br/&gt; What I want to do now is capture a mouse over event so when
the mouse is over a report name in the datagrid a textarea box gets
populated with the description of the report. 
&lt;br/&gt;
&lt;br/&gt; I have this working when using checkboxes in a repeater
using the following code:
&lt;br/&gt;
&lt;br/&gt; private function setCompDesc(s:String):void {
&lt;br/&gt; compDescArea.text=s;
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt; &amp;lt;mx:VBox x="700" y="19" width="225" height="321"
borderStyle="none"&amp;gt;
&lt;br/&gt; &amp;lt;mx:Repeater id="compData" dataProvider="{compList}"&amp;gt;
&lt;br/&gt; &amp;lt;mx:CheckBox id="myCompNames"
label="{compData.currentItem.ComponentName}"
validationSubField="{compData.currentItem.CompCnt}"
&lt;br/&gt; styleName="CheckBox" enabled="true" selected="false"
click="anyEvent()" 
&lt;br/&gt;
mouseOver="setCompDesc(event.currentTarget.getRepeaterItem().ComponentDesc)"
mouseOut="compDescArea.text=''" /&amp;gt; 
&lt;br/&gt; &amp;lt;/mx:Repeater&amp;gt;
&lt;br/&gt; &amp;lt;/mx:VBox&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Now I need to do the same thing with the datagrid instead of
the checkbox in the repeater. This is what I have so far (but it is
not working...)
&lt;br/&gt;
&lt;br/&gt; &amp;lt;mx:DataGrid id="reportsGrid" dataProvider="{reportList}"
change="doClick()" width="400" height="180" 
&lt;br/&gt;
mouseOver="setRptDesc(event.currentTarget.valueOf().ReportDesc)"
&lt;br/&gt; styleName="DataGrid" fontFamily="Arial" fontSize="10"
textAlign="left" fontWeight="bold" x="0" y="45"&amp;gt;
&lt;br/&gt; &amp;lt;mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;mx:Array&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn dataField="ReportName"
headerText="Existing Reports" width="300" /&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn dataField="RptType" headerText="Report
Type" width="100" /&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Array&amp;gt; 
&lt;br/&gt; &amp;lt;/mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;/mx:DataGrid&amp;gt;
&lt;br/&gt;
&lt;br/&gt; So the question is how do I pass the value of the item being
mouse overed in the datagrid to a function??? Actually I want to
pass the value of a cell in the array that is used to populate the
datagrid but is not displayed in the datagrid itself.
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the assist!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c49cd909-eef6-4922-b288-54615e88b839] --&gt;</description>
      <pubDate>Thu, 19 Apr 2007 15:54:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/154536</guid>
      <dc:date>2007-04-19T15:54:45Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Passing a Flex Array Collection to Cold Fusion</title>
      <link>https://forums.adobe.com/thread/134102</link>
      <description>&lt;!-- [DocumentBodyStart:8505c4d8-63cf-44ee-bc6f-e4a6c51a9357] --&gt;&lt;div class="jive-rendered-content"&gt;Hello fellow Flexers...
&lt;br/&gt;I am looking for the best way to pass an array collection to
Cold Fusion. This array collection gets populated with data from CF
but the queries and data manipulation that has to be done inside of
the *.cfc makes it less expensive (from a time and processing
perspective) to pass the array back to CF (so I can generate a HTML
/ PDF / Excel / Word report) than it is to re-run the scripts
inside of the cfc Any ideas would be appreciated!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8505c4d8-63cf-44ee-bc6f-e4a6c51a9357] --&gt;</description>
      <pubDate>Thu, 13 Dec 2007 21:42:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/134102</guid>
      <dc:date>2007-12-13T21:42:40Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>showing selected row at top of datagrid</title>
      <link>https://forums.adobe.com/thread/57399</link>
      <description>&lt;!-- [DocumentBodyStart:ef0fe862-2429-479e-84e8-a4c696721b04] --&gt;&lt;div class="jive-rendered-content"&gt;Hello all you Flexers out there.
&lt;br/&gt;Got a little problem that I need some help with. I have a
datagrid that has between 10 and 50 items in it at any given moment
in time, depending on other events within the application. 
&lt;br/&gt;The problem is if I have 50 items in my datagrid and I
programatically select the 25th item it is not seen by the end user
unless they manually scroll down to view it. 
&lt;br/&gt; 
&lt;br/&gt;
&lt;br/&gt;What I would like to do is force the data grid to
automatically scroll down so the selected item is shown. How do I
do this??? 
&lt;br/&gt;Here is the code that I use to select the correct row within
the datagrid when the page is activated, this code works fine, only
problem is that it does not scroll the datagrid down to the
selected item. 
&lt;br/&gt;Any help is more than appreciated!!! 
&lt;br/&gt;
&lt;br/&gt; if (model.selectedUser.fk_id_agy != 0){
&lt;br/&gt; for(var x:int = 0; x &amp;lt; model.allAgyCodes.length; x++){
&lt;br/&gt; if (model.selectedUser.fk_id_agy ==
model.allAgyCodes[x].id_agy){
&lt;br/&gt; mySecLevelAgy.agyCodesDG.selectedIndex = x;
&lt;br/&gt; break;
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; 
&lt;br/&gt;Thanks in advance for the assistance!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef0fe862-2429-479e-84e8-a4c696721b04] --&gt;</description>
      <pubDate>Mon, 24 Sep 2007 15:38:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/57399</guid>
      <dc:date>2007-09-24T15:38:37Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>String compare in a datagrid</title>
      <link>https://forums.adobe.com/thread/202672</link>
      <description>&lt;!-- [DocumentBodyStart:2a3dd92a-1aa6-4a3e-826b-2c34d202a7c4] --&gt;&lt;div class="jive-rendered-content"&gt;I have a datagrid that contains both integers and text
fields. The text fields are customer names and the integer fields
are claim numbers beginning with a Year (I.E. 20010005 is a valid
entry here). I also have two text boxes on a form that I want to
use to compare to the values in the datagrid. So if a user types in
the letter "A" in the Last Name text box my script goes and finds
all records in the datagrid where tha LastName starts with the
letter A. This is working well.
&lt;br/&gt;
&lt;br/&gt;My problem is when I type something into the claim number
text box my script fails. I am pretty sure that it has something to
do with the fact that the data being stored in the datagrid is a
number and I am trying to do a string compare. Being kind of new to
AS I could use a little help here. My question is how do I cast the
item.ClaimNum field to a string so I can compare the value in the
text box to the integer stored in my database?.
&lt;br/&gt;
&lt;br/&gt;Here is the AS I have so far. 
&lt;br/&gt;
&lt;br/&gt;private function catFilter(item:Object):Boolean
&lt;br/&gt;{
&lt;br/&gt; var result:Boolean=false;
&lt;br/&gt;
&lt;br/&gt; var pattern:RegExp= new RegExp("^","i");
&lt;br/&gt; var pattern1:RegExp= new RegExp("^"+LName.text,"i");
&lt;br/&gt; var pattern2:RegExp= new RegExp(ClaimNum.text,"i");
&lt;br/&gt; 
&lt;br/&gt; if ((LName.text != "") &amp;amp;&amp;amp; (ClaimNum.text == ""))
&lt;br/&gt; {
&lt;br/&gt; return item.LName.match(pattern1);
&lt;br/&gt; } 
&lt;br/&gt; else if ((LName.text == "") &amp;amp;&amp;amp; (ClaimNum.text !=
""))
&lt;br/&gt; {
&lt;br/&gt; return item.ClaimNum.match(pattern2);
&lt;br/&gt; }
&lt;br/&gt; else 
&lt;br/&gt; {
&lt;br/&gt; return item.LName.match(pattern);
&lt;br/&gt; }
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2a3dd92a-1aa6-4a3e-826b-2c34d202a7c4] --&gt;</description>
      <pubDate>Thu, 21 Sep 2006 20:50:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/202672</guid>
      <dc:date>2006-09-21T20:50:37Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Append using a Structure</title>
      <link>https://forums.adobe.com/thread/64961</link>
      <description>&lt;!-- [DocumentBodyStart:ec622744-ab52-40e0-910b-9f2928e00809] --&gt;&lt;div class="jive-rendered-content"&gt;I need to run an append query using a structure to pass in
one of my data fields. This isn't a tough thing to do normally but
this is a little abnormal. Basically I am migrating about 1.5
million records from a single table data dump into a relational
database. 
&lt;br/&gt;
&lt;br/&gt;The first query gets all unique BOX NUMBERS from the data
dump and places them into a table called Box_Details. Then I go and
get the Primary Key (PK) values for all of the unique boxes just
added to the table. I store the PK and Box number in a structure
called box_Struct. 
&lt;br/&gt;
&lt;br/&gt;Now comes the hard part. I have to run another query from the
same data dump and I need to replace the Box_Number field with the
appropriate value contained in the box_Struct structure. The last
query, called AddItem, shows what I am trying to do. Basically I
need to pass the value from the SELECT query, which is ran inside
the append (INSERT INTO) query, to the box_Struct structure so I
can use the Box_ID as my foreign key in the item_description table.
I know how to do it if I pull everything into CF but I have no
desire to loop over 1.5 million records so I need a better way to
do this substitution. Any ideas on how I can make this substitution
inside the query work???
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFQUERY NAME="AddBoxDetail"
DATASOURCE="#Request.DSN_RW#"&amp;gt;
&lt;br/&gt; INSERT INTO box_detail (trans_id, uval_trans_id, agency_id,
box_type, box_number, box_desc, box_begin_date, box_end_date,
stype_id, vault_loc, barcode, RotFreqCnt, Box_Date_In)
&lt;br/&gt; SELECT DISTINCT #GetMax.MyMax# AS trans_id, 0 AS
uval_trans_id, agency_id, box_type, box_number, box_desc,
box_begin_date, box_end_date, stype_id, vault_loc, barcode, 1 AS
RotFreqCnt, Box_Date_In
&lt;br/&gt; FROM ImportRITSData
&lt;br/&gt;&amp;lt;/CFQUERY&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!--- Get the PKs of the records just added ---&amp;gt;
&lt;br/&gt;&amp;lt;CFQUERY NAME="GetBoxID" DATASOURCE="#Request.DSN_RW#"&amp;gt;
&lt;br/&gt; SELECT box_id, box_number
&lt;br/&gt; FROM box_detail
&lt;br/&gt; WHERE box_number IN (Select DISTINCT box_number FROM
ImportRITSData)
&lt;br/&gt;&amp;lt;/CFQUERY&amp;gt;
&lt;br/&gt; 
&lt;br/&gt;&amp;lt;CFSET box_Struct = StructNew()&amp;gt;
&lt;br/&gt;&amp;lt;CFOUTPUT QUERY="GetBoxID"&amp;gt;&amp;lt;CFSET
box_Struct["#box_number#"] = box_id&amp;gt;&amp;lt;/CFOUTPUT&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CFQUERY NAME="AddItem" DATASOURCE="#Request.DSN_RW#"&amp;gt;
&lt;br/&gt; INSERT INTO item_description (item_type, item_number,
box_id, form_number, years_inclusive, retent_reqmt, description)
&lt;br/&gt; SELECT item_type, item_number, box_number,
#box_Struct[box_number]# AS box_id, form_number, years_inclusive,
retent_reqmt, description
&lt;br/&gt; FROM ImportRITSData
&lt;br/&gt;&amp;lt;/CFQUERY&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;Have an Ordianry Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec622744-ab52-40e0-910b-9f2928e00809] --&gt;</description>
      <pubDate>Thu, 16 Aug 2007 18:18:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/64961</guid>
      <dc:date>2007-08-16T18:18:32Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Simple AS question... Convert a string to a component name</title>
      <link>https://forums.adobe.com/thread/142336</link>
      <description>&lt;!-- [DocumentBodyStart:6e2f3d9c-20c9-4f4f-9f26-10f3a5eab635] --&gt;&lt;div class="jive-rendered-content"&gt;This should be a pretty simple thing to do but I can't think
of what to search for when looking for an answer...
&lt;br/&gt;
&lt;br/&gt;I have a datagrid that when selected compares the datagrid
selected value with a value in a componentList array. If the values
match I make the componentList[0].ComponentName canvas visible.
This is how I am currently doing it but there has to be a better
way.
&lt;br/&gt;
&lt;br/&gt; LitVar.visible = false;
&lt;br/&gt; for(var i:int = 0; i &amp;lt; componentList.length; i++)
&lt;br/&gt; {
&lt;br/&gt; if(reportsGrid.selectedItem.RptCnt ==
componentList[0].RptCnt)
&lt;br/&gt; {
&lt;br/&gt; if(componentList[0].ComponentName == "LitVar"){
&lt;br/&gt; LitVar.visible = true;
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; 
&lt;br/&gt; 
&lt;br/&gt; My question is how do I make the component
componentList[0].ComponentName visible? 
&lt;br/&gt; 
&lt;br/&gt; The values stored in the componentList[n].ComponentName are
names of canvases on my form. I plan on adding about 15 hidden
canvases on this form and I don't want to loop through all of those
names like the code above does. What I want to do is convert the
string in the componentList[n].ComponentName array and make that
canvas visible. 
&lt;br/&gt;
&lt;br/&gt; Or in other words how do I rewrite
componentList[0].ComponentName.visible = true; so it actually
works? 
&lt;br/&gt; 
&lt;br/&gt; Thanks in advance for the help!!!
&lt;br/&gt; 
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e2f3d9c-20c9-4f4f-9f26-10f3a5eab635] --&gt;</description>
      <pubDate>Fri, 01 Jun 2007 16:57:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/142336</guid>
      <dc:date>2007-06-01T16:57:06Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Generating a PDF</title>
      <link>https://forums.adobe.com/thread/84354</link>
      <description>&lt;!-- [DocumentBodyStart:1dac8a0b-7c65-4bea-b3f1-de8ccca3031e] --&gt;&lt;div class="jive-rendered-content"&gt;I am attempting to generate a pretty simple PDF document. It
worked yesterday on a production server and it doesn't work today.
It works on my development machine still though. In production I
get the dreaded "File does not begin with '%PDF-'". Any idea on why
this would fail???
&lt;br/&gt;
&lt;br/&gt;Here is my code to generate the PDF... Oh and if I comment
out the CFDOCUMENT stuff the page loads just fine so I know it is
not a data retrieval issue...
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;html&amp;gt;
&lt;br/&gt;&amp;lt;head&amp;gt;
&lt;br/&gt; &amp;lt;title&amp;gt;Pleadings Form&amp;lt;/title&amp;gt;
&lt;br/&gt;&amp;lt;/head&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;BODY&amp;gt;
&lt;br/&gt; &amp;lt;CFQUERY NAME="GetClaimantInfo"
DATASOURCE="#Request.dsn#"&amp;gt;
&lt;br/&gt; SELECT LName
&lt;br/&gt; FROM Claimants
&lt;br/&gt; WHERE ClaimCnt = #Form.MyClaimCnt#
&lt;br/&gt; &amp;lt;/CFQUERY&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;CFSET MyClNum = LEFT(Form.MyClaimNum, 4) &amp;amp; '-' &amp;amp;
RIGHT(Form.MyClaimNum, 4)&amp;gt;
&lt;br/&gt; &amp;lt;cfdocument format="pdf" marginleft="1.0"
marginright="1.0" marginbottom="0.7" margintop="1.0" unit="IN"&amp;gt;
&lt;br/&gt; &amp;lt;TABLE cellpadding="0" cellspacing="0" border="0"
width="100%"&amp;gt;
&lt;br/&gt; &amp;lt;TR&amp;gt;
&lt;br/&gt; &amp;lt;TD WIDTH="100"&amp;gt;&amp;lt;span
style="font-size:10.0pt;font-family:Arial;color:black;font:bold;text-decoration:underline ;"&amp;gt;PLEADINGS:&amp;lt;/span&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;TD ALIGN="right"&amp;gt;&amp;lt;span
style="font-size:10.0pt;font-family:Arial;color:black;font:bold;"&amp;gt;CLAIM
NO:
&amp;lt;CFOUTPUT&amp;gt;#MyClNum#&amp;lt;/CFOUTPUT&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;/TR&amp;gt;
&lt;br/&gt; &amp;lt;TR&amp;gt;
&lt;br/&gt; &amp;lt;TD&amp;gt;&amp;lt;IMG SRC="/ISIF/images/shim.gif" WIDTH="1"
height="1"&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;TD ALIGN="right"&amp;gt;&amp;lt;span
style="font-size:10.0pt;font-family:Arial;color:black;font:bold;"&amp;gt;CLAIMANT
NAME:
&amp;lt;CFOUTPUT&amp;gt;#GetClaimantInfo.LName#&amp;lt;/CFOUTPUT&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;/TR&amp;gt;
&lt;br/&gt; &amp;lt;TR&amp;gt;
&lt;br/&gt; &amp;lt;TD COLSPAN="2" HEIGHT="10"&amp;gt;&amp;lt;IMG
SRC="/ISIF/images/shim.gif" WIDTH="1" height="1"&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;/TR&amp;gt;
&lt;br/&gt; &amp;lt;TR&amp;gt;
&lt;br/&gt; &amp;lt;TD&amp;gt;&amp;lt;span
style="font-size:10.0pt;font-family:Arial;color:black;font:bold;"&amp;gt;DATE:&amp;lt;/span&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;TD&amp;gt;&amp;lt;span
style="font-size:10.0pt;font-family:Arial;color:black;font:bold;"&amp;gt;TITLE:&amp;lt;/span&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;/TR&amp;gt;
&lt;br/&gt; &amp;lt;/TABLE&amp;gt;
&lt;br/&gt; &amp;lt;TABLE cellpadding="0" cellspacing="0" border="1"
BORDERCOLOR="#000000" width="100%"&amp;gt;
&lt;br/&gt; &amp;lt;CFLOOP FROM="1" TO="28" INDEX="xx"&amp;gt;
&lt;br/&gt; &amp;lt;TR&amp;gt;
&lt;br/&gt; &amp;lt;TD HEIGHT="30" WIDTH="100"&amp;gt;&amp;lt;IMG
SRC="/ISIF/images/shim.gif" WIDTH="40" height="1"&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;TD&amp;gt;&amp;lt;IMG SRC="/ISIF/images/shim.gif" WIDTH="1"
height="1"&amp;gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt; &amp;lt;/TR&amp;gt;
&lt;br/&gt; &amp;lt;/CFLOOP&amp;gt;
&lt;br/&gt; &amp;lt;/TABLE&amp;gt;
&lt;br/&gt; &amp;lt;/CFDOCUMENT&amp;gt;
&lt;br/&gt;&amp;lt;/body&amp;gt;
&lt;br/&gt;&amp;lt;/html&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1dac8a0b-7c65-4bea-b3f1-de8ccca3031e] --&gt;</description>
      <pubDate>Wed, 06 Jun 2007 23:09:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/84354</guid>
      <dc:date>2007-06-06T23:09:20Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I loop over all components on a form</title>
      <link>https://forums.adobe.com/thread/142979</link>
      <description>&lt;!-- [DocumentBodyStart:f838eb57-55b0-46ff-b99b-6887ac18b4ab] --&gt;&lt;div class="jive-rendered-content"&gt;How do I loop over all of the components on a form to see if
they are visible or not???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help!!!
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f838eb57-55b0-46ff-b99b-6887ac18b4ab] --&gt;</description>
      <pubDate>Fri, 01 Jun 2007 17:16:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/142979</guid>
      <dc:date>2007-06-01T17:16:24Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&amp;lt;TEXTFORMAT...&amp;gt; to PDF</title>
      <link>https://forums.adobe.com/thread/145022</link>
      <description>&lt;!-- [DocumentBodyStart:6a694c27-f353-4c70-a415-3dc332a9580f] --&gt;&lt;div class="jive-rendered-content"&gt;I am pulling this type of data out of a database:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;TEXTFORMAT INDENT="2" LEADING="2"&amp;gt;&amp;lt;P
ALIGN="LEFT"&amp;gt;&amp;lt;FONT FACE="Arial" SIZE="9" COLOR="#000033"
LETTERSPACING="0" KERNING="0"&amp;gt;&amp;lt;B&amp;gt;NECK, SPINE &amp;amp;amp;
&amp;lt;/B&amp;gt;&amp;lt;FONT
COLOR="#FF0066"&amp;gt;&amp;lt;B&amp;gt;FIBROMYALGIA&amp;lt;/B&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;/TEXTFORMAT&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Problem is when I try to pull this data from the database and
place it into the PDF report the font size changes to about size
32. What do I have to do to use the TEXTFORMAT tag in a PDF page???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for the help...
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a694c27-f353-4c70-a415-3dc332a9580f] --&gt;</description>
      <pubDate>Thu, 31 May 2007 20:09:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/145022</guid>
      <dc:date>2007-05-31T20:09:31Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XMLListCollection</title>
      <link>https://forums.adobe.com/thread/149188</link>
      <description>&lt;!-- [DocumentBodyStart:fee5b2fb-be17-43f5-9f8d-109fb217c495] --&gt;&lt;div class="jive-rendered-content"&gt;Hello all you Flexers...
&lt;br/&gt;
&lt;br/&gt;I have a bunch of data in an XMLListCollection. The
collection has 3 levels to it: Table or View is the top level,
followed by table / view name, followed by field name. 
&lt;br/&gt;
&lt;br/&gt;This data in the collection is being used in a checked tree
control. Each of the field names can be checked or unchecked. When
the user presses an update button I need to be able to send the
date in the XMLListCollection (as seen by the tree control) back to
ColdFusion.
&lt;br/&gt;
&lt;br/&gt;My question is what is the best method for returning data
from a XMLListCollection to ColdFusion and how would I format the
data??? I.E. should I loop through the XMLListCollection (how do I
do that???) to populate an array and then send the array back to
CF??? 
&lt;br/&gt;
&lt;br/&gt;Oh a little code snippet would be appreciated too!!! :)
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fee5b2fb-be17-43f5-9f8d-109fb217c495] --&gt;</description>
      <pubDate>Mon, 07 May 2007 22:11:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/149188</guid>
      <dc:date>2007-05-07T22:11:19Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XML data in Flex</title>
      <link>https://forums.adobe.com/thread/153368</link>
      <description>&lt;!-- [DocumentBodyStart:91b3be14-012b-4f7b-932c-639bf93d823d] --&gt;&lt;div class="jive-rendered-content"&gt;I am passing in some XML data from a CFC, works fine... Well
at I can see the data in debug mode but the data doesn't work like
it does if the data gets built in Flex itself. I am pulling in the
XML data to work with the "3 State CheckBox Tree" control that can
be downloaded from the Flex Developers Exchange. 
&lt;br/&gt;
&lt;br/&gt;If the XML is created in the Flex code itself the control
works fine. Here is how the XML data is created in Flex:
&lt;br/&gt;
&lt;br/&gt; [Bindable]
&lt;br/&gt; public var folderList:XMLList =
&lt;br/&gt; &amp;lt;&amp;gt;
&lt;br/&gt; &amp;lt;folder state="schrodinger" label="Marketing Collateral"
isBranch="true" &amp;gt;
&lt;br/&gt; &amp;lt;folder state="schrodinger" isBranch="true" label="Media,
PR, and Communications" &amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Article
Reprint Disclaimers" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false"
label="Articles Reprints" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false"
label="Interviews and Transcripts" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Press
Kits" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Press
Releases" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Quick
Hits" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Rep
Talking Points" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false" label="Special
Updates" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="checked" isBranch="false" label="White
Papers" /&amp;gt;
&lt;br/&gt; &amp;lt;/folder&amp;gt;
&lt;br/&gt; &amp;lt;folder state="schrodinger" isBranch="true" label="Forms
and Applications" &amp;gt;
&lt;br/&gt; &amp;lt;folder state="unchecked" isBranch="false"
label="Applications" /&amp;gt;
&lt;br/&gt; &amp;lt;folder state="checked" isBranch="false" label="Forms"
/&amp;gt;
&lt;br/&gt; &amp;lt;/folder&amp;gt;
&lt;br/&gt; &amp;lt;/folder&amp;gt;
&lt;br/&gt; &amp;lt;/&amp;gt;;
&lt;br/&gt; 
&lt;br/&gt; [Bindable]
&lt;br/&gt; public var folderCollection:XMLListCollection;
&lt;br/&gt; 
&lt;br/&gt; private function init() : void{
&lt;br/&gt; folderCollection = new XMLListCollection(folderList);
&lt;br/&gt; checkTree.dataProvider = folderCollection;
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;If I pause the application and look at the data in debug mode
I see that the contents of the folderCollection
XMLListCollectionList looks like this picture: 
&lt;a class="jive-link-external-small" href="http://www.komputerman.com/xml.jpg" rel="nofollow"&gt;CLICK HERE TO SEE THE XML
DATA XML Data built in Flex&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;When I pass the data into Flex using a CFC it comes in as an
XMLList object. So I convert it into an XMLListCollection and pass
it to the component. Here is the code I use to do that, minus the
call to the CFC...
&lt;br/&gt;
&lt;br/&gt;&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
&lt;br/&gt;&amp;lt;mx:Canvas xmlns:mx="
&lt;a class="jive-link-external-small" href="http://www.adobe.com/2006/mxml" rel="nofollow"&gt;http://www.adobe.com/2006/mxml"&lt;/a&gt;
height="100%" width="100%" creationComplete="init()" &amp;gt;
&lt;br/&gt;
&lt;br/&gt; &amp;lt;mx:Script&amp;gt;
&lt;br/&gt; &amp;lt;![CDATA[
&lt;br/&gt;
&lt;br/&gt; import mx.collections.*;
&lt;br/&gt; import datamodels.allowedTablesModel;
&lt;br/&gt; import util.CheckTreeRenderer; 
&lt;br/&gt; import events.allowedTableEvent;
&lt;br/&gt;
&lt;br/&gt; [Bindable]
&lt;br/&gt; public var allTablesList_1:XMLList;
&lt;br/&gt; 
&lt;br/&gt; [Bindable]
&lt;br/&gt; public var folderCollection:XMLListCollection;
&lt;br/&gt; 
&lt;br/&gt; private function init() : void{
&lt;br/&gt; folderCollection = new XMLListCollection(allTablesList_1);
&lt;br/&gt; checkTree.dataProvider = folderCollection;
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt; private function modTables():void
&lt;br/&gt; {
&lt;br/&gt; modButton.visible=true;
&lt;br/&gt;// Used to pause the applet so I can look at the data
&lt;br/&gt; }
&lt;br/&gt;
&lt;br/&gt; ]]&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Script&amp;gt;
&lt;br/&gt; &amp;lt;mx:Tree id="checkTree"
itemRenderer="util.CheckTreeRenderer" labelField="label"
width="100%" height="100%" /&amp;gt;
&lt;br/&gt;
&lt;br/&gt; &amp;lt;mx:Button id="modButton" fontFamily="Arial"
fontSize="10" fontWeight="bold" click="modTables()"
&lt;br/&gt; label="Modify Tables" visible="true" x="553.5" y="428"
width="125"/&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;/mx:Canvas&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;If I pass the data in from a CFC the data looks like the
folowwing picture when I pause it in Flex.
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.KomputerMan.com/xml_1.jpg" rel="nofollow"&gt;CLICK HERE TO SEE THE
DATA PASSED IN FROM A CFC&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;I can't see why the component works if I build the data in
the applet verses passing it in via an XML feed. Any ideas???
&lt;br/&gt;
&lt;br/&gt;Have an Ordinary Day...
&lt;br/&gt;KomputerMan ~|:-)
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91b3be14-012b-4f7b-932c-639bf93d823d] --&gt;</description>
      <pubDate>Fri, 04 May 2007 22:54:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153368</guid>
      <dc:date>2007-05-04T22:54:43Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

