<?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>Thu, 05 Jun 2014 16:12:50 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-05T16:12:50Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>flash forms wmode is not allowing other html content to float above it</title>
      <link>https://forums.adobe.com/thread/1490405</link>
      <description>&lt;!-- [DocumentBodyStart:8aa5adec-dad2-4363-88b0-9ca5fb79a64c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Using Ext-JS drop down menus and the flash cfgrid with the wmode set to anything has no effect.&amp;nbsp; According to the docs, set wMode to transparent or opaque and everything else should float over it.&amp;nbsp; It doesn't do anything and I am starting to remember why I never used this feature before.&amp;nbsp; Adobe, tell me how to fix this yesterday please!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8aa5adec-dad2-4363-88b0-9ca5fb79a64c] --&gt;&lt;img src='/beacon?t=1415920063663' /&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:12:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1490405</guid>
      <dc:date>2014-06-05T16:12:50Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>drag and drop - tree to datagrid</title>
      <link>https://forums.adobe.com/thread/37027</link>
      <description>&lt;!-- [DocumentBodyStart:edfd9fa1-d7bc-4aa1-9569-197f0a46012d] --&gt;&lt;div class="jive-rendered-content"&gt;I am having trouble getting a datagrid accept the data that
has been dragged from a tree loaded with data from an
xmllistcollection. The code is pasted below and thank you very much
for your time and insight!
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edfd9fa1-d7bc-4aa1-9569-197f0a46012d] --&gt;</description>
      <pubDate>Mon, 24 Nov 2008 17:53:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/37027</guid>
      <dc:date>2008-11-24T17:53:25Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xforms bug</title>
      <link>https://forums.adobe.com/thread/92443</link>
      <description>&lt;!-- [DocumentBodyStart:2f51a30d-1949-4960-a38e-3596dbca4057] --&gt;&lt;div class="jive-rendered-content"&gt;I am trying to use xform to create forms in coldfusion 7,
however I am having a strange problem with the label attribute. If
I create a cfinput label of 14 characters or less, Firefox and IE
6/7 render the forms the same. If I create a label with 15
characters, Firefox renders the form correctly and IE wraps the
label onto a second line.
&lt;br/&gt;
&lt;br/&gt;This issue seems so trivial, but it totally going to prevent
me from using this feature. Is there any way I can control the
length of the label or remove the restriction entirely?
&lt;br/&gt;
&lt;br/&gt;Thanks!
&lt;br/&gt;Tim&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f51a30d-1949-4960-a38e-3596dbca4057] --&gt;</description>
      <pubDate>Tue, 22 Apr 2008 13:48:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/92443</guid>
      <dc:date>2008-04-22T13:48:38Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>httpservice doesn't work!!! HELP!!!!</title>
      <link>https://forums.adobe.com/thread/146799</link>
      <description>&lt;!-- [DocumentBodyStart:9c3d46d4-7cab-4008-83b4-218fe5deac73] --&gt;&lt;div class="jive-rendered-content"&gt;I want to create a simple form to update a mysql database
