Re: [cfaussie] import dynamic location

2011-07-18 Thread Paul Kukiel
No you must specify a real location for this and not a variable.

Paul.

On Mon, Jul 18, 2011 at 3:51 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Can you use import with variable names?

 ** **

 import “#foo#.bar”;

 ** **

 ?

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] implicit getters and setters

2011-07-18 Thread Steve Onnis
Do these get created automatically for all CFCs now or is it only for the
ORM side of things?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] import dynamic location

2011-07-18 Thread Steve Onnis
Is import the same as CFIMPORT?

-Original Message-
From: Barry Beattie [mailto:barry.beat...@gmail.com] 
Sent: Monday, 18 July 2011 4:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] import dynamic location

IIRC, because the IMPORT target is calculated at compile time, not runtime.

yes? (lets see if I've still got brain cells left).

On Mon, Jul 18, 2011 at 4:01 PM, Paul Kukiel kuki...@gmail.com wrote:
 No you must specify a real location for this and not a variable.

 Paul.

 On Mon, Jul 18, 2011 at 3:51 PM, Steve Onnis st...@cfcentral.com.au
wrote:

 Can you use import with variable names?



 import #foo#.bar;



 ?

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.



 --
 Paul Kukiel

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] implicit getters and setters

2011-07-18 Thread Paul Kukiel
if you set accessors=true on the component definition they are created for
you.

You don't need ORM.

Paul.

On Mon, Jul 18, 2011 at 4:04 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Do these get created automatically for all CFCs now or is it only for the
 ORM side of things?

 ** **

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] import dynamic location

2011-07-18 Thread Paul Kukiel
Yep

On Mon, Jul 18, 2011 at 4:06 PM, Barry Beattie barry.beat...@gmail.comwrote:

 IIRC, because the IMPORT target is calculated at compile time, not runtime.

 yes? (lets see if I've still got brain cells left).

 On Mon, Jul 18, 2011 at 4:01 PM, Paul Kukiel kuki...@gmail.com wrote:
  No you must specify a real location for this and not a variable.
 
  Paul.
 
  On Mon, Jul 18, 2011 at 3:51 PM, Steve Onnis st...@cfcentral.com.au
 wrote:
 
  Can you use import with variable names?
 
 
 
  import “#foo#.bar”;
 
 
 
  ?
 
  Steve
 
  --
  You received this message because you are subscribed to the Google
 Groups
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/cfaussie?hl=en.
 
 
 
  --
  Paul Kukiel
 
  --
  You received this message because you are subscribed to the Google Groups
  cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/cfaussie?hl=en.
 

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] implicit getters and setters

2011-07-18 Thread Steve Onnis
Nice. Thanks J

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 18 July 2011 4:17 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] implicit getters and setters

 

if you set accessors=true on the component definition they are created for
you.

You don't need ORM.

Paul.

On Mon, Jul 18, 2011 at 4:04 PM, Steve Onnis st...@cfcentral.com.au wrote:

Do these get created automatically for all CFCs now or is it only for the
ORM side of things?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Query of Query question

2011-07-18 Thread Steve Onnis
Can you  not do a QofQ on a LOCAL variable?

 

I tried to do this

 

cfquery dbtype=query name=LOCAL.d

  SELECT  *

  FROM  LOCAL.d

/cfquery

 

And i get Query Of Queries syntax error. Encountered LOCAL. As an error.  

 

Am i right in guessing it might have something to do with the engine
thinking it is a db schema or something? Or is it a bug?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Query of Query question

2011-07-18 Thread Paul Kukiel
You can but you need to escape local
ie
select *
from  [local].d

Paul.



On Mon, Jul 18, 2011 at 4:38 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Can you  not do a QofQ on a LOCAL variable?

 ** **

 I tried to do this

 ** **

 cfquery dbtype=query name=LOCAL.d

   *SELECT*  *

   *FROM*  LOCAL.d

 /cfquery

 ** **

 And i get *Query Of Queries syntax error. Encountered LOCAL. *As an
 error.  

 ** **

 Am i right in guessing it might have something to do with the engine
 thinking it is a db schema or something? Or is it a bug?

 ** **

 Steve**

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Query of Query question

