Javascript and CF flash forms

2010-10-23 Thread Monique Boea
Can javascript be used with CF flash forms? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: CF Flash Problem

2010-09-24 Thread Jeffrey Battershall
In Flash Paper, which supported making PPTs into Flash movies, there was some sort of exposed API to manipulate the presentation. It's been a long, long time since I used it but I would guess that CFPRESENTATION has something similar. On Thu, Sep 23, 2010 at 11:44 PM, John Eubanks

Re: CF Flash Problem

2010-09-24 Thread Dave Watts
Anyone know how to get timeline information from a cfpresentation?  I need to be able to get where a user stopped at if he/she logs out of the application or if the session ends so they don't have to start the entire presentation over if or when they log back in.  Any assistance would be

CF Flash Problem

2010-09-23 Thread John Eubanks
Anyone know how to get timeline information from a cfpresentation? I need to be able to get where a user stopped at if he/she logs out of the application or if the session ends so they don't have to start the entire presentation over if or when they log back in. Any assistance would be

CF Flash

2010-09-07 Thread John Eubanks
I have a very interesting and good question: If you are using cfpresentation to dynamically build a presentation, how do you access the flash object to get the time setting? I have a client that I am building this for, and it pretty much set up, except that I need to be able to capture where

Re: Minimum flash player for CF flash controls.

2009-10-11 Thread Dave Watts
I thought that Flex 1.5 only required Flash Player 8 In fact, based on this article, I'd say its actually Flash Player 7: http://kb2.adobe.com/cps/285/3d2855d6.html You are correct, sir! That's what happens when I post from my phone. Back to Ian, the original poster, here's what I suggest.

Minimum flash player for CF flash controls.

2009-10-08 Thread Ian Skinner
Can somebody point me to some actual documentation that details what version of Flash is required by a user for them to access Flash based, forms and charts created by ColdFusion 8 code? TIA Ian ~| Want to reach the

Re: Minimum flash player for CF flash controls.

2009-10-08 Thread Dave Watts
I don't know about documentation, but the CFFORM controls are generated by Flex 1.5, and would therefore require FP9, I think. Nothing in CF requires FP10. Dave Watts, CTO, Fig Leaf Software On 2009-10-08, Ian Skinner h...@ilsweb.com wrote: Can somebody point me to some actual documentation

Re: Minimum flash player for CF flash controls.

2009-10-08 Thread Ian Skinner
Dave Watts wrote: I don't know about documentation, but the CFFORM controls are generated by Flex 1.5, and would therefore require FP9, I think. Nothing in CF requires FP10. Dave Watts, CTO, Fig Leaf Software That jives with other hints I have been able to find. But I'm looking for

Re: Minimum flash player for CF flash controls.

2009-10-08 Thread Rick Root
I thought that Flex 1.5 only required Flash Player 8 In fact, based on this article, I'd say its actually Flash Player 7: http://kb2.adobe.com/cps/285/3d2855d6.html Rick On Thu, Oct 8, 2009 at 6:00 PM, Ian Skinner h...@ilsweb.com wrote: Dave Watts wrote: I don't know about documentation,

Re: Minimum flash player for CF flash controls.

2009-10-08 Thread Peter Tilbrook
It is indeed Flash Player 9. Apparently FP10 already has a penetration rate of 94% according to Adobe. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Custom 404 .cfm pages, and cf flash tags.

2009-08-27 Thread Paul Alkema
Hey All, I've recently ran into an issue that I was hoping I could have a little help with. My company has been using custom 404 pages for awhile that we set up in iis however we had never set up this custom 404 page to display on .cfm pages, only missing folders. Ie;

Re: Custom 404 .cfm pages, and cf flash tags.

2009-08-27 Thread Peter Boughton
From here I checked the verify that file exists open. Don't do that - it breaks things (as you've discovered). Instead, in the Administrator, you can specify the Missing Template Handler - set that to the same file as you're using for IIS and it should solve your problem. (You probably

