[cfaussie] Next Mleb CFUG

2010-07-20 Thread Steve Onnis
At the next Melb CFUG I will be presenting on some of the new features in ColdFusion 9. So far I am looking to cover the following areas:- * Enhancements to the CFSCRIPT language * Enhancements to the CFC framework * Demoing some of the new UI components * Multi File

Re: [cfaussie] Next Mleb CFUG

2010-07-20 Thread Peter Robertson
Go Steve! If you can get through all that in one night, you'll be doing very well. Looking forward to it. Peter Robertson On 20 July 2010 17:19, Steve Onnis st...@cfcentral.com.au wrote: At the next Melb CFUG I will be presenting on some of the new features in ColdFusion 9. So far I am

[cfaussie] CFUGWA July Meeting (21/07)

2010-07-20 Thread Brad Fleming
This month we are excited to have our meeting hosted at Curtin University where James Holmes will be presenting on WSS4CF - WS-Security for ColdFusion. Also, AJ Mercer has put his hand up to run through some of his FrameWork1 presentation that was done at WebDU this year. So we are in for a

Re: [cfaussie] Next Mleb CFUG

2010-07-20 Thread Paul Kukiel
I'd be interested in seeing some of the online/offline features with exposed services and Adobe Air. Paul On Tue, Jul 20, 2010 at 5:19 PM, Steve Onnis st...@cfcentral.com.au wrote: At the next Melb CFUG I will be presenting on some of the new features in ColdFusion 9. So far I am looking to

[cfaussie] Coldfusion builder projects

2010-07-20 Thread Steve Onnis
Has anyone actually got the preview function in cf builder to work? I have been battling with it for an hour or so now and now i am just getting a blank gray screen...no error prompt though steve -- You received this message because you are subscribed to the Google Groups cfaussie group. To

[cfaussie] Error opening css files in coldfusion builder

2010-07-20 Thread Steve Onnis
Has anyone seen this? I am trying to open a css file in coldfusion builder and i just get an error saying there was a problem in com/adobe/flexbuilder/codemodel/common/CMFactory Steve -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to

[cfaussie] cfscript version for cfabort

2010-07-20 Thread Steve Onnis
I am playing around with the new cf9 script functions and i came across this Apparently the cfscript equivalent for cfabort is abort() but when i try it i get Variable ABORT is undefined. Was it actually included or is there something else you need to do to get this to work? Steve --

Re: [cfaussie] cfscript version for cfabort

2010-07-20 Thread Mark Mandel
abort; Sent from my mobile device On 20 Jul 2010 09:06, Steve Onnis st...@cfcentral.com.au wrote: I am playing around with the new cf9 script functions and i came across this Apparently the cfscript equivalent for cfabort is abort() but when i try it i get *Variable ABORT is undefined*.

RE: [cfaussie] cfscript version for cfabort

2010-07-20 Thread Steve Onnis
Arnt you meant to be on your honeymoon?? I wonder why they didn't make these methods From: Mark Mandel [mailto:mark.man...@gmail.com] Sent: Tuesday, 20 July 2010 11:11 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] cfscript version for cfabort abort; Sent from my mobile

[cfaussie] global cfsetting

2010-07-20 Thread Steve Onnis
I noticed out of all the cf tags that have a script alternative the one that seems to be missing is cfsetting. Can you set any setting through script? The main one i want to set is the showdebugoutput value and i don't want to have to be setting it from different templates. Any ideas?

Re: [cfaussie] global cfsetting

2010-07-20 Thread Mark Mandel
Yeah, this one sucks :P I leave a debugging.cfm in my application, and then cfinclude it if I need to turn on/off debugging (depending on your setup). I find that the easiest option. Mark On Tue, Jul 20, 2010 at 11:27 PM, Steve Onnis st...@cfcentral.com.auwrote: I noticed out of all the cf

RE: [cfaussie] global cfsetting

2010-07-20 Thread Steve Onnis
Yeah i figured that much. Made a settings.cfm and on the onRequestStart method i did an include public void function onRequestStart(targetPage) { include settings.cfm; } Again i cant understand why include is not a function. Is it a JAVA thing? From:

RE: [cfaussie] global cfsetting

2010-07-20 Thread Dale Fraser
Includes are never functions in any languages I think you could just write a wrapper i = new cfSetting(); i.showDebugOutput(); Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://cfmldocs.com/ http://learncf.com http://flexcf.com From:

[cfaussie] Re: Next Mleb CFUG

2010-07-20 Thread Gavin Baumanis
Hi Paul, If you can wait until the following meeting - I'll volunteer to do a services / Air preso. We're already doing SOA - and one of our clients have requested the ability to use our application in an offline mode. So I will be having a play with that anyway. Gavin On Jul 20, 7:21 pm, Paul

[cfaussie] Re: Error opening css files in coldfusion builder

2010-07-20 Thread Gavin Baumanis
Along with your previous question about builder - any chance you need a re-install? Gavin On Jul 20, 9:13 pm, Steve Onnis st...@cfcentral.com.au wrote: Has anyone seen this? I am trying to open a css file in coldfusion builder and i just get an error saying there was a problem in

[cfaussie] Re: Coldfusion builder projects

2010-07-20 Thread Gavin Baumanis
Hi Steve, It wasn't until the debugging session that Paul did for us that I managed to get it (preview) working. Like you I could get RDS working fine - but file previewing just did not work at all. I am at home today and I don't have CFB installed here - if no one answers before then - I'll send

Re: [cfaussie] Re: Next Mleb CFUG

2010-07-20 Thread Paul Kukiel
Sounds great. Probably a meeting long topic anyway. Thanks Gavin On 21/07/2010 7:46 AM, Gavin Baumanis wrote: Hi Paul, If you can wait until the following meeting - I'll volunteer to do a services / Air preso. We're already doing SOA - and one of our clients have requested the ability to use