2011-07-18 Thread Steve Onnis
Is LOCAL a reserved word or something?

 

From: Paul Kukiel [mailto:kuki...@gmail.com] 
Sent: Monday, 18 July 2011 4:42 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Query of Query question

 

You can but you need to escape local
ie 
select *  
from  [local].d

Paul.




On Mon, Jul 18, 2011 at 4:38 PM, Steve Onnis st...@cfcentral.com.au wrote:

Can you  not do a QofQ on a LOCAL variable?

 

I tried to do this

 

cfquery dbtype=query name=LOCAL.d

  SELECT  *

  FROM  LOCAL.d

/cfquery

 

And i get Query Of Queries syntax error. Encountered LOCAL. As an error.  

 

Am i right in guessing it might have something to do with the engine
thinking it is a db schema or something? Or is it a bug?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
mailto:cfaussie%2bunsubscr...@googlegroups.com .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Query of Query question

2011-07-18 Thread Paul Kukiel
Yep.  Pretty much any reserved word that you encounter errors on in CF and
SQSL can be escaped by using [ ]

It's not well documented and given CF9's local scope I'm sure more people
will run into this issue.  Easy work around though.

Paul

On Mon, Jul 18, 2011 at 4:45 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Is LOCAL a reserved word or something?

 ** **

 *From:* Paul Kukiel [mailto:kuki...@gmail.com]
 *Sent:* Monday, 18 July 2011 4:42 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* Re: [cfaussie] Query of Query question

 ** **

 You can but you need to escape local
 ie
 select *
 from  [local].d

 Paul.


 

 On Mon, Jul 18, 2011 at 4:38 PM, Steve Onnis st...@cfcentral.com.au
 wrote:

 Can you  not do a QofQ on a LOCAL variable?

  

 I tried to do this

  

 cfquery dbtype=query name=LOCAL.d

   *SELECT*  *

   *FROM*  LOCAL.d

 /cfquery

  

 And i get *Query Of Queries syntax error. Encountered LOCAL. *As an
 error.  

  

 Am i right in guessing it might have something to do with the engine
 thinking it is a db schema or something? Or is it a bug?

  

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




 --
 Paul Kukiel

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Upcoming ColdFusion eSeminars from Adobe

2011-07-18 Thread ColdGen Internet Solutions
http://blogs.adobe.com/coldfusion/2011/07/18/upcoming-coldfusion-e-seminars-by-adobe/

via Hernant Khandelwal

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Steve Onnis
Has anyone played around with this?

 

I am resizing a transparent GIF and it is resizing but the image is coming
through with the colors inverted and the transparency is all black

 

Any ideas?

 

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew Scott
I wonder why these updates/hotfixes can't be updated via the update method
in ColdFusion Builder?