Re: Custom 404 .cfm pages, and cf flash tags.

2009-08-27 Thread Azadi Saryev
you can also use onMissingTemplate() method in your Application.cfc this way you can define different error pages and handlers for your missing .cfm templates for each application running on same server, whereas settings in cf admin are server-wide (all applications running on same server will

Re: Custom 404 .cfm pages, and cf flash tags.

2009-08-27 Thread Peter Boughton
Good point, yes - if you've got multiple domains/applications on the server then you should probably do that. Still worth having a very generic server-level one as well though. ~| Want to reach the ColdFusion community with

Re: CF Flash Form issue

2009-03-25 Thread Dave Watts
Hey Dave after I posted that I mapped a virtual directory in IIS which worked for a single page website I had for testing. Once I placed the flash form in a framework (each page is included in the index.cfm) I get the blank look. No errors or js errors of any kind just blank. Do you

CF Flash Form issue

2009-03-24 Thread Scott Dowl
I place a very simple flash form on my page cfform format=flash width=300 cfinput type=Text name=firstName /cfform When I run the page the page is blank and there is a javascript error in the lower left of the browser that says Object expected. This is a 1 page website and there is no

Re: CF Flash Form issue

2009-03-24 Thread Dave Watts
I place a very simple flash form on my page cfform format=flash width=300 cfinput type=Text name=firstName /cfform When I run the page the page is blank and there is a javascript error in the lower left of the browser that says Object expected. This is a 1 page website and there is

Re: CF Flash Form issue

2009-03-24 Thread Scott Dowl
Hey Dave after I posted that I mapped a virtual directory in IIS which worked for a single page website I had for testing. Once I placed the flash form in a framework (each page is included in the index.cfm) I get the blank look. No errors or js errors of any kind just blank.

CF Flash Properties Retrieval

2007-08-31 Thread Robert Harrison
Before I knock myself out working a JavaScript, the thought occurred to me that CF is supposed to integrate well with flash. So here's the question: Is there an easy way using CF to retrieve the width and height of a flash (.swf) file? Thanks Robert B. Harrison Director of

ANSWER: CF Flash Properties Retrieval

2007-08-31 Thread Robert Harrison
Is there an easy way using CF to retrieve the width and height of a flash (.swf) file? I found the answer on a blog by Doug Hughes. This a great cfc he's written that retrieves and returns properties from an .swf file. Eactly what I needed. If you're on the list Doug, nice... very nice. The post

RE: cfselect in CF Flash Form

2006-07-31 Thread Steve LaBadie
-Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 10:57 PM To: CF-Talk Subject: Re: cfselect in CF Flash Form Steve LaBadie wrote: Sorry for the stupidity; We can pick this up on Monday if you dare. Thank you so much for taking so much time out

CF Flash Forms

2006-07-28 Thread Steve LaBadie
Can anyone tell me why my CF Flash form has a border around it that I have to click and why my cursor turns into a ticking clock? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http

Re: CF Flash Forms

2006-07-28 Thread James Holmes
Are you are using IE? You need to update CF to 7.0.2. On 7/28/06, Steve LaBadie [EMAIL PROTECTED] wrote: Can anyone tell me why my CF Flash form has a border around it that I have to click and why my cursor turns into a ticking clock? Steve LaBadie, Web Manager East Stroudsburg University

RE: CF Flash Forms

2006-07-28 Thread Steve LaBadie
:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:50 AM To: CF-Talk Subject: Re: CF Flash Forms Are you are using IE? You need to update CF to 7.0.2. On 7/28/06, Steve LaBadie [EMAIL PROTECTED] wrote: Can anyone tell me why my CF Flash form has a border around it that I have to click and why my cursor

cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
I have a CF Flash form with a cfselect populated through a DB, but it doesn't populate. What I'm I doing wrong? cfquery name=gettype datasource=samples Select * FROM member_type ORDER BY type /cfquery cfform format=flash name=RealEstateAdmin width=500 cfformgroup type=panel label

Re: cfselect in CF Flash Form

2006-07-28 Thread Paul Hastings
Steve LaBadie wrote: I have a CF Flash form with a cfselect populated through a DB, but it doesn't populate. What I'm I doing wrong? does the rest of the form come up? still seeing the clock icon? your CFIDE dir is probably inaccessible

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 11:03 AM To: CF-Talk Subject: Re: cfselect in CF Flash Form Steve LaBadie wrote: I have a CF Flash form with a cfselect populated through a DB, but it doesn't populate. What I'm I doing wrong? does the rest of the form come up? still seeing the clock

Re: cfselect in CF Flash Form

2006-07-28 Thread Paul Hastings
Steve LaBadie wrote: Yes, the entire form is visible including the drop-down box, its just empty of choices. i should have phrased that better, are other parts of your form populating w/data? from your other emails about clock icon, etc. it sounds like the CFIDE issue.

RE: cfselect in CF Flash Form

2006-07-28 Thread Kelly Keith
kelly -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:46 AM To: CF-Talk Subject: cfselect in CF Flash Form I have a CF Flash form with a cfselect populated through a DB, but it doesn't populate. What I'm I doing wrong? cfquery name=gettype

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
, 2006 1:00 PM To: CF-Talk Subject: RE: cfselect in CF Flash Form Try cfselect name=typeID label=Select: query=gettype display=type value=typeID queryPosition=below option value= selected=selectedSelect Department/option /cfselect queryPosition (above/below) will tell cf where to put the query

Re: cfselect in CF Flash Form

2006-07-28 Thread Josh Nathanson
Maybe you already checked this but if you do a cfdump do you see data in your query? - -Josh - Original Message - From: Steve LaBadie [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 28, 2006 10:43 AM Subject: RE: cfselect in CF Flash Form Kelly, Thanks

RE: cfselect in CF Flash Form

2006-07-28 Thread Kelly Keith
: cfselect in CF Flash Form Kelly, Thanks for the code, but still no go :-( Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Kelly Keith [mailto:[EMAIL PROTECTED

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
- From: Kelly Keith [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 2:00 PM To: CF-Talk Subject: RE: cfselect in CF Flash Form I setup an access db with that table and your old code works for me...as well as the new code. I know this is a stupid question, but is there data in that table

RE: cfselect in CF Flash Form

2006-07-28 Thread Shelley Browning
Steve, Are there any special characters in the query result that may be interfering with the cf code? Shelley -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 12:07 PM To: CF-Talk Subject: RE: cfselect in CF Flash Form Kelly, If I just

RE: cfselect in CF Flash Form

2006-07-28 Thread Shelley Browning
Steve, Are there any special characters in the query result that may be interfering with the cf code? Shelley ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
: cfselect in CF Flash Form Steve, Are there any special characters in the query result that may be interfering with the cf code? Shelley ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: cfselect in CF Flash Form

2006-07-28 Thread Zaphod Beeblebrox
Steve, I had this exact problem yesterday and it turned out to be that I didn't have the CFIDE mapping in that web site. You might want to check on that. On 7/28/06, Steve LaBadie [EMAIL PROTECTED] wrote: I have a CF Flash form with a cfselect populated through a DB, but it doesn't populate

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 3:46 PM To: CF-Talk Subject: RE: cfselect in CF Flash Form No Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St

RE: cfselect in CF Flash Form

2006-07-28 Thread Steve LaBadie
Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 3:46 PM To: CF-Talk Subject: RE: cfselect in CF Flash Form No Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu

Re: cfselect in CF Flash Form

2006-07-28 Thread Paul Hastings
Steve LaBadie wrote: Sorry for the stupidity; We can pick this up on Monday if you dare. Thank you so much for taking so much time out of your day. i take it that did you haven't looked into your CFIDE yet? ~| Introducing the

[reposted from cf-flash] Center align submit button

2006-06-22 Thread Michael Dinowitz
I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of approaches and they've all failed. Thanks http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:30/threadid:57 Michael Dinowitz President: House of Fusion

RE: [reposted from cf-flash] Center align submit button

2006-06-22 Thread Dave Watts
I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of approaches and they've all failed. Place it within a CFFORMGROUP tag with attributes TYPE=horizontal and STYLE=horizontalAlign:center. Dave Watts, CTO, Fig Leaf Software

Re: [reposted from cf-flash] Center align submit button

2006-06-22 Thread Michael Dinowitz
Thank you Dave. You've just make the fight against spam a little prettier. :) I'll explain more soon on Blog of Fusion after I finish some code and wrap it up for people. I'm working with a flash form and I'd like to center align the submit button. Anyone have advice? I've tried a number of

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-20 Thread Mike Kear
I dont think F CKEditor will work with flash forms, but I dislike flash forms anyway. I use the XML version, and FCKEditor plays fine with that. In fact Mike Nimer has integrated it with CFTEXTAREA for xml forms. To implement it, all you do is cftextarea name=bio editor=fckeditor/cftextarea

CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread David Adams
Has anyone been able to get the FCKeditor to work within a CFFORM with format set to Flash? I haven't tried it yet but I am wondering if there is any point because CF will be compiling the code behind the FCKeditor into an swf. This will likely cause problems. Any experiences that anyone

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread Sam Farmer
It won't work. In Flash forms you can only use simple html and nothing anywhere near as complex as required for FCK Editor. Flex has a built in WYSIWYG editor but its not availible to flash forms (though maybe in a future release?) Cheers, Sam F On 12/19/05, David Adams [EMAIL PROTECTED]

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread John McKown
On a side note we have seen FCKeditor crashing Firefox HARD when you use the cut or paste icons. Anyone else see that happen? John McKown David Adams wrote: Has anyone been able to get the FCKeditor to work within a CFFORM with format set to Flash? I haven't tried it yet but I am

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread Will Tomlinson
I know this doesn't have anything to do with the thread really, but I thought this example was kinda cool. Cfform as a text editor. http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html Will ~| Logware

cfgridcolumn and CF flash form

2005-08-12 Thread David Brown
Does anyone know if you can set the color of a cell with cfgridcolumn in a flash form? I want to check the value of each column as it is displayed in the grid and turn it green, red or yellow depending on the value of that column. so you may have 5 rows and 7 columns in the grid one for name

CF-Flash Mailing List

2005-04-15 Thread Ewok
Can anyone confirm that the CF-Flash list is up or down? There haven’t = been any posts in over a week and mine aren’t coming through either. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.11 - Release Date: 4/14/2005

Re: CF-Flash Mailing List

2005-04-15 Thread Michael Dinowitz
The House of Fusion CF-Flash list? If you can make a post and CC me on it, I'll look at what's going on. Thanks Can anyone confirm that the CF-Flash list is up or down? There haven't = been any posts in over a week and mine aren't coming through either. -- No virus found in this outgoing

RE: CF-Flash Mailing List

2005-04-15 Thread Ewok
Yes, the HOF flash list, I just sent a test and CC'd you. Thanks for looking. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 4:38 PM To: CF-Talk Subject: Re: CF-Flash Mailing List The House of Fusion CF-Flash list? If you can make a post

Re: CF-Flash Mailing List

2005-04-15 Thread Michael Dinowitz
You sent the test to the cf-talk list, not the cf-flash list. Got the CC and it did hit the list so as long as your subscribed to the cf-flash list, you should be able to post with no problem. Yes, the HOF flash list, I just sent a test and CC'd you. Thanks for looking. -Original

CF/Flash Question

2004-09-15 Thread Andrew Dixon
Hi Everyone. I'm about to create some flash navigation within a website that I'll need to have pass out the CFID and CFTOKEN session variables, does anyone know of an easy way to get these variables from within Flash or would i have to have them passed to the flash movie to start with? Andrew.

Re: CF/Flash Question

2004-09-15 Thread dave
just have a cfm page set them as variables then deliver them to flash by any of the available means depends on how ur going about it one of the easiest ways is to set the variables as normal in flash the output them with an $ infront of each, the do a loadvar in your flash movie --

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
: CF/Flash Question To: CF-Talk [EMAIL PROTECTED] just have a cfm page set them as variables then deliver them to flash by any of the available means depends on how ur going about it one of the easiest ways is to set the variables as normal in flash the output them with an $ infront of each

Re: CF/Flash Question

2004-09-15 Thread dave
try this cfm page ex: cfmvariables.cfm - !--- set uuid and cftoken variables --- //set these how ever ur getting them (cookie, session, whatever) cfset uuid = #youruuidstring# cfset cftoken = #cftoken# !--- set output to flash variables --- cfoutput

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
I will give it a try and let you know. Thanks. Andrew. On Wed, 15 Sep 2004 06:57:05 -0400, dave [EMAIL PROTECTED] wrote: try this cfm page ex: cfmvariables.cfm - !--- set uuid and cftoken variables --- //set these how ever ur getting them (cookie,

re: CF Flash

2004-06-15 Thread Hoe
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166654---Hello, How simple would it be to include my application into Flash? Create a Flash GUI and include all my CF code etc.? Toxic. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Flash

2004-06-15 Thread Raymond Camden
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166658---This is a very open ended question. The short answer is that you just can't Include cf code inside a Flash application. You can, however, execute CF code via web services or flash remoting. So, for example, you can populate a drop

RE: CF Flash

2004-06-15 Thread Adkins, Randy
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166659---Don't you like it when people post NEW TOPICS using the subject line: RE: new topic -Original Message- From: Hoe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 9:40 AM To: CF-Talk Subject: re: CF Flash

RE: CF Flash

2004-06-15 Thread Burns, John D
doable. John -Original Message- From: Hoe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 9:40 AM To: CF-Talk Subject: re: CF Flash Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166654 --- Hello, How simple would it be to include my application into Flash? Create

Setting Shared Object Return Variable from CF Flash Remoting

2004-06-11 Thread Chuck Mason
I am trying to set a shared object from my flash remoting return variable - but have not had any luck. The return variable is returning and populating a combo box just fine (as an example). My attempt at passing the return variable to an object and then setting that object as a shared object

CF/Flash in Alaska?

2004-04-05 Thread Jay Jennings
I'm wanting to move my family to Alaska this year but I hesitate to do so without the prospects of employment. Anybody know the current climate in the Anchorage area for CF/Flash programmers? Thanks. Jay Jennings jayATjayjenningsD0Tcom [Todays Threads] [This Message] [Subscription

RE: CF/Flash in Alaska?

2004-04-05 Thread Lyons, Larry
To: CF-Jobs-Talk Subject: CF/Flash in Alaska? I'm wanting to move my family to Alaska this year but I hesitate to do so without the prospects of employment. Anybody know the current climate in the Anchorage area for CF/Flash programmers? Thanks. Jay Jennings jayATjayjenningsD0Tcom _ [Todays

RE: CF/Flash in Alaska?

2004-04-05 Thread Ben Arledge
: April 5, 2004 1:13 PM To: CF-Jobs-Talk Subject: Re: CF/Flash in Alaska? Climate?I would say colddamn cold... Jay Jennings wrote: I'm wanting to move my family to Alaska this year but I hesitate to do so without the prospects of employment. Anybody know the current climate in the Anchorage

Re: CF + Flash list

2003-10-10 Thread Kevin Graeme
You can also try the FlashFusion list at http://www.flashcfm.com -Kevin - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 7:05 AM Subject: RE: CF + Flash list Apparently The fig leaf lists are quite good http

CF Flash grid

2003-10-10 Thread Michael Dinowitz
Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can slap onto a page like this: swf call line data1 line data2 line data3 etc. If it can be (or has been) wrapped into a custom tag then cool. The mail thing needed is the

RE: CF Flash grid

2003-10-10 Thread Ben Densmore
Flash MX 2004 Pro has a Datagrid component. That is essentially what CFGRID is but it might be more stable than CFGRID. Ben -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 1:43 PM To: CF-Talk Subject: CF Flash grid Is there a flash

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
-Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 1:43 PM To: CF-Talk Subject: CF Flash grid Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can slap onto a page

RE: CF Flash grid

2003-10-10 Thread Jim Davis
! Jim Davis -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 1:43 PM To: CF-Talk Subject: CF Flash grid Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can

Re: CF Flash grid

2003-10-10 Thread Dave Carabetta
Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can slap onto a page like this: swf call line data1 line data2 line data3 etc. If it can be (or has been) wrapped into a custom tag then cool. The mail thing needed is

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
, October 10, 2003 1:43 PM To: CF-Talk Subject: CF Flash grid Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can slap onto a page like this: swf call line data1 line data2 line data3 etc. If it can be (or has been

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
What do you mean by params? from the cfm or html file? sure just pass that in and use the array as the dataprovider for the datagrid... Clint Michael Dinowitz wrote: So nothing already out there? I'm looking for something that will allow the column data as Params. For that matter, Flash

RE: CF Flash grid

2003-10-10 Thread Jim Davis
: Friday, October 10, 2003 2:01 PM To: CF-Talk Subject: Re: CF Flash grid You can resize the columns dynamically.. it takes a bit of code but you can do that. In my example app, the bottom datagrid is reused for the address, email, and phone data. Each time I reload that grid with the new columns

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
control). Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:01 PM To: CF-Talk Subject: Re: CF Flash grid You can resize the columns dynamically.. it takes a bit of code but you can do that. In my example app, the bottom

RE: CF Flash grid

2003-10-10 Thread Jim Davis
we'd really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis wrote

RE: CF Flash grid

2003-10-10 Thread Matt Robertson
Jim wrote: we're not going to replace it unless we find something with greater usability, which we'd really like to find!) GridMonger -- especially if you give it a facelift with your own graphics and some style sheet help -- might fit this bill, although its not Flash.I use it as a cfgrid

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
we'd really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis

RE: CF Flash grid

2003-10-10 Thread Brook Davies
really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis wrote: I meant

RE: CF Flash grid

2003-10-10 Thread Jim Davis
Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:25 PM To: CF-Talk Subject: Re: CF Flash grid I work for a Financial Planning firm and use the datagrid in our apps. I wrote a help screen that showed how they can use the datagrid to sort and move the columns. We have some pretty

RE: CF Flash grid

2003-10-10 Thread Jim Davis
: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:28 PM To: CF-Talk Subject: RE: CF Flash grid So, Jim you are using CFGRID successfully in a production setting? I have always had a lot of trouble with it amongst various clients. It's a shame too, because it is handy tool

RE: CF + Flash list

2003-10-09 Thread Kola Oyedeji
Apparently The fig leaf lists are quite good http://chattyfig.figleaf.com/ Kola -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 09 October 2003 04:39 To: CF-Talk Subject: RE: CF + Flash list if its about cfmx and how to use with flashmx or the other

CF + Flash list

2003-10-08 Thread CFMXKICKSASS
Hello, I'm looking for a good CF + flash development list. Also whats the protocol regarding posting FlashMX + CFMX related questions to this list? Brook Davies [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF + Flash list

2003-10-08 Thread Tony Weeg
? http://flash-list.com/ http://flash-list.com/ tony -Original Message- From: CFMXKICKSASS [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:36 PM To: CF-Talk Subject: CF + Flash list Hello, I'm looking for a good CF + flash development list. Also whats the protocol

CF Flash (crazy idea?)

2003-07-08 Thread cottrellc
Hello all! I am having issues with my email so I am posting this from the archives. Question: Can I have multiple movie clips in one big umbrella movie calling different cfcs? To get an idea of what I am talking about: http://www.childrensdayton.org/CandaceTest/intraMovie.zip I am trying to

CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
Hi everyone. I have an idea and need to know if it is within the capabilities of Flash and CF. What I would like to do is provide an interface for users to come to, where they can create forms and position the form elements and element labels wherever they wish (within a maximum area). How I

RE: CF Flash (crazy idea?)

2003-07-03 Thread Robertson-Ravo, Neil (RX)
Dude, I have thought of the same and if you or anycan come up with an idea solution...please post it. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 15:59 To: CF-Talk Subject: CF Flash (crazy idea?) Hi everyone. I have an idea and need

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
Yeah, if someone could develop this, they could help alot of people out and make a good deal of $ at the same time :-) - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:03 AM Subject: RE: CF Flash

Re: CF Flash (crazy idea?)

2003-07-03 Thread Bryan Stevenson
:58 AM Subject: CF Flash (crazy idea?) Hi everyone. I have an idea and need to know if it is within the capabilities of Flash and CF. What I would like to do is provide an interface for users to come to, where they can create forms and position the form elements and element labels wherever

Re: CF Flash (crazy idea?)

2003-07-03 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 8:05 AM Subject: Re: CF Flash (crazy idea?) Yeah

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
- From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:20 AM Subject: Re: CF Flash (crazy idea?) I'd say part one is definately possible, but part 2 is pushing it. Here's a questionWhy does it have to be an HTML form? If you're sending

Re: CF Flash (crazy idea?)

2003-07-03 Thread CF Dude
This most likely won't work because of the client's security settings. Sometimes, in outlook express I'll send web pages to coworkers for proofs. The pages that contain any sort of flash content doesn't work because of security. If somebody could get around that, then it'd probably work just

RE: CF Flash (crazy idea?)

2003-07-03 Thread Benoit Hediard
www.benorama.com -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 juillet 2003 17:04 À : CF-Talk Objet : RE: CF Flash (crazy idea?) Dude, I have thought of the same and if you or anycan come up with an idea solution...please post

RE: CF Flash (crazy idea?)

2003-07-03 Thread Andre Mohamed
it has been done to varying degrees e.g. CommonSpot's simple form builder etc. André -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 15:59 To: CF-Talk Subject: CF Flash (crazy idea?) Hi everyone. I have an idea and need to know

Re: CF Flash (crazy idea?)

2003-07-03 Thread Jim Campbell
of an HTML form? Benoit Hediard www.benorama.com -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 juillet 2003 17:04 À : CF-Talk Objet : RE: CF Flash (crazy idea?) Dude, I have thought of the same and if you or anycan come up with an idea

RE: CF Flash (crazy idea?)

2003-07-03 Thread Cantrell, Adam
: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:39 AM To: CF-Talk Subject: Re: CF Flash (crazy idea?) Vincent: You know what they call a programming methodology at Macromedia? Jules: They don't call it a programming methodology? Vincent: No, they got a marketing

Re: CF Flash (crazy idea?)

2003-07-03 Thread Jim Campbell
. ;) Adam. -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:39 AM To: CF-Talk Subject: Re: CF Flash (crazy idea?) Vincent: You know what they call a programming methodology at Macromedia? Jules: They don't call it a programming

RE: CF Flash (crazy idea?)

2003-07-03 Thread John Wilker
One of the best lines from that movie. Have a sound byte of it at home. -Original Message- From: Cantrell, Adam [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 8:51 AM To: CF-Talk Subject: RE: CF Flash (crazy idea?) When you subscribed to this list did you see a sign

  1   2   >