RE: formatting a date in cfgrid

2005-11-04 Thread Mike Nimer
d field shows the format of the date as it comes from the > db... via remoting.. > > On 10/28/05, Mike Nimer <[EMAIL PROTECTED]> wrote: > > Upgrade to 7.0.1, we fixed some bugs in cfgrid in the updater. I think > > this was fixed as well. > > ---nimer > > >

RE: formatting a date in cfgrid

2005-10-28 Thread Mike Nimer
Upgrade to 7.0.1, we fixed some bugs in cfgrid in the updater. I think this was fixed as well. ---nimer ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: formatting a date in cfgrid

2005-10-28 Thread Mike Nimer
Upgrade to 7.0.1, we fixed some bugs in cfgrid in the updater. I think this was fixed as well. ---nimer > -Original Message- > From: Jean-Baptiste Emanuel Zorg [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 8:48 AM > To: CF-Talk > Subject: Re: formatting a date in cfgrid > > t

RE: Flex Builder 2 and the CFadapter

2005-10-26 Thread Mike Nimer
Also last night an update to the CFAdapter as well as 2 simple examples were posted on the wiki. I would download the samples and take a look at those. ---nimer > -Original Message- > From: [EMAIL PROTECTED] [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 20

RE: Flash cfform and recompilation

2005-10-21 Thread Mike Nimer
start. > > Thanks in advance, > Chris > > On 7/18/05, Mike Nimer <[EMAIL PROTECTED]> wrote: > > > > That would be ok. The data between the tags > > is considered the value of the field so it does not force a recompile. > > > > Hth, > > ---ni

RE: Multiple CFGRIDs

2005-10-04 Thread Mike Nimer
That's a known issue, which is fixed in the 7.0.1 updater. The reason, is because your in a loop (cfoutput query=""). If you just coded 2 grids it would be fine, but you should upgrade instead. ---nimer > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Thursday, Septem

RE: Help with cfselect

2005-09-29 Thread Mike Nimer
You can't use the selected attribute unless you are also using the query attribute in cfselect. Since you are looping over the query and outputting the tags directly you'll need to add a cfif check. Like this Select One selected="true" >#PaintList.colorName#,...

RE: Help with cfselect

2005-09-29 Thread Mike Nimer
You can't use the selected attribute unless you are also using the query attribute in cfselect. Since you are looping over the query and outputting the tags directly you'll need to add a cfif check. Like this Select One selected="true" >#PaintList.colorName#,...

RE: CFMX 7 Upgrade - CF Admin Settings Didn't Transfer

2005-09-25 Thread Mike Nimer
Sounds like it didn't find your cf6 settings. Next time, make a copy of your cfusion\lib\neo-*.xml files. Then run the update. Now if it doesn't migrate your settings this time, here is what you can do. First, copy the CF6 neo-*.xml files into your CF7 cfusion\lib\cf6settings. Then edit the \cfu

RE: Can't use a CF mapping with CFFORMS? is this correct?

2005-09-21 Thread Mike Nimer
27;m up against this issue). > Cheers > Mike Kear > Windsor, NSW, Australia > Certified Advanced ColdFusion Developer > AFP Webworks > http://afpwebworks.com > ColdFusion, PHP, ASP, ASP.NET <http://ASP.NET> hosting from AUD$15/month > On 9/21/05, Mike Nimer <[EMAIL PROTECTED]

RE: Can't use a CF mapping with CFFORMS? is this correct?

2005-09-21 Thread Mike Nimer
That should be it. For forms to work the browser needs access to /CFIDE/scripts - thus the IIS mapping. (if you can browse a file in this folder from your browser, using the domain your checking, it is configured correctly) ---nimer > -Original Message- > From: Mike Kear [mailto:[EMAIL PR

RE: XML - force empty tag

2005-09-14 Thread Mike Nimer
The only way I've found is to set the value to " ", then you'll get a start/end tag - but there will be a space in there. Not sure if that will mess up your translation company or not. chn = xmlElemNew(xmlTranslate, 'chn'); chn.xmlText = " "; arrayAppend(root.xmlChildren[i].xmlChildren, chn); --

RE: XML as a database? Please say yes!

2005-09-14 Thread Mike Nimer
Why don't you use DB Views? A couple of Views should make your db access a lot easier. ---nimer > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 8:36 PM > To: CF-Talk > Subject: Re: XML as a database? Please say yes! > > Thanks f

RE: Click-once submit button techniques?

2005-09-13 Thread Mike Nimer
CFInput supports this, try this? ---nimer > -Original Message- > From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 4:12 AM > To: CF-Talk > Subject: RE: Click-once submit button techniques? > > how about onclick="javascript:this.disabled=true;return true

RE: cfformgroup question

2005-09-12 Thread Mike Nimer
Use the cfformitem type="spacer" tag. Like this: ---nimer > -Original Message- > From: Tony [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 11, 2005 12:16 AM > To: CF-Talk > Subject: cfformgroup question > > hi there. > > i have some buttons in a cffor

RE: CFFORM Q's and CF7 Updater

2005-09-02 Thread Mike Nimer
There are some new things in cfform for the updater. - onLoad - onBlur, onFocus - However, the 64k and the 32k limits are hard limits inside the .swf compiler. This means for now we can't fix these without rewriting the swf compiler. However, hopefully support for scripts

RE: CFMX and ArcIMS?

2005-08-31 Thread Mike Nimer
Just save the cfusion/lib/neo*.xml files and after you install the j2ee version, copy your saved copies back into the cfusion/lib folder and that should keep all of your settings. ---nimer -Original Message- From: Rebecca Wells [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 2

RE: URGENT - Flash CFForm and Global functions

2005-08-30 Thread Mike Nimer
This isn't supported in Flash Forms in 7.0 - However, it is in the upcoming Merrimack release. mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 2:41 PM To: CF-Talk Subject: URGENT - Flash CFForm and Global functions I'm trying to do some currency formatting in a Flash CFForm. I've creat

RE: What were they thinking?

2005-08-30 Thread Mike Nimer
PM To: CF-Talk Subject: Re: What were they thinking? Does the subArray.push("Ne" + "w York") trick I proposed earlier not work? I haven't tried it (never even made a basic flash form), but it ought to, eh? cheers, barneyb On 8/30/05, Mike Nimer <[EMAIL PROTECTED]> w

RE: What were they thinking?

2005-08-30 Thread Mike Nimer
ork'); or in a label you can do this. Hth, ---nimer -Original Message----- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 12:36 PM To: CF-Talk Subject: RE: What were they thinking? I just posted on Mark's blog, that yes as some of you guessed, we do perf

RE: What were they thinking?

2005-08-30 Thread Mike Nimer
I just posted on Mark's blog, that yes as some of you guessed, we do perform a regex check against the Actionscript to check for illegal usage of Actionscript, instead of using the compiler. This is why we can't tell the difference between comments, strings, or Actionscript. I know this is a pain,

RE: Flash Forms and Tables = No Display???

2005-08-30 Thread Mike Nimer
It's a known issue with IE. The problem is the default height/width of a flash form uses percentages. And IE can't load plugins that are in html table if they use percentages. The workaround, set the height/width in your cfform --nimer -Original Message- From: jonese [mailto:[EMAIL PR

RE: DESPERATE!!! Any way to embed SWF within CFDOCUMENT (PREVIOUSLY CFDOCUMENT ERROR)

2005-08-29 Thread Mike Nimer
Trying to embed and run another flash movie on a page in the cfdocument flash paper - this is not possible with cfdocument. However, what about embedding the cfdocument flashpaper into the other swf? This is easy. Would that solve your problem? Out of curiosity, what kind of movie are you trying

RE: Flash form and Cluster

2005-08-29 Thread Mike Nimer
No it's not possible. Sticky Sessions have to be enabled for flash forms. If you're curious why, there are 3-4 requests back to the server for every flash form request; if all of these don't get back to the same server the form can't load. 1) initial cfm request 2) swf movie request 3) shared runt

RE: XML Form question

2005-08-05 Thread Mike Nimer
Can you send me an example? Also are you sure there isn't any other code running inside the cfform tags, like queries that are making the xml forms appear slow. The slowest part, and it's not that slow, of the xml forms is the xsl transform we apply to the xml form. If you want try setting the s

RE: Flash forms - Date validation

2005-08-04 Thread Mike Nimer
How about something like this? To be honest, I haven't run it so I'm not sure you may need to tweak it a little but it should give you the general idea. Hth, ---nimer if( d1.selectedDate.getTime() < d2.selectedDate.getTime() && d2.selectedDate.getTime() < d3.selectedDa

RE: ColdFusion Admin Error

2005-08-03 Thread Mike Nimer
Can you try this, blow away all the compiled classes in your web-inf/cfclasses, restart, and try the admin again. ---nimer -Original Message- From: Jeff Houser [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 11:46 AM To: CF-Talk Subject: Re: ColdFusion Admin Error Mike (or a

RE: ColdFusion Admin Error

2005-08-03 Thread Mike Nimer
Can you send me the stack trace from the error message? ---nimer -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 2:55 PM To: CF-Talk Subject: ColdFusion Admin Error I'm stumped. This is a screenshot: http://www.instantcoldfusion.com/cf

RE: Flash cfform and recompilation

2005-07-18 Thread Mike Nimer
tags, not cfforminput as quoted below. Thanks, Jonathan -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 3:38 PM To: CF-Talk Subject: RE: Flash cfform and recompilation That would be ok. The data between the tags is considered the value of the fie

RE: Flash cfform and recompilation

2005-07-18 Thread Mike Nimer
That would be ok. The data between the tags is considered the value of the field so it does not force a recompile. Hth, ---nimer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 10:13 AM To: CF-Talk Subject: Flash cfform and recompilation

RE: CFCHART in CFFORM

2005-07-07 Thread Mike Nimer
First, you can't use cfchart inside of cfform, it's not a form tag. However, if you want the chart inside of your form you can do it. Like this (either as a flash or jpg): Hth, ---nimer ~~~

RE: CFCHART in CFFORM

2005-07-07 Thread Mike Nimer
First, you can't use cfchart inside of cfform, it's not a form tag. However, if you want the chart inside of your form you can do it. Like this (either as a flash or jpg): Hth, ---nimer -Original Message- From: Mark Drew [mailto:[EMAIL PROT

RE: write component/object with cfscript

2005-07-02 Thread Mike Nimer
ly 02, 2005 11:23 AM To: CF-Talk Subject: Re: write component/object with cfscript According to a presentation at CFUNITED-05, cfscript is fading out and at some points it won't be supported. The presenter is not from Macromedia. So I don't know how reliable the source is. I meant to ask M

RE: flash form in production

2005-07-02 Thread Mike Nimer
Are you using windows Integrated Authentication? If so, contact support we are working on a fix for flash forms in IIS with Integrated authentication (or try turning it off). If you are not using it, follow Dave's advise and make sure you have a IIS mapping to the /CFIDE folder. --nimer -O

RE: flash form in production

2005-07-02 Thread Mike Nimer
IE won't render Plugins inside of a table if it uses percentages for height/width. No idea why, but... Set the height and width attributes to non-percentage values. ---nimer -Original Message- From: Kevin Rosenthal [mailto:[EMAIL PROTECTED] Sent: Saturday, July 02, 2005 12:11 PM To:

RE: AutoTab Through Forms?

2005-06-30 Thread Mike Nimer
ColdFusion 7 has a new mask attribute for cfinput. So you can place the / in as needed As for auto tab, the html tabIndex property of the form fields should let you define which order you can tab through a form. ---nimer -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTE

RE: Bind Expressions in repeated CFForm pages

2005-06-30 Thread Mike Nimer
Try this. label=3D"{q_thequery.currentItem.col1} {q_thequery.currentItem.col3}" ---nimer -Original Message- From: Chris Velevitch [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 11:12 PM To: CF-Talk Subject: Bind Expressions in repeated CFForm pages In CFMX 7 using flash forms,I

RE: xhtml and cfform flash

2005-06-26 Thread Mike Nimer
What browser are you using? CFForm in CF7 does produce valid XHTML, Sean's comment was from the CF6 days. What are you seeing that is not xhtml compliant? It sounds like your flash forms are including both the and tags, which is not xhtml compliant. We do some browser detection to determine i

RE: Optimizing CFFORM on cfmx 7

2005-04-29 Thread Mike Nimer
Well the 260k download is a 1 time download. After your first form is loaded the common swf (all the common libraries used by all forms) is stored in the browsers cache. Each additional form is only about 15k (a lot smaller then most html pages). You did mention the 2nd biggest problem though. Th

RE: form parameters and flash forms

2005-04-29 Thread Mike Nimer
Both. The browser is asking if you want to repost the data, so that is the expected behavior. However the flash player isn't that smart so it will just reload. That is the bug or more likely a good enhancement request for flash. ---nimer -Original Message- From: Mark A Kruger [mailto:[E

RE: flash form AS troubles...

2005-04-29 Thread Mike Nimer
Try this, (this is an AS data type issue) alert(#variables.pc.apply(promo,'shippingValue.text')#.toString()); or add a string to the line alert(' value=' +#variables.pc.apply(promo,'shippingValue.text')#); or alert('' +#variables.pc.apply(promo,'shippingValue.text')#); hth, ---nimer -Or

RE: Any commercial CF products that could do this?

2005-04-29 Thread Mike Nimer
Wow so much PHP love, and on the cf-talk list too, what's up with that? Did the world end? ---nimer -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 7:25 PM To: CF-Talk Subject: RE: Any commercial CF products that could do this? PHP Rocks! -

RE: HREF in rows with Flash format CFRGID?

2005-04-26 Thread Mike Nimer
Here is an example http://www.cfform.com/search/invoke.cfm?objectid=E2344892-4E22-1671-5496 EEE941876E5E&method=full ---nimer -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 10:44 AM To: CF-Talk Subject: HREF in rows with Flash format CFRGI

RE: Hiding a Flash Form

2005-04-26 Thread Mike Nimer
If you add the form will allow you to position a div over the form. Hth, ---nimer -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 10:43 AM To: CF-Talk Subject: SOT: Hiding a Flash Form I have a large flash form that is being used to

RE: Flash Form as function like js confirm

2005-04-26 Thread Mike Nimer
This isn't supported right now. You can pop up the confirm dialog, but as you noticed you can't do anything with the ok or cancel buttons. The reason is that you can't write a function to register as the event handler for these buttons. We as working on a way to do confirm dialogs, but for right

RE: Admin API

2005-04-19 Thread Mike Nimer
There is a clearTrustedCache() method in the runtime.cfc. This will clear the template cache from memory. But if you have the "Save Class Files" option checked, I don't think it will delete the files in the web-inf/classes folder. Would need to double check. Hth, ---nimer -Original Message--

RE: cfgridcolumn validation

2005-04-17 Thread Mike Nimer
Sorry for the delay, hope this can still help. The trick is not to reference the checkbox component directly - instead you want to reference the value of the column in the dataProvider. Here is an example:

RE: New CFFORM website

2005-04-01 Thread Mike Nimer
again.                                                                                                                                                                                     From: "Mike Nimer" <[EMAIL PROTECTED]> Sent: Friday, April 01, 2005 12:57 AM To: CF-T

RE: CFGrid Problem

2005-04-01 Thread Mike Nimer
That's a bug. I haven't stepped through with the debugger, however, I believe it a problem with java reusing tag instances that are on the same line. So for now, you'll need to do this without the loop. Thanks for posting this, I've submitted as a bug. ---nimer -Original Message- From:

RE: New CFFORM website

2005-03-31 Thread Mike Nimer
Sweet, The easiest would be to email me directly. One of these days I might set up a contribution form, for now the old school manual way is working fine. Granted, that is until I go on vacation and my email builds up, but what do you do ;) nimer -Original Message- From: Ken Ferguson

RE: Blackstone nesting grids

2005-03-30 Thread Mike Nimer
Not in the flash forms. You might be able to do this in full flex, with a custom cell-renderer, but I would recommend it unless you have some powerful client computers. This would take a lot of flash player processing. ---nimer -Original Message- From: Jason Rogoz [mailto:[EMAIL PROTECT

RE: Flash Form woes

2005-03-30 Thread Mike Nimer
The form values not loading and the clock cursor are the same problem. The flash form can't access the Flash Remoting Gateway on your server. Can you change this in gateway-config.xml: {context.root} To a HTML (or CFML) file on your server. If they load /flashservices/gateway/ in the b

RE: New CFFORM website

2005-03-30 Thread Mike Nimer
Thanks Jim, well said! Btw, you've made Angie's day too (my "super model class" girlfriend ) Reading this thread, I just wanted to jump. In case there is any confusion, cfform.com and mikenimer.com are both personal sites that I have put together in my spare time. Luckily for all of us, macromedi

RE: cfgridcolumn validation

2005-03-30 Thread Mike Nimer
You can write custom actionscript in the onSubmit attribute of cfform. With this you can write AS that will check the loop over the rows and check the grid, if none are checked it should return false if you don't want the form to be submitted. Hth, ---nimer -Original Message- From: Jason

RE: Data Binding Issue with Flash cfform

2005-03-25 Thread Mike Nimer
Are you using IE? Make sure you set a height/width on the form (IE doesn't like plugins in tables with percentage width). Also I believe the right syntax is bind="{studyRepeater.currentItem.studyTypeID}" Hth, ---nimer -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: CFgrid

2005-03-25 Thread Mike Nimer
Inside of a flash form, the grid/tree are always flash controls. The applets only work inside of html forms. As for values/valuesdisplay, these are only supported in the applet, for now. There is an outstanding enhancement request to add support for this in the flash controls. Hth, --nimer

RE: 32K span If possible, please refactor this component

2005-03-23 Thread Mike Nimer
There is a hard limit of the generated actionscript. (remember it's cfml -> mxml -> actionscript). The actionscript compiler can't handle .as files larger then this limit. Unfortunately there isn't a way to tell you hard limit on the amount of cfml you can write, or to refactor the code around th

RE: CFMX cfform format html

2005-03-22 Thread Mike Nimer
We have to touch each field so the default value will have the mask applied to it. If you view source you'll see the setFocus() code after the form. If you add your setFocus() after the setFocus() that we run your will be last and it will end on the field you want. ---nimer -Original Message

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusi

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Try this, is this what you needed? ---nimer -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 2:35 PM To: CF-Talk Subject: RE: Please help with CFTREE Mike, Sure, th

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
Javascript No, I don't have J2EE sessions enabled. Anybody have any other ideas??? Thanks, Ferg -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 3:23 PM To: CF-Talk Subject: RE: CFMX 7, CFForms, and Javascript The little watch is displayed

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
Javascript No, I don't have J2EE sessions enabled. Anybody have any other ideas??? Thanks, Ferg -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 3:23 PM To: CF-Talk Subject: RE: CFMX 7, CFForms, and Javascript The little watch is displayed

RE: CFMX 7, CFForms, and Javascript

2005-03-21 Thread Mike Nimer
, and Javascript No, I don't have J2EE sessions enabled. Anybody have any other ideas??? Thanks, Ferg -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 3:23 PM To: CF-Talk Subject: RE: CFMX 7, CFForms, and Javascript The little watch is displayed

RE: Please help with CFTREE

2005-03-21 Thread Mike Nimer
Can you write an example of your data, maybe 5 rows using the query functions to build it (queryNew(), queryAddRow(), querySetCell()). This way it's easy to post and everyone can run it. If you can post this, then we can tweak the QofQ sql and the cftree so it works. ---nimer -Original Mess

RE: CFMX 7, CFForms, and Javascript

2005-03-18 Thread Mike Nimer
The little watch is displayed when it is loading the data from the server with Flash Remoting. Since it never stops it means the data is not being returned. A problem with flash connecting to the flash remoting gateway. Do you have j2ee sessions enabled? We are diagnosing a problem about them righ

RE: CFMX 7, CFForms, and Javascript

2005-03-18 Thread Mike Nimer
ithout the loop, just one row of static data -- same result. Straight from the livedocs @ http://tinyurl.com/3w82w ff Any ideas welcome, --Ferg -Original Message----- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18,

RE: CFMX 7, CFForms, and Javascript

2005-03-18 Thread Mike Nimer
You can't reference the labels via actionscript, but you can bind them to a variable, which you can reference. ---nimer -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 10:54 AM To: CF-Talk Subject: RE: CFMX 7, CFForms, and Javascript I do a

RE: Flash Form Errors

2005-03-16 Thread Mike Nimer
In the cfadmin turn on debugging and make sure you check the "show flash compile errors" Also, if you run cf from a dos window instead of as a service. All of these errors will be outputting in the dos window too. --nimer -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECT

RE: Asynchronous logging

2005-03-16 Thread Mike Nimer
This was the first use case we thought of, when we thought of the cfml gateway. I think it's a great use of the gateway. ---nimer -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 4:04 PM To: CF-Talk Subject: Asynchronous logging A thoug

RE: CFMX 7 Cfgrid Flash vs Applet

2005-03-14 Thread Mike Nimer
, doing this this way, if I get to around 500 records, the thing bogs down and dies. Firefox actually asks permission to kill the Flash scripts. Is there a recommended max recordcount for Flash cfgrid counts? Thanks, Jared On Sun, 13 Mar 2005 18:40:30 -0500, Mike Nimer <[EMAIL PROTECTED]> w

RE: Flash Form Question

2005-03-13 Thread Mike Nimer
This is a problem with your browser accessing the /CFIDE/scripts folder. Make sure the clients web server is configured correctly. There should be a virtual directory defined that points to the ColdFusion /CFIDE/ folder. Hth, --nimer -Original Message- From: C. Hatton Humphrey [mailto:[

RE: CFMX 7 Cfgrid Flash vs Applet

2005-03-13 Thread Mike Nimer
Place the grid inside a cfformgroup type="Hbox", and set the height/width of the group to fit your layout, and the height/width of the grid to match the size of the data. Hth, ---nimer -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:51 PM

RE: cfgridcolumn values

2005-03-08 Thread Mike Nimer
The flash grid doesn't support the drop-down column. Only the applet does. Hth, ---nimer -Original Message- From: Raphael Anzenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:59 PM To: CF-Talk Subject: cfgridcolumn values Greetings! I am really going crazy over this

RE: CFC and Flash datagrid

2005-03-08 Thread Mike Nimer
The easiest way is to use Flash Remoting. With Flash Remoting you can just return the query or an Array of structs, from your CFC. And you would bind the grid's dataprovider to the result returned from flash remoting. Hth, ---nimer -Original Message- From: Ewok [mailto:[EMAIL PROTECTED]

RE: cfformgroup visible=false with actionscript...

2005-03-05 Thread Mike Nimer
The accordion and tabnavigator groups do support an id attribute. So you can set the enabled="" property from actionscript. However the other groups do not. This is a good enhancement request. ---nimer ~| Find out how CFTicket c

RE: Binding Flash Form

2005-03-05 Thread Mike Nimer
You can set an id attribute of the accordions and tabnavigator cfformgroups, not the other types. You can then access these by the id. Hth, ---nimer -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 3:42 PM To: CF-Talk Subject: Re: Binding Flas

RE: cfformgroup visible=false with actionscript...

2005-03-05 Thread Mike Nimer
The accordion and tabnavigator groups do support an id attribute. So you can set the enabled="" property from actionscript. However the other groups do not. This is a good enhancement request. ---nimer -Original Message- From: TJ Hilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01,

RE: CFFormItem type="html"

2005-03-05 Thread Mike Nimer
This won't work. The html rendering engine inside the flash form only supports a few basic html tags, bold, underline, font, etc., the rest are ignored. For form elements and form tags you need use the cfform tags. Hth, ---nimer -Original Message- From: David Brown [mailto:[EMAIL PROTECT

RE: CFMX 7: bug in Flash ?

2005-03-05 Thread Mike Nimer
Good catch, the code we use to parse the option tags so we can send them to the flash movie isn't parsing for the spaces around the = sign. So change ALL To ALL And I'll submit this as bug, so we can take care of it. Thanks, ---nimer -Original Message- From: Stas Newdel [mailto:[EMAIL

RE: Disabling based on radio buttons

2005-03-05 Thread Mike Nimer
Is this what you are trying to do? ---nimer Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam

RE: cfinput question...

2005-02-28 Thread Mike Nimer
As long as you code your form to fit the lowest common denominator (no duplicate names) you can switch between html and xml forms. Now in practice, this is rare because as soon as you add inline actionscript (onCLick, onChange, etc..) you can't switch between flash and xml, since the actionscript w

RE: cfinput question...

2005-02-28 Thread Mike Nimer
entifying a form element with a unique ID makes sense, but why have a way of grouping these form elements which can then be referered to by another ID? Have I missed the point with this? Ade -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: 24 February 2005 21:43 To: CF-Ta

RE: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-25 Thread Mike Nimer
Bryan Who are you talking to at MM and getting no support? Watching this thread is sounds a bit like a case of to many people between you and macromedia. It could simply be a case of this consultant you worked with asking the wrong people. Ping me off-list with the details, Company, Contact perso

RE: Body too long: RE: cfinput question...

2005-02-25 Thread Mike Nimer
LOL - wait you got a pen, I want a pen. Man I never get the good swag.. Ok I'm heading to find Ben I want a pen. :) Thanks and sorry for the confusion with the forms. Let me know if you have any more questions. ---nimer -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sen

RE: cfinput question...

2005-02-25 Thread Mike Nimer
----Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: 25 February 2005 16:03 To: CF-Talk Subject: RE: cfinput question... The radio buttons works as groups. Technically the group has 1 name with child radio components (basically an array of children). And only 1 child can be

RE: CFDocument

2005-02-25 Thread Mike Nimer
It looks like you are trying to start the html in the header and continue it into the document sections. This doesn't work. You need to think of the header, footers, and sections as independent sections that we block together to assemble each page (place header on top of each page, etc..) Try codi

RE: cfinput question...

2005-02-25 Thread Mike Nimer
er ID? Have I missed the point with this? Ade -Original Message- From: Mike Nimer [mailto:[EMAIL PROTECTED] Sent: 24 February 2005 21:43 To: CF-Talk Subject: RE: cfinput question... The reason the names have to be unique is because flex requires each component to have a unique id (whic

RE: Coldfusion 7 - Flash Forms

2005-02-25 Thread Mike Nimer
Can you post some code? ---nimer -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 5:14 AM To: CF-Talk Subject: Coldfusion 7 - Flash Forms Has anybody been working with the flash form type in Coldfusion 7? If so can anybody help me by expl

RE: cfinput question...

2005-02-24 Thread Mike Nimer
rrors checked on the debug, my mistake. It probably would have helped. ;-) I've already altered my code to support unique names, I guess it's just nice to know. - Charles On 2/24/05 1:42 PM, "Mike Nimer" <[EMAIL PROTECTED]> wrote: > That message should have shown up,

RE: cfinput question...

2005-02-24 Thread Mike Nimer
That message should have shown up, it's a compile error. Did you have the show flash compile errors debug option checked as well? The reason the names have to be unique is because flex requires each component to have a unique id (which I believe is something flash forces on flex). And since we are

RE: Any sites using the new Flash foms?

2005-02-22 Thread Mike Nimer
I'm not offended, however, this is the joy of trying to create a common UI look that can be used in any application. Some like it - some not so much. The design of the flash forms are actually the result of a lot of work by the macromedia experience team. One of the main reasons was to create a c

RE: Any sites using the new Flash foms?

2005-02-22 Thread Mike Nimer
ols? Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Mon, 21 Feb 2005 18:29:52 -0500, Mike Nimer <[EMAIL PROTECTED]> wrote: > Do you mean the same skinning

RE: Any sites using the new Flash foms?

2005-02-21 Thread Mike Nimer
Do you mean the same skinning that Flex supports? The custom skin swf. For CF7 all we support is the style sheet attributes for the form and the individual elements. This does give you a lot of control of the UI, allowing you to change most of the form. If you want more, then what the style shee

RE: CFGRID woes

2005-02-19 Thread Mike Nimer
There is a known bug, with the editable grid in an html form. Make the whole form a flash form, instead of just the grid. Hth, ---nimer -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 12:40 PM To: CF-Talk Subject: CFGRID woes I'm me

RE: always allows column sort

2005-02-18 Thread Mike Nimer
If it helps, I did submit a bug to add support for the sort="no" attribute, for the flash grid. And an enhancement to add sort="" to the cfgridcolumn tag, so you can turn this on/off on a per column basis. ---nimer -Original Message- From: Brendan OHara [mailto:[EMAIL PROTECTED] Sent: F

RE: CF7: cfgrid - flash

2005-02-18 Thread Mike Nimer
Try this. Hth, ---nimer -Original Message- From: Doug Kronenberger [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 7:22 AM To: CF-Talk Subject: CF7: cfgrid - flash I can't figure out how to get th

RE: Some advice?

2005-02-17 Thread Mike Nimer
I would have him start with the getting started experience, specifically the Snippet Explorer. The "getting started with cfml" node in the explorer is geared for the new user to learn CF, it covers the basics across the board starting with cfquery/cfoutput. So I'd have him start there, then work

RE: CFGRID layout control 2 questions...

2005-02-17 Thread Mike Nimer
Yea, just set the height big enough to hold all the rows. And there is a way to turn off all sorting, but not on some columns and not others. Just set sort="No" in the cfgrid tag. Hth, ---nimer -Original Message- From: Brendan OHara [mailto:[EMAIL PROTECTED] Sent: Thursday, February 1

RE: Form Error

2005-02-16 Thread Mike Nimer
Do you have a CFGRID in the form? Can you send me your cfml for the form? What version of the CF are you running? ---nimer -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 11:05 AM To: CF-Talk Subject: Form Error Anyone ever seen this

RE: Any sites using the new Flash foms?

2005-02-15 Thread Mike Nimer
One of the advantages of working on the cf team, I got to see them when they were submitted. :) I know we are working on putting together some kind of online showcase of these apps. This should be coming soon. ---nimer -Original Message- From: dave To: CF-Talk Sent: 2/15/2005 2:19 PM Sub

  1   2   >