On Mon, Jul 18, 2011 at 6:07 PM, Peter Tilbrook peter.tilbr...@gmail.comwrote:

 Adobe® ColdFusion® Builder™ 2 Hot Fix 1 fixes the following issues. This
 hot fix is specific to ColdFusion Builder 2. You must not apply it to the
 previous release of ColdFusion Builder.

 [ More http://kb2.adobe.com/cps/911/cpsid_91140.html... ]


 **


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

image001.gif

RE: [cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Andrew Scott
Steve,

 

Here is what you can do for your scenario.

 

// Create an image object..

Image = CreateObject(java, java.awt.image.BufferedImage);

 

//Initialise image object..

Image.init( JavaCast(int, width), JavaCast(int, height), JavaCast(int,
image.TYPE_INT_ARGB));

 

From here you now have an object to do further processing with, it is
complicated from this point onwards as you have to now go to the java docs
for the classes to do what you need.

 

ColdFusion when it creates this image buffer will always do so with the RGB
type, which can be a pain in the butt to say the least as you are finding
out. I should also point out that you will not be able to use the ColdFusion
image tags or functions from this point on without it converting it back to
a normal RGB image type.

 

Feel free to contact me again or post in here if you need further
assistance. 

 

 

Regards,

Andrew Scott

 http://www.andyscott.id.au/ http://www.andyscott.id.au/

 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Steve Onnis
Can you do this and then pass this into the cfimage processing? Or will that
just screw it up again?

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Monday, 18 July 2011 7:07 PM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] CFIMAGE and transparent GIFs

 

Steve,

 

Here is what you can do for your scenario.

 

// Create an image object..

Image = CreateObject(java, java.awt.image.BufferedImage);

 

//Initialise image object..

Image.init( JavaCast(int, width), JavaCast(int, height), JavaCast(int,
image.TYPE_INT_ARGB));

 

From here you now have an object to do further processing with, it is
complicated from this point onwards as you have to now go to the java docs
for the classes to do what you need.

 

ColdFusion when it creates this image buffer will always do so with the RGB
type, which can be a pain in the butt to say the least as you are finding
out. I should also point out that you will not be able to use the ColdFusion
image tags or functions from this point on without it converting it back to
a normal RGB image type.

 

Feel free to contact me again or post in here if you need further
assistance. 

 

 

Regards,

Andrew Scott

http://www.andyscott.id.au/

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] CFIMAGE and transparent GIFs

2011-07-18 Thread Andrew Scott
As I said you can't use the tags and functions from this point, because it
will convert it back to an RGB image as that is all ColdFusion knows how to
deal with.

On Mon, Jul 18, 2011 at 7:24 PM, Steve Onnis st...@cfcentral.com.au wrote:

 Can you do this and then pass this into the cfimage processing? Or will
 that just screw it up again?

 ** **

 *From:* Andrew Scott [mailto:andr...@andyscott.id.au]
 *Sent:* Monday, 18 July 2011 7:07 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* RE: [cfaussie] CFIMAGE and transparent GIFs

 ** **

 Steve,

 ** **

 Here is what you can do for your scenario.

 ** **

 // Create an image object..

 Image = *CreateObject*(java, java.awt.image.BufferedImage);

 ** **

 //Initialise image object..

 Image.init( *JavaCast*(int, width), *JavaCast*(int, height), *JavaCast
 *(int, image.TYPE_INT_ARGB));

 ** **

 From here you now have an object to do further processing with, it is
 complicated from this point onwards as you have to now go to the java docs
 for the classes to do what you need.

 ** **

 ColdFusion when it creates this image buffer will always do so with the RGB
 type, which can be a pain in the butt to say the least as you are finding
 out. I should also point out that you will not be able to use the ColdFusion
 image tags or functions from this point on without it converting it back to
 a normal RGB image type.

 ** **

 Feel free to contact me again or post in here if you need further
 assistance. 

 ** **

 ** **

 Regards,

 Andrew Scott

 http://www.andyscott.id.au/

 ** **

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

  --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
When using either the new operand or the createObject in CF9 will not
require you to use the init() call after it.

Sorry to point this out to you.


On Thu, Jul 14, 2011 at 8:19 PM, Paul Kukiel kuki...@gmail.com wrote:


 Also as a small note the init method is called automatically when you use
 new but not with any of the other create object functions.  Just thought
 that was interesting.

 Paul




-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
Maybe it was a CF9.01 change then!!

But try this page

http://andyscott.id.au/andrewscott/

and here is the code.

cfscript
writeOutput('Using CreateObject..');
test = CreateObject(component,test);
 writeDump(test);

writeOutput('Using new operand..');
 test1 = new test();
writeDump(test1);

/cfscript

Notice I also do not use the return, nor do I have the init() method either.
Silly thing is I was just quoting what you said to someone else, and they
didn't know what I was talking about. So when I created this test page I was
like WTF...


