[flexcoders] Re: does anyone know if ILOG Elixir

2008-02-27 Thread jjkruse1
EULA is terribly written, barely in English, convoluted, confusing and almost incomprehensible. As interpreted by the Company, the deal seems to be this: Pay Adobe $799 and get unlimited use of ELIXIR to produce apps, but only for your own enjoyment. If you want to even SHOW (never mind sell)

[flexcoders] Re: Bizarre compilation issue.

2007-04-07 Thread jjkruse1
file. My guess is that this line has whitespace in front of it. If that's not doing it you should probably post the entire file. - Daniel Freiman nondocs? http://nondocs.blogspot.com/ On 06 Apr 2007 17:53:29 -0700, jjkruse1 [EMAIL PROTECTED] wrote: I'm getting an error White space

[flexcoders] Bizarre compilation issue.

2007-04-06 Thread jjkruse1
I'm getting an error White space is not allowed before an XML Processing Instruction (?...?) but the error isn't tied to a line of code, so I have no clue how to correct. Also, initializations don't appear to work, since the Alerts I've put in code don't appear. (Oddly, pie chart responds to

[flexcoders] Bizarre Accordion Compilation Issue

2007-03-04 Thread jjkruse1
My app is suddenly failing to compile, giving the following error: TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::[EMAIL PROTECTED] to mx.core.Container. at mx.containers::Accordion/mx.containers:Accordion::commitSelectedIndex()

[flexcoders] Bizarre Accordion Compilation Issue--Never Mind

2007-03-04 Thread jjkruse1
Sorry to bother on this. Found spurious label component in code not shown in design layout. Sheesh! 2 hrs blown.

[flexcoders] Re: ItemRenderer Problem

2007-01-31 Thread jjkruse1
Same thing happened to me last month. I'm doing what I think I did then--we'll see if it makes it to the forum. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Hmm, very odd, that makes sense, because my response went to flexcoders. Maybe it was really just my

[flexcoders] Re: AS3 code obfuscators

2007-01-22 Thread jjkruse1
According to MDM, flex (or other flash) apps compiled thru Zinc to .exe are difficult or (reasonably) impossible to decompile. I haven't personally tried. --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Security through obscurity is not true security On

[flexcoders] Re: Formatting a bound ArrayCollection in a model

2006-08-18 Thread jjkruse1
--- In flexcoders@yahoogroups.com, polestar11 [EMAIL PROTECTED] wrote: Hi there I have an ArrayCollection value in my model class, which I would like to run through a formatter function in my view. This method works with a string, but performs strangely for a collection, where: 1) The