[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Joel Cass
1000+ files = lots of much whitespace / code generated = server memory overload = browser memory overload? -Original Message-From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Dale FraserSent: Tuesday, 23 May 2006 5:03 PMTo: cfaussie@googlegroups.comSubje

[cfaussie] Re: Any using Tartan Framework?

2006-05-23 Thread Chris Velevitch
On 5/22/06, Scott Arbeitman <[EMAIL PROTECTED]> wrote: > > Any using Tartan? And why? > > Can anyone explain what it does and where I can find a tutorial on it? Try http://www.tartanframework.org Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au --

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Dale Fraser
Robin,   Thanks, I tried that already and it didn’t affect the memory issues, but I understand your reasoning. I’ll do it this way also.   It processes 1250 files in 34 seconds, will be interesting to see how much quicker this will make it (if any).   Thanks   Regards Dale Fraser

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Steve Onnis
 no wonder why are you creating a new instance of the component every loop?   wouldnt this be better?      decrypter  = createObject("COMPONENT", "com.cogstate.ice"); results  = createObject("COMPONENT", "com.cogstate.data");     -Original Message-From: cfaussie@goo

[cfaussie] Re: webservice confusion

2006-05-23 Thread Duncan
It would appear that the defaults for a non required parameter doesnt get pased into the wsdl, that might be the reason - any one have any feedback on this? On 5/23/06, Duncan <[EMAIL PROTECTED]> wrote: > I would agree with you for a regular cfc, but here we are referring to > a webservice and t

[cfaussie] new lines in flash text box

2006-05-23 Thread Steve Onnis
how do you pass new line breaks into a flash text box dynamically?   is it just "\n"   Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegr

[cfaussie] flash 8 embedding fonts

2006-05-23 Thread Steve Onnis
Ok after a couple of hours this is what I have found, and I am after someone to either tell me its a bug or its supposed to happen   If you create a text field and have it Render As HTML, its all good until you decide to embed the font for the text field.  For some reason, no text inside HTM

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Joel Cass
 If you're using components / functions, you could try adding output=false to the cfcomponent / cffunction tags..?   I'm pretty sure cfsilent works like a custom tag, saving the content but only removing it once the end tag has been processed. -Original Message-From: cfaussie@goog

[cfaussie] Re: webservice confusion

2006-05-23 Thread Geoff Bowers
[EMAIL PROTECTED] wrote: > so for example they would be doing this: > > > Whats up with that? I dont understand why the docs say required, but > goog has not required. > > Do I really have to have required=yes for every param? What happens if > its no and the consumer doesnt pass in a blankvalue/

[cfaussie] JRUN Servlet Error

2006-05-23 Thread Dale Fraser
Hi,   I’m getting a weird error, the title of the page says   JRUN Servlet Error   And the body says in a big bold Font   500 null   When I run this on a subset of data it works find, so I figure it’s something to do with the 1000+ files I’m processing.   I can process all the f

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Dale Fraser
Ok,   I’ve fixed this, but for all you people who rely on CF memory management, DON’T!   Here’s the code                                                  

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Dale Fraser
Yeah,   I managed to save the error page to disk, and it’s a whole lot of blank lines.   I put a   I think it’s a memory issue, I’m reading a lot of text files, and populating a big structure of arrays of structures etc etc.   No I’m only creating one per file and reusing the same

[cfaussie] Re: Any using Tartan Framework?

2006-05-23 Thread grant
or www.scotsmans-hips.com On 5/23/06, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > On 5/22/06, Scott Arbeitman <[EMAIL PROTECTED]> wrote: > > > > Any using Tartan? And why? > > > > Can anyone explain what it does and where I can find a tutorial on it? > > Try > > http://www.tartanframework.org

[cfaussie] Re: CFUG Melbourne Meetings

2006-05-23 Thread Mark Mandel
Apologies for the late response - Just wanted to have a check on who is coming down to the meeting on the 22nd of June (That is the right date isn't it Steve?) I'm going to be writing a presentation and small example app for Transfer, and show off some of it's bells and whistles for that night -

[cfaussie] Re: CFUG Melbourne Meetings

2006-05-23 Thread grant
i'll come for shits and giggles. --~--~-~--~~~---~--~~ 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 [EMAIL P

[cfaussie] Re: JRUN Servlet Error

2006-05-23 Thread Dale Fraser
Ok,   Not sure what I did the first time, but I was wrong, changing the way I call the components does fix the problem without the need for the variable cleanup.                           Thanks for everyone’s help.

[cfaussie] Re: CFUG Melbourne Meetings

2006-05-23 Thread Dale Fraser
I'm interested in coming but haven't got the info through. I got that it was then at VTR, but never got their new address or any other details. I'm assuming one will come from the new mailing list at some point. Regards Dale Fraser -Original Message- From: cfaussie@googlegroups.com [m

[cfaussie] SQL Query

2006-05-23 Thread Dale Fraser
Hi   Have a table with the following field   subjectCode subjectHand subjectSex testedDate sessionName   I want to get a query which returns the three subject fields, 1 record per subject code returning the most recent record based on testedDate and the session that was selected