RE: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
. Ltd. www.aegeon.com.au Phone: +613  9015 8628 Mobile: 0404 998 273 -Original Message- From: Dustin Snell [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 December 2007 8:41 AM To: CF-Talk Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try I do dynamically create them so that if

RE: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
8628 Mobile: 0404 998 273 -Original Message- From: Dustin Snell [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 December 2007 6:10 AM To: CF-Talk Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try For anyone else who wants to do this, I got it working finally. But it required th

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin Snell
I do dynamically create them so that if the user doesn't have the windows open they don't take up page-load time. ColdFusion could choose to make us do the same thing for all of our variables, but for ease we have IsDefined(). I think Adobe should add this type of functionality to CF for Window

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
won't work > either). > > Am I looking more or less silly at this point? > > -Original Message- > From: Andrew Scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 19, 2007 9:03 AM > To: CF-Talk > Subject: Re: Multple CFWINDOWS - cannot identify - 2n

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin Snell
For anyone else who wants to do this, I got it working finally. But it required the use of a try catch block to ignore the exception caused when you try to ColdFusion.Window.getWindowObject(x) on a window that may or may not exist. I was unable to find an elegant method to check if a window exis

RE: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin M. Snell
work either). Am I looking more or less silly at this point? -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 9:03 AM To: CF-Talk Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try Ok, Here is what you need to do. 1) D'load

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
7;t possible. When working with windows it > seems to me the ability to say DoesWindowExist() and get Window.name() > should be part of the basic functionality. Of course, I could still be > missing something. > > -Dustin > -Original Message- > From: Andrew Scott [mailto:[E

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
y to say DoesWindowExist() and get Window.name() > should be part of the basic functionality. Of course, I could still be > missing something. > > -Dustin > -Original Message- > From: Andrew Scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 19, 2007 8:26 AM

RE: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin M. Snell
g. -Dustin -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 8:26 AM To: CF-Talk Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try I must admit, either your not thinking straight or you are plan being silly. The answer is in your code

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Andrew Scott
I must admit, either your not thinking straight or you are plan being silly. The answer is in your code, every window has a name. So why not do what you have done with the next window name? Personally, I would send an event back to the server when the mouse up event is fired and save that winodws

RE: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin M. Snell
Since I didn't get any replies to this, perhaps I can rephrase the question. Does anyone know of *any* way. To store the last position of *multiple* open CFWINDOW objects. All examples I have found only work with one window. -Original Message- From: Dustin M. Snell [mailto:[EMAIL PROTECTED