On Mon, Jul 18, 2011 at 9:33 PM, Paul Kukiel kuki...@gmail.com wrote:

 Interesting as the docs indicate otherwise?

 Note: Only the new operator automatically invokes the initmethod or init 
 function.
 The new operator returns the value returned by init or initmethod and if
 the return is void it returns the instance of the CFC. The cfobject tags
 and the CreateObject function do not invoke the function and you must
 explicitly call any custom initialization code


 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS61C07B60-3D65-4d71-8F2A-8411D8010E60.html

 And I tried this and it dosn't call init() without explicitly calling
 init().  I can only assume they did this for backwards compatibility.

 Paul

 *
 *


-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Paul Kukiel
Well your correct in that createObject returns this ( ie the instance )
but it dosn't run init().  Try put a writeOutput or dump in the init method
then running it both ways on that test page, new Test();  will display the
output but create object wont.

I just checked my cf9 server and it's 9.01 just incase ( grr all those
updates but thats another story ).

Paul.

On Mon, Jul 18, 2011 at 9:51 PM, Andrew Scott andr...@andyscott.id.auwrote:

 Maybe it was a CF9.01 change then!!

 But try this page

 http://andyscott.id.au/andrewscott/

 and here is the code.

 cfscript
 writeOutput('Using CreateObject..');
 test = CreateObject(component,test);
  writeDump(test);

 writeOutput('Using new operand..');
  test1 = new test();
 writeDump(test1);

 /cfscript

 Notice I also do not use the return, nor do I have the init() method
 either. Silly thing is I was just quoting what you said to someone else, and
 they didn't know what I was talking about. So when I created this test page
 I was like WTF...


 On Mon, Jul 18, 2011 at 9:33 PM, Paul Kukiel kuki...@gmail.com wrote:

 Interesting as the docs indicate otherwise?

 Note: Only the new operator automatically invokes the initmethod or init 
 function.
 The new operator returns the value returned by init or initmethod and if
 the return is void it returns the instance of the CFC. The cfobject tags
 and the CreateObject function do not invoke the function and you must
 explicitly call any custom initialization code


 http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS61C07B60-3D65-4d71-8F2A-8411D8010E60.html

 And I tried this and it dosn't call init() without explicitly calling
 init().  I can only assume they did this for backwards compatibility.

 Paul

 *
 *

  --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Andrew Scott
Yeah you are right, I was just about to comment that back.

So the docs are right and there is no change here, so if you do want to use
createObject() and you have the initMethod() to setup some things then the
rule you applied does apply.


On Mon, Jul 18, 2011 at 10:06 PM, Paul Kukiel kuki...@gmail.com wrote:

 Well your correct in that createObject returns this ( ie the instance )
 but it dosn't run init().  Try put a writeOutput or dump in the init method
 then running it both ways on that test page, new Test();  will display the
 output but create object wont.

 I just checked my cf9 server and it's 9.01 just incase ( grr all those
 updates but thats another story ).

 Paul.




-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
Just installed this.  It looks like it worked, but Help - About is
reporting 2.0.0 as the version:

Version: 2.0.0
Build: 278082

Does that seem correct?

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Brian Knott
Andrew,
How did you get the update.

When I click on the Windows installer link I get an error.

http://kb2.adobe.com/cps/911/cpsid_91140.html

Brian

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Andrew
Sent: Tuesday, 19 July 2011 9:42 AM
To: cfaussie
Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

Just installed this.  It looks like it worked, but Help - About is
reporting 2.0.0 as the version:

Version: 2.0.0
Build: 278082

Does that seem correct?

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
Interesting, I got it from the same page.  
http://kb2.adobe.com/cps/911/cpsid_91140.html

Clicked on the Windows Installer link.

I was using Google Chrome - not sure if the browser would have made a
difference though.  What browser are you using?

Windows 7 Professional, 64bit here.





On Jul 19, 10:01 am, Brian Knott bkn...@jbk.com.au wrote:
 Andrew,
         How did you get the update.

 When I click on the Windows installer link I get an error.

 http://kb2.adobe.com/cps/911/cpsid_91140.html

 Brian







 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf

 Of Andrew
 Sent: Tuesday, 19 July 2011 9:42 AM
 To: cfaussie
 Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

 Just installed this.  It looks like it worked, but Help - About is
 reporting 2.0.0 as the version:

 Version: 2.0.0
 Build: 278082

 Does that seem correct?

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/cfaussie?hl=en.

 -
 No virus found in this message.
 Checked by AVG -www.avg.com
 Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Kai Koenig
that might be something else on your end - I can download both just fine.

Cheers
Kai


On 19/07/2011, at 12:01 PM, Brian Knott wrote:

 Andrew,
   How did you get the update.
 
 When I click on the Windows installer link I get an error.
 
 http://kb2.adobe.com/cps/911/cpsid_91140.html
 
 Brian
 
 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
 Of Andrew
 Sent: Tuesday, 19 July 2011 9:42 AM
 To: cfaussie
 Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
 
 Just installed this.  It looks like it worked, but Help - About is
 reporting 2.0.0 as the version:
 
 Version: 2.0.0
 Build: 278082
 
 Does that seem correct?
 
 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.
 
 
 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to 
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/cfaussie?hl=en.
 


--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 263 414
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK
--







-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Kai Koenig
As the technote states clearly, yes:

Installation details
Hot fix Installation  log: 
ColdFusionBuilder2_HOME\hotfix-updates\hf-cfb200-001\
Backup location (of  various files prior to hot fix installation): 
ColdFusionBuilder2_HOME\hotfix-updates\hf-cfb200-001\backup
Build number: 2.0.0.278082


 Just installed this.  It looks like it worked, but Help - About is
 reporting 2.0.0 as the version:

This is because it is version 2.0.0 - it's not an updater, which would bring 
the product to 2.0.1

Cheers
Kai

 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Brian Knott
Using FF 5.0 but I have also tried IE 8 with the same result.

Brian

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Andrew
Sent: Tuesday, 19 July 2011 10:09 AM
To: cfaussie
Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

Interesting, I got it from the same page.
http://kb2.adobe.com/cps/911/cpsid_91140.html

Clicked on the Windows Installer link.

I was using Google Chrome - not sure if the browser would have made a
difference though.  What browser are you using?

Windows 7 Professional, 64bit here.





On Jul 19, 10:01 am, Brian Knott bkn...@jbk.com.au wrote:
 Andrew,
         How did you get the update.

 When I click on the Windows installer link I get an error.

 http://kb2.adobe.com/cps/911/cpsid_91140.html

 Brian







 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On 
 Behalf

 Of Andrew
 Sent: Tuesday, 19 July 2011 9:42 AM
 To: cfaussie
 Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

 Just installed this.  It looks like it worked, but Help - About is 
 reporting 2.0.0 as the version:

 Version: 2.0.0
 Build: 278082

 Does that seem correct?

 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group
athttp://groups.google.com/group/cfaussie?hl=en.

 -
 No virus found in this message.
 Checked by AVG -www.avg.com
 Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 
 07/18/11

--
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Brian Knott
Hi Kai,
Are you looking Windows or Mac.  What browser are you using.

I even tried to connect to the address via an FTP client   (filezilla) but
cannot even connect to the server.

ftp://eftp.adobe.com/SAVED%20FILES/ColdFusionBuilder/Adobe%20ColdFusion%20Bu
ilder%202%20HotFix%201.exe

Brian

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Kai Koenig
Sent: Tuesday, 19 July 2011 10:09 AM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

that might be something else on your end - I can download both just fine.

Cheers
Kai


On 19/07/2011, at 12:01 PM, Brian Knott wrote:

 Andrew,
   How did you get the update.
 
 When I click on the Windows installer link I get an error.
 
 http://kb2.adobe.com/cps/911/cpsid_91140.html
 
 Brian
 
 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On 
 Behalf Of Andrew
 Sent: Tuesday, 19 July 2011 9:42 AM
 To: cfaussie
 Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
 
 Just installed this.  It looks like it worked, but Help - About is 
 reporting 2.0.0 as the version:
 
 Version: 2.0.0
 Build: 278082
 
 Does that seem correct?
 
 --
 You received this message because you are subscribed to the Google 
 Groups cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.
 
 
 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 
 07/18/11
 
 --
 You received this message because you are subscribed to the Google Groups
cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
 


--
Kai Koenig - Ventego Creative Ltd
ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 263 414
web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de
twitter: http://www.twitter.com/agentK
--







-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Paul Kukiel
The page load fine for me aswell.  Did you want me to dl the patch and send
you a direct link?

Paul

On Tue, Jul 19, 2011 at 10:18 AM, Brian Knott bkn...@jbk.com.au wrote:

 Hi Kai,
Are you looking Windows or Mac.  What browser are you using.

 I even tried to connect to the address via an FTP client   (filezilla) but
 cannot even connect to the server.


 ftp://eftp.adobe.com/SAVED%20FILES/ColdFusionBuilder/Adobe%20ColdFusion%20Bu
 ilder%202%20HotFix%201.exe

 Brian

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
 Behalf
 Of Kai Koenig
 Sent: Tuesday, 19 July 2011 10:09 AM
 To: cfaussie@googlegroups.com
 Subject: Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

 that might be something else on your end - I can download both just fine.

 Cheers
 Kai


 On 19/07/2011, at 12:01 PM, Brian Knott wrote:

  Andrew,
How did you get the update.
 
  When I click on the Windows installer link I get an error.
 
  http://kb2.adobe.com/cps/911/cpsid_91140.html
 
  Brian
 
  -Original Message-
  From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
  Behalf Of Andrew
  Sent: Tuesday, 19 July 2011 9:42 AM
  To: cfaussie
  Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
 
  Just installed this.  It looks like it worked, but Help - About is
  reporting 2.0.0 as the version:
 
  Version: 2.0.0
  Build: 278082
 
  Does that seem correct?
 
  --
  You received this message because you are subscribed to the Google
  Groups cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
  cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/cfaussie?hl=en.
 
 
  -
  No virus found in this message.
  Checked by AVG - www.avg.com
  Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date:
  07/18/11
 
  --
  You received this message because you are subscribed to the Google Groups
 cfaussie group.
  To post to this group, send email to cfaussie@googlegroups.com.
  To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.
 


 --
 Kai Koenig - Ventego Creative Ltd
 ph: +64 4 476 6781 - mob: +64 21 928 365 /  +61 435 263 414
 web: http://www.ventego-creative.co.nz
 blog: http://www.bloginblack.de
 twitter: http://www.twitter.com/agentK
 --







 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.


 -
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Andrew
Thanks Kai.

It does indeed state it, however not clearly enough for myself *oops*

On Jul 19, 10:10 am, Kai Koenig k...@koeni.de wrote:
 As the technote states clearly, yes:

 Installation details
 Hot fix Installation  log: 
 ColdFusionBuilder2_HOME\hotfix-updates\hf-cfb200-001\
 Backup location (of  various files prior to hot fix installation): 
 ColdFusionBuilder2_HOME\hotfix-updates\hf-cfb200-001\backup
 Build number: 2.0.0.278082

  Just installed this.  It looks like it worked, but Help - About is
  reporting 2.0.0 as the version:

 This is because it is version 2.0.0 - it's not an updater, which would bring 
 the product to 2.0.1

 Cheers
 Kai









-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Steve Onnis
How would you even do it createObject?

 

createObject(component, foo)() ?

 

probably why you cant do it J

 

From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Monday, 18 July 2011 10:08 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] Re: CreateObject of itself

 

Yeah you are right, I was just about to comment that back.

 

So the docs are right and there is no change here, so if you do want to use
createObject() and you have the initMethod() to setup some things then the
rule you applied does apply.

 

