| Thread | Last Post | Replies |
|
| flash form fails to pass to cf page | 30 Jan 2006 22:44 GMT | 1 |
I have a flash form that when submitted passes 4 text fields to www.promegasigns.com/thanks.cfm. The action script for the send button in the flash form is listed below. The flash form is located at the contacts section of the flash presentation @ www.promegasigns.com. We hit ...
|
| Simple Flash/ColdFusion Integration | 30 Jan 2006 17:54 GMT | 1 |
I currently have a mailing list on my site that I've made with ColdFusion. It works fine, however, I'd like to add the form to a Flash portion of the page. I have no idea how to do this. I know Flash and I know ColdFusion, but have no clue how to integrate it.
|
| CFGRID paging | 30 Jan 2006 17:20 GMT | 1 |
Is there anyway i can use paging in CFGRID control. Sinice i have like 2000 records i want to page 50 records per page. I couldn't find any sample online about it. Pls help.
|
| flash remoting not finding web service | 30 Jan 2006 09:14 GMT | 3 |
I recently tried flash remoting with flash forms and have encountered a problem i've been on for over a day now. I downloaded this sample flash form/flash remoting that pulls the time from the cfc. The problem is live at http://www.aldik.com/quoteSystem/simple-remoting.cfm
|
| Example to include cfinput inside cfformgroup based on query | 29 Jan 2006 22:57 GMT | 1 |
I have a code snippet as follows: <cfformgroup type="vertical"> <cfinput name="a1" type="checkbox" value="a1 desc" /> <cfinput name="a2" type="checkbox" value="a2 desc" />
|
| one flash form, mulitple submit buttons | 27 Jan 2006 16:27 GMT | 12 |
I'm using the flash form tab navigator in which each tab has a different function. Each tab has it's own submit button. The application is built into one form, with several buttons (currently 3). Anytime I press a button on the the second and third tabs, the app thinks that I'm ...
|
| selected= not working in cfselect | 26 Jan 2006 21:44 GMT | 1 |
I am working on my admin interface for a department and I need to have a cfselect actually hilight the value that is passed from a query (like it is supposed to do in the first place). I have tried every variation and am not getting any errors except for the fact that it will ...
|
| Weird Flash Remoting Behavior | 26 Jan 2006 18:40 GMT | 2 |
I've finally been able to understand how Flash Remoting works. It's so great! However I have a strange behavior happening. I'm on Mac OS X with mysql 5.01 as the database When I make some changes on the component called from the services gateway, I
|
| What use is cfgridupdate? | 26 Jan 2006 15:08 GMT | 2 |
Is there any practical use for cfgridupdate, since there is no way to validate any changes made in the grid. Or have I missed something? Doug
|
| Flash page for Image handling | 25 Jan 2006 02:36 GMT | 1 |
I am a flash ZERO. I need help getting started. I have flash MX but dont know where to begin. I need a flash file which can load an image, dynamically build annotations and hot spots at specific x/y coords, and build a tooltip. The image name can either be passed from HTML or ...
|
| cfgridcolumn and numberformat | 24 Jan 2006 13:15 GMT | 2 |
how do we have to use the numberformat function in a flash-cfgrid? we want to achieve international number formats, e.g.: ?123.456,00 within the cfgridcolumn. <cfgrid name="cf_ob_openitmes" query="cf_rs_openitems" rowheaders="False" selectmode="edit" format="flash">
|
| Tabnavigator Next Button | 24 Jan 2006 08:52 GMT | 3 |
Anyone know how to implement Next/Back buttons so that users can page through the tabs in a tabnavigator? Doug
|
| Coldfusion Chart hides Javascript Menu | 24 Jan 2006 04:36 GMT | 2 |
I have a coldfusion chart in flash format that hides a javascript drop down menu. Is there anyway to fix this? The javscript drop down menu can be clicked, but it seems to be underneath the chart ... Here is the coldfusion code for the chart:
|
| #include "NetServices.as" | 23 Jan 2006 20:49 GMT | 1 |
I have installed Studio 8 and this errors are permanently showed. Ihave ColdFusion 7 and flash remoting also installed. Some one knows what`s going on? Thank`s
|
| Flash Remoting ideas for count down timer | 23 Jan 2006 04:09 GMT | 2 |
I have an application where I need to have a count down timer (Think of taking an web exam with timer). My understand with flash remoting is that it communicates to the server WITHOUT page refresh! So I thought why cant I do this timer with flash remote? But I am raw and new to ...
|