using php. The flex file pulls data from the database but the
insert won't work. I am at wits end!!! I have attached the mxml
file and the php file. Please anybody help me out!!!
&lt;br/&gt;
&lt;br/&gt;MXML File
&lt;br/&gt;--------------------------
&lt;br/&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&lt;br/&gt;&amp;lt;mx:Application 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;
xmlns="*" layout="absolute"
creationComplete="invoiceRequest.send()"&amp;gt;
&lt;br/&gt; &amp;lt;mx:Script&amp;gt;
&lt;br/&gt; &amp;lt;![CDATA[
&lt;br/&gt; import mx.utils.ArrayUtil;
&lt;br/&gt; import mx.collections.*;
&lt;br/&gt; import mx.rpc.events.*;
&lt;br/&gt; ]]&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Script&amp;gt;
&lt;br/&gt; &amp;lt;mx:HTTPService id="invoiceRequest" url="
&lt;a class="jive-link-external-small" href="http://localhost/invoice/bin/invoice_action.php" rel="nofollow"&gt;http://localhost/invoice/bin/invoice_action.php"&lt;/a&gt;
useProxy="false" method="POST"&amp;gt;
&lt;br/&gt; &amp;lt;mx:request
xmlns=""&amp;gt;&amp;lt;first_name&amp;gt;{first_name.text}&amp;lt;/first_name&amp;gt;
&lt;br/&gt; &amp;lt;last_name&amp;gt;{last_name.text}&amp;lt;/last_name&amp;gt;
&lt;br/&gt; &amp;lt;company_name&amp;gt;{company_name.text}&amp;lt;/company_name&amp;gt;
&lt;br/&gt; &amp;lt;address&amp;gt;{address.text}&amp;lt;/address&amp;gt;
&lt;br/&gt; &amp;lt;address2&amp;gt;{address2.text}&amp;lt;/address2&amp;gt;
&lt;br/&gt; &amp;lt;city&amp;gt;{city.text}&amp;lt;/city&amp;gt;
&lt;br/&gt; &amp;lt;state&amp;gt;{state.text}&amp;lt;/state&amp;gt;
&lt;br/&gt; &amp;lt;zip&amp;gt;{zip.text}&amp;lt;/zip&amp;gt;
&lt;br/&gt; &amp;lt;phone_area&amp;gt;{phone_area.text}&amp;lt;/phone_area&amp;gt;
&lt;br/&gt; &amp;lt;phone_first&amp;gt;{phone_first.text}&amp;lt;/phone_first&amp;gt;
&lt;br/&gt; &amp;lt;phone_last&amp;gt;{phone_last.text}&amp;lt;/phone_last&amp;gt;
&lt;br/&gt; &amp;lt;cell_area&amp;gt;{cell_area.text}&amp;lt;/cell_area&amp;gt;
&lt;br/&gt; &amp;lt;cell_first&amp;gt;{cell_first.text}&amp;lt;/cell_first&amp;gt;
&lt;br/&gt; &amp;lt;cell_last&amp;gt;{cell_last.text}&amp;lt;/cell_last&amp;gt;
&lt;br/&gt; &amp;lt;work_area&amp;gt;{work_area.text}&amp;lt;/work_area&amp;gt;
&lt;br/&gt; &amp;lt;work_first&amp;gt;{work_first.text}&amp;lt;/work_first&amp;gt;
&lt;br/&gt; &amp;lt;work_last&amp;gt;{work_last.text}&amp;lt;/work_last&amp;gt;
&lt;br/&gt; &amp;lt;email&amp;gt;{email.text}&amp;lt;/email&amp;gt;
&lt;br/&gt; &amp;lt;/mx:request&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HTTPService&amp;gt;
&lt;br/&gt; &amp;lt;mx:Form x="22" y="10" width="493" height="441"&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;mx:Label text="First Name"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="first_name"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;mx:Label text="Last Name"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="last_name"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Company"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="company_name"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Address"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="address"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Address 2"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="address2"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="City, State, Zip" width="416"&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox width="100%" height="100%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="100" id="city"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="100" id="state"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="50" id="zip"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Home Phone"&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox width="314" height="100%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="phone_area"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="phone_first"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="phone_last"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Cell Phone" width="417"&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox width="100%" height="100%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="cell_area"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="cell_first"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="cell_last"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Work Phone"&amp;gt;
&lt;br/&gt; &amp;lt;mx:HBox width="316" height="100%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="work_area"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="work_first"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput width="20" id="work_last"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:HBox&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:FormItem label="Email"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="email"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:FormItem&amp;gt;
&lt;br/&gt; &amp;lt;mx:Button label="Submit"
click="invoiceRequest.send()"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Form&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGrid id="dgInvoiceRequest" x="523" y="10"
dataProvider="{invoiceRequest.lastResult.invoices.invoice}"&amp;gt;
&lt;br/&gt; &amp;lt;mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn headerText="First Name"
dataField="first_name"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn headerText="Last Name"
dataField="last_name"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;/mx:DataGrid&amp;gt;
&lt;br/&gt;&amp;lt;/mx:Application&amp;gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;PHP File
&lt;br/&gt;---------------------------------
&lt;br/&gt;&amp;lt;?php
&lt;br/&gt;define( "DATABASE_SERVER", "localhost" );
&lt;br/&gt;define( "DATABASE_USERNAME", "uksurf77" );
&lt;br/&gt;define( "DATABASE_PASSWORD", "LLaser2" );
&lt;br/&gt;define( "DATABASE_NAME", "invoice" );
&lt;br/&gt;
&lt;br/&gt;//connect to the database
&lt;br/&gt;$mysql = mysql_connect(DATABASE_SERVER, DATABASE_USERNAME,
DATABASE_PASSWORD);
&lt;br/&gt;
&lt;br/&gt;mysql_select_db( DATABASE_NAME );
&lt;br/&gt;
&lt;br/&gt;// Quote variable to make safe
&lt;br/&gt;function quote_smart($value)
&lt;br/&gt;{
&lt;br/&gt; // Stripslashes
&lt;br/&gt; if (get_magic_quotes_gpc()) {
&lt;br/&gt; $value = stripslashes($value);
&lt;br/&gt; }
&lt;br/&gt; // Quote if not integer
&lt;br/&gt; if (!is_numeric($value)) {
&lt;br/&gt; $value = "'" . mysql_real_escape_string($value) . "'";
&lt;br/&gt; }
&lt;br/&gt; return $value;
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt; if( $_POST["first_name"] AND $_POST["last_name"])
&lt;br/&gt;{
&lt;br/&gt; //add the user
&lt;br/&gt;$Query = sprintf("INSERT INTO clients VALUES ('', %s, %s, %s,
%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
quote_smart($_POST['first_name']),
quote_smart($_POST['last_name']),
quote_smart($_POST['company_name']),
quote_smart($_POST['address']), quote_smart($_POST['city']),
quote_smart($_POST['state']), quote_smart($_POST['zip']),
quote_smart($_POST['phone_area']),
quote_smart($_POST['phone_first']),
quote_smart($_POST['phone_last']),
quote_smart($_POST['cell_area']),
quote_smart($_POST['cell_first']),
quote_smart($_POST['cell_last']), quote_smart($_POST['work_area']),
quote_smart($_POST['work_first']),
quote_smart($_POST['work_last']), quote_smart($_POST['email']));
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;$Result = mysql_query( $Query );
&lt;br/&gt;} 
&lt;br/&gt;
&lt;br/&gt;//return a list of all the users
&lt;br/&gt;$Query = "SELECT * from clients";
&lt;br/&gt;$Result = mysql_query( $Query );
&lt;br/&gt;
&lt;br/&gt;$Return = "&amp;lt;invoices&amp;gt;";
&lt;br/&gt;
&lt;br/&gt;while ( $Invoice = mysql_fetch_object( $Result ) )
&lt;br/&gt;{
&lt;br/&gt; $Return .= "
&lt;br/&gt; &amp;lt;invoice&amp;gt;
&lt;br/&gt;
&amp;lt;client_id&amp;gt;".$Invoice-&amp;gt;client_id."&amp;lt;/client_id&amp;gt;
&lt;br/&gt;
&amp;lt;first_name&amp;gt;".$Invoice-&amp;gt;first_name."&amp;lt;/first_name&amp;gt;
&lt;br/&gt;
&amp;lt;last_name&amp;gt;".$Invoice-&amp;gt;last_name."&amp;lt;/last_name&amp;gt;
&lt;br/&gt;
&amp;lt;company_name&amp;gt;".$Invoice-&amp;gt;company_name."&amp;lt;/company_name&amp;gt;
&lt;br/&gt; &amp;lt;address&amp;gt;".$Invoice-&amp;gt;address."&amp;lt;/address&amp;gt;
&lt;br/&gt; &amp;lt;address2&amp;gt;".$Invoice-&amp;gt;address2."&amp;lt;/address2&amp;gt;
&lt;br/&gt; &amp;lt;city&amp;gt;".$Invoice-&amp;gt;city."&amp;lt;/city&amp;gt;
&lt;br/&gt; &amp;lt;state&amp;gt;".$Invoice-&amp;gt;state."&amp;lt;/state&amp;gt;
&lt;br/&gt; &amp;lt;zip&amp;gt;".$Invoice-&amp;gt;zip."&amp;lt;/zip&amp;gt;
&lt;br/&gt;
&amp;lt;phone_area&amp;gt;".$Invoice-&amp;gt;phone_area."&amp;lt;/phone_area&amp;gt;
&lt;br/&gt;
&amp;lt;phone_first&amp;gt;".$Invoice-&amp;gt;phone_first."&amp;lt;/phone_first&amp;gt;
&lt;br/&gt;
&amp;lt;phone_last&amp;gt;".$Invoice-&amp;gt;phone_last."&amp;lt;/phone_last&amp;gt;
&lt;br/&gt;
&amp;lt;cell_area&amp;gt;".$Invoice-&amp;gt;cell_area."&amp;lt;/cell_area&amp;gt;
&lt;br/&gt;
&amp;lt;cell_first&amp;gt;".$Invoice-&amp;gt;cell_first."&amp;lt;/cell_first&amp;gt;
&lt;br/&gt;
&amp;lt;cell_last&amp;gt;".$Invoice-&amp;gt;cell_last."&amp;lt;/cell_last&amp;gt;
&lt;br/&gt;
&amp;lt;work_area&amp;gt;".$Invoice-&amp;gt;work_area."&amp;lt;/work_area&amp;gt;
&lt;br/&gt;
&amp;lt;work_first&amp;gt;".$Invoice-&amp;gt;work_first."&amp;lt;/work_first&amp;gt;
&lt;br/&gt;
&amp;lt;work_last&amp;gt;".$Invoice-&amp;gt;work_last."&amp;lt;/work_last&amp;gt;
&lt;br/&gt; &amp;lt;email&amp;gt;".$Invoice-&amp;gt;email."&amp;lt;/email&amp;gt; 
&lt;br/&gt; &amp;lt;/invoice&amp;gt;"; 
&lt;br/&gt;}
&lt;br/&gt;$Return .= "&amp;lt;/invoices&amp;gt;";
&lt;br/&gt;mysql_free_result( $Result );
&lt;br/&gt;print ($Return)
&lt;br/&gt;?&amp;gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c3d46d4-7cab-4008-83b4-218fe5deac73] --&gt;</description>
      <pubDate>Wed, 23 May 2007 20:06:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/146799</guid>
      <dc:date>2007-05-23T20:06:40Z</dc:date>
      <clearspace:dateToText>7 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>rpc error from flash player driving me insane!!</title>
      <link>https://forums.adobe.com/thread/153373</link>
      <description>&lt;!-- [DocumentBodyStart:66c1e967-be64-49c3-8c56-088aa6029002] --&gt;&lt;div class="jive-rendered-content"&gt;Hi everyone,