On Mon, Jul 18, 2011 at 10:06 PM, Paul Kukiel kuki...@gmail.com wrote:

Well your correct in that createObject returns this ( ie the instance )
but it dosn't run init().  Try put a writeOutput or dump in the init method
then running it both ways on that test page, new Test();  will display the
output but create object wont.

 

I just checked my cf9 server and it's 9.01 just incase ( grr all those
updates but thats another story ).

 

Paul.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: CreateObject of itself

2011-07-18 Thread Paul Kukiel
Like this:

cfscript
import com.cfaussie.demo;


temp = createObject(component,demo).init() ;

writeDump(temp);

/cfscript

Paul

On Tue, Jul 19, 2011 at 10:46 AM, Steve Onnis st...@cfcentral.com.auwrote:

 How would you even do it createObject?

 ** **

 createObject(“component”, “foo”)() ?

 ** **

 probably why you cant do it J

 ** **

 *From:* Andrew Scott [mailto:andr...@andyscott.id.au]
 *Sent:* Monday, 18 July 2011 10:08 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* Re: [cfaussie] Re: CreateObject of itself

 ** **

 Yeah you are right, I was just about to comment that back.

 ** **

 So the docs are right and there is no change here, so if you do want to use
 createObject() and you have the initMethod() to setup some things then the
 rule you applied does apply.

 ** **

 On Mon, Jul 18, 2011 at 10:06 PM, Paul Kukiel kuki...@gmail.com wrote:**
 **

 Well your correct in that createObject returns this ( ie the instance )
 but it dosn't run init().  Try put a writeOutput or dump in the init method
 then running it both ways on that test page, new Test();  will display the
 output but create object wont.

 ** **

 I just checked my cf9 server and it's 9.01 just incase ( grr all those
 updates but thats another story ).

 ** **

 Paul.

 ** **

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 cfaussie group.
 To post to this group, send email to cfaussie@googlegroups.com.
 To unsubscribe from this group, send email to
 cfaussie+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/cfaussie?hl=en.




-- 
Paul Kukiel

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] OT: JS rollovers

2011-07-18 Thread Brian Knott
Hi people,

I have a need to create a rollover that contains HTML code
i.e. an unordered list.  I had a look at jquery and qtips but I can't seem
to find an easy way to do it.  Does anyone have an example of a  rollover
that contains html.

 

Brian 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] OT: JS rollovers

2011-07-18 Thread Steve Onnis
There are a few ways you can do this.  The easiest way would be to have a
div containing the html and then on hover use some javascript to display the
item and position it.

 

Are you using a javascript framework already in your application?

 

From: Brian Knott [mailto:bkn...@jbk.com.au] 
Sent: Tuesday, 19 July 2011 11:01 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] OT: JS rollovers

 

Hi people,

I have a need to create a rollover that contains HTML code
i.e. an unordered list.  I had a look at jquery and qtips but I can't seem
to find an easy way to do it.  Does anyone have an example of a  rollover
that contains html.

 

Brian 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Adobe and jQuery - UI grid project

2011-07-18 Thread Darth Guybrush
Adobe sponsors jQuery to build a rich, fast grid widget that will
enhance an HTML table with data linking, sorting, paging, filtering,
row selection, and inline editing.

If, like me, you are delving deeper into jQuery/jQuery mobile this
could be heaven sent.

http://blog.jqueryui.com/2011/02/unleash-the-grid/

Cheers!

Peter Tilbrook
Managing Director, ColdGen Internet Solutions
Professional Adobe ColdFusion 9 Application Development
President, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA

Tel: +61-2-6284-2727
Mob: +61-2-0457-449-016

Email Address: pe...@coldgen.com
WWW: http://www.coldgen.com/

ABN: 80 826 226 128

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...

2011-07-18 Thread Darth Guybrush
There MIGHT have been a problem cos I checked earlier and got a blank
page but:

http://kb2.adobe.com/cps/911/cpsid_91140.html

Seems to be OK now...

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.