RE: desktop recording software

2002-10-03 Thread Reilly, Jim
Try the makers of SnagIt: TechSmith, who have a product called: Camtastia. http://www.techsmith.com/ -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:26 PM To: CF-Talk Subject: RE: desktop recording software Macs with OSX have one out of

RE: WDDX Error in CFMX

2002-09-25 Thread Reilly, Jim
work, but expensive in terms of performance.) Any thoughts...??? Tkx, Jim Tkx, James M. Reilly GlobalSpec 350 Jordan Road Troy, NY 12180 Tel: 518.880.0200 x318 Fax: 518.880.0250 -Original Message- From: Reilly, Jim Sent: Tuesday, September 24, 2002 11:58 AM To: '[EMAIL PROTECTED

WDDX Error in CFMX

2002-09-24 Thread Reilly, Jim
I am testing on CFMX Pro box, that has code that currently works in CF 5. I am getting this error: WDDX packet parse error at line 1, column -1. Document root element is missing.. From this line: cfwddx input=#ThisTag.GeneratedContent# output=tempVar action=wddx2cfml validate=no (Note: The

RE: WDDX Error in CFMX

2002-09-24 Thread Reilly, Jim
is the Force, and a powerful ally it is. - Yoda -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:12 AM To: CF-Talk Subject: WDDX Error in CFMX I am testing on CFMX Pro box, that has code that currently works in CF 5. I am

Editing JSP in DWMX and getting functions insite

2002-06-07 Thread Reilly, Jim
I know that I can edit JSP files in DWMX, but if I have a specific java variable called firstName that is a String, how can I get DWMX to show me a list of functions of a String class. So, if I have String firstName; and later on in the code I say: firstName. that after I type

URL Variables in CFMX read-only?

2002-06-04 Thread Reilly, Jim
I heard that URL variables in CFMX are read only. Is this true? I sometimes will do something like this, that will break if its true: cfparam name=URL.MaxRowsToShow default=5 type=numeric Tkx, James M. Reilly GlobalSpec 350 Jordan Road Troy, NY 12180 Tel: 518.880.0200 x318 Fax:

Errors - Logs

2001-07-19 Thread Reilly, Jim
Per this Error in as IIS log: Error,TID=217,07/18/01,20:05:41,Error in exception handler Error,TID=217,07/18/01,20:05:41,Error in CFX custom tag managerP Error,TID=217,07/18/01,20:05:41,Mutex timed out in CCFCustomTagManager::GetTag after waiting for 10 seconds.PpThe error occurred while

RE: CFSCRIPT switch Brain Burp

