RE: Flash Com and CFUG meeting

2002-11-13 Thread Mike Chambers
-Original Message- From: Michael Dinowitz [mailto:mdinowit;houseoffusion.com] the lag comes up. Something to clear out the text buffer or store it in some way is needed. As this is all done in the flash movie, I expect that it can be fixed as a patch or update rather than a new

Recall: Displaying values passed from one page into an email

2002-11-13 Thread Clark, Aimee
Clark, Aimee would like to recall the message, Displaying values passed from one page into an email. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

FW: Displaying values passed from one page into an email

2002-11-13 Thread Clark, Aimee
I realized that I didn't include enough info in my last email. Here's what I omitted: CLARIFICATION The problem I am having is this: Let's say in my record it shows me as speaking just French. Well, now I want to add that I speak Spanish. The value passed to the email is French, Spanish.

Re: Mass email marketing

2002-11-13 Thread Jeffry Houser
At 12:55 PM 11/13/2002 -0500, you wrote: Jeffry Houser wrote: Is E-mail marketing viewed as being different than SPAM? If someone markets to me on an email list that I've signed up for, it's email marketing, but it's not SPAM. If they market to me and I haven't asked for them to email me,

Re: FW: Displaying values passed from one page into an email

2002-11-13 Thread Thane Sherrington
At 01:58 PM 11/13/02 -0600, Clark, Aimee wrote: Now, let's say I don't really speak Spanish very well, so I want that removed from my record. Well, the value passed is just the first one in the list, so if you speak French, Spanish, it only shows that you want French removed, not Spanish. The

Re: M$ mappoint.net

2002-11-13 Thread Richard Meredith-Hardy
hmm... makes me feel like I'm about 100 ft under water and about to run out of breath... Looks like I've got some reading to do. Dave Watts wrote: Has anyone on this list managed to integrate a CF application (pref. CF 5) with M$'s mappoint web service offering? Is it even possible?

RE: Displaying values passed from one page into an email

2002-11-13 Thread Everett, Al
What I've done in the past is a difference list. Since all your checkboxes are named FLanguage, you'll get a comma-delimited list of the languages checked. If you also send a list of the languages that were originally checked, you'll have enough information to determine what has changed. I'll try

Dynamically adjust window based on image size?

2002-11-13 Thread Bob Haroche
I'm working on a feature where a visitor can click on a link for more photos. That triggers a pop up window which displays the first of X images in a slideshow. The list of images is created from a db query. The images will be uploaded by the client and may not be all the same dimensions. I'd

Re: Dynamically adjust window based on image size?

2002-11-13 Thread Dick Applebaum
Suggestion: Do the query and get the max image w h (should be stored in the db) pass the results back to the main window where a JavaScript onLoad function creates a single popup that can handle the largest dimensions, plus buttons for the slide show. An optional way is show thumbnails

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Matthew Walker
How about this: body onload=window.resizeTo(document.getElementById('myImg').width),document getElementById('myImg').height)); No cf at all! Matthew Walker http://www.matthewwalker.net.nz/ -Original Message- From: Bob Haroche [mailto:spambait;onpointsolutions.com] Sent: Thursday,

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Adrocknaphobia Jones
You know, from a usability perspective, re-sizing the browser window with every click is really not a good idea. Personally, I would be pretty annoyed if my browser window kept resizing. I think you should just open it to the maximum w/h and leave it at that. Adam Wayne Lehman Web Systems

Re: Dynamically adjust window based on image size?

2002-11-13 Thread Bob Haroche
You know, from a usability perspective, re-sizing the browser window with every click is really not a good idea. Personally, I would be pretty annoyed if my browser window kept resizing. I think you should just open it to the maximum w/h and leave it at that. I agree. I'm encouraging the

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Matthew Walker
Yeah I agree. Having your close and next ophoto buttons move with each click is totally annoying. Aside from usability though, there's aesthetics. IMO a site looks much slicker if all the images are a uniform size, even if it's not so ideal for the photos. -Original Message- From:

Re: Missing Web Service Operation

2002-11-13 Thread Adam Churvis
Are all your arguments required? Remember that web services treat all arguments of a component function as required. Respectfully, Adam Phillip Churvis Advanced Intensive ColdFusion MX Training http://www.ColdFusionTraining.com E-mail: [EMAIL PROTECTED] Phone: 770-446-8866 Team Macromedia

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Ben Doom
On a few sites we do, we use MM's old Generator 2 to create a resized copy of an image and a thumbnail whenever the client uploads a file. The thumbnail goes on lists of things, the resized (about 320x240) goes on the main info page, and if you click on it (or the link immediately below it) a

Need to reset the page if someone clicks back

2002-11-13 Thread Troy Montour
Hello everyone, Quick question... I need to make sure the page resets if someone clicks back. is there away to do it with CF or do I need to use something else? Thanks in advance Troy E. Montour Vampires Inc 4663 Main ST NE Fridley, MN 55421 United States H: (763) 571-3872 | M: (612)

Re: OT? SQL type 'decimal' = what in MS Access?

2002-11-13 Thread Ed Gordon
Matt, thank you very much. In SQL my fields are 'decimal' and say 'scale' of 2. In Access, I assume that would be a scale of 2 and 'Decimal Places' set to Auto ? On the same topic, I wonder how many people out there like to use MS Access for commercial development. Have you read the recent

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Fregas
You are saying that if someone clicks Back you want the page to Refresh? (not reset) You should be able to put in an HTML meta tag that will tell the page not to cache. But that's all I can think of off hand. Craig - Original Message - From: Troy Montour [EMAIL PROTECTED] To: CF-Talk

Re: Browser Printing Question

