[cfaussie] Re: ShadoMX content management

2007-09-16 Thread Mark Ireland
It done by Grant Staker (the guy who wrote CFMX Performance Troubleshooting and Tuning Guide) From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ShadoMX content management Date: Sat, 15 Sep 2007 00:05:17 +1000 Shado is ment to be pretty high end enterprise so

[cfaussie] Free ActionScript 3.0 tour featuring Colin Moock (in Sydney)

2007-09-16 Thread Darren Tracey
This was announced over the weekend by Adobe. One of the 10 cities being hit around the world is Sydney. I would think that for the opportunity to get a day of free AS3 training with Colin Moock, that it would be worth footing the airfares to get yourself to Sydney for the day (if you happen to

[cfaussie] Re: Free ActionScript 3.0 tour featuring Colin Moock (in Sydney)

2007-09-16 Thread Barry Beattie
The dates and registration for the Sydney event are not open yet, but shouldn't be far off and will fill fast, so keep you eye on it. just a shout out to Adobe Australia people on keeping the Australian/New Zealand community informed when this happens? It may be some weeks before registration

[cfaussie] Cannot find key in struct.

2007-09-16 Thread Chris Velevitch
In the following code:- cfif StructKeyExists(pStruct,KEY) is true trace text=KEY found cfset lvKEY = StructFind(pStruct,KEY) the StructFind function generates the error:- message=Cannot find key KEY in struct. detail=The specified key, KEY, does not exist in

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread AJ Mercer
mayve try fully scoping the variable ARGUMENTS.pStruct On 9/17/07, Chris Velevitch [EMAIL PROTECTED] wrote: In the following code:- cfif StructKeyExists(pStruct,KEY) is true trace text=KEY found cfset lvKEY = StructFind(pStruct,KEY) the StructFind function

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Barry Beattie
I reckon it's the diff between the name of the structure and the structure itself for the two diff functions: structKeyExists takes the name of the structure try cfif StructKeyExists(pStruct,KEY) is true StructFind: Determines the value associated with a key in a structure. Returns the

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch
On 9/17/07, Barry Beattie [EMAIL PROTECTED] wrote: try cfif StructKeyExists(pStruct,KEY) is true This generates an error. It's not the StructKeyExists function that fails, it's the StructFind and to make matters worse, it's intermittent. Chris -- Chris Velevitch Manager - Sydney Flash

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Barry Beattie
yeah, I just realised... I actually meant not using the name the structfind() but that won't help either. cfset lvKEY = StructFind(pStruct, KEY) anyhoo: what do you get with cfif StructKeyExists(pStruct,KEY) is true cfoutput#StructKeyList(pStruct)#/cfoutput is KEY in there

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread David Harris
Hi Chris, is the CFC you that is calling this is a shared scope? (EG: Application scope) The reason I ask is because in the past I have seen things like this because of un-vared variables. If two threads call the CFC at the same time, it can have odd results and/or errors. Just a thought...

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch
On 9/17/07, Barry Beattie [EMAIL PROTECTED] wrote: what do you get with cfif StructKeyExists(pStruct,KEY) is true cfoutput#StructKeyList(pStruct)#/cfoutput is KEY in there then? I log a StructKeyList before the cfif and it's there. Chris -- Chris Velevitch Manager - Sydney

[cfaussie] verity collection inspector

2007-09-16 Thread Steve Onnis
does anyone know of a tool that i can use to inspect the contents of a verity collection? I have a collection but its not returning any results and i am trying to work out why http://www.inevative.com.au/images/email-stationary/inevativeLogo_small.jpg Steve Onnis Director / Head

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Chris Velevitch
On 9/17/07, David Harris [EMAIL PROTECTED] wrote: is the CFC you that is calling this is a shared scope? (EG: Application scope) It's not a cfc, it's a cfm with a function and it's called via Flash Remoting. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415

[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread christophe albrech
yeah dude, that's madness to have it set up that way on a live box. doesn't really explain the crashes though, should just make your app run a bit slow. you should also install the latest version of machii, it's faster. On 9/14/07, Stephen M [EMAIL PROTECTED] wrote: Every one of the MachII

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Kai Koenig
Chris, I once had a pretty weird issue with dynamically created struct keys that had invisible whitespace-type special chars at the beginning/end of the string and had similar error messages. Have you tried to make sure that KEY (I assume that would be a variable) is trimmed and use the result

[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread Stephen M
I've changed all the MACHII_CONFIG_MODE settings back to -1 Some were already set to -1, some were set to 0 and some were set to 1. There is no explanation or docos explaining why or why not, but they are all -1 now. Most of these apps, if they are run, would be run overnight from England by 1

[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread christophe albrech
yup should be faster, and nope, one of the goal of the machii team is to keep it 100% backward compatible. 1.5RC1 is out too. That said I honestly don't know how well machii works with versions as old as 6.1. the config mode tells the framework whether it should reload itself or not. This

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread Mark Mandel
Chris - What is populating the Struct? Is it possible that the Struct has a null value against the key? If there is a null value against the key, then it's quite likely that the StructKeyExists will return true, but the StruftFind call will fail as described. Mark On 9/17/07, Chris Velevitch

[cfaussie] CF8 cfTree with drag and drop

2007-09-16 Thread Mark Ireland
Can anyone point me to an example of the CF8 cfTree with drag and drop? Cheers. _ Win Dad the Footy Final with Cadbury Favourites!