2001-04-04 Thread Reilly, Jim
Carol, Not sure what you problem is (CFML errors or unexpected results), but here is some docs from CF Studio: switch-case: switch (expr) {case const-expr : statement break ; default : statement } In this syntax, const-expr must be a constant (i.e., not a variable, a function, or other

CF Studio 4.5.2 Error

2001-02-28 Thread Reilly, Jim
When I save a file (ctrl-s) in CF Studio 4.5.2, and my cursor is near a " or a #, it automatically adds another " or # respectively, next to it. Does this happen to anyone else? Fixes..? (this did not happen before I upgraded from 4.5.1) Tkx, Jim

New CF Version Books

2000-11-09 Thread Reilly, Jim
Ben Forta or anyone that knows: Is Ben writing a new set of books for CF 5.0, or waiting until CF 6.0? Tkx, Jim James M. Reilly GlobalSpec.com 350 Jordan Road Troy, NY 12180 mailto:[EMAIL PROTECTED] http://www.GlobalSpec.com Phone: 518.880.0200 x318 Fax: 518.880.0250

RE: Need some help here, unknown error SQL 7008N

2000-09-29 Thread Reilly, Jim
James, REXX is an IBM programming language (runs interpretative, not compiled), and runs on all IBM OS's like AS400, OS/2, VM, MVS, etc... REXX is to those OS's as Basic is to DOS, yet has some parsing power of perl. Anyway, sound like the datatypes are incorrectly passed from your SQL

OT: CSS

2000-08-24 Thread Reilly, Jim
Anyone have a document/list/URL's of things that "work/don't work" on NS4+ and IE4+ browsers? (looking for many as I can get...) Example: TABLE { vertical-align : middle; text-align : center; background-color : green; } Option NetscapeIE

Custom Tag Calling Page

2000-08-23 Thread Reilly, Jim
Can anyone tell me from with-in a custom tag, to get the name of the calling .cfm file? Tkx in advance! Tkx, Jim James M. Reilly GlobalSpec.com 350 Jordan Road Troy, NY 12180 mailto:[EMAIL PROTECTED] http://www.GlobalSpec.com Phone: 518.880.0200 x318 Fax: 518.880.0250

RE: Rounding of numbers

2000-07-06 Thread Reilly, Jim
Try:Round(number) It returns a number to the closest integer. Jim -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 12:42 PM To: '[EMAIL PROTECTED]' Subject: Rounding of numbers Sorry for the noddy nature of the question but its

RE: What am I doing wrong?

2000-07-03 Thread Reilly, Jim
Lisa, A semicolon is not needed in a CF SQL statement and also you really have an SQL UPDATE cmd since you have a WHERE clause. So, you either need to change the INSERT to UPDATE or remove the WHERE clause. Also, remove the ; Jim -Original Message- From: Lisa Greenberg

CF_Image AutoResize CF Tag

2000-06-27 Thread Reilly, Jim
I was working with AutoResize CF tag. After viewing the AutoResize.cfm file I seen these cmds: cfx_image action="iml" file="#attributes.imagepath#\#photo#" commands=" resize #attributes.thumbsize# write #attributes.thumbpath#\#attributes.prefix##photo#" and

RE: cfx tags w/ java are NOT, I repeat NOT a pain! 8-)

2000-06-20 Thread Reilly, Jim
Larry, Great!!! (for you, anyway) :-) I tried that before, and now again, after your success, and it still does not work. I changed my java code, re-complied, made sure the reload="always" was there, the .class file re-compiled to the correct dir, and it still did not work. I have the class

RE: cfx tags w/ java are a pain

2000-06-19 Thread Reilly, Jim
Larry, I (and many other per both this and Allaire's Forums ) have had the same problem and have not found a resolution to this yet. If you find one, definitely pass it along! I also have tried the 'reload' in the cfx tag, but that did not work either. Tkx, Jim -Original Message-

Java CFX Setup Help w/ Reload

2000-06-10 Thread Reilly, Jim
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFD186.A6754070 Content-Type: text/plain; charset="iso-8859-1" I am playing w/ Java CFX's and want to modify the

RE: Training

2000-05-22 Thread Reilly, Jim
I have taken quite a few classes w/ Learning Tree and they are great! Teachers are real-lifers... I have not taken any CF courses from them, but again the ones I did were great. Jim -Original Message- From: Joel Firestone [mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 10:59 AM

RE: Setting Focus to Field

2000-05-15 Thread Reilly, Jim
The names are case sensitive. So, if your form is NAMED "TEST" then you will need: body onload="document.TEST.fieldname.focus()" whereas: body onload="document.Test.fieldname.focus()" would NOT work. Same goes for the fieldname.. Hope this helps! -Original Message- From: Perez,

RE: Setting Focus to Field

2000-05-15 Thread Reilly, Jim
y other js code } //-- /script /HEAD body onload="CheckOnLoad()" rest of body. /body /html Jim -Original Message- From: John Allred [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 2:51 PM To: [EMAIL PROTECTED] Subject: Re: Setting Focus to Field "Reilly, J

RE: Detect if JS is Enabled

2000-04-10 Thread Reilly, Jim
This will definitely tell you if JS is on. Although they could have JS on and cookies off, thus giving you the wrong results. Basically, not the best check. Use the NOSCRIPT ... /NOSCRIPT tags Jim Reilly -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: