all groups > coldfusion flash integration > june 2007
Flash Form not Showing
Posted by mishuno at 6/30/2007 2:18:15 PM
Just upgraded from CF MX 6 to MX 7. Trying out flash forms, but they are not
working.
I tried out a simple First Name, Last name, Submit form setting the form to
flash. When viewing the page in Safari, Firefox on a Mac and IE in Windows the
page is blank. If I set take out the flash tag an... more >>
Passing Variable in getURL
Posted by amy_jo at 6/29/2007 8:23:03 PM
Having a little trouble,its probably something simple but I've not that
familiar with Java.
<cfinput type="button" name="EditPass" value="Edit Bus Pass"
tooltip="Click here to edit the selected bus pass."
onclick="getURL('BusPass.cfm?PASSID=+getBusPass.PassID');">
When I clic... more >>
access to Browser status bar
Posted by Chuck1411 at 6/29/2007 4:31:55 AM
My browser shows 'Transfering data from <mywebsite>...' even when it should be
displaying Done. Is there a way to update the browser status bar to display
Done manually, or is my gateway not doing the proper thing to have the browser
set it?
... more >>
cfgrid not displaying data
Posted by CF_Hack at 6/22/2007 4:55:58 PM
I'm using cfgrid to display a query of queries. cfgrid as type applet displays
everything perfectly. as flash only two columns display. Also i can't change
the format of the number in flash while I can in applet. The mask attribute
doesn't seem to work. Code below of a smaller grid that doesn'... more >>
Remoting Issue, Flex2 and CFMX 7.0.2
Posted by ot53 at 6/21/2007 4:51:02 PM
I'm having a remoting issue with Flex2 and ColdFusion. What I have is to
seperate sites on a single server, both of which are using remoting to access a
cfc. Each site has it's own copy of the CFC, located at the same path
(/webservice/flex/<componentName>.cfc), therefore, each site is using... more >>
Flash forms not working
Posted by WCrens01 at 6/19/2007 2:09:50 AM
I'm new to Flash forms and just testing it out. I created the simplest example
of a flash form with a calendar field. We have CFMX7 installed on our server.
The problem is that a CF error appear saying that CF doesn't recognize the
'format="flash" parameter in the cfform tag. Any ideas? I... more >>
accents issue
Posted by superkat at 6/16/2007 8:06:42 PM
Hello,
i have a little issue with displaying accents in my flash forms.
The "saving" of information is no problem. When i enter ? ? ? ? in my flash
forms, they are saved corerctly to mySQL DB.
When i make a query and retrieve info from the DB, however, it displays
strange characters such... more >>
Master Detail grid with flash remoting
Posted by kimby24 at 6/15/2007 12:00:00 AM
I've been trying to populate a detail grid based on selection from master grid
I finally got the second grid (detail) to populate when I selected a record
from the first grid(master), unfortunately I lost the text input fields for the
master record that I was binding to from the Master grid. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
cfformitem script variable used in cfif
Posted by superkat at 6/12/2007 4:50:16 PM
Hi,
I have this code within a cfform in flash format:
<cfformitem type="script">
mycat = {Category.selectedItem.data};
</cfformitem>
<cfformitem type="html">
<cfif #mycat# IS 'XXX'>....</cfif>
</cfformitem>
It tells me #mycat# is undefined
Can someone tell me how i can co... more >>
How to center a flash grid.
Posted by soonersak at 6/12/2007 4:32:35 AM
I?m sure I?m overlooking something simple. I have a grid in flash format I'd
like to center it inside a cfform format flash. My grid consists of only two
columns and it?s aligning to the left. Doesn't look good. I like it to be in
the middle of the page. Thanks in advance.
... more >>
flash forms in Safari 3.0
Posted by dolliff at 6/11/2007 8:36:18 PM
I just installed the new Apple Safari 3.0 to test out a web site. ... more >>
Flash forms, grid and accessing currently selected data
Posted by superkat at 6/11/2007 6:56:27 PM
Hi,
I use cfform format flash to display and edit participant information to a
sport competition. I have a top panel displaying a grid with the list of
participants.
When you select a participant in the grid, it displays the detailed
information in a sub page, where you can edit them.
... more >>
how could FLASH call CF's struct
Posted by colatea at 6/6/2007 12:00:00 AM
cfcodes:
<cffunction name="checkLogin" access="remote" returntype="struct">
<cfset returnsStruct=Structnew()>
<cfif IsUserInRole("admin")>
<cfset returnsStruct.userRole="admin">
<cfelseif IsUserInRole("user")>
<cfset returnsStruct.userRole="user">
<cfelse>
<cfset re... more >>
Flash forms -- Not displaying in IE
Posted by lusciousmango at 6/5/2007 3:20:19 PM
This is my first foray into flash forms, and I discovered yesterday that while
they look/work beautifully in Firefox (2.0.0.4), they're not displaying at all
in IE (6 or 7).
I'm using it to force the user to input their date in a uniform format, so I'm
sure there's a non-flash workaround. ... more >>
|