[Flashcoders] Regular Expressions

2006-09-09 Thread Francis Turmel

Hey everyone,

I was just wondering what was the current state of porting an AS 2.0 Regex
class was in the community.
I know about this little project (http://www.jurjans.lv/flash/RegExp.html )
but it looks far from being MTASC friendly
and even has String prototypes peppered in it.

I've heard of people doing it with javascript / external interface. How does
that solution work for those of you who've tried it?

Finally, I can see (
http://livedocs.macromedia.com/flex/2/langref/RegExp.html) that its already
done for AS 3, which is great news.
Anyone know if this is an external class that could be ported back to AS 2
or is it precompiled / integrated?

just checking the pulse :)

thanks!

- Francis
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Fwd: integrating flash work

2006-09-09 Thread ozzy osbourne


Note: forwarded message attached.

-
 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Re: [Flashcoders] scrollpane not showing scrollbars -> dynamic content

2006-09-09 Thread eric dolecki

force the scrollpane to .invalidate() or .redraw() or something like that. I
forget which one exactly at the moment.

- e.

On 9/9/06, dnk <[EMAIL PROTECTED]> wrote:


Hi there - I am having an issue where I have a scrollpane component on my
stage that
loads and uses an empty movie clip from my library. Now that clip (from
the library) has
a few remoting calls in it that dynamically populate the MovieClip with
text fields,
etc. These text fields are then populated with results from my database.
The scroll pane
is set to "auto" for the vertical scrollbar.

Now my issue is that when the content is loaded, a vertical scroll bar
does not show
even though it should in this case (I know there are many results from the
database).

Now i am pretty sure that my issue is that when my contentPath is set for
the
scrollpane, there has not yet been any content created in the MovieClip -
hence no
scrollbar. My data does in fact populate, and all of it is there - but the
scrollbar
just does not show up when it should.

Any ideas?


d
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] scrollpane not showing scrollbars -> dynamic content

2006-09-09 Thread dnk
Hi there - I am having an issue where I have a scrollpane component on my stage 
that
loads and uses an empty movie clip from my library. Now that clip (from the 
library) has
a few remoting calls in it that dynamically populate the MovieClip with text 
fields,
etc. These text fields are then populated with results from my database. The 
scroll pane
is set to "auto" for the vertical scrollbar.

Now my issue is that when the content is loaded, a vertical scroll bar does not 
show
even though it should in this case (I know there are many results from the 
database).

Now i am pretty sure that my issue is that when my contentPath is set for the
scrollpane, there has not yet been any content created in the MovieClip - hence 
no
scrollbar. My data does in fact populate, and all of it is there - but the 
scrollbar
just does not show up when it should.

Any ideas?


d
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FileReferenceList SortOn?

2006-09-09 Thread Rifled Cloaca

So the Flash docs say the FileReferenceList isan Array, but it doesn't have
the array methods?  What's the best way to sort the contents of the array?
The reason I ask is that the files don't always come in in any particular
sort order, like alpha by name.

Thanks in advance!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] #2032 Stream Error - How can I learn more?

2006-09-09 Thread Daniel Thompson
Hello Flashcoders,

I have spent the better part of yesterday attempting to chase down an ioError.
How can I get more information about the error? I only have this to go on:

type="ioError"
text="Error #2032: Stream Error."

The issue is from attempting to invoke a REST service on an HTTPS box. I have
completely opened up the service () and now have an HTTP proxy running locally that hits the remote service
through a tunnel. I'm *still* getting the stream error. How can I learn more
about the nature of this error? If I put the SWF on the box, it works. If I put
the output on another server, it works. Is there a way to drill down to
determine when or why the Stream Error was thrown?

Thanks,
-DT


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flex Builder Memory

2006-09-09 Thread Clint Modien

I saw a post the other day that said if you minimize it... you get a
ton of ram recycled...  I havn't had time to test it and it sounds
hoaky... but..

http://www.onflex.org/ted/2006/09/flex-builder-memory-minimize-flex.php


On 9/9/06, Neves <[EMAIL PROTECTED]> wrote:

My java Flex Builder eats between 300 and 400 MB of my ram. Is it
normal?
Why so heavy? It's cause is java?

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] ' Undo ' Feature in flash RIAs - any success stories?

2006-09-09 Thread artur