&lt;br/&gt;Anytime I try and run a flex application that tries to access
date through various methods httpservice, remoteobject etc. I get
the error below. I have tried running the applications locally and
on other servers it won't work anywhere. I feel like this is a
flash player error but I have all the security turned off. I have
searched google and forums for days and found no global answers.
Some people seem to suggest adding some imports statements to the
mxml code but since this is happening on sample applications that I
didn't write, it doesn't make sense. Do I have some service turned
off or something. I have looked everywhere for an answer and can't
find anything that makes sense. Here is the error and thanks to
anyone who can offer some help and suggestions!
&lt;br/&gt;
&lt;br/&gt;[RPC Fault faultString="Default decoder could not decode
result" faultCode="Client.CouldNotDecode" faultDetail="null"]
&lt;br/&gt; at mx.rpc.http::HTTPService/
&lt;a class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::processResult()" rel="nofollow"&gt;http://www.adobe.com/2006/flex/mx/internal::processResult()&lt;/a&gt;
&lt;br/&gt; at mx.rpc::AbstractInvoker/
&lt;a class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::resultHandler()" rel="nofollow"&gt;http://www.adobe.com/2006/flex/mx/internal::resultHandler()&lt;/a&gt;
&lt;br/&gt; at mx.rpc::Responder/result()
&lt;br/&gt; at mx.rpc::AsyncRequest/acknowledge()
&lt;br/&gt; at ::DirectHTTPMessageResponder/completeHandler()
&lt;br/&gt; at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
&lt;br/&gt; at flash.events::EventDispatcher/dispatchEvent()
&lt;br/&gt; at flash.net::URLLoader/flash.net:URLLoader::onComplete()
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66c1e967-be64-49c3-8c56-088aa6029002] --&gt;</description>
      <pubDate>Tue, 01 May 2007 00:11:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153373</guid>
      <dc:date>2007-05-01T00:11:17Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>data binding in flex form to process equation</title>
      <link>https://forums.adobe.com/thread/279998</link>
      <description>&lt;!-- [DocumentBodyStart:135cb22c-e33f-4a70-af71-64b21828c4a2] --&gt;&lt;div class="jive-rendered-content"&gt;Hi!