2002-11-13 Thread Jann VanOver
I hope not! That's the User's (Client's) Kingdom! If you're in a pure Windows/IE world, you can probably do it with ActiveX. (ish) On 11/11/02 7:31 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When printing from a browser is there anyway to disable the printer to not print the url and

Re: Browser Printing Question

2002-11-13 Thread Ricq Pattay
http://www.meadroid.com/scriptx/index.htm - Original Message - On 11/11/02 7:31 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When printing from a browser is there anyway to disable the printer to not print the url and path at the bottom of the page?

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Troy Montour
Fregas, well yes on refreshing.. reason I need to is I have a select statement on the page and I need it to go back to default when the page loads if they click the back button. and I tried the no-cache in the meta tag and that didn't work. Thanks Troy - Original Message - From:

Re: commas in numeric fields...

2002-11-13 Thread Jann VanOver
BBEdit has a GREAT file/directory compare feature. But if you work on a Mac, you already use BBEdit, I'm sure. On 11/12/02 6:12 PM, Ed Gordon [EMAIL PROTECTED] wrote: What do you do to display commas in numeric CFINPUT (editable) fields with values over 999? For one client, I tried

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Fregas
oh, you do need Reset! You need to Reset the form elements, not necessarily refresh the whole page. Craig - Original Message - From: Troy Montour [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 3:37 PM Subject: Re: Need to reset the page if someone

RE: Need to reset the page if someone clicks back

2002-11-13 Thread Lofback, Chris
I've been using the following code to force a refresh and it seems to work well: CFSCRIPT GMT = GetTimeZoneInfo(); GMT = GMT.UTCHourOffset; if (GMT IS 0) GMT = ''; else if (GMT GT 0) GMT = '+' GMT; /CFSCRIPT CFHEADER NAME=Pragma VALUE=no-cache CFHEADER

RE: commas in numeric fields...

2002-11-13 Thread Joshua Miller
Why not do something like: #ReReplaceNoCase(numvalue,[[:punct:]]|[[:space:]]|[[:alpha:]],,ALL )# That will strip everything that's NOT numeric. There's probably a more elegant way using a NOT operator in RegEX, but I'm not the RegEX wiz. That said, anyone know of a good RegEX book? Joshua

RE: Need to reset the page if someone clicks back

2002-11-13 Thread Adrocknaphobia Jones
body onLoad=document.formName.reset(); ... Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Fregas [mailto:lists;mediaartisans.com] Sent: Wednesday, November 13, 2002 4:48 PM To: CF-Talk

RE: Need to reset the page if someone clicks back

2002-11-13 Thread Adrocknaphobia Jones
Well you can jimmy-rig a solution by calling a javascript function when the page loads. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Troy Montour [mailto:vamp;vampiresinc.com] Sent:

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Fregas
did you try this? The important part is the onload=myform.reset() cfoutput body onload=myform.reset(); form method=post name=myform select cfloop from=1 to=10 index=i option Item #i# /cfloop /select input type=Submit /form /cfoutput Craig - Original Message - From: Troy

RE: commas in numeric fields...

2002-11-13 Thread Matthew Walker
#reReplace(numvalue, [^0-9]+, , all))# The standard reference is Friedl, Mastering Regular Expressions. It's not ideal as it doesn't discuss CF, but still gives you a solid idea of what you can and cannot realistically do with regex (the old idea: give someone a hammer, and they think everything

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Bob Haroche
Try this. I just include this code via CFINCLUDE. It works in IE, which is stubborn when it comes to obeying no cache commands. --- !--- Client side cache prevention --- meta http-equiv=Expires content=0 !--- Setup our expire times for Netscape and Internet Explorer --- cfoutput

RE: commas in numeric fields...

2002-11-13 Thread Rob Rohan
There's probably a more elegant way using a NOT operator in RegEX, ReReplaceNoCase(numvalue,[^0-9]+,,ALL) man pages :) -Original Message- From: Joshua Miller [mailto:josh;joshuasmiller.com] Sent: Wednesday, November 13, 2002 1:54 PM To: CF-Talk Subject: RE: commas in numeric fields...

Anyone have file type icons?

2002-11-13 Thread David Notik
Hi all: In my (CF-driven) document management system, when I show a list of files, I want to use icons to denote the file types (e.g. for TXT show a notepad icon, for DOC, show Word icon, etc.). I can't seem to find my store of file type icons and I don't want to create them again. anyone have

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Bob Haroche
Try this. I just include this code via CFINCLUDE. It works in IE, which is stubborn when it comes to obeying no cache commands. --- !--- Client side cache prevention --- meta http-equiv=Expires content=0 !--- Setup our expire times for Netscape and Internet Explorer --- cfoutput

RE: CF TIME SHEET

2002-11-13 Thread Tilbrook, Peter
Check out http://www.steveeray.com/webdesign/inout.html -Original Message- From: Paris Lundis [mailto:PLundis;areaindex.com] Sent: Tuesday, 12 November 2002 8:43 AM To: CF-Talk Subject: CF TIME SHEET Does anyone have/recommend an employee timesheet type application that might be out

Re: Relatively bad cfc performance?

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 10:36 US/Pacific, jon hall wrote: Thank you very much for your reply, and I agree that cfc's are worth a small performance loss. Is there anything that we could do to speed it up? Like storing the cfc reference in an application variable or similar? My initial

Re: Apache 2.0.40 - CFMX and Virtual Hosts

2002-11-13 Thread Sean A Corfield
On Tuesday, Nov 12, 2002, at 11:23 US/Pacific, Wallick, Mike wrote: Just wondering: I've been fighting with using virtual hosts and CFMX for a week or so now and I simply cannot get it to work. No matter what I do, my Apache/CF combo will only serve CF templates from the first document

Re: CFMX: how to access a servlet?? (again)

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 09:40 US/Pacific, Marcello Frutig wrote: I would expect, and in fact prefer, the same behaviour with JRun/IIS connector. I don't see as a good thing to have to start IIS before CFMX. I'm wondering if there is a config parameter for JRun/IIS connector that

Re: Missing Web Service Operation

2002-11-13 Thread Alexander Sherwood
At 04:08 PM 11/13/2002 -0500, you wrote: Are all your arguments required? Remember that web services treat all arguments of a component function as required. I actually had no arguments defined in the function call. I pass all fields as an argumentsCollection struct. Do you see this as being a

Re: Anyone have file type icons?

2002-11-13 Thread Randell B Adkins
go to www.mindkeeper.net/products/filemanager/demo/index.cfm and look at those images and use those [EMAIL PROTECTED] 11/13/02 05:06PM Hi all: In my (CF-driven) document management system, when I show a list of files, I want to use icons to denote the file types (e.g. for TXT show a notepad

OT: DWMX - Brainfart..

2002-11-13 Thread Lee Fuller
Sorry.. Having a.. well you know. How does one, site-wide, set all links to be document/site-relative? I can't seem to find it. TTAIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Need to reset the page if someone clicks back

2002-11-13 Thread Adrocknaphobia Jones
Guys, I really think you are over complicating this solution. You only need only need one line of javascript. body onLoad=document.yourFormName.reset(); simple. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original

RE: CF and UPS WorldShip?

2002-11-13 Thread Erik Yowell
You could probably map the RateEdit.mdb in the UOWS\RateDate directory as a datasource and create some sort of synchronization process between your WorldShip workstation and the CF server, or install Worldship on the cf app server and make sure you run the program every once in a while to update

Invoking: Web Service vs. COMPONENT

2002-11-13 Thread Alexander Sherwood
Is there a way at runtime to determine if a CFC is being invoked as COMPONENT object or a Web Service? I suppose to could pass the method as an argument, but that opens room for passing the wrong type. Thanks, -- Alex Sherwood PHS Collection Agency THE

RE: Browser Printing Question

2002-11-13 Thread Rick Faircloth
Hi Ricq... Are you currently using ScriptX? If so, are you using it locally or controlling printing of web pages served from your server on client's browsers? How's it working? If it's used on a server, this statement from the meadroid website seems to indicate it works with ASP only...

RE: Flash Com and CFUG meeting

2002-11-13 Thread Rick Faircloth
And is there a way to hookup a real video camera, complete with wireless mic, instead of using a $50 video cam? While you're beefing up the serving computer, don't forget the adage, Garbage in, garbage out. If the camera produces only a mediocre image at best, it'll still be mediocre no matter

SOT: JDBC Query Re: JSP Query

2002-11-13 Thread Jann VanOver
What's not working for you? Do you get an error statement? Are you sure that parameter name exists? Where do you get the connection, connection ? One style note ... It's good to avoid variable names that could possibly be a reserved word anywhere along the line. I suggest changing String

Re: OT: DWMX - Brainfart..

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 14:34 US/Pacific, Lee Fuller wrote: How does one, site-wide, set all links to be document/site-relative? I can't seem to find it. I think you can only select this when you Make Link within a particular document and thereafter it remembers that setting. I've cc'd

RE: Dynamically adjust window based on image size?

2002-11-13 Thread Lee Fuller
Seems to me this would be quite useful on pop-up display windows tho. | -Original Message- | From: Bob Haroche [mailto:spambait;onpointsolutions.com] | Sent: Wednesday, November 13, 2002 1:06 PM | To: CF-Talk | Subject: Re: Dynamically adjust window based on image size? | | | You

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
And is there a way to hookup a real video camera, complete with wireless mic, instead of using a $50 video cam? You can use a Sony DV camera that has usb streaming. The video camera we used was the logitek 4000, which is top of the line for eyeball cams. ($116.03). A wireless mic should be used

RE: OT: DWMX - Brainfart..

2002-11-13 Thread Rob Rohan
you aren't talking about base href=baseURL target=WindowName are you? -Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Wednesday, November 13, 2002 3:54 PM To: CF-Talk Subject: Re: OT: DWMX - Brainfart.. On Wednesday, Nov 13, 2002, at 14:34 US/Pacific, Lee

Re: SOT: JDBC Query Re: JSP Query

2002-11-13 Thread Jann VanOver
Oops -- my hand too fast on the send button -- you had the connection defined but I clipped it out ... Sorry ... On 11/13/02 3:48 PM, Jann VanOver [EMAIL PROTECTED] wrote: What's not working for you? Do you get an error statement? Are you sure that parameter name exists? Where do you

RE: OT: DWMX - Brainfart..

2002-11-13 Thread Lee Fuller
The problem with that is that I'm not doing this as a link issue. What's happening is that my main frameset page, which calls the proper pages inside the proper frames, is adding a / in front of each page name, where it should not. Breaks the document relative linking to the pages if they are

OT: Email authentication

2002-11-13 Thread Srimanta
Hello Forum. Is there a tool or utility or script capeable of checking email addresses real time? I am trying to create a CF application which will allow visitors to browse certain section(s) in the website depending on whether the email address provided by the user is valid and functional. Any

RE: Flash Com and CFUG meeting

2002-11-13 Thread Fitch, Tyler
Rick, I've hooked up my Canon MiniDV camcorder via Firewire to my machine and used it for webcam. On two different machines Flash recognized it as a video source in the setting panels. The picture quality was in my opinion great compared to my co-workers connected on their $50 web cams. And

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
Just a side note here, there's a new FlashCom mailing list on HoF. http://www.houseoffusion.com/cf_lists/index.cfm?method=threadsforumid=32 I'd love to get people over there and get talk about all the issues that come up with flashcom. I'll be posting my experiment results there once I'm done.

RE: OT: DWMX - Brainfart..

2002-11-13 Thread Lee Fuller
No.. This is a setting that (I thought) was set for an entire site, that told DWMX to make all links/calls to pages document-relative or site-relative. It talks about it in the help files.. But doesn't tell you where to set it. (I hate help files like that - which means that I hate virtually all

Include Verity results in search results?

2002-11-13 Thread David Notik
Hi all: I have a document management system. I currently store all my documents with unique file names in one directory. Each document has a record in the database with title, keywords, description, the name of the physical file, and the like. I have simple search functionality. It searches

RE: Email authentication

2002-11-13 Thread Matthew Walker
Hi Srimanta, We use HexValidEmail form hexillion.com for this. It's pretty easy to use although the docs are a bit confusing. Ask if you need help. Matthew Walker http://www.matthewwalker.net.nz/ -Original Message- From: Srimanta [mailto:mail;designshop.co.nz] Sent: Friday, 15

RE: Flash Com and CFUG meeting

2002-11-13 Thread Rick Faircloth
I wasn't intending to disparage your current setup's performance. Given the equipment you were working with, I think the production was exceptional. Didn't mean to offend with the GIGO comment. I was just trying to make the point that higher quality equipment, whether it be computer or video

RE: OT: DWMX - Brainfart..

2002-11-13 Thread Matt Brown
At 03:59 PM 11/13/2002 -0800, Lee Fuller wrote: The problem with that is that I'm not doing this as a link issue. What's happening is that my main frameset page, which calls the proper pages inside the proper frames, is adding a / in front of each page name, where it should not. Breaks the

MM: when will this bug be fixed?

2002-11-13 Thread Tilbrook, Peter
Errors when displaying or editing scheduled tasks on English (Australian) systems. (ID 48174) Is there a workaround? == Peter Tilbrook Project Officer Strategic Development Australian Building Codes Board GPO Box 9839 CANBERRA ACT 2601 AUSTRALIA E-Mail: [EMAIL PROTECTED] Telephone: (02) 6213

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
I didn't take it as a disparage of the camera. I was trying to point the conversation at the real performance problem when using flashcom; the client hardware and software. Personally, I'd have loved to use the sony digital video camera and from what someone else said of DVid camera quality, it'll

RE: loop through form fields

2002-11-13 Thread S . Isaac Dealey
You could but there wouldn't be any reason. The cfparam will only set values for form fields which don't already exist, and the loop would be looping over fields that already exist in the form, so you wouldn't get your defaults for non-existing form fields and the whole thing would just be a waste

RE: OT: DWMX - Brainfart..

2002-11-13 Thread Lee Fuller
Ah.. Got it. Ok.. Thanks Matt! | -Original Message- | From: Matt Brown [mailto:mbrown;macromedia.com] | Sent: Wednesday, November 13, 2002 4:20 PM | To: CF-Talk | Subject: RE: OT: DWMX - Brainfart.. | | | At 03:59 PM 11/13/2002 -0800, Lee Fuller wrote: | The problem with that is

RE: loop through form fields

2002-11-13 Thread Brook Davies
If your form has a lot of checkboxes, which DO NOT exist in the FORM struct if they are not selected, you may want to also pass a hidden field with a list of checkbox field names you can use on the subsequent page; input type=hidden name=checkboxfields

Re: Email authentication

2002-11-13 Thread Srimanta
Thanks Matthew, Very helpful info. Kind Regards, Srimanta - Original Message - From: Matthew Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 4:24 PM Subject: RE: Email authentication Hi Srimanta, We use HexValidEmail form hexillion.com for

RE: Flash Com and CFUG meeting

2002-11-13 Thread Rick Faircloth
Concerning multiple cameras: I would suggest hooking up a couple of cameras and switching the signal pre-computer. In other words, setup an A-B switcher to change what's going into the computer rather than with the computer. If it's done within the computer, especially if your offering multiple

RE: Flash Com and CFUG meeting

2002-11-13 Thread Mike Chambers
-Original Message- From: Rick Faircloth [mailto:Rick;GoLibertyOnline.com] Some consideration should be given to using multiple cameras, as well. A basic switcher for a few bucks could allow instant switching between perspectives, greatly increasing viewing interest. Not costly, or

RE: Flash Com and CFUG meeting

2002-11-13 Thread Rick Faircloth
Cool! You're saying, let the Flashcomm Producer whose running the setup, switch the camera views within the Flash Interface, as opposed to offering two views to viewers to choose from? Rick -Original Message- From: Mike Chambers [mailto:mchamber;macromedia.com] Sent: Wednesday, November

RE: Passing CF5 Structures to Java

2002-11-13 Thread Correa, Orlando (ITSC)
Thanks Pete! For now... we were able to get away with using and passing an integer array. We haven't upgraded to CFMX yet, but are looking forward to better CF/Java integration. As an interesting side note... we found that if we called our Java object via a cfscript UDF call and looped over

RE: loop through form fields

2002-11-13 Thread S . Isaac Dealey
Good point about the hidden form field tho -- that would keep the data that needs to be paramed to ensure existance on the action page together with the form, which has its advantages. If your form has a lot of checkboxes, which DO NOT exist in the FORM struct if they are not selected, you may

RE: Flash Com and CFUG meeting

2002-11-13 Thread Rick Faircloth
Michael: In your direct email summary of your notes you said: Some people suggested using 2 camera's. I'm not sure how to do this on my laptop so that the two different feeds are going to different windows. I'm sure others are commenting on using two cameras other than myself, but I was

RE: Flash Com and CFUG meeting

2002-11-13 Thread Mike Chambers
-Original Message- From: Rick Faircloth [mailto:Rick;GoLibertyOnline.com] Earlier in this discussion, Tyler Fitch mentioned that he successfully used a Firewire connection between camera and computer. That would provide huge bandwidth increase over the USB port or whatever

RE: Flash Com and CFUG meeting

2002-11-13 Thread Mike Chambers
yeah, the problem with allow the user to pick from two camera views, is that you have to have two video streams going out at the same time, which requires two connections to the server and twice as much bandwidth. the following functions switch between cameras function camera1() {

Re: Need to reset the page if someone clicks back

2002-11-13 Thread Troy Montour
Adrocknaphobia, actually the thing with this is it doesn't reset the page when you click back because the page doesn't reload to trigger the JavaScript. I haven't tried the others yet will in the morning Thanks Troy - Original Message - From: Adrocknaphobia Jones [EMAIL PROTECTED]

Re: JRE 1.4.1 and Flash Remoting

2002-11-13 Thread Neil H.
What tweaking was required? Neil - Original Message - From: Stephenie Hamilton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 10:13 AM Subject: RE: JRE 1.4.1 and Flash Remoting It doesn't work at all when I switch it. This is on a shared server

Re: Missing Web Service Operation

2002-11-13 Thread Adam Churvis
I actually had no arguments defined in the function call. I pass all fields as an argumentsCollection struct. That's just a ColdFusion mechanism for resolving the keys of a structure into individual arguments, but once they are resolved into arguments they must again match the web service

webservices application.cfm

2002-11-13 Thread Brook Davies
Do web services use the application.cfm? At 10:51 PM 13/11/02 -0500, you wrote: What tweaking was required? Neil - Original Message - From: Stephenie Hamilton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 10:13 AM Subject: RE: JRE 1.4.1 and Flash

Re: webservices application.cfm

2002-11-13 Thread Brook Davies
I guess I just figured this out. Seems strange to me that it uses the application file At 08:07 PM 13/11/02 -0800, you wrote: Do web services use the application.cfm? At 10:51 PM 13/11/02 -0500, you wrote: What tweaking was required? Neil - Original Message - From:

RE: JRE 1.4.1 and Flash Remoting

2002-11-13 Thread Stacy Young
1.4.1 seems to be running fine for remoting on win2k...and been using it quite extensively... Cheers, Stace -Original Message- From: Neil H. [mailto:neil-list;hostmysite.com] Sent: Wednesday, November 13, 2002 10:52 PM To: CF-Talk Subject: Re: JRE 1.4.1 and Flash Remoting What

Includes within a CFC

2002-11-13 Thread Brook Davies
Is it bad practice to use cfincludes within a CFC? The reason I ask is because I have a small app which consists of about 20 files. The files are all included in a master file. This master file is passed a single parameter in the form of DeliveryEmail.cfm?CampaignID=12. Now I want to turn it

Re: Includes within a CFC

2002-11-13 Thread Nick McClure
I love include files for this, when you have very large CFCs, then I do place methods into their own include file, usually I place them in a directory with the same name so to keep them separate. At 08:20 PM 11/13/2002 -0800, you wrote: Is it bad practice to use cfincludes within a CFC? The

Query Column as an Array

2002-11-13 Thread Stacy Young
My brain seems to have shut down on me here...isn't there a way to reference a query column as an array? Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de

RE: Query Column as an Array

2002-11-13 Thread Jim Davis
My brain seems to have shut down on me here...isn't there a way to reference a query column as an array? Although CF seems to treat each column as an array you can't reference one as an array directly (as in ArrayLen(Query.Colname) ). (At least this was the case - I haven't actually checked

RE: Query Column as an Array

2002-11-13 Thread Stacy Young
Thanks Jim...was hoping there was a short hand way to grab an entire column as an array. Stace -Original Message- From: Jim Davis [mailto:jim;depressedpress.com] Sent: Thursday, November 14, 2002 12:43 AM To: CF-Talk Subject: RE: Query Column as an Array My brain seems to have shut

RE: Query Column as an Array

2002-11-13 Thread Jim Davis
Well - it's a little short - but not as short as it could be. You can do a ValueList() to turn any column into a List then use ListToArray() to get the array. It's not pretty, but it's only two functions and it works. ;^) Jim Davis -Original Message- From: Stacy Young

Web Gallery Issues (Was Re: CFX_Image)

2002-11-13 Thread Mark Smeets
Hi everyone, Back to the cfx_image tag process for a bit. I managed to get it figured out (confusing tag) and now I'm working on the rest of my gallery. Here's the idea, instead of using frames, I want to load the thumbnails on the left, a medium sized image on the right and then the medium size

<    1   2