great advice! thanks
- i will pass this on to my lead developer.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-09 Thread Jack Doyle
That's great! Thanks, Rich. Cool site! Is it yours? 

There are several classes I've written that might help others, but I haven't
found the time to write sufficient documentation yet, so I'll work on that
and send 'em your way if you're interested. I've got a handy XML
loader/parser/translater, an FLV video manager, an asset preloading engine,
and even a transformation class that draws a selection box with handles
around any MovieClip and lets the user scale, rotate, and/or move it around
the stage (kinda like you can in modern day graphics applications like Adobe
Illustrator or Photoshop, etc.). If anyone has a pressing need, shoot me an
e-mail and I'll send you a class file sooner rather than later. Otherwise
I'll work on documentation when I find pockets of time (hard for me to come
by lately) and post 'em then. 

Thanks again.

Jack Doyle

-
Message: 1
Date: Fri, 8 Sep 2006 11:34:22 -0700
From: "Rich Rodecker" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] RE: Q:Reduce file size of
mx.transitions.Tween ??
To: "Flashcoders mailing list" 

I added this class to actionscriptclasses.com:
http://www.actionscriptclasses.com/2006/tweenlite/

If you (or anyone else) has any other classes they'd like to share on there,
feel free to sign up and add them.

On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
>
> got it, thanks
>
> On 9/8/06, Count Schemula <[EMAIL PROTECTED]> wrote:
> >
> > link worked for me.
> >
> > I just e-mailed you the .zip file...
> >
> > On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
> > > hey jacki tried downloading that zip but the link doesnt seem to
> > > lead anywhere?
> > >
> > > On 9/7/06, Jack Doyle <[EMAIL PROTECTED]> wrote:
> > > >
> > > > This is exactly why I wrote the TweenLite class. It only adds about
> > 2k to
> > > > your file and has some features that the Tween class doesn't. You
> > can
> > > > download it at http://www.greensock.com/ActionScript/TweenLite.zip
> > > >
> > > > There's some brief documentation at the top of the file, but let me
> > know
> > > > if
> > > > you have any questions. Hope it helps.
> > > >
> > > > Jack Doyle
> > > >
> > > > > From: [EMAIL PROTECTED]
> > > > > Date: 2006/09/07 Thu AM 08:47:29 CDT
> > > > > To: flashcoders@chattyfig.figleaf.com
> > > > > Subject: [Flashcoders] Q:Reduce file size of
mx.transitions.Tween??
> > > > >
> > > > > Hi
> > > > > Working on a project where file size is important...and the built
> > in
> > > > mx.transitions.Tween comes in at over 6k.
> > > > >
> > > > > Any suggestions to reduce the size?
> > > > >
> > > > > Thanks!
> > > > > Jim bBachalo
> > > > > [e] jbach at bitstream.ca
> > > > > [c] 416.668.0034
> > > > > [w] www.bitstream.ca
> > > > > 
> > > > > "...all improvisation is life in search of a style."
> > > > >  - Bruce Mau,'LifeStyle'
> > > > > ___




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] components and AS

2006-09-09 Thread keitai guy

hi flash gurus -

I'm creating a component + adding parameters, all goes well.
the params i added show in the inspector->parameters palette.

however, when i add to the component defintion to use an external AS file,
the parameters then disappear from the palette.

i tried adding instance vars to the class in case flash was being
clever to stop adding params in two places... no luck.

why do parameters disappear if you use an external AS? it leaves no
way to do these settings from the author time boxes...

any advice appreciated.

---

Also, is there a way to have a param value i enter show up at author time?
eg i have a number of button components on stage, i want to see what
their names are at author time to do the layout.

tx,

/dc
---
 David "DC" Collier
mailto:[EMAIL PROTECTED]
 +81 (0)80 6521 9559
 skype: callto://d3ntaku
---
 Pikkle 株式会社
 http://www.pikkle.com
---
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flex Builder Memory

2006-09-09 Thread Count Schemula

If I was a betting man...

On 9/9/06, Neves <[EMAIL PROTECTED]> wrote:

It's cause is java?

--
count_schemula

http://www.thelargeglass.com/flashNo0b/";>files for No0bs
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flex Builder Memory

2006-09-09 Thread Neves
My java Flex Builder eats between 300 and 400 MB of my ram. Is it
normal?
Why so heavy? It's cause is java?

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com