all groups > coldfusion flash integration > july 2005
SHORTEN GAP BETWEEN LABEL AND CFINPUT
Posted by drforbin1970 at 7/29/2005 5:47:49 PM
How do you adjust the gap between a CFINPUT control and it's label? I want to bring the label closer to the input box.... more >>
.NET and flash integration
Posted by j_o_w_a at 7/27/2005 12:31:10 PM
Does it existe a "generator" for asp.NET that generate flash rich application?
The same job as ColdFusion or Flex does, but using .NET.
We could create forms, charts, tab, grid applications...
Macromedia as a release of that kind of control?
... more >>
PASSING VARIABLES WITH getURL
Posted by drforbin1970 at 7/27/2005 12:00:00 AM
Hopefully, this is a simple answers. Need to pass variables to a .cfm page in
another frame using getURL.
getURL("frame2.cfm","bottom","POST")
Fine, but how the hell do I pass variables? Sure, I can append them to the
URL, but isnt there another way???
How do you define the variables s... more >>
ANOTHER FLASH FORM FLAW
Posted by drforbin1970 at 7/27/2005 12:00:00 AM
Here's another flaw. I tried to set the width and height of a CFFORM
dynamically - but you can't!!!
var w = System.capabilities.screenResolutionX
var h = System.capabilities.screenResolutionY
<CFFORM width="{w}" height="{h}">
DOES NOT WORK! YOU GET AN ERROR.
Works with almost any... more >>
HIDDEN FIELDS NOT ACCESSIBLE???
Posted by drforbin1970 at 7/26/2005 7:29:41 PM
Here's the deal, I have a hidden field in a CFFORM format=flash:
<cfinput type="hidden" name="currrent_index" value="first">
When I try to access the field using inline ActionScript:
<cfinput name="aaa" type="checkbox" onclick="{alert(current_index.text)}">
The frickin field is BLAN... more >>
Flash Form drill down into results
Posted by branthsa at 7/26/2005 6:24:25 PM
Is there a way to drill down into the results in a flash form like the cfgridcolumn allows. cf gridcolumn allows you to add a URL to the HREF section. ... more >>
Flash Form not displaying
Posted by Chaddasffgasdgd at 7/26/2005 12:00:00 AM
I have a basic flash form that displays a grid of returned customers. When I
try to view it in Mozilla I just get a blank white page. When I try to load it
in IE, the page just keeps loading and loading and nothing gets displayed.
my code"
<cfform format="flash" preloader="true" skin="Halo... more >>
Where is the cfform flash temp folder?
Posted by mindtrap at 7/22/2005 11:49:23 PM
Can someone tell me where the cfform flash temporary folder is?
I have done a full harddrive search for .swf files and I am able to find a
bunch of flash stuff, but none of the temporary/cached flash forms. Does
anyone have any idea where those files are supposed to be stored? Is it
poss... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to tell if recompilation occured?
Posted by mindtrap at 7/22/2005 12:00:00 AM
How can we tell if the form was recompiled or not. I've tried to time a form
load between when I simply reload a form and when I reload a form after a
change and don't notice much time different if any at all. So is it possible
the form is either recompiling every single time or is just reco... more >>
Various Questions
Posted by Stormpool at 7/22/2005 12:00:00 AM
My head is spinning, so I apologise if nothing makes sense...
Before I talk about my flash form, I just noticed in this forum there's 500+
topics in this forum but no page to page browsing? Just says pg1...
I've made a form with a datagrid.. the lower section of the form is bound to
th... more >>
Post/reload to new tab
Posted by semajoojames at 7/21/2005 7:28:16 PM
I have no experience w/ actionscript however am comfortable with coldfusion. I'm trying to post the results of a search form from tab1 to tab2 on reload cfform type="flash" reload.... ... more >>
CFFORM Flash & Linux
Posted by mindtrap at 7/18/2005 12:32:56 AM
I've written an application that works extremely well on my development box
(Windows XP Pro) on CFMX7 using CFFORM and flash.
I cannot seem to be able to run this app on the Linux server. Everything is
shown except for the form.
I have the flash cfform embedded in a component.
I ha... more >>
Old Values appear in fields for Flash Forms
Posted by tgibbons72 at 7/11/2005 8:25:57 PM
I have two Flash forms loading into an IFRAME.
The first is a CFGRID that lists the records in a table, with an action script
to go to the Form for that record (in another file)
That form is also a Flash form - when I update the form, it processes Okay
(the table is updated) but the up... more >>
checkbox action - not really an action
Posted by iychen at 7/11/2005 12:00:00 AM
I have a selectAll button that controls a list of checkboxes, when I hit the
button it selects all the checkboxes on one tab. However, I have another list
of checkboxes on the other tab that displays the same label. Is there anyway to
bind the two lists so that when i hit the select all button... more >>
CFSELECT Help!!
Posted by bal_logicmanager at 7/7/2005 12:49:32 PM
I have a flash form page that when an item is selected in a <cfselect> field needs to populate five other fields on the form. Please help me!!!... more >>
cfcalendar
Posted by dex002 at 7/7/2005 12:00:00 AM
Please see my code below. Only the input fields display, NOT the calendar.
Happens in both IE and Moz. Any ideas??
Thanks
<cfinput name="Gig" required="true" type="text" maxlength="50"
value="#GetGig.gig_id#">
<cfcalendar name="Date">
<cfinput name="Venue" required="true" type="te... more >>
Calculate on change
Posted by Josh_und at 7/5/2005 10:06:33 PM
I want to calculate a Total field by reading the Lettergrade and the Credit. I
would like the fiield to calculate onchange routine. I need some help. Not
sure how to accomplish this in a CF Flash form.
Field1 would have 2.5 and Field2 would have Letter grade A
Field3 would have 4 and F... more >>
|