[Flashcoders] Web Services and Flash (PART 2)

2006-08-11 Thread Patrick Jean
Pat Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] Web Services Classes

2006-08-10 Thread Patrick Jean
doable, but is there any way in flash to create a class using a definition stored elsewhere than within flash or withing an .as page ? thanks a lot Pat Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http

[Flashcoders] Components redraw . Weird

2006-04-21 Thread Patrick Jean
Hello . Out of curiosity, does anyone had issues with flash 8 components having a redraw glitch on display ? I have a clip that is maybe 3 level deep. That clip contains comboBoxes and dateChoosers components. With Flash mx 2004 it was working fine, but with Flash 8, when the clip is displayed,

[Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
the onPress event. Is there a work-around that problem ? In Director I was using the pass method, very convenient for things like that as you specify that you want the chain of messages to keep going down. thanks a lot. Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
Oh, I thought about it. Ok, I guess I'll have to use that method. I wish there was a pass method. Maybe in version 9. thanks for your time Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
, donĀ“t know about others though,... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Jean Sent: Tuesday, April 11, 2006 10:02 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Modifying flash's chain of events Oh, I thought about it. Ok

[Flashcoders] It exists in director but in flash ?

2006-03-22 Thread Patrick Jean
to work. I remember that with Director you could use the do command using a string, what was pretty convenient. Thanks Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com ___ Flashcoders

RE: [Flashcoders] It exists in director but in flash ?

2006-03-22 Thread Patrick Jean
in an array of strings, and run them automatically. I guess I'll have to go with a giant switch instead. Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent

RE: [Flashcoders] It exists in director but in flash ?

2006-03-22 Thread Patrick Jean
oooh, yes, that will definitely do the job ! Thanks a lot. Like I mentioned earlier, the trace in my example was just to see if I could use eval that way, but the whole idea is to call methods functions, and I didn't know the apply() , so thanks a lot ! Patrick Jean Directeur de projets

[Flashcoders] AS Files question

2006-03-21 Thread Patrick Jean
is the best way to do it ? Do I just have to import class B before class A within my FLA ? That sounds not very efficient. So I assume there's a way to make classe B accessible by class A from within the AS file. Thanks a lot. Patrick Jean Directeur de projets

[Flashcoders] AS Files question [FIXED]

2006-03-21 Thread Patrick Jean
. That is well appreciated. Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Tuesday, March 21, 2006 11:34 AM To: Flashcoders mailing list Subject: Re

RE: [Flashcoders] AS Files question

2006-03-21 Thread Patrick Jean
That works. Thanks for the information :) Patrick Jean Directeur de projets internet Monac'OH Data Mercantour http://www.monacoh.com -Original Message- Yeah, you should - besides your issue - NEVER rely on values passed during variable declaration! These values sometimes