&lt;br/&gt;Essentially I have made an invoice and I am trying to start
simple. I can interface flex with php to do the processing but that
seems to defeat the speed gains flex offers. What I would like to
do is have a textinput field (filled out by the user) and have that
fields variable be used in an equation to calculate a total cost. I
have been using MXML and have been trying AS3 but am at wits end. I
have an example up at 
&lt;a class="jive-link-external-small" href="http://in49.com/bin/form.html." rel="nofollow"&gt;http://in49.com/bin/form.html.&lt;/a&gt;
I would like the Service Call Rate, Hours Worked, Sales Tax and
Parts Subtotal added together without a screen refresh. Is this
possible? Thanks everyone!
&lt;br/&gt;
&lt;br/&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&lt;br/&gt;&amp;lt;mx:Application 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;
layout="absolute" backgroundGradientColors="[#CBDCE4, #CBDCE4]"
width="100%" height="770"&amp;gt;
&lt;br/&gt; &amp;lt;mx:Canvas y="0" width="100%" height="100%"
backgroundColor="#CBDCE4"&amp;gt;
&lt;br/&gt;&amp;lt;mx:Panel title="Customer Information" layout="vertical"
y="10" paddingBottom="10" paddingLeft="10" paddingRight="10"
paddingTop="10" height="172" left="10" width="20%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput text="Enter Name"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="address" text="Enter Address"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="other" text="Enter Address"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="phone" text="Enter Phone Number"/&amp;gt;
&lt;br/&gt;&amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt;&amp;lt;mx:Panel title="City, State, Zip Code"
layout="horizontal" horizontalAlign="left" paddingBottom="10"
paddingLeft="10" paddingRight="10" paddingTop="10" y="100"
right="10" width="73%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="city" text="Enter City"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="state" text="Enter State"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="zip" text="Enter Zip"/&amp;gt;
&lt;br/&gt;&amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt;&amp;lt;mx:Panel title="Invoice Information" layout="horizontal"
horizontalAlign="left" paddingBottom="10" paddingLeft="10"
paddingRight="10" paddingTop="10" y="10" right="10" width="73%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="number" text="Invoice Number"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="po" text="Purchase Order"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:DateField width="185"/&amp;gt;
&lt;br/&gt;&amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt;&amp;lt;mx:Panel title="Service Call Rate" layout="horizontal"
paddingBottom="10" paddingLeft="10" paddingRight="10"
paddingTop="10" y="190" left="10" width="50%"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput id="servicerate" text="Service Call
Rate"/&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt; &amp;lt;mx:RichTextEditor y="190" width="47%" name="Comments"
right="10"&amp;gt;
&lt;br/&gt; &amp;lt;/mx:RichTextEditor&amp;gt;
&lt;br/&gt; &amp;lt;mx:Panel y="280" width="50%" height="210"
layout="absolute" title="Materials" left="8"&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGrid x="0" y="0" width="100%" height="170"&amp;gt;
&lt;br/&gt; &amp;lt;mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn headerText="Item"
dataField="col1"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn headerText="Price"
dataField="col2"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:DataGridColumn headerText="Quantity"
dataField="col3"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:columns&amp;gt;
&lt;br/&gt; &amp;lt;/mx:DataGrid&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt; &amp;lt;mx:Panel y="498" height="80" layout="absolute"
right="10" left="10"&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput x="10" y="10" id="parts" text="Parts
Subtotal"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput x="178" y="10" id="tax" text="Sales
Tax"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput x="178" y="10" id="ltotal" text="Labor
Total"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput x="178" y="10" id="rate" text="Initial
Rate"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:TextInput x="346" y="10" id="totalFee"
text="Total"/&amp;gt;
&lt;br/&gt; &amp;lt;mx:Button x="514" y="10" label="Submit Invoice"
width="237"/&amp;gt;
&lt;br/&gt; &amp;lt;/mx:Panel&amp;gt;
&lt;br/&gt; 
&lt;br/&gt; &amp;lt;/mx:Canvas&amp;gt;
&lt;br/&gt;&amp;lt;/mx:Application&amp;gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:135cb22c-e33f-4a70-af71-64b21828c4a2] --&gt;</description>
      <pubDate>Tue, 10 Oct 2006 16:24:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/279998</guid>
      <dc:date>2006-10-10T16:24:11Z</dc:date>
      <clearspace:dateToText>8 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>500 errror on page loads</title>
      <link>https://forums.adobe.com/thread/9143</link>
      <description>&lt;!-- [DocumentBodyStart:e76c8e99-f1e0-4a65-8f05-8fcf7d8408df] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;I don't know whats going on, any page that I have used
coldfusion tags ONLY, render correctly. I have created a CFC and
included it many pages and they all come up with a 500 error. Am I
missing something from the connection string?
&lt;br/&gt;
&lt;br/&gt;Thanks very much!
&lt;br/&gt;Tim&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e76c8e99-f1e0-4a65-8f05-8fcf7d8408df] --&gt;</description>
      <pubDate>Tue, 15 Aug 2006 01:35:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/9143</guid>
      <dc:date>2006-08-15T01:35:07Z</dc:date>
      <clearspace:dateToText>8 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

