all groups > coldfusion flash integration > may 2006
cfform images & style issues
Posted by reya276 at 5/30/2006 12:45:22 PM
I'm having some issues displaying images within a cfform and also when I try to
create links using and applying styles to them, they do not show. I'm applying
the styles within the cfformitem. If anyone knows of a fix please let me know,
I also updated my coldfusion server to 7.01, maybe this ... more >>
select in cfselect from cfgrid
Posted by Rick at 5/28/2006 7:29:41 AM
Form is flash CF 7.01
Is there a way to have a cfselect "selected" option chosen by a cfgrid
selection either by binding or flash remote?
Here is my form. Thanks for any help you can give...
The binding on the second cfselect does not work.
<cfform action="maina.cfm" method="post"... more >>
horizontal display issue
Posted by smaccurdy at 5/26/2006 5:07:15 PM
I am trying to get the following cfinputs to dispaly horizontally. They do not.
<cfform method="get" name="srchResults" preloader="no" format="flash"
height="400" width="800" skin="haloblue">
<cfformgroup type="panel" label="Search Results" height="400" width="800"
visible="yes" enabled... more >>
Cfgrid not displaying updated data till mouse over
Posted by kevin at 5/22/2006 12:38:53 PM
Hi Everyone,
I have a cfgrid at the top the page. Users select a record and edits it
on the button portion of the page. I use flash remoting to update the
record. After I update the record in the database,
when I get the result back from the server that record was updated
successfully,
I cha... more >>
cfselect and getURL with a parameter
Posted by knalle at 5/17/2006 12:00:00 AM
I want to run a script when changing a cfselect list, and let the selected item
be a parameter assigned to a variable (her called enavdeling)
the code does not work. Can someone help me how to assign the depID to the
onedepartment parameter?
<cfselect name="department" width="160" query=... more >>
CFGRID and format=flash
Posted by cqk at 5/15/2006 7:50:00 PM
We have been testing CFGRID with format = flash . This works on our dev web
server but not our live server. Both are running Wiondows Server 2000, IIS 6,
CFMX7.0.1 with Hotfix 2
On the dev server the column headings and data appear in the flash grid. But
on the live server only the colu... more >>
cfformgroup question
Posted by Winston2 at 5/11/2006 1:16:00 PM
Below is the snip that I'm using to get my Flash form. I would like a second
column with items like address, city, state, zip, company, etc. I keep thinking
that this should be easy but nothing I try seems to work. I tried changing type
to "horizontal" for example. Is there a way I can create ... more >>
Blank screen with flash forms
Posted by smaccurdy at 5/10/2006 11:01:36 PM
I am attempting to get flash forms to work, but keep getting a blank screen.
Nothing is ever rendered to the screen. There is also a message that pops up
that states "Press SPACEBAR or ENTER to activate and use this control". My
code is below...
<cfform name="frmTest" format="flash" h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
date mask does not work with binded flash data
Posted by BosDog at 5/9/2006 6:34:31 PM
i've researched everywhere... tried everything... learned that this bug was
"supposedly" fixed but in Coldfusion 7.0.1 it doesn't seem to be the case. Here
is my text box:
<cfinput type="datefield" name="edit_eff_date"
bind="{(listingGrid.selectedItem!=undefined)?listingGrid.selectedItem.S... more >>
cfselect in cfgrid
Posted by rckhppr at 5/8/2006 6:02:37 PM
Does anyone know how to place a cfselect element in a cfgrid or if it is even
possible? I need an editable grid. It would be ideal if one of the columns
was a select list. The same select list would be present in each row, that is,
it would repeat all the way down the column. I am a total ... more >>
CFGRID in ACCORDION Problem
Posted by mcaselle at 5/8/2006 3:25:41 PM
I am attempting to display a CFGRID on pages of an ACCORDION. The following
code builds the ACCORDION pages properly but does not display the GRID. Any
Suggestions?
Thanx
<cfformgroup type="accordion" label="ReportGroups">
<cfloop query="getGroups">
<cfformgroup type="page" lab... more >>
flash form error, can't use the same name more than once? need workaround
Posted by johnnystacks at 5/4/2006 5:44:59 PM
I've always written my forms to have multiple buttons, one for updating and one
for deleting. so in html I would do this:
<input type=submit name=action value=Update>
<input type=submit name=action value=Delete>
so I'm trying the same thing with flash forms in cold fusion:
<cfinput l... more >>
Calling a fuction from a response Handler
Posted by billdimit at 5/4/2006 2:18:20 AM
I use a function with remote call to populate a grid with data and it works
fine.
function getStudentAll() {
<cfoutput> var connection:mx.remoting.Connection =
mx.remoting.NetServices.createGatewayConnection(
"http://#cgi.HTTP_HOST#/flashservices/gateway/");
var myServic... more >>
cftrace & flash remoting
Posted by sharmstr14 at 5/2/2006 9:38:10 PM
Hi All,
I guess the simple question is, what tools can I use to debug CFC when using
flash remoting. Specifically:
I'm trying to modify the Real Estate application tutorial code. I have added
a few more CFCs then the original app had. I'm having problems with the
cftrace tag in that i... more >>
|