all groups > coldfusion flash integration > july 2006
Skin not HaloBlue
Posted by nauta at 7/28/2006 3:51:37 PM
The skin does not seem to work with with the following code. If I use
tabnavigator it does work, but cfformgroup panel it does not
What might I be doing wrong?
<cfform action="casesearchresult.cfm"
method="POST"
name="requesthelpdesk"
format="Flash"
... more >>
Can Format="flash" existist in a <table> tage?
Posted by Mikelaskowski at 7/28/2006 3:46:57 PM
I use an html template for my site with navigation on the top, and and editable
region in the center.
I am noticing that when ever I try to place a CFform tag in my template it
never loads.
If I place it in a boring blank white document that has no tables, it loads.
Is this a limitation or... more >>
Closing window with Flash form
Posted by mdarchives at 7/21/2006 12:00:00 AM
I have a pop-up window that contains a Flash form. I am trying to submit the
form data and close the window when the user hits the submit button.
If I use the attached code, it works. But if I change the form to Flash, I get
an error that says "There is no method with the name 'top'."
... more >>
Flash Remoting - First Connection Fails
Posted by NuOrbit at 7/19/2006 1:11:24 PM
When connecting the first time using flash remoting the connection fails.
Upon refresh of the browser the application works fine.
Has anyone had this problem. It there a solution?
Running MX7 and using Flash 8
... more >>
Flex page won't display
Posted by bal_logicmanager at 7/17/2006 8:59:27 PM
I have both Flex 2 and ColdFusion 7.02 deployed on my JRun server. However, I
cannot get any mxml pages to come up under my CF installation. I have tried
running Ben Forta's Phones application that is on the Dev site, with no
success. Can someone tell me if I missed something in installation a... more >>
INSERT Error from Access 97
Posted by zax_srb at 7/17/2006 7:27:37 PM
I get the follow syntax error when trying to run the following SQL:
INSERT INTO USERS (username, fullname, salt, password) VALUES ('stephen7',
'Stephen Barton', 'FFGTHYTHRYH', 'C84B40309079A427A875CAE3F46C7C9B')
I have run the SQL directly in Access and the statement works fine. Is the
... more >>
I want to return an array instead of a query
Posted by swickes at 7/17/2006 4:49:45 PM
Dear Forum,
My Flash program uses a web service connector that connects to a CFC.
Everything works well with "return type="query.
Now, I would like to add one more row of (calculated) data to the query
results. So I thought, let's output the query to an array, add the calculated
row, a... more >>
Flash Remoting
Posted by lgschulz at 7/11/2006 5:56:38 PM
I am trying to use Flash remoting and it's doesn't seem to be working. All I get is a blank page. No error message or anything. Can anyone help?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Javascript submit() function
Posted by jnoonan at 7/7/2006 6:29:14 PM
:disgust;
Ok, I've been working on this all day and I hoping someone can help me.
The alerts work correctly, but the form never submits. I've tried changing the
cfinputs to read submit versus button. When I do that, it blows by the JS
alerts and submits the page. I need the alerts to appea... more >>
cfformgroup question
Posted by jkgiven at 7/6/2006 2:47:20 PM
Within a cfinput, if you set required to yes, an "*" will appear next to the
label.
EX. Name * __________
E-Mail * __________
Now place this within <cfformgroup type="horizontal" label="Your"> Then you get
Your * Name * __________ E-Mail * __________
Is there a way not... more >>
|