It seems like everyone has similar problems. How do I get the CFGRID to XXXXXX,
etc?
I want a list of the variables needed to understand the ACTIONSCRIPTS for
these CF7 tags. (I.e. gridname.selectedIndex.FieldName)
Where can I get this. The documentation says see FLASH documentation. What
Flash documentation? I need to kow the variables that were custom created for
use in each tag and I can find it documented anywhere. (Generic Flash
documentation is worthless - except for how actionscript works or its
convention) How can I possibly update field and pass info around if I have no
reference to the variables custom designed for each tag?
Please, help!
Mike Nimer - 14 Feb 2005 06:22 GMT
Since the flash forms are built on top of Flex the best documentation is the
Flex asdoc.
http://livedocs.macromedia.com/flex/15/asdocs_en/
hth,
--nimer
> It seems like everyone has similar problems. How do I get the CFGRID to
> XXXXXX,
[quoted text clipped - 13 lines]
>
> Please, help!
MediaStorm - 14 Feb 2005 23:04 GMT
Mike, Is there any document or info available that describes where CFMX and
Flex differ in functionality? IE- Obviously not all of the Flex features are
available from CFMX.. Is there any info on what IS available from Flex in the
CFMX environment?
Mike Nimer - 16 Feb 2005 04:45 GMT
There isn't a document to list what is not available, but check the cfdocs
on the individual tags for what is possible.
In general
all of the methods, properties, and styles are available through
actionscript. But only the events listed in the cfdoc are available. And
only what is listed in the cfdocs can be set as a tag attribute.
hth,
----nimer
> Mike, Is there any document or info available that describes where CFMX
> and
[quoted text clipped - 3 lines]
> the
> CFMX environment?
MediaStorm - 14 Feb 2005 23:04 GMT
Mike, Is there any document or info available that describes where CFMX and
Flex differ in functionality? IE- Obviously not all of the Flex features are
available from CFMX.. Is there any info on what IS available from Flex in the
CFMX environment?
Mike Nimer - 28 Feb 2005 16:50 GMT
Not really. we are working on something more useful for this.
---nimer
> Mike, Is there any document or info available that describes where CFMX
> and
[quoted text clipped - 3 lines]
> the
> CFMX environment?
phoehne - 24 Feb 2005 16:35 GMT
I'm in a similar boat. My client is asking my team to evaluate flash forms for
a project. However, something as simple as the alert function, which is
documented in the Flex docs, does not easily correspond to what's available in
flash forms in cfmx 7. In addition, there is no import functionality, so a
fair number of flex examples won't run.