all groups > coldfusion flash integration > october 2007
Enable Disable fields onclick
Posted by rizor at 10/26/2007 4:04:08 PM
I have a cfinput field that is disabled when the form first loads (disabled="true")
I want to click a button to enable the field. (disabled="false")
How can this be done in a CF flash form?
... more >>
Looking for BEST Tool to convert WMV to SWF
Posted by Adomacro at 10/22/2007 5:45:19 PM
I need to convert many wmv to swf....
Which tool is best?.
Any open source tool available?. If not, we can buy best tool. ... more >>
Flash forms ActionScript documentation?
Posted by seeker_ at 10/22/2007 12:47:47 AM
Using Coldfusion MX 7, I need a reference or documentation on acrionscript 2.0
that I can use in my flash forms.
Its hard to believe that I have a hard time finding a reference!
Thx
P.S. Is flash form's actionscript version on CF 8 any different from CF 7?
... more >>
Filter CFgrid with Flash Remoting (Problem)
Posted by nightkiller211 at 10/18/2007 6:06:10 PM
:confused;
I can't seem to figure out why the filter as you type feature isn't working.
When I type some text in the text-box it clears the grid. I can't get it to
work with Flash Remoting.
<cfsilent>
<!--- make an empty query to populate the grid with no records --->
<cfset memb... more >>
CF.query problems with CF8
Posted by sebFrance at 10/14/2007 3:56:25 PM
Hello, in migration to CF8 (from CF7) when we use :
CF.query("xx","DELETE FROM TEST WHERE TR=1"); for example
CF failed with
java.lang.ClassCastException: coldfusion.sql.CFNoResultSetTable cannot be cast
to coldfusion.sql.QueryTable
This query run good under CF7 but failed under CF8
... more >>
problem with polish letters passing to database
Posted by farmazone at 10/9/2007 3:32:34 PM
hi.
I have problem with polish letters like '?????????' passing from flex to CF
script writing them to database . All I get is a string like "??????".
My database charset is UTF-8 and collation of tables is also utf-8
(utf8_general_ci ).everything is utf-8. Variables passed from flex and... more >>
CFGRID CSS Issue
Posted by Derrick_DC at 10/3/2007 8:23:26 PM
I have a page that is centered in the middle of the browser window. However
when I use <cfgrid> the entire page is shifted to the left. Anyone have any
ideas as to why this is happening and where I can change it?
... more >>
|