[flexcoders] Re: Embedded fonts not working in Flex 3?

2008-02-25 Thread Stephen Roy J. Tang
Found the problem. Seems I need to set advanced anti-aliasing to false
in the flex-config.xml.

Also this problem doesn't seem to be encountered using the Adobe Flex
SDK download. I guess advanced anti-aliasing isn't supported in the
Open Source SDK?

--- In flexcoders@yahoogroups.com, "Stephen Roy J. Tang"
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
> 
> I downloaded the 3.0.0.477 build from opensource.adobe.com and did a
> few simple test cases. The ff mxml failed to compile:
> ==
> 
> 
> http://www.adobe.com/2006/mxml";>
>   
>  @font-face {
>   src: local("Arial");
> fontFamily: myFontFamily;
> advancedAntiAliasing: true;
>  }
>  
>  VBox {
> fontFamily: myFontFamily;
>  } 
>   
> 
>   
>  
> 
>  
>  />
>  
>   
> 
> ==
> 
> The code is copy-and-paste almost exactly from an example in the
> livedocs...I just changed the font from Myriad Pro to Arial.
> 
> Compiling the above gives a null pointer exception:
> 
> ==
> C:\flex3\bin>mxmlc test.mxml
> Loading configuration file C:\flex3\frameworks\flex-config.xml
> Error: null
> 
> java.lang.NullPointerException
> at
flash.swf.TagEncoder.defineFontAlignZones(TagEncoder.java:1254)
> at
> flash.swf.tags.DefineFontAlignZones.visit(DefineFontAlignZones.java:2
> 9)
> at flash.swf.MovieEncoder.visitAfter(MovieEncoder.java:259)
> at flash.swf.MovieEncoder.define(MovieEncoder.java:240)
> at flash.swf.MovieEncoder.export(MovieEncoder.java:116)
> at flex2.compiler.API.encode(API.java:4068)
> at flex2.tools.Compiler.mxmlc(Compiler.java:270)
> at flex2.tools.Compiler.main(Compiler.java:53)
> 
> ==
> 
> Any idea? Or is there anything I need to set in the compiler to embed
> fonts?
> 
> Thanks!
> 
> Roy
>




RE: Migration Guide? was RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Alex Harui
That should be it.  There were very few API changes, some style changes.
What did you run into?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ronald Kinion
Sent: Monday, February 25, 2008 6:35 PM
To: flexcoders@yahoogroups.com
Subject: Migration Guide? was RE: [flexcoders] Flex 3 and AIR 1 are now
live!

 

Is there a migration guide for those of us converting apps from flex2 to
flex3?  Or is
http://learn.adobe.com/wiki/display/Flex/Backwards+Compatibility+Issues
  all there is?  

 

-- 
Ronald Kinion 
Phone: 253-205-3494 
[EMAIL PROTECTED]   
www.zones.com   

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Sunday, February 24, 2008 9:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 3 and AIR 1 are now live!

http://www.adobe.com/products/flex  
http://www.adobe.com/products/air  

And best of all: http://opensource.adobe.com/flexsdk
 !

Matt

 



Re: [flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton

2008-02-25 Thread Troy Gilbert
> Anyone know of a list component that auto scrolls based on mouse position
> instead of using the vertical scroll bars.  I want something exactly like
> this example except with a List.

I submitted one of these to Doug McCune to be included into Flexlib...
for some reason, it hasn't shown up! Maybe if you lean on Doug, he'll
include it! ;-)

Actually, I provided a component that's an auto-scrolling canvas, so
it's not actually a list...

Troy.


[flexcoders] Embedded fonts not working in Flex 3?

2008-02-25 Thread Stephen Roy J. Tang
Hi all,

I downloaded the 3.0.0.477 build from opensource.adobe.com and did a
few simple test cases. The ff mxml failed to compile:
==


http://www.adobe.com/2006/mxml";>
  
 @font-face {
src: local("Arial");
fontFamily: myFontFamily;
advancedAntiAliasing: true;
 }
 
 VBox {
fontFamily: myFontFamily;
 } 
  

  
 

 

 
  

==

The code is copy-and-paste almost exactly from an example in the
livedocs...I just changed the font from Myriad Pro to Arial.

Compiling the above gives a null pointer exception:

==
C:\flex3\bin>mxmlc test.mxml
Loading configuration file C:\flex3\frameworks\flex-config.xml
Error: null

java.lang.NullPointerException
at flash.swf.TagEncoder.defineFontAlignZones(TagEncoder.java:1254)
at
flash.swf.tags.DefineFontAlignZones.visit(DefineFontAlignZones.java:2
9)
at flash.swf.MovieEncoder.visitAfter(MovieEncoder.java:259)
at flash.swf.MovieEncoder.define(MovieEncoder.java:240)
at flash.swf.MovieEncoder.export(MovieEncoder.java:116)
at flex2.compiler.API.encode(API.java:4068)
at flex2.tools.Compiler.mxmlc(Compiler.java:270)
at flex2.tools.Compiler.main(Compiler.java:53)

==

Any idea? Or is there anything I need to set in the compiler to embed
fonts?

Thanks!

Roy



Re: [flexcoders] Adv. Data Grid in Flex 3 Pro vs Std

2008-02-25 Thread Jeffry Houser

  Advanced Data Grid went into the Adobe Charting Components (which was 
renamed "Data Visualization Components" or some such thing).

  The Data Visualization 'stuff' is no longer available separately (as 
it was w/ Flex 2), instead just being an "Extra" offering to help entice 
you to buy the pro version.

Alan Gruskoff wrote:
> 
> 
> As I get ready to upgrade to Flex 3, I notice this curious difference
> noted in the list of features between Flex Builder 3 Pro and Flex
> Builder 3 Standard.
> 
> The Adobe list shows the Standard version as NOT having Adv. Data Grid
> while the Pro version does.
> 
> How could that be separated? How could the standard version not
> include Adv. Data Grid ??
> 
> 

-- 
Jeffry Houser
Flex, ColdFusion, AIR
AIM: Reboog711  | Phone: 1-203-379-0773
--
Adobe Community Expert 

My Company: 
My Podcast: 
My Blog: 


[flexcoders] How to find a host name for a server

2008-02-25 Thread Manjith
Hi 

I am new to FLex 2.0.I want to find a host name within a flex program.

Also I would like to know any of you guys are using some commandline 
parameters to passs to flash file.

for example I want to find a parameter to falsh file and within a flex 
code I should be able to get that parameter values.

Thanks

Manjith



[flexcoders] orkut - Invitation to join from devang Flex

2008-02-25 Thread devang Flex


You have been invited to join devang Flex's ([EMAIL PROTECTED]) 
network of friends at orkut.

To join orkut click on the following link:

http://www.orkut.com/Join.aspx?id=47C38FEE3F43784E

Having problems? If you get an error when you try to accept this 
invitation, you may need to copy and paste this URL into a new browser window.

* * *

orkut is a community of friends and trusted acquaintances that connects 
individuals through a social network that grows person by person.

With orkut, you can catch up with old friends, make new acquaintances 
through people you trust, and maybe even find that certain someone 
you've been looking for everywhere.

orkut helps you organize and attend events, join communities that share 
your interests, and find partners to participate in the activities you 
most enjoy.

* * *

If you're already an orkut member, make sure that the email address at 
which you received this note is entered into your orkut profile.  That 
way, you'll automatically be connected to all of your friends.

This invitation was sent on behalf of devang Flex ([EMAIL PROTECTED]).

You can block all orkut users from sending you email by visiting:

http://www.orkut.com/Block.aspx


Re: [flexcoders] Wrong size stated for FB3 download

2008-02-25 Thread Matt Chotin
Er, don't really ask that on here where I can see :-)  Even though you're not 
sharing serials, we don't really allow redistribution of the dataviz SWCs.

Matt


On 2/25/08 10:51 PM, "feiy" <[EMAIL PROTECTED]> wrote:





somebody can share the Flex 3 Data Visualisation components with me,i don't 
want to download the flexbuilder 3.

the file in the flexbuilder 3 install dir:
datavisualization_3*.sw*
datavisualization_rb.swc

datavisualization.swc


2008/2/26, Matt Chotin <[EMAIL PROTECTED]>:




I'm looking into this.  Thanks.

Matt

On 2/25/08 2:32 PM, "greenfishinwater" <[EMAIL PROTECTED] 
 
> wrote:

The link at:

http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email

states that the Windows file size is 169 mb, but the file downloaded
is really 425mb in size.







Re: [flexcoders] Wrong size stated for FB3 download

2008-02-25 Thread feiy
somebody can share the Flex 3 Data Visualisation components with me,i don't
want to download the flexbuilder 3.

the file in the flexbuilder 3 install dir:

datavisualization_3*.sw*
datavisualization_rb.swc
datavisualization.swc



2008/2/26, Matt Chotin <[EMAIL PROTECTED]>:
>
>   I'm looking into this. Thanks.
>
> Matt
>
> On 2/25/08 2:32 PM, "greenfishinwater" <[EMAIL 
> PROTECTED]>
> wrote:
>
> The link at:
>
> http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
>
> states that the Windows file size is 169 mb, but the file downloaded
> is really 425mb in size.
>
>  
>



-- 
闲云孤鹤 - 清冷香中抱膝吟


Migration Guide? was RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Ronald Kinion
Is there a migration guide for those of us converting apps from flex2 to
flex3?  Or is
http://learn.adobe.com/wiki/display/Flex/Backwards+Compatibility+Issues
all there is?  
 

-- 
Ronald Kinion 
Phone: 253-205-3494 
[EMAIL PROTECTED]   
www.zones.com   

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Sunday, February 24, 2008 9:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 3 and AIR 1 are now live!



http://www.adobe.com/products/flex  
http://www.adobe.com/products/air  

And best of all: http://opensource.adobe.com/flexsdk
 !

Matt



 


Re: [flexcoders] Adv. Data Grid in Flex 3 Pro vs Std

2008-02-25 Thread Matt Chotin
HI,

AdvancedDataGrid is part of the Data Visualization package which is part of 
Flex Builder Pro.

Matt


On 2/25/08 5:40 PM, "Alan Gruskoff" <[EMAIL PROTECTED]> wrote:





As I get ready to upgrade to Flex 3, I notice this curious difference
noted in the list of features between Flex Builder 3 Pro and Flex
Builder 3 Standard.

The Adobe list shows the Standard version as NOT having Adv. Data Grid
while the Pro version does.

How could that be separated? How could the standard version not
include Adv. Data Grid ??





[flexcoders] Adv. Data Grid in Flex 3 Pro vs Std

2008-02-25 Thread Alan Gruskoff
As I get ready to upgrade to Flex 3, I notice this curious difference
noted in the list of features between Flex Builder 3 Pro and Flex
Builder 3 Standard.

The Adobe list shows the Standard version as NOT having Adv. Data Grid
while the Pro version does.

How could that be separated? How could the standard version not
include Adv. Data Grid ??




Re: [flexcoders] does anyone know if ILOG Elixir

2008-02-25 Thread Pat Buchanan
$799 is nothin' if you read their licensing info. :)

If you want to resell it, and you used all of their components in one way or
another, it would cost you $20,000 if I remember correctly.

Ouch.
-Pat



On 2/25/08, Sherif Abdou <[EMAIL PROTECTED]> wrote:
>
>
> will also sell an education version for a discounted price,$799 is crazy
> money and yes i am trying to milk this whole education thing.
>
> --
> Never miss a thing. Make Yahoo your 
> homepage.
>
> 
>


[flexcoders] very slow return from ExternalInterface

2008-02-25 Thread jesse_bigfix
Does anybody know why passing a result back to actionscript from javascript via 
ExternalInterface can take a really long 
time?  I'm passing back about 350 KB of data from the return call in javascript 
and it takes about 8 seconds before the data 
is available in Flex.

My environment is Flex 2, AS 3, and IE 7.

Here's the action script code:

trace("Start: ", new Date());
var data:Array = ExternalInterface.call("getData");
trace("End: ", new Date());  // this will be about 8 secs after "Start"

Here's the javascript code:

var ret = loadData(); // ret will be a multi dimensional array of strings, 
about 350 KB total
document.getElementById('timestamp').innerText = new Date(); // "timestamp" 
will be less than one second after "Start"
return ret;

It seems to me the performance should be much better.  Any thoughts on 
improving the performance?  Why would it take 
so long?



[flexcoders] does anyone know if ILOG Elixir

2008-02-25 Thread Sherif Abdou
will also sell an education version for a discounted price,$799 is crazy money 
and yes i am trying to milk this whole education thing.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


[flexcoders] Re: Are Firefox uploads to SSL even *possible* ?

2008-02-25 Thread male_salmon
If any one is still interested, I posted my solution to the Adobe bug
ticket:

http://bugs.adobe.com/jira/browse/SDK-13196#action_176872

--- In flexcoders@yahoogroups.com, "Seth Caldwell" <[EMAIL PROTECTED]> wrote:
>
> I have been moderating this list for a while, and I do not believe it is
> possible, and agree that it is a HUGE argument that "flex is not cross
> platform".
> 
> I still love flex and will continue using it because I know adobe will
> discover this problem and fix it eventually. AFAIK it has not been fixed
> yet.
> 
> The problem may also be with the mechanism firefox gives for
sandboxing user
> uploads which the flash player uses. So don't blame adobe outright =)
> 
>  
> 
> Seth
> 
>  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Richard Rodseth
> Sent: Tuesday, October 23, 2007 9:47 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Are Firefox uploads to SSL even *possible* ?
> 
>  
> 
> I don't seem to be the only one struggling with this, and even if it's
> due to issues in the Firefox plug-in, it's a major black mark against
> the cross-platform story of Flex, so I hope there's a solution or a
> workaround that's not too painful.
> 
> Has anyone done this successfully?
>




[flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread johan.temmerman
--- In flexcoders@yahoogroups.com, "Merrill, Jason"
<[EMAIL PROTECTED]> wrote:
>
> Graduate from school, that'll fix it. :) 
>  
Working on that part, senior year :)

> FB3 Pro is free for education as well.  The vendor had a problem
updating the website today, but it should be updated by tomorrow.  If
you put in a request today you will receive a FB3 Pro serial.
> 
> Matt

I shall submit a request tomorrow, and thanks once again.





Re: [flexcoders] Flex Builder 3 Education?

2008-02-25 Thread Matt Chotin
I think there is separate education pricing for those who don't get it free 
(like staff)?  Would need to check at the appropriate store.

Matt


On 2/25/08 4:49 PM, "Michael Wills" <[EMAIL PROTECTED]> wrote:





And since the flexregistration site is only for faculty and students,
there is no education pricing anymore then, correct?

Michael

Matt Chotin wrote:
>
> Yes. Go to http://www.flexregistration.com.
>  The site 
> will be updated
> tomorrow,but submissions today should generate Flex 3 serials.
>
> Matt
>
> On 2/25/08 11:32 AM, "Sherif Abdou" <[EMAIL PROTECTED] 
> 
> > wrote:
>
> might as well get it for free before i graduate this semester, will
> there be a Flex 3 Builder for Education or not cause it is no where on
> the site.
>
> __
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> 
>
>




Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Josh McDonald
Fantastic news :)

Has this thread reached the record number of posts on this list yet? ;)

On Tue, Feb 26, 2008 at 6:30 AM, Matt Chotin <[EMAIL PROTECTED]> wrote:

>   Yes, dual license, yes can install on both machines.
>
> No, cannot share same serial with your co-workers :-)
>
>
> On 2/25/08 12:22 PM, "thirtyfivemph" <[EMAIL 
> PROTECTED]>
> wrote:
>
> > http://www.adobe.com/products/flex
>
> I noticed that the purchase option is for "Mac/Win"... is the license
> a dual-OS license? I.e., can I install it on my Windows desktop *and*
> my MacBookPro with a single license?
>
> If so, I'd go out and purchase it today! (Can't afford to buy two
> licenses, though!)
>
> Troy.
>
>  
>



-- 
"Therefore, send not to know For whom the bell tolls, It tolls for thee."

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]


Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Paul Andrews
I always put the event name into the class - cairngorm event, or any event. I 
don't know why anyone wouldn't. This way around you can't have mismatched event 
class names (well not easily) and you have only one place to go to maintain 
your event.

Paul
  - Original Message - 
  From: Fernando Ghisi 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, February 25, 2008 2:56 PM
  Subject: Re: [flexcoders] CairngormEvent - Place to put the static variable 
that stores the name of the event


  I like this approaching too but, as a begginer with Cairngorm, when I see the 
basic examples (like 
http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.html) putting this 
in the FrontController, I stay in doubt about if there is a pattern or a best 
way to do this.



  2008/2/25, Scott Melby <[EMAIL PROTECTED]>:
Don't know about "best", but I always put it in the event class itself.  I 
like that is results in the call to AddCommand having both the event class and 
the command class explicitly referenced as shown below.

addCommand(GetSomeDataEvent.GET_SOME_DATA_EVENT, GetSomeDataCommand);

hth
Scott


Scott MelbyFounder, Fast Lane Software LLChttp://www.fastlanesw.com

Fernando Ghisi wrote: 
  Where is the best place to put the static variable that stores the
  name of an event, in the class of this event (extends CairngormEvent)
  or in the class that extends FrontController and consumes this event?
  There are many examples with both ways...

  -- 
  Fernando Ghisi






  -- 
  Fernando Benedet Ghisi  

Re: [flexcoders] Flex Builder 3 Education?

2008-02-25 Thread Michael Wills
And since the flexregistration site is only for faculty and students, 
there is no education pricing anymore then, correct?

Michael

Matt Chotin wrote:
>
> Yes. Go to http://www.flexregistration.com. 
>  The site will be updated 
> tomorrow,but submissions today should generate Flex 3 serials.
>
> Matt
>
> On 2/25/08 11:32 AM, "Sherif Abdou" <[EMAIL PROTECTED] 
> > wrote:
>
> might as well get it for free before i graduate this semester, will 
> there be a Flex 3 Builder for Education or not cause it is no where on 
> the site.
>
> __
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search. 
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping 
> 
>
>  


Re: [flexcoders] Wrong size stated for FB3 download

2008-02-25 Thread Matt Chotin
I'm looking into this.  Thanks.

Matt


On 2/25/08 2:32 PM, "greenfishinwater" <[EMAIL PROTECTED]> wrote:





The link at:

http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email

states that the Windows file size is 169 mb, but the file downloaded
is really 425mb in size.





Re: [flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton

2008-02-25 Thread Sherif Abdou
look at ScrollableCanvas and just extend a list instead


- Original Message 
From: Jerry DuVal <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Monday, February 25, 2008 3:27:09 PM
Subject: [flexcoders] Auto ScrollableList similar to flexlib 
ScrollablePopUpMenuButton

Anyone know of a list component that auto scrolls based on mouse position 
instead of using the vertical scroll bars.  I want something exactly like this 
example except with a List.
 
http://flexlib. googlecode. com/svn/trunk/ examples/ ScrollableMenus/ 
ScrollableMenu_ Sample.swf
 
 
Jerry DuVal
Pace Systems Group, Inc.
800.624.5999
www.Pace2020. com
 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Fernando Ghisi
I like this approaching too but, as a begginer with Cairngorm, when I see
the basic examples (like
http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.html) putting
this in the FrontController, I stay in doubt about if there is a pattern or
a best way to do this.


2008/2/25, Scott Melby <[EMAIL PROTECTED]>:
>
>Don't know about "best", but I always put it in the event class
> itself.  I like that is results in the call to AddCommand having both the
> event class and the command class explicitly referenced as shown below.
>
> addCommand(GetSomeDataEvent.GET_SOME_DATA_EVENT, GetSomeDataCommand);
>
> hth
> Scott
>
> Scott Melby
> Founder, Fast Lane Software LLC
> http://www.fastlanesw.com
>
>
>
> Fernando Ghisi wrote:
>
>  Where is the best place to put the static variable that stores the
> name of an event, in the class of this event (extends CairngormEvent)
> or in the class that extends FrontController and consumes this event?
> There are many examples with both ways...
>
> --
> Fernando Ghisi
>
>  
>



-- 
Fernando Benedet Ghisi


[flexcoders] Elements with xsi:nil="true" attribute are being sent if property is null.

2008-02-25 Thread Bonogram
When calling Web Service Elements with xsi:nil="true" attribute are
sent if property is null and response comes back as null. This is not
a documentation error rather product error. Any help will be very
appreciated.

An example is below:

Here an applicant has one to many relationship with question. When
applicant is instantiate, flex builder instantiates all associated
object and set it to nil. When the response comes back from the Web
Services call Flex Builder sets question to null.



  

  2/6/2008
  Male
  sdfs
  true
  23233
  http://www.w3.org/2001/XMLSchema-instance";
xsi:nil="true" />
  http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />
  http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />
  http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />
  http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />

http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />
http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />
http://www.w3.org/2001/XMLSchema-instance";
xsi:nil="true" />
http://www.w3.org/2001/XMLSchema-instance";
xsi:nil="true" />
http://www.w3.org/2001/XMLSchema-instance";
xsi:nil="true" />
  




Below is the response coming back from the Web Services.



  http://www.w3.org/2001/XMLSchema-instance";>

  2/6/2008
  Male
  sdfs
  true
  23233
  pending
  
  
  
  
23233
1B Hypertension
String
yes,no,unsure
checklist
1
High or low blood pressure, hypertension, stroke,
heart murmur, mitral valve, prolapse, heart attack?
  
  
23233
1E Gall Bladder
String
yes,no,unsure
checklist
2
Have you been diagnosed with hepatitis, cirrhosis,
jaundice, gallstones?
  
  
23233
1G Diabetes
String
yes,no,unsure
checklist
3
Have you been diagnosed with diabetes, sugar
intollerance, pancreatitis, or any disease or disorder of the
pancreas?
  
  
23233
1L Back
String
yes,no,unsure
checklist
4
Have you been diagnosed with sprain/strain of the
neck or back or spine, disc disease?
  
  
23233
1Z SRS Related Questions
String
yes,no,unsure
checklist
5
Have you been diagnosed with SRS specific
disorders?
  
  
23233
2Z Newborn
String
yes,no,unsure
checklist
5
Any newborn ailments?
  
  






  




[flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton

2008-02-25 Thread Jerry DuVal
Anyone know of a list component that auto scrolls based on mouse position
instead of using the vertical scroll bars.  I want something exactly like
this example except with a List.

 

http://flexlib.googlecode.com/svn/trunk/examples/ScrollableMenus/ScrollableM
enu_Sample.swf

 

 

Jerry DuVal

Pace Systems Group, Inc.

800.624.5999

www.Pace2020.com

 



RE: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Battershall, Jeff
Just read your email completely - that would appear to be the issue -
you need to change your app descriptor xml to match the current runtime.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of justletmejoinalready
Sent: Monday, February 25, 2008 3:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] New version of FB3 won't let my AIR app run


Here's my steps:
 
1) I uninstalled the beta
2) installed the final release
3) Installed SVN
4) Imported my existing project from the repo.
 
Click run app and nothing happens. No errors, but also no app. I click
debug and get this error:
 
--
Process terminated without establishing connection to debugger.
 
Command:
 
"C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin\adl.exe"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug\Faces-app.xml"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug" 
 
Output from command:
 
invalid application descriptor: descriptor version does not match 
runtime version
--
 
Anyone have any ideas?



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links





RE: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Battershall, Jeff
Just a thought - did you update your app descriptor to account for the
1.0 release? 

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of justletmejoinalready
Sent: Monday, February 25, 2008 3:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] New version of FB3 won't let my AIR app run


Here's my steps:
 
1) I uninstalled the beta
2) installed the final release
3) Installed SVN
4) Imported my existing project from the repo.
 
Click run app and nothing happens. No errors, but also no app. I click
debug and get this error:
 
--
Process terminated without establishing connection to debugger.
 
Command:
 
"C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin\adl.exe"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug\Faces-app.xml"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug" 
 
Output from command:
 
invalid application descriptor: descriptor version does not match 
runtime version
--
 
Anyone have any ideas?



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links





Re: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Sherif Abdou
or you can always try Project-->Clean and make sure the compilter is Flex 3


- Original Message 
From: justletmejoinalready <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Monday, February 25, 2008 2:37:24 PM
Subject: [flexcoders] New version of FB3 won't let my AIR app run

Here's my steps:

1) I uninstalled the beta
2) installed the final release
3) Installed SVN
4) Imported my existing project from the repo.

Click run app and nothing happens. No errors, but also no app.
I click debug and get this error:

--
Process terminated without establishing connection to debugger.

Command:

"C:\Program Files\Adobe\ Flex Builder 3\sdks\3.0.0\ bin\adl.exe"
"C:\Program Files\Apache Group\Apache2\ htdocs\FlexProje cts\Faces\ bin-
debug\Faces- app.xml"
"C:\Program Files\Apache Group\Apache2\ htdocs\FlexProje cts\Faces\ bin-
debug" 

Output from command:

invalid application descriptor: descriptor version does not match 
runtime version
--

Anyone have any ideas?





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


Re: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Sherif Abdou
when i had a similiar error it turns out that i did not have the debugger 
version installed/NOD32 blocks the debugger from working/Windows Vista Firewall 
was blocking the port and/or forgot to click run as admin. 


- Original Message 
From: justletmejoinalready <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Monday, February 25, 2008 2:37:24 PM
Subject: [flexcoders] New version of FB3 won't let my AIR app run

Here's my steps:

1) I uninstalled the beta
2) installed the final release
3) Installed SVN
4) Imported my existing project from the repo.

Click run app and nothing happens. No errors, but also no app.
I click debug and get this error:

--
Process terminated without establishing connection to debugger.

Command:

"C:\Program Files\Adobe\ Flex Builder 3\sdks\3.0.0\ bin\adl.exe"
"C:\Program Files\Apache Group\Apache2\ htdocs\FlexProje cts\Faces\ bin-
debug\Faces- app.xml"
"C:\Program Files\Apache Group\Apache2\ htdocs\FlexProje cts\Faces\ bin-
debug" 

Output from command:

invalid application descriptor: descriptor version does not match 
runtime version
--

Anyone have any ideas?





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


[flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread justletmejoinalready
Here's my steps:
 
1) I uninstalled the beta
2) installed the final release
3) Installed SVN
4) Imported my existing project from the repo.
 
Click run app and nothing happens. No errors, but also no app.
I click debug and get this error:
 
--
Process terminated without establishing connection to debugger.
 
Command:
 
"C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin\adl.exe"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug\Faces-app.xml"
"C:\Program Files\Apache Group\Apache2\htdocs\FlexProjects\Faces\bin-
debug" 
 
Output from command:
 
invalid application descriptor: descriptor version does not match 
runtime version
--
 
Anyone have any ideas?



Re: [flexcoders] New *UnOfficial* FABridge

2008-02-25 Thread Matt Chotin
Hi,

FABridge is now part of the Flex SDK.  So what I would recommend is filling out 
a contributor agreement which you can find on the open source site and then 
submit the solution as a patch to the bug you filed.  We can then take it under 
consideration for the official build.

Matt


On 2/25/08 1:36 PM, "speige_6" <[EMAIL PROTECTED]> wrote:





I've updated the FABridge to have some extra features, like accessing
statics, and a few other things. If anyone wants to take a look, it's
located here:
https://bugs.adobe.com/jira/browse/SDK-12279

There are 3 versions of it, so make sure you look at the dates and get
the correct one.

If anyone knows how to contact Ely Greenfield and wants to notify him
of it, that'd be great.

Thanks.





Re: [flexcoders] Flex Builder 3 Education?

2008-02-25 Thread Matt Chotin
Yes.  Go to http://www.flexregistration.com.  The site will be updated 
tomorrow,but submissions today should generate Flex 3 serials.

Matt


On 2/25/08 11:32 AM, "Sherif Abdou" <[EMAIL PROTECTED]> wrote:





might as well get it for free before i graduate this semester, will there be a 
Flex 3 Builder for Education or not cause it is no where on the site.

__
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping




Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Matt Chotin
Yes, dual license, yes can install on both machines.

No, cannot share same serial with your co-workers :-)


On 2/25/08 12:22 PM, "thirtyfivemph" <[EMAIL PROTECTED]> wrote:





> http://www.adobe.com/products/flex

I noticed that the purchase option is for "Mac/Win"... is the license
a dual-OS license? I.e., can I install it on my Windows desktop *and*
my MacBookPro with a single license?

If so, I'd go out and purchase it today! (Can't afford to buy two
licenses, though!)

Troy.





Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Matt Chotin
FB3 Pro is free for education as well.  The vendor had a problem updating the 
website today, but it should be updated by tomorrow.  If you put in a request 
today you will receive a FB3 Pro serial.

Matt


On 2/25/08 1:32 PM, "johan.temmerman" <[EMAIL PROTECTED]> wrote:





I asked Serge Jespers and James Ward about this at the pre-release
tour when they were in Belgium. Serge told me that he thought the
student version would be released at the same time..

It seems however this is not the case (hence my question :), but I am
rather anxious to know when I can upgrade and leave a bunch of my
2.0.1-hacks behind me.

--- In flexcoders@yahoogroups.com 
 , 
Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Monday 25 Feb 2008, johan.temmerman wrote:
> > It seems the upgrade/download for the student version hasn't been
> > updated yet. http://flexregistration.com/ still refers to Flex2.
>
> I've never seen or heard anything about giving Builder 3 (as opposed
to 2)
> away to students...
>
> --
> Tom Chiverton
> Helping to advantageously maintain market-driven users
> on: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 2500.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>





Re: [flexcoders] Re: No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Matt Chotin
Hi all,

Massive apologies for the screwup here.  The problem is that the system for 
some reason didn't wire up to generate serial numbers for FB Pro.  It did get 
wired up for FB Standard.  We are working to fix that right now.  Don't bother 
contacting customer service, we should have this straightened out in a few 
hours.

Thanks,
Matt


On 2/25/08 2:03 PM, "Dan Rolander" <[EMAIL PROTECTED]> wrote:





I also am waiting for a serial number. I called Customer Support, who
passed me to the Enterprise Solutions Line. They told me the order was
still pending (even though I see my download in "shipped" status and
only the hard cover documentation is "pending", and said that if I
check the downloads page later I should have a s/n by tomorrow morning
at the latest. It's been about 4 hours now and no s/n yet.

--- In flexcoders@yahoogroups.com 
 , 
"Paul Whitelock" <[EMAIL PROTECTED]> wrote:
>
> Just checked my online account here in the U.S. and it still says
> "Contact Customer Service" so it appears that U.K. Adobe support is
> more efficient that then U.S. Adobe support (which actually seems to
> be based in India).
>
> Paul
>
>
>
>
> --- In flexcoders@yahoogroups.com 
>  , 
> "Ian M. Jones"  wrote:
> >
> > I had the same problem, ordered FlexBuilder 3 Professional upgrade
> > this morning, in the email confirmation entitled "Your Serial
Numbers"
> > it said "Contact Customer Service" under "Adobe Flex Builder 3
> > Professional (Mac/Win,English)", and on my downloads page in my
Adobe
> > account it also said "Contact Customer Service" in place of a serial
> > number.
> >
> > So I contacted our local (UK) customer service, spoke to a nice lady
> > who checked out my order and said she'd get back in contact when she
> > got the serial number.
> >
> > Although she was supposed to send it by email, she called and said
> > that I should now have an email with the serial number. I didn't
have
> > it, but she said I should be able to see it in the downloads in my
> > online account. I went online (keeping her on the phone until I
could
> > verify), and sure enough my serial number was there.
> >
> > I have my serial number, after a little wait, hopefully the bug in
> > serial number delivery has been fixed by now.
> >
> > Ian
> >
> > On 25 Feb 2008, at 15:09, Battershall, Jeff wrote:
> >
> > > I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to
> > > discuver
> > > this.
> > >
> > > Also - was asked for my Adobe ID - anyone know where that can be
found
> > > online? I sure couldn't and finally they verfied my identity via
my
> > > home
> > > phone number. If Customer Service is going to ask for such
things, it
> > > has to be somewhere where you can find it.
> > >
> > > Jeff
> > >
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com 
> > > 
[mailto:flexcoders@yahoogroups.com 
 ]
> > > On
> > > Behalf Of Claus Wahlers
> > > Sent: Monday, February 25, 2008 9:33 AM
> > > To: flexcoders@yahoogroups.com 
> > > 
> > > Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?
> > >
> > > FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my
> > > serial
> > >
> > > instantly.
> > >
> > > Cheers,
> > > Claus.
> > >
> > > Paul Whitelock wrote:
> > >
> > > > I purchased the upgrade to Flex Builder 3 Professional and
after the
> > > > order went through instead of a serial number all that I got was a
> > > > message that said "Contact Customer Service."
> > > >
> > > > I just got off of a 15 minute phone call with Customer Service
and
> > > was
> > >
> > > > told that it will take 24 to 48 hours before serial numbers are
> > > > available. Supposedly I will receive an email with the serial
> > > number,
> > > > but after many bad experiences with Adobe Customer Service,
let's
> > > just
> > >
> > > > say I'll believe it when I see it ;-)
> > > >
> > > > Anyway, just wanted to get the word out in case you buy Flex
> > > Builder 3
> > >
> > > > and expect to receive a serial number for the product at the
time
> > > you
> > > > make the purchase.
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > Yahoo! Groups Links
> > >
> > >
> > >
> >
>





RE: [flexcoders] Re: EFFECT_END handler called twice

2008-02-25 Thread Greg
Hi Eric,

 

You are right. I had a focusOut event running on the TileList that also
called the same method. I thought I had tested this but obviously missed it.

 

Thanks!

 

-Greg

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Cancil
Sent: Sunday, February 24, 2008 12:48 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: EFFECT_END handler called twice

 

I sincerely doubt this is a bug.  Since youre using Flex Builder - please
but a breakpoint on the line where you instantiate / play the fade effect
and run in debug mode - You are most likely calling it twice on accident

On Sat, Feb 23, 2008 at 9:54 AM, Syed Mazhar Hasan Qadri
<[EMAIL PROTECTED]> wrote:

Hello! I encountered the same thing with Resize effects on some 42
Children and had to apply a trick to count how many times the event is
triggered, if that is equal to 42*2 times, then i triggered my code.

@Greg: BTW, can you please tell me how you applied Effects on Popped
Up components. Thanks



--- In flexcoders@yahoogroups.com  ,
"Greg" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> 
> 
> 
> I have a fadeout effect that runs on a popup window. I am using an
> EFFECT_END handler that calls the PopUpManager.removePopUp(). The
handler is
> being called twice. The repeat interval is default=1 and I have
ensured this
> is the only code calling the handler.
> 
> 
> 
> What am I doing wrong?
> 
> 
> 
> Any comments much appreciated,
> 
> 
> Greg
>

 

 

<><>

Re: [flexcoders] Re: advanced datagrid sub header

2008-02-25 Thread Scott Melby
Have not done that... but, worst case it seems you could set the 
headerRenderer of those columns to an IFactory that creates a component 
with 0 height.


hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



majid.tahir wrote:


Thanks Scott for the help but showHeaders removes all the Headers. I
just want to not show the subheaders. Is there anyway to remove only
the headers for the columns within the AdvancedDataGridColumnGroup tag?

--- In flexcoders@yahoogroups.com 
, Scott Melby <[EMAIL PROTECTED]> wrote:

>
> Set the showHeaders property of the AdvancedDataGrid to false.
>
> hth
> Scott
>
> Scott Melby
> Founder, Fast Lane Software LLC
> http://www.fastlanesw.com 
>
>
>
> majid.tahir wrote:
> >
> > Hello,
> >
> > Is there anyway to not display the headers of the columns that are
> > within a   tag.
> >
> > In other words we dont want to display subheaders. For the top level
> > headers you can easily set the headerHeight=0 to make the headers
> > invisible. Is there anything similar that I can do for advanced
> > datagrid subheaders?
> >
> > Thanks
> >
> >
>

 


[flexcoders] Wrong size stated for FB3 download

2008-02-25 Thread greenfishinwater
The link at:

http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email

states that the Windows file size is 169 mb, but the file downloaded
is really 425mb in size.







[flexcoders] Re: No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Dan Rolander
I also am waiting for a serial number. I called Customer Support, who
passed me to the Enterprise Solutions Line. They told me the order was
still pending (even though I see my download in "shipped" status and
only the hard cover documentation is "pending", and said that if I
check the downloads page later I should have a s/n by tomorrow morning
at the latest. It's been about 4 hours now and no s/n yet.

--- In flexcoders@yahoogroups.com, "Paul Whitelock" <[EMAIL PROTECTED]> wrote:
>
> Just checked my online account here in the U.S. and it still says
> "Contact Customer Service" so it appears that U.K. Adobe support is
> more efficient that then U.S. Adobe support (which actually seems to
> be based in India).
> 
> Paul
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Ian M. Jones"  wrote:
> >
> > I had the same problem, ordered FlexBuilder 3 Professional upgrade  
> > this morning, in the email confirmation entitled "Your Serial
Numbers"  
> > it said "Contact Customer Service" under "Adobe Flex Builder 3  
> > Professional (Mac/Win,English)", and on my downloads page in my
Adobe  
> > account it also said "Contact Customer Service" in place of a serial  
> > number.
> > 
> > So I contacted our local (UK) customer service, spoke to a nice lady  
> > who checked out my order and said she'd get back in contact when she  
> > got the serial number.
> > 
> > Although she was supposed to send it by email, she called and said  
> > that I should now have an email with the serial number. I didn't
have  
> > it, but she said I should be able to see it in the downloads in my  
> > online account. I went online (keeping her on the phone until I
could  
> > verify), and sure enough my serial number was there.
> > 
> > I have my serial number, after a little wait, hopefully the bug in  
> > serial number delivery has been fixed by now.
> > 
> > Ian
> > 
> > On 25 Feb 2008, at 15:09, Battershall, Jeff wrote:
> > 
> > > I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to  
> > > discuver
> > > this.
> > >
> > > Also - was asked for my Adobe ID - anyone know where that can be
found
> > > online? I sure couldn't and finally they verfied my identity via
my  
> > > home
> > > phone number. If Customer Service is going to ask for such
things, it
> > > has to be somewhere where you can find it.
> > >
> > > Jeff
> > >
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED]  
> > > On
> > > Behalf Of Claus Wahlers
> > > Sent: Monday, February 25, 2008 9:33 AM
> > > To: flexcoders@yahoogroups.com
> > > Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?
> > >
> > > FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my  
> > > serial
> > >
> > > instantly.
> > >
> > > Cheers,
> > > Claus.
> > >
> > > Paul Whitelock wrote:
> > >
> > > > I purchased the upgrade to Flex Builder 3 Professional and
after the
> > > > order went through instead of a serial number all that I got was a
> > > > message that said "Contact Customer Service."
> > > >
> > > > I just got off of a 15 minute phone call with Customer Service
and  
> > > was
> > >
> > > > told that it will take 24 to 48 hours before serial numbers are
> > > > available. Supposedly I will receive an email with the serial  
> > > number,
> > > > but after many bad experiences with Adobe Customer Service,
let's  
> > > just
> > >
> > > > say I'll believe it when I see it ;-)
> > > >
> > > > Anyway, just wanted to get the word out in case you buy Flex  
> > > Builder 3
> > >
> > > > and expect to receive a serial number for the product at the
time  
> > > you
> > > > make the purchase.
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > Yahoo! Groups Links
> > >
> > >
> > >
> >
>




RE: [flexcoders] Set selected button on a custom ItemRenderer for a List

2008-02-25 Thread Alex Harui
Renderers are recycled so they must be completely data-driven.  Once you
set the selected property and change the styleName, the List might
repaint and use a different renderer for that line item.  Usually, all
visual aspects of a renderer are driven from the data object and things
like owner.isSelected  and owner.isHighlighted

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jan Huzelius
Sent: Monday, February 25, 2008 6:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Set selected button on a custom ItemRenderer for a
List

 

Hi,

I have a List component that uses a custom renderer.
This renderer contains a button component. The button is skinned using
styles sheets.

I want to be able to show a selected state on the button that is
selected but having no luck.

I'm using Flex 3 and the skin for the button is done in Flash using the
new Flash CS3 component Kit and then imported into FlexBuilder using the
new artWork wizard.

Please see the code below. Thanks for any pointers:

/* skin for the button */

 

.leftTabItemSkin{
skin: Embed(skinClass="Button_skin");
}

 }

/* List */



/* ItemRenderer, other code ommited */



public override function get data( ): Object
{
return _dataProvider;
}
public override function set data( data:Object ) : void
{
_dataProvider = Section ( data );
}

public function set selected(value:Boolean):void
{
_selected = value;
if (value)
{
mainCanvas.styleName = 'tabSelectedSkin';
}
else
{
mainCanvas.styleName = 'tabUpSkin';
}
}

public function get selected():Boolean
{
return _selected;
}

 ]]>
 
 
 
 
   


 
 
 

 



RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Beau Scott
Yeah, it’s working now J

 

HYPERLINK
"http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us";
http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us

 

 

Beau

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of VELO
Sent: Monday, February 25, 2008 11:10 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

 

Any news about the broken link?

VELO

On Mon, Feb 25, 2008 at 1:56 PM, Marvin Froeder mailto:m%40rvin.info"[EMAIL PROTECTED]> wrote:
> So, any preview for plugin version?
>
> VELO
>
> 2008/2/25 Beau Scott mailto:beau.scott%40gmail.com"[EMAIL PROTECTED]>:
>
>
> > Actually, it seems that the plug-in link is still broken:
> > HYPERLINK
"http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us";
http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us
> >
> >
> >
> > Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
> > "Download Flex Builder Professional Plug-in" -> 404!
> >
> >
> >
> > Beau
>

 

 

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.1/1297 - Release Date: 2/25/2008
9:22 AM


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.1/1297 - Release Date: 2/25/2008
9:22 AM
 

<><>

RE: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Merrill, Jason
Graduate from school, that'll fix it. :) 
 

Jason Merrill 
Bank of America 
GT&O L&LD Solutions Design & Development 
eTools & Multimedia 

Bank of America Flash Platform Developer Community 


Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GT&O Innovative Learning Blog

and & subscribe
 . 




 




From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of johan.temmerman
Sent: Monday, February 25, 2008 1:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 3 and AIR 1 are now live!



I asked Serge Jespers and James Ward about this at the
pre-release
tour when they were in Belgium. Serge told me that he thought
the
student version would be released at the same time..

It seems however this is not the case (hence my question :), but
I am
rather anxious to know when I can upgrade and leave a bunch of
my
2.0.1-hacks behind me.

--- In flexcoders@yahoogroups.com
 , Tom Chiverton
<[EMAIL PROTECTED]>
wrote:
>
> On Monday 25 Feb 2008, johan.temmerman wrote:
> > It seems the upgrade/download for the student version hasn't
been
> > updated yet. http://flexregistration.com/
  still refers to Flex2.
> 
> I've never seen or heard anything about giving Builder 3 (as
opposed
to 2) 
> away to students...
> 
> -- 
> Tom Chiverton
> Helping to advantageously maintain market-driven users
> on: http://thefalken.livejournal.com
 
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered
in
England and Wales under registered number OC307980 whose
registered
office address is at Halliwells LLP, 3 Hardman Square,
Spinningfields,
Manchester, M3 3EB. A list of members is available for
inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP. Regulated by
The
Solicitors Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named
above
and may be confidential or legally privileged. If you are not
the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than
Halliwells
LLP or the addressee of its existence or contents. If you have
received this email in error please delete it and notify
Halliwells
LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit
www.halliwells.com.
>



 



RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Dale Fraser
Also note,

 

I even missed it in your email, I only saw that when I went to type in
exactly what the drop down said.

 

The way I read it there were two options, FB 3 Standard and FB 2 Charting.

 

Just FYI, perhaps Im just slow.

 

Regards

Dale Fraser

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Monday, 25 February 2008 10:56 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

 

And which page were you looking at? The dropdown for FB3 Pro that I see says
UPG from Flex Builder 2 or Flex Builder 2 with Charting.

On 2/25/08 6:53 AM, "Matt Chotin" <[EMAIL PROTECTED]
 > wrote:

Just try to upgrade from Flex 2, I don't think we'll ask for the charting
serial?

On 2/25/08 12:50 AM, "Dale Fraser" <[EMAIL PROTECTED]

 > wrote:

When I choose Upgrade from the Professional page.

I get the option of

Upgrade from Flex 3 Standard

Or

Upgrade from Flex 2 with Charting

But I want to upgrade from Flex 2 with NO Charting to Professional.

Regards
Dale Fraser
http://learncf.com


From: flexcoders@yahoogroups.com 

[mailto:flexcoders@yahoogroups.com 
 ]
On Behalf Of Matt Chotin
Sent: Monday, 25 February 2008 4:42 PM
To: flexcoders@yahoogroups.com 

Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

No diff in upgrade path between your flex 2 versions AFAIK. Where are you
looking? Should be $299 regardless I believe.

On 2/25/08 12:38 AM, "Dale Fraser" <[EMAIL PROTECTED]


 > wrote:

Cool,

I made the mistake of buying Standard for version 2 and want to upgrade to
version 3 Pro, but there is no upgrade path.

Do I have to buy the full Pro again, or should I hang out for a Standard 2 -
Professional 3 upgrade path.

Regards
Dale Fraser
http://learncf.com


From: flexcoders@yahoogroups.com 


[mailto:flexcoders@yahoogroups.com 

 ]
On Behalf Of Brendan Meutzner
Sent: Monday, 25 February 2008 4:29 PM
To: flexcoders@yahoogroups.com 


Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

Sweet!

Congratulations Matt, and kudos for all the hard work the team put in
leading up to this.

Brendan

On Sun, Feb 24, 2008 at 11:24 PM, Matt Chotin <[EMAIL PROTECTED]


 > wrote:

http://www.adobe.com/products/flex
http://www.adobe.com/products/air

And best of all: http://opensource.adobe.com/flexsdk!

Matt

 



RE: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Dale Fraser
Oh,

 

I see it finally

 

I missed the or in the middle, I think a lot of people might miss that.

 

Regards

Dale Fraser

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Monday, 25 February 2008 10:56 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

 

And which page were you looking at? The dropdown for FB3 Pro that I see says
UPG from Flex Builder 2 or Flex Builder 2 with Charting.

On 2/25/08 6:53 AM, "Matt Chotin" <[EMAIL PROTECTED]
 > wrote:

Just try to upgrade from Flex 2, I don't think we'll ask for the charting
serial?

On 2/25/08 12:50 AM, "Dale Fraser" <[EMAIL PROTECTED]

 > wrote:

When I choose Upgrade from the Professional page.

I get the option of

Upgrade from Flex 3 Standard

Or

Upgrade from Flex 2 with Charting

But I want to upgrade from Flex 2 with NO Charting to Professional.

Regards
Dale Fraser
http://learncf.com


From: flexcoders@yahoogroups.com 

[mailto:flexcoders@yahoogroups.com 
 ]
On Behalf Of Matt Chotin
Sent: Monday, 25 February 2008 4:42 PM
To: flexcoders@yahoogroups.com 

Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

No diff in upgrade path between your flex 2 versions AFAIK. Where are you
looking? Should be $299 regardless I believe.

On 2/25/08 12:38 AM, "Dale Fraser" <[EMAIL PROTECTED]


 > wrote:

Cool,

I made the mistake of buying Standard for version 2 and want to upgrade to
version 3 Pro, but there is no upgrade path.

Do I have to buy the full Pro again, or should I hang out for a Standard 2 -
Professional 3 upgrade path.

Regards
Dale Fraser
http://learncf.com


From: flexcoders@yahoogroups.com 


[mailto:flexcoders@yahoogroups.com 

 ]
On Behalf Of Brendan Meutzner
Sent: Monday, 25 February 2008 4:29 PM
To: flexcoders@yahoogroups.com 


Subject: Re: [flexcoders] Flex 3 and AIR 1 are now live!

Sweet!

Congratulations Matt, and kudos for all the hard work the team put in
leading up to this.

Brendan

On Sun, Feb 24, 2008 at 11:24 PM, Matt Chotin <[EMAIL PROTECTED]


 > wrote:

http://www.adobe.com/products/flex
http://www.adobe.com/products/air

And best of all: http://opensource.adobe.com/flexsdk!

Matt

 



[flexcoders] New *UnOfficial* FABridge

2008-02-25 Thread speige_6
I've updated the FABridge to have some extra features, like accessing
statics, and a few other things. If anyone wants to take a look, it's
located here:
https://bugs.adobe.com/jira/browse/SDK-12279

There are 3 versions of it, so make sure you look at the dates and get
the correct one.

If anyone knows how to contact Ely Greenfield and wants to notify him
of it, that'd be great.

Thanks.



[flexcoders] Re: advanced datagrid sub header

2008-02-25 Thread majid.tahir
Thanks Scott for the help but showHeaders removes all the Headers.  I
just want to not show the subheaders.  Is there anyway to remove only
the headers for the columns within the AdvancedDataGridColumnGroup tag?

--- In flexcoders@yahoogroups.com, Scott Melby <[EMAIL PROTECTED]> wrote:
>
> Set the showHeaders property of the AdvancedDataGrid to false.
> 
> hth
> Scott
> 
> Scott Melby
> Founder, Fast Lane Software LLC
> http://www.fastlanesw.com
> 
> 
> 
> majid.tahir wrote:
> >
> > Hello,
> >
> > Is there anyway to not display the headers of the columns that are
> > within a   tag.
> >
> > In other words we dont want to display subheaders. For the top level
> > headers you can easily set the headerHeight=0 to make the headers
> > invisible. Is there anything similar that I can do for advanced
> > datagrid subheaders?
> >
> > Thanks
> >
> >
>




[flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread johan.temmerman
I asked Serge Jespers and James Ward about this at the pre-release
tour when they were in Belgium. Serge told me that he thought the
student version would be released at the same time..

It seems however this is not the case (hence my question :), but I am
rather anxious to know when I can upgrade and leave a bunch of my
2.0.1-hacks behind me.

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Monday 25 Feb 2008, johan.temmerman wrote:
> > It seems the upgrade/download for the student version hasn't been
> > updated yet. http://flexregistration.com/ still refers to Flex2.
> 
> I've never seen or heard anything about giving Builder 3 (as opposed
to 2) 
> away to students...
> 
> -- 
> Tom Chiverton
> Helping to advantageously maintain market-driven users
> on: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>




Re: [flexcoders] Re: EFFECT_END handler called twice

2008-02-25 Thread Eric Cancil
Why don't you perform the fade in in the childrenCreated method of the popUp
itself?

On Mon, Feb 25, 2008 at 1:18 PM, Greg <[EMAIL PROTECTED]> wrote:

>Hi,
>
>
>
> I am thinking I may have to start counting event triggers too, hoping I am
> doing something wrong and don't have to do this…
>
>
>
> I have been applying fade effects on popup windows, fadeIn on display and
> fadeOut when popup is removed (or just before). Some sample code is below:
>
>
>
> *// Create and display the popup*
>
> imageWin = ImagePopup(PopUpManager.createPopUp(*this*.parent.parent,
> ImagePopup , *false*));
>
>
>
> *//Have the popup now fadein*
>
> fadeIn.target = imageWin;
>
> fadeIn.play();
>
>
>
> This code is from a parent component responsible for launching the popup.
> I know this is not great, but it is working. I feel I should be performing
> the fadeIn effect as a response to a PopUpManager event but could not find
> an appropriate event to listen and found adding an event listener to the
> TitleWindow 'creationComplete' was never fired actually fired likely before
> my listener has been added. Unfortunately, still trying to get fade out to
> work properly J.
>
>
>
> Thanks,
>
>
> Greg
>
>
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Syed Mazhar Hasan Qadri
> *Sent:* Saturday, February 23, 2008 9:55 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Re: EFFECT_END handler called twice
>
>
>
> Hello! I encountered the same thing with Resize effects on some 42
> Children and had to apply a trick to count how many times the event is
> triggered, if that is equal to 42*2 times, then i triggered my code.
>
> @Greg: BTW, can you please tell me how you applied Effects on Popped
> Up components. Thanks
>
> --- In flexcoders@yahoogroups.com , "Greg"
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi All,
> >
> >
> >
> > I have a fadeout effect that runs on a popup window. I am using an
> > EFFECT_END handler that calls the PopUpManager.removePopUp(). The
> handler is
> > being called twice. The repeat interval is default=1 and I have
> ensured this
> > is the only code calling the handler.
> >
> >
> >
> > What am I doing wrong?
> >
> >
> >
> > Any comments much appreciated,
> >
> >
> > Greg
> >
>
>   
>


Re: [flexcoders] advanced datagrid sub header

2008-02-25 Thread Scott Melby

Set the showHeaders property of the AdvancedDataGrid to false.

hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



majid.tahir wrote:


Hello,

Is there anyway to not display the headers of the columns that are
within a   tag.

In other words we dont want to display subheaders. For the top level
headers you can easily set the headerHeight=0 to make the headers
invisible. Is there anything similar that I can do for advanced
datagrid subheaders?

Thanks

 


Re: [flexcoders] Re: HTTP Methods

2008-02-25 Thread Omar Fouad

wrote:

>   > Hum... so it does work with the normal HTTPService without using a
> proxy?
>
> Nope, not at all. If you want the full HTTP verb set you've got to use
> a proxy. Flash Player only speaks GET and POST, due to legacy issues
> where browsers used to only speak GET and POST (and some still do as
> far as I know) and the Flash Player uses the browser's network stack.
>
> So, without a proxy, it's only GET and POST. With a proxy, it's
> whatever HTTP supports.
>
> Troy.
>  
>



-- 
Omar M. Fouad - Digital Emotions
http://www.omarfouad.net

This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.


[flexcoders] question for any US Goverment flex developers

2008-02-25 Thread Body Works Studio
Hello all,

Now that flex 3 and Air are live and are now shipping. Has anyone
heard when the following products will have DOD approval to be used?

Flex 3
Air
Blaze DS

Thanks for your time

Jeff



RE: [flexcoders] Re: EFFECT_END handler called twice

2008-02-25 Thread Greg
Hi,

 

I am thinking I may have to start counting event triggers too, hoping I am
doing something wrong and don't have to do this.

 

I have been applying fade effects on popup windows, fadeIn on display and
fadeOut when popup is removed (or just before). Some sample code is below:

 

// Create and display the popup

imageWin = ImagePopup(PopUpManager.createPopUp(this.parent.parent,
ImagePopup , false));

 

//Have the popup now fadein

fadeIn.target = imageWin;

fadeIn.play();

 

This code is from a parent component responsible for launching the popup. I
know this is not great, but it is working. I feel I should be performing the
fadeIn effect as a response to a PopUpManager event but could not find an
appropriate event to listen and found adding an event listener to the
TitleWindow 'creationComplete' was never fired actually fired likely before
my listener has been added. Unfortunately, still trying to get fade out to
work properly J.

 

Thanks,


Greg

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Syed Mazhar Hasan Qadri
Sent: Saturday, February 23, 2008 9:55 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: EFFECT_END handler called twice

 

Hello! I encountered the same thing with Resize effects on some 42
Children and had to apply a trick to count how many times the event is
triggered, if that is equal to 42*2 times, then i triggered my code.

@Greg: BTW, can you please tell me how you applied Effects on Popped
Up components. Thanks

--- In flexcoders@yahoogroups.com  ,
"Greg" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> 
> 
> 
> I have a fadeout effect that runs on a popup window. I am using an
> EFFECT_END handler that calls the PopUpManager.removePopUp(). The
handler is
> being called twice. The repeat interval is default=1 and I have
ensured this
> is the only code calling the handler.
> 
> 
> 
> What am I doing wrong?
> 
> 
> 
> Any comments much appreciated,
> 
> 
> Greg
>

 



[flexcoders] advanced datagrid sub header

2008-02-25 Thread majid.tahir
Hello, 

Is there anyway to not display the headers of the columns that are
within a   tag.  

In other words we dont want to display subheaders.  For the top level
headers you can easily set the headerHeight=0 to make the headers
invisible.  Is there anything similar that I can do for advanced
datagrid subheaders?

Thanks



[flexcoders] Re: advanced datagrid header

2008-02-25 Thread majid.tahir
Thanks!

--- In flexcoders@yahoogroups.com, Scott Melby <[EMAIL PROTECTED]> wrote:
>
> Set the sortExpertMode property 
>


> to true to get rid of that.
> 
> hth
> Scott
> 
> Scott Melby
> Founder, Fast Lane Software LLC
> http://www.fastlanesw.com
> 
> 
> 
> majid.tahir wrote:
> >
> > In the header of each column in an advanced datagrid there is a
> > vertical divider on the right side. I believe that it is used to
> > divide the section of the header that displays the sort order from the
> > header text. If my columns are not sortable does anybody know how to
> > remove this vertical divider?
> >
> > Thanks
> >
> >
>




[flexcoders] Plot Graph and One Plot Point

2008-02-25 Thread Geoffrey
I have a PlotChart that uses a DateTimeAxis for the x, and a 
LinearAxis for the y.  I get something strange when there is only 
one point to plot.  The point renders fine on the chart, but the 
horizontal axis renderer only shows one date (1/1/70), and that's 
not the date of the plot point.  I would imagine that it should be 
the same date as the plot point.

Here's my horizontal axis renderer code:

  


  


Any ideas?

Thanks,
  Geoff



Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread VELO
Any news about the broken link?

VELO

On Mon, Feb 25, 2008 at 1:56 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote:
> So, any preview for plugin version?
>
>  VELO
>
>  2008/2/25 Beau Scott <[EMAIL PROTECTED]>:
>
>
> > Actually, it seems that the plug-in link is still broken:
>  >  http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us
>  >
>  >
>  >
>  > Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
>  > "Download Flex Builder Professional Plug-in" -> 404!
>  >
>  >
>  >
>  > Beau
>


RE: [flexcoders] Re: Sprite.children

2008-02-25 Thread Gordon Smith
I'm confused... Sprite doesn't have a 'children' property, and you can't
do a for-each-in loop over something that doesn't exist.
 
Are you asking "Why doesn't Sprite have a 'children' Array rather than a
numChildren property and a getChildAt() method?". The answer to that is
that AS3 lacks strongly typed Arrays, and lacks a way to know when
you've modified an Array. For example, if you pushed a Sprite onto the
Array, the Player wouldn't know to add it to the display list.
 
Gordon Smith
Adobe Flex SDK Team



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of kjorn
Sent: Monday, February 25, 2008 5:00 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Sprite.children



--- In flexcoders@yahoogroups.com 
, "Troy Gilbert" <[EMAIL PROTECTED]>
wrote:
>
> > In my Sprite object, how come I can't do:
> >
> > for each( var child:Sprite in this.children ) {
> > // do something
> > }
> >
> > I can do a simple for loop, but this can not be run in parallel on a
> > multicore chip. Whereas the above code could (100 children, 100
cores
> > on my chip = each core runs the code)
> 
> In theory, yes, a foreach could be optimized by a compiler to leverage
> mutlicores whereas a forloop cannot... but in the case of Flash, in
> particular the AVM2 (the Actionscript Virtual Machine v2) is not
> designed to distribute code across multiple cores.
> 
> If that's something that you're looking for, Flash may be the wrong
> environment for you... ;-)
> 
> Troy.
>

No, I just want to do this:

for each( var child:Sprite in this.children ) {
// do something
}

I'm not bothered about 100 cores :-)

Why do I have to use a normal for loop? Why can't I do for each? Is it
a technical reason inside Sprite?

monk.e.boy



 


Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Spike
This seems to be fixed now.

Downloading at the minute.

Spike

2008/2/25 Beau Scott <[EMAIL PROTECTED]>:

>Actually, it seems that the plug-in link is still broken:
> http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us
>
>
>
> Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
> "Download Flex Builder Professional Plug-in" -> 404!
>
>
>
> Beau
>
>
>
>
>
>
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Matt Chotin
> *Sent:* Sunday, February 24, 2008 10:39 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] Flex 3 and AIR 1 are now live!
>
>
>
> Which link specifically? We're jumping the gun a little, the site is still
> being pushed :-)
>
> On 2/25/08 12:35 AM, "Beau Scott" <[EMAIL PROTECTED]>
> wrote:
>
> Download link is broken :( for flex builder 3
>
> Beau
>
> From: flexcoders@yahoogroups.com  [mailto:
> flexcoders@yahoogroups.com ] On Behalf Of
> Matt Chotin
> Sent: Sunday, February 24, 2008 10:25 PM
> To: flexcoders@yahoogroups.com 
> Subject: [flexcoders] Flex 3 and AIR 1 are now live!
>
> http://www.adobe.com/products/flex
> http://www.adobe.com/products/air
>
> And best of all: http://opensource.adobe.com/flexsdk!
>
> Matt
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
> 12:19 PM
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
> 12:19 PM
>
>
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
> 12:19 PM
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
> 12:19 PM
>
>   
>



-- 

Stephen Milligan
YellowBadger - Developing smarter solutions
http://www.yellowbadger.com


RE: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Gordon Smith
Anirudh wins the build-the-SDK-first contest, with Tom the runner-up.
 
Gordon Smith
Adobe Flex SDK Team



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of anirudhsasikumar
Sent: Monday, February 25, 2008 12:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 3 and AIR 1 are now live!



Hi,

I've checked out the code, built it and tested it. Instructions were
excellent!

Here's the output if interested:

$ ant -q main
cygpath: can't convert empty path
[delete] C:\flexsdk\code\trunk\modules\swfutils\classes not found.
[echo] Building lib/swfutils.jar
[echo] Building lib/swfdump.jar
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[echo] Building lib/fdb.jar
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[echo] Building lib/mxmlc.jar
[echo] Building lib/mxmlc_ja.jar
[echo] Building lib/compc.jar
[echo] Building lib/asdoc.jar
[echo] Building lib/fcsh.jar
[echo] Building lib/flex-compiler-oem.jar
[echo] Building lib/optimizer.jar
[echo] Building lib/digest.jar
[echo] Building lib/copylocale.jar

[java] asDocHelper.abc, 49082 bytes written
[java] asDocHelper.exe, 647106 bytes written
[echo] Building lib/flexTasks-internal.jar
[echo] Building lib/flexTasks.jar
[echo] Compiling frameworks/libs/framework.swc
[echo] Compiling frameworks/locale/en_US/framework_rb.swc
[echo] Compiling frameworks/locale/ja_JP/framework_rb.swc
[echo] Compiling frameworks/libs/rpc.swc
[echo] Compiling frameworks/locale/en_US/rpc_rb.swc
[echo] Compiling frameworks/locale/ja_JP/rpc_rb.swc
[echo] Compiling frameworks/libs/air/airframework.swc
[echo] Compiling frameworks/locale/en_US/airframework_rb.swc
[echo] Compiling frameworks/locale/ja_JP/airframework_rb.swc
[echo] Compiling frameworks/libs/flex.swc
[echo] Compiling frameworks/libs/utilities.swc
[echo] Compiling frameworks/themes/HaloClassic/haloclassic.swc
[echo] Compiling
frameworks/projects/flash_integration/libs/FlexComponentBase.swc
[echo] ant main target completed on 02/25/2008 01:57:39 PM

BUILD SUCCESSFUL
Total time: 5 minutes 24 seconds

$ ant -q checkintests
cygpath: can't convert empty path
[echo] launching player and swf
[echo] compiling checkinapp
[echo] launching player and swf

BUILD SUCCESSFUL
Total time: 36 seconds

Cheers,

Anirudh Sasikumar
http://anirudhs.chaosnet.org/  

--- In flexcoders@yahoogroups.com 
, "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> Who wants to be the first to get the SDK code and build it? I wrote
the
> instructions, so let me know if you can't follow them.
> 
> Gordon Smith
> Adobe Flex SDK Team
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com 
] On
> Behalf Of Matt Chotin
> Sent: Sunday, February 24, 2008 9:25 PM
> To: flexcoders@yahoogroups.com  
> Subject: [flexcoders] Flex 3 and AIR 1 are now live!
> 
> 
> 
> http://www.adobe.com/products/flex


> 
> http://www.adobe.com/products/air 
 >

> 
> And best of all: http://opensource.adobe.com/flexsdk
 
>  > !
> 
> Matt
>



 


Re: [flexcoders] "With" statement in Pascal what is it in AS3

2008-02-25 Thread Maciek Sakrejda
Right. I've always been wary of the with construct (VB.NET, which I used
to work in, has it), but it can be used rather elegantly:

private function populateNode(d:DataSprite):Boolean
{
var p:Particle = d.props.particle;
if (p == null) {
d.props.particle = (p = _sim.addParticle(mass(d), d.x, d.y));
p.fixed = d.fixed;
} else {
with (p) { x = d.x; y = d.y; fixed = d.fixed; }
}
p.tag = _gen;
return true;
}

(from the flare[1] library)

[1] http://flare.prefuse.org


-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-Original Message-
From: Troy Gilbert <[EMAIL PROTECTED]>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] "With" statement in Pascal what is it in AS3
Date: Mon, 25 Feb 2008 11:49:55 -0600

> Is there a similar shortcut in AS3 to save my delicate fingers from
> excessive typing?

Yes, it's the "with" keyword... clever, huh? ;-)

Though, it's generally avoided because the scoping issues can be
unclear when reading the code.

Troy.



 




RE: [flexcoders] Re: array.length

2008-02-25 Thread Gordon Smith
My suggestion is to simply use Object rather than Array to store
name/value pairs. Using an Array will work but it's confusing.
 
Gordon Smith
Adobe Flex SDK Team



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of annouss79
Sent: Sunday, February 24, 2008 2:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: array.length



thx for ur help , i'm using an array with name/value in order to use
an hibernate request with named variables , so i will find a way to
manage it then.

thx for ur answers.u r great team



 


Re: [flexcoders] "With" statement in Pascal what is it in AS3

2008-02-25 Thread Troy Gilbert
>  Is there a similar shortcut in AS3 to save my delicate fingers from
> excessive typing?

Yes, it's the "with" keyword... clever, huh? ;-)

Though, it's generally avoided because the scoping issues can be
unclear when reading the code.

Troy.


[flexcoders] "With" statement in Pascal what is it in AS3

2008-02-25 Thread boy_trike
In Delphi, I can type:
with CLASSNAME
 property1 = xxx
 property2 = yyy
etc.

without having to type
CLASSNAME.property1 = xxx


Is there a similar shortcut in AS3 to save my delicate fingers from excessive 
typing?

Thanks
Bruce



RE: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Battershall, Jeff
I just tried logging back in and no S/N. So whatever the fix was, does
not appear to be global. 

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ian M. Jones
Sent: Monday, February 25, 2008 11:29 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?


I had the same problem, ordered FlexBuilder 3 Professional upgrade  
this morning, in the email confirmation entitled "Your Serial Numbers"  
it said "Contact Customer Service" under "Adobe Flex Builder 3  
Professional (Mac/Win,English)", and on my downloads page in my Adobe  
account it also said "Contact Customer Service" in place of a serial  
number.

So I contacted our local (UK) customer service, spoke to a nice lady  
who checked out my order and said she'd get back in contact when she  
got the serial number.

Although she was supposed to send it by email, she called and said  
that I should now have an email with the serial number. I didn't have  
it, but she said I should be able to see it in the downloads in my  
online account. I went online (keeping her on the phone until I could  
verify), and sure enough my serial number was there.

I have my serial number, after a little wait, hopefully the bug in  
serial number delivery has been fixed by now.

Ian

On 25 Feb 2008, at 15:09, Battershall, Jeff wrote:

> I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to
> discuver
> this.
>
> Also - was asked for my Adobe ID - anyone know where that can be found

> online? I sure couldn't and finally they verfied my identity via my
> home
> phone number. If Customer Service is going to ask for such things, it
> has to be somewhere where you can find it.
>
> Jeff
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> On
> Behalf Of Claus Wahlers
> Sent: Monday, February 25, 2008 9:33 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?
>
> FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my
> serial
>
> instantly.
>
> Cheers,
> Claus.
>
> Paul Whitelock wrote:
>
> > I purchased the upgrade to Flex Builder 3 Professional and after the

> > order went through instead of a serial number all that I got was a 
> > message that said "Contact Customer Service."
> >
> > I just got off of a 15 minute phone call with Customer Service and
> was
>
> > told that it will take 24 to 48 hours before serial numbers are
> > available. Supposedly I will receive an email with the serial  
> number,
> > but after many bad experiences with Adobe Customer Service, let's  
> just
>
> > say I'll believe it when I see it ;-)
> >
> > Anyway, just wanted to get the word out in case you buy Flex  
> Builder 3
>
> > and expect to receive a serial number for the product at the time  
> you
> > make the purchase.
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
> 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links





[flexcoders] Skins - Position changed with release version

2008-02-25 Thread hergy80
I just upgraded from the last beta to the released version of FB3, and 
our skinned panels/title windows now have everything shifted up into 
the title area.  Was there any changes regarding skins that would cause 
this?  ALso, is there any notes regarding what has changed, like there 
was on the labs from M3 to M4?

Thanks!




[flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread thirtyfivemph
> http://www.adobe.com/products/flex

I noticed that the purchase option is for "Mac/Win"... is the license
a dual-OS license? I.e., can I install it on my Windows desktop *and*
my MacBookPro with a single license?

If so, I'd go out and purchase it today! (Can't afford to buy two
licenses, though!)

Troy.




[flexcoders] Re: No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Paul Whitelock
Just checked my online account here in the U.S. and it still says
"Contact Customer Service" so it appears that U.K. Adobe support is
more efficient that then U.S. Adobe support (which actually seems to
be based in India).

Paul




--- In flexcoders@yahoogroups.com, "Ian M. Jones" <[EMAIL PROTECTED]> wrote:
>
> I had the same problem, ordered FlexBuilder 3 Professional upgrade  
> this morning, in the email confirmation entitled "Your Serial Numbers"  
> it said "Contact Customer Service" under "Adobe Flex Builder 3  
> Professional (Mac/Win,English)", and on my downloads page in my Adobe  
> account it also said "Contact Customer Service" in place of a serial  
> number.
> 
> So I contacted our local (UK) customer service, spoke to a nice lady  
> who checked out my order and said she'd get back in contact when she  
> got the serial number.
> 
> Although she was supposed to send it by email, she called and said  
> that I should now have an email with the serial number. I didn't have  
> it, but she said I should be able to see it in the downloads in my  
> online account. I went online (keeping her on the phone until I could  
> verify), and sure enough my serial number was there.
> 
> I have my serial number, after a little wait, hopefully the bug in  
> serial number delivery has been fixed by now.
> 
> Ian
> 
> On 25 Feb 2008, at 15:09, Battershall, Jeff wrote:
> 
> > I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to  
> > discuver
> > this.
> >
> > Also - was asked for my Adobe ID - anyone know where that can be found
> > online? I sure couldn't and finally they verfied my identity via my  
> > home
> > phone number. If Customer Service is going to ask for such things, it
> > has to be somewhere where you can find it.
> >
> > Jeff
> >
> > -Original Message-
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]  
> > On
> > Behalf Of Claus Wahlers
> > Sent: Monday, February 25, 2008 9:33 AM
> > To: flexcoders@yahoogroups.com
> > Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?
> >
> > FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my  
> > serial
> >
> > instantly.
> >
> > Cheers,
> > Claus.
> >
> > Paul Whitelock wrote:
> >
> > > I purchased the upgrade to Flex Builder 3 Professional and after the
> > > order went through instead of a serial number all that I got was a
> > > message that said "Contact Customer Service."
> > >
> > > I just got off of a 15 minute phone call with Customer Service and  
> > was
> >
> > > told that it will take 24 to 48 hours before serial numbers are
> > > available. Supposedly I will receive an email with the serial  
> > number,
> > > but after many bad experiences with Adobe Customer Service, let's  
> > just
> >
> > > say I'll believe it when I see it ;-)
> > >
> > > Anyway, just wanted to get the word out in case you buy Flex  
> > Builder 3
> >
> > > and expect to receive a serial number for the product at the time  
> > you
> > > make the purchase.
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
>




RE: [flexcoders] Set selected button on a custom ItemRenderer for a List

2008-02-25 Thread Tracy Spratt
What determines if the button for a particular row is "selected"?

 

Item renderer state must be data driven. Usually you store the necessary
data in a local variable, assigned in the set data() override, then call
invalidateProperties().  Then in commitProperties, you use the local
data to set the state of the UI.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jan Huzelius
Sent: Monday, February 25, 2008 9:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Set selected button on a custom ItemRenderer for a
List

 

Hi,

I have a List component that uses a custom renderer.
This renderer contains a button component. The button is skinned using
styles sheets.

I want to be able to show a selected state on the button that is
selected but having no luck.

I'm using Flex 3 and the skin for the button is done in Flash using the
new Flash CS3 component Kit and then imported into FlexBuilder using the
new artWork wizard.

Please see the code below. Thanks for any pointers:

/* skin for the button */

 

.leftTabItemSkin{
skin: Embed(skinClass="Button_skin");
}

 }

/* List */



/* ItemRenderer, other code ommited */



public override function get data( ): Object
{
return _dataProvider;
}
public override function set data( data:Object ) : void
{
_dataProvider = Section ( data );
}

public function set selected(value:Boolean):void
{
_selected = value;
if (value)
{
mainCanvas.styleName = 'tabSelectedSkin';
}
else
{
mainCanvas.styleName = 'tabUpSkin';
}
}

public function get selected():Boolean
{
return _selected;
}

 ]]>
 
 
 
 
   


 
 
 

 



Re: [flexcoders] Re: HTTP Methods

2008-02-25 Thread Troy Gilbert
>  Hum... so it does work with the normal HTTPService without using a proxy?

Nope, not at all. If you want the full HTTP verb set you've got to use
a proxy. Flash Player only speaks GET and POST, due to legacy issues
where browsers used to only speak GET and POST (and some still do as
far as I know) and the Flash Player uses the browser's network stack.

So, without a proxy, it's only GET and POST. With a proxy, it's
whatever HTTP supports.

Troy.


Re: [flexcoders] Re: Inherit from sprite - can't set alpha?

2008-02-25 Thread Troy Gilbert
>  Thanks for the reply. Any idea how I should proceed? Should I post a
>  'not-working' example somewhere and hope the Felx team read it and fix
>  this bug?

First, don't operate under the assumption that it's a bug for the Flex
team to fix. It's most likely a bug in your code... alpha on sprites
is a pretty well-tested path in the Flash Player.

But, yes, uploading a non-working example would be great... ideally,
it'd be a small enough chunk of code that reproduces the problem that
you wouldn't have to have any attachments and could just paste it into
the body of your e-mail to the Flexcoders list.

Troy.


Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Marvin Froeder
So, any preview for plugin version?

VELO

2008/2/25 Beau Scott <[EMAIL PROTECTED]>:
> Actually, it seems that the plug-in link is still broken:
>  http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us
>
>
>
> Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
> "Download Flex Builder Professional Plug-in" -> 404!
>
>
>
> Beau


[flexcoders] Re: New SDK with FB3?

2008-02-25 Thread toofah_gm
Uninstalling and re-installing fixed the problem!

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Monday 25 Feb 2008, toofah_gm wrote:
> > If I uninstall and re-install will I still have a 2.01 Hotfix SDK
> > option available?  I'm not ready to move to SDK 3 yet.
> 
> Yes.
> You can always add additional SDK's in the properties of
Eclipse/Builder.
> 
> -- 
> Tom Chiverton
> Helping to competently leverage second-generation platforms
> on: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>




Re: [flexcoders] advanced datagrid header

2008-02-25 Thread Scott Melby
Set the sortExpertMode property 
 
to true to get rid of that.


hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



majid.tahir wrote:


In the header of each column in an advanced datagrid there is a
vertical divider on the right side. I believe that it is used to
divide the section of the header that displays the sort order from the
header text. If my columns are not sortable does anybody know how to
remove this vertical divider?

Thanks

 


Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Ian M. Jones
I had the same bouncing for a long time problem, and then it stayed in  
the dock but without an "active" indicator using Mac OS X 10.5.2.  
Here's how I got the install to work.

I Force Quitted it from a right click on its dock icon.
Copied the installer onto my hard disk from the mounted disk image.
Unmounted both disk images (clicking cancel on the "This application  
was downloaded from the internet..." dialog that then appeared).
Then ran the installer that I copied to my hard disk, and OK'd the  
"This application was downloaded from the internet..." dialog that now  
properly displayed (I think this dialog might have been to blame for  
the first no-show).
I then needed to cmd-tab to the installer as it seemed to start hidden.
 From then on it was fine (although I did quit it part way through so  
that I could uninstall the FB3 beta before proceeding).

Hope that helps.

Ian

On 25 Feb 2008, at 13:30, Markus wrote:

> Have the same problem. Mac OS X 10.5.1 or 10.5.2, doesn't matter ...  
> bouncing installer app
> icon. Just bought the FB3 Professional version ... called Adobe for  
> technical support for a
> paid product and got the answer: "Sorry, no support for that ...  
> maybe with a Gold Support
> contract" ... WOW, I'm really astonished! Will return it to Adobe as  
> uninstallable product.
>
> Regards
> Markus
>
> --- In flexcoders@yahoogroups.com, Alisdair Mills  
> <[EMAIL PROTECTED]> wrote:
> >
> > just downloaded the standalone and plugin versions for a mac. both
> > installers bounce on the dock for an age before giving up. i'm on
> > 10.5.2 intel... thought i'd throw this out there to find out if it  
> is
> > just my machine or something wrong with the mac installers?
> >
> > anyone successfully installed the mac version yet?
> >
>
>
> 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] Re: New SDK with FB3?

2008-02-25 Thread Tom Chiverton
On Monday 25 Feb 2008, toofah_gm wrote:
> If I uninstall and re-install will I still have a 2.01 Hotfix SDK
> option available?  I'm not ready to move to SDK 3 yet.

Yes.
You can always add additional SDK's in the properties of Eclipse/Builder.

-- 
Tom Chiverton
Helping to competently leverage second-generation platforms
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] Re: New SDK with FB3?

2008-02-25 Thread toofah_gm
I installed the standalone version and did not uninstall the old
version first because I wanted to be cautious :I.

If I uninstall and re-install will I still have a 2.01 Hotfix SDK
option available?  I'm not ready to move to SDK 3 yet.

Thanks!


--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Monday 25 Feb 2008, toofah_gm wrote:
> > I just installed the release of FB3...I installed it side by side with
> > my old milestone version for not..
> 
> Plugin or standalone ?
> Did you uninstall the old version first ?
> 
> -- 
> Tom Chiverton
> Helping to vitalistically reintermediate performance-oriented
convergence
> on: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>




[flexcoders] Flex Builder 3 Education?

2008-02-25 Thread Sherif Abdou
might as well get it for free before i graduate this semester, will there be a 
Flex 3 Builder for Education or not cause it is no where on the site.


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


Re: [flexcoders] New SDK with FB3?

2008-02-25 Thread Tom Chiverton
On Monday 25 Feb 2008, toofah_gm wrote:
> I just installed the release of FB3...I installed it side by side with
> my old milestone version for not..

Plugin or standalone ?
Did you uninstall the old version first ?

-- 
Tom Chiverton
Helping to vitalistically reintermediate performance-oriented convergence
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Ian M. Jones
I had the same problem, ordered FlexBuilder 3 Professional upgrade  
this morning, in the email confirmation entitled "Your Serial Numbers"  
it said "Contact Customer Service" under "Adobe Flex Builder 3  
Professional (Mac/Win,English)", and on my downloads page in my Adobe  
account it also said "Contact Customer Service" in place of a serial  
number.

So I contacted our local (UK) customer service, spoke to a nice lady  
who checked out my order and said she'd get back in contact when she  
got the serial number.

Although she was supposed to send it by email, she called and said  
that I should now have an email with the serial number. I didn't have  
it, but she said I should be able to see it in the downloads in my  
online account. I went online (keeping her on the phone until I could  
verify), and sure enough my serial number was there.

I have my serial number, after a little wait, hopefully the bug in  
serial number delivery has been fixed by now.

Ian

On 25 Feb 2008, at 15:09, Battershall, Jeff wrote:

> I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to  
> discuver
> this.
>
> Also - was asked for my Adobe ID - anyone know where that can be found
> online? I sure couldn't and finally they verfied my identity via my  
> home
> phone number. If Customer Service is going to ask for such things, it
> has to be somewhere where you can find it.
>
> Jeff
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]  
> On
> Behalf Of Claus Wahlers
> Sent: Monday, February 25, 2008 9:33 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?
>
> FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my  
> serial
>
> instantly.
>
> Cheers,
> Claus.
>
> Paul Whitelock wrote:
>
> > I purchased the upgrade to Flex Builder 3 Professional and after the
> > order went through instead of a serial number all that I got was a
> > message that said "Contact Customer Service."
> >
> > I just got off of a 15 minute phone call with Customer Service and  
> was
>
> > told that it will take 24 to 48 hours before serial numbers are
> > available. Supposedly I will receive an email with the serial  
> number,
> > but after many bad experiences with Adobe Customer Service, let's  
> just
>
> > say I'll believe it when I see it ;-)
> >
> > Anyway, just wanted to get the word out in case you buy Flex  
> Builder 3
>
> > and expect to receive a serial number for the product at the time  
> you
> > make the purchase.
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
> 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] New SDK with FB3?

2008-02-25 Thread toofah_gm
I just installed the release of FB3...I installed it side by side with
my old milestone version for not...and I noticed that the available
SDKs are still 2.01 Hotfix 3 and Flex 3 Beta 3.

Was there supposed to be a new SDK installed?  Is this a separate install?

Thanks.



[flexcoders] Re: Drag and Drop to Nowhere

2008-02-25 Thread Jim Cook
--- In flexcoders@yahoogroups.com, "Jim Cook" <[EMAIL PROTECTED]> wrote:
>
> Conversely, if I could just change the copy/reject/move cursors to use
> a small trashcan icon, that might be preferable. I haven't seen a way
> to stylize these cursors outside of a stylesheet. Is there a way to
> change them programmatically?

I'm making progress on my problem. I've decided to change the icon
associated with the cursor during a drag event. Here is what I have so
far. It seems to work, but I'll keep an eye out for side-effects. There
is a slight pause when changing the styles that interferes with a really
smooth drag in and out of the initiator.

To use the class, you instantiate it passing in a component that extends
ListBase.

i.e:new DragToNowhere (someGrid);


class DragToNowhere {
 [Embed(source='/assets/images/icons/iconTrash.png')]
 private var iconTrashCan:Class;
 private var oldStyles:Object = {};

 public function DragToNowhere(list:ListBase) {
 list.dragEnabled = true;

 list.addEventListener(DragEvent.DRAG_EXIT, replaceStyles);
 list.addEventListener(DragEvent.DRAG_ENTER, restoreStyles);
 list.addEventListener(DragEvent.DRAG_COMPLETE, restoreStyles);
 }

 private function replaceStyles(event:DragEvent) : void {
 if (!this.oldStyles.replaced) {
 var styleSheet:CSSStyleDeclaration =
StyleManager.getStyleDeclaration("DragManager");

 this.oldStyles.copyCursor =
styleSheet.getStyle('copyCursor');
 this.oldStyles.moveCursor =
styleSheet.getStyle('moveCursor');
 this.oldStyles.rejectCursor =
styleSheet.getStyle('rejectCursor');

 styleSheet.setStyle('copyCursor', iconTrashCan);
 styleSheet.setStyle('moveCursor', iconTrashCan);
 styleSheet.setStyle('rejectCursor', iconTrashCan);
 }
 this.oldStyles.replaced = true;
 }

 private function restoreStyles(event:DragEvent) : void {
 if (this.oldStyles.replaced) {
 var styleSheet:CSSStyleDeclaration =
StyleManager.getStyleDeclaration("DragManager");
 styleSheet.setStyle('copyCursor',
this.oldStyles.copyCursor);
 styleSheet.setStyle('moveCursor',
this.oldStyles.moveCursor);
 styleSheet.setStyle('rejectCursor',
this.oldStyles.rejectCursor);
 this.oldStyles.replaced = false;
 }
 }
}





[flexcoders] advanced datagrid header

2008-02-25 Thread majid.tahir
In the header of each column in an advanced datagrid there is a
vertical divider on the right side.  I believe that it is used to
divide the section of the header that displays the sort order from the
header text.  If my columns are not sortable does anybody know how to
remove this vertical divider?

Thanks



RE: [flexcoders] Why upgrade to FB3?

2008-02-25 Thread Matt Horn
There's a table on this page that compares the features of Flex 2 and 3:

http://www.adobe.com/products/flex/upgrade/

hth,

matthew j. horn
flex docs

> -Original Message-
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mr Greg Murnock
> Sent: Friday, February 15, 2008 9:47 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Why upgrade to FB3?
> 
> For the big discussion of the day/week...
>  
> I have been given the task to give a "strong case" on why we 
> need to spend the money (proposed pricing schedule) on the 
> upgrade to FB3, when available.  
> Our company does not look to do AIR apps, we do not have a 
> case to use Advanced Datagrid, we front CF7 with an Oracle DB 
> (irrelevant) so the FDS is already there.  Current F2 apps 
> with charting working great.
>  
> I want to upgrade but need more of a reason, for my [EMAIL PROTECTED] 
> company - did I say that outloud, for us to purchase the 
> upgrades.  All comments are accepted. :)
>  
> Greg
>  


[flexcoders] custom drag & drop

2008-02-25 Thread dsds99
How do I reference the custom drag image in my dragDrop(e:DragEvent)
handler?



RE: [flexcoders] HTML over Flash object

2008-02-25 Thread John Dowdell
Jerry DuVal wrote, on Mon 2/25/2008 5:42 AM:
> I have a expandable Javascript menu in our html application that needs to be
> able to expand over a flash object. I have this working currently in IE and
> FF by adding the wmode="opaque" on the embed tag.  My only issue is that in
> FireFox the flash object does not respond to mouse wheel events ( which
> seems to have already been reported here
> https://bugs.adobe.com/jira/browse/SDK-12415 ).  So my question is,  does
> anyone have a alternative method of making the HTML appear on top of the
> flash object besides using wmode?

"WMODE" is the markup argument the browsers offer, for piping plugin content to 
the browser's compositing buffer rather than directly to screen.

Even though their implementations diverge, we're still pretty lucky that they 
all agree on the same term ;-)

Doublecheck your Firefox version, then the Mozilla bugbase. If an input device 
fails in only one browser version when using such piping, then that would be 
something that could be addressed by the browser itself. 

jd


[flexcoders] Re: Converting ynamic XML slide-shows to FLV files for YouTube hosting ?

2008-02-25 Thread comfederation
What I have is a simple "media player" that uses XML files to tell it
what mp3 audio and jpg images "to play".  What I believe I need to be
able to convert to an FLV file is the output and not the media player
itself.

It is the Adobe Premiere Express (BETA on YouTube, MTV, etc) and
having read that it was developed by Adobe using Flex, that makes me
believe that it is possible without using their media server.

--- In flexcoders@yahoogroups.com, "comfederation" <[EMAIL PROTECTED]>
wrote:
>
> I am creating a dynamic XML driven slide-show that PLAYS mp3 files
> with jpg images. Now, how do I take a single slide-show and COMPILE it
> into an FLV file so that it can be uploaded and hosted on YouTube ?
>




RE: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Battershall, Jeff
I upgraded to Pro but no S/N. Wasted 20 minutes on the phone to discuver
this. 

Also - was asked for my Adobe ID - anyone know where that can be found
online? I sure couldn't and finally they verfied my identity via my home
phone number. If Customer Service is going to ask for such things, it
has to be somewhere where you can find it.

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Claus Wahlers
Sent: Monday, February 25, 2008 9:33 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] No Serial Numbers for Flex Builder 3?


FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my serial

instantly.

Cheers,
Claus.

Paul Whitelock wrote:

> I purchased the upgrade to Flex Builder 3 Professional and after the 
> order went through instead of a serial number all that I got was a 
> message that said "Contact Customer Service."
> 
> I just got off of a 15 minute phone call with Customer Service and was

> told that it will take 24 to 48 hours before serial numbers are 
> available. Supposedly I will receive an email with the serial number, 
> but after many bad experiences with Adobe Customer Service, let's just

> say I'll believe it when I see it ;-)
> 
> Anyway, just wanted to get the word out in case you buy Flex Builder 3

> and expect to receive a serial number for the product at the time you 
> make the purchase.




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links





[flexcoders] Re: Drag and Drop to Nowhere

2008-02-25 Thread Jim Cook
I assume that you refer to the defaultDragImageSkin on the
DragManager? How can I set that style programmatically (as I don't
want to create a system-wide effect here.) It doesn't look like
DragManager has a setStyle method. 

I've currently implemented my own drag/drop on my datagrid in order to
have more control over my DragProxy. It seems like a lot of overkill,
and I assume that I am missing a simpler approach. Perhaps it is
needed for the type of UI feedback I want. 

Just to restate, when the user drags items out of a grid, I want a
simple trashcan icon to be the DragProxy regardless of whatever
component they drag over. This indicates that they will be removing
the items from the grid. I don't even want the copy/move/reject
cursors to show; just a trash icon.

Conversely, if I could just change the copy/reject/move cursors to use
a small trashcan icon, that might be preferable. I haven't seen a way
to stylize these cursors outside of a stylesheet. Is there a way to
change them programmatically?

-- jim


--- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
>
> I'm pretty sure the "x" icon image is set as a style on the
dragproxy, so
> you should be able to get away with just assigning a custom style
name and
> setting up your trashcan icon in your css.




Re: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Claus Wahlers
FWIW, i just purchased Flex Builder 3 Standard Upgrade and got my serial 
instantly.

Cheers,
Claus.

Paul Whitelock wrote:

> I purchased the upgrade to Flex Builder 3 Professional and after the
> order went through instead of a serial number all that I got was a
> message that said "Contact Customer Service." 
> 
> I just got off of a 15 minute phone call with Customer Service and was
> told that it will take 24 to 48 hours before serial numbers are
> available. Supposedly I will receive an email with the serial number,
> but after many bad experiences with Adobe Customer Service, let's just
> say I'll believe it when I see it ;-)
> 
> Anyway, just wanted to get the word out in case you buy Flex Builder 3
> and expect to receive a serial number for the product at the time you
> make the purchase. 




RE: [flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Beau Scott
Good thing there’s a 60-day trial J

 

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Whitelock
Sent: Monday, February 25, 2008 7:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] No Serial Numbers for Flex Builder 3?

 

I purchased the upgrade to Flex Builder 3 Professional and after the
order went through instead of a serial number all that I got was a
message that said "Contact Customer Service." 

I just got off of a 15 minute phone call with Customer Service and was
told that it will take 24 to 48 hours before serial numbers are
available. Supposedly I will receive an email with the serial number,
but after many bad experiences with Adobe Customer Service, let's just
say I'll believe it when I see it ;-)

Anyway, just wanted to get the word out in case you buy Flex Builder 3
and expect to receive a serial number for the product at the time you
make the purchase. 

 

 

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
12:19 PM


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date: 2/24/2008
12:19 PM
 

<><>

[flexcoders] No Serial Numbers for Flex Builder 3?

2008-02-25 Thread Paul Whitelock
I purchased the upgrade to Flex Builder 3 Professional and after the
order went through instead of a serial number all that I got was a
message that said "Contact Customer Service." 

I just got off of a 15 minute phone call with Customer Service and was
told that it will take 24 to 48 hours before serial numbers are
available. Supposedly I will receive an email with the serial number,
but after many bad experiences with Adobe Customer Service, let's just
say I'll believe it when I see it ;-)

Anyway, just wanted to get the word out in case you buy Flex Builder 3
and expect to receive a serial number for the product at the time you
make the purchase. 



[flexcoders] Set selected button on a custom ItemRenderer for a List

2008-02-25 Thread Jan Huzelius
Hi,

I have a List component that uses a custom renderer.
This renderer contains a button component. The button is skinned using
styles sheets.

I want to be able to show a selected state on the button that is selected
but having no luck.

I'm using Flex 3 and the skin for the button is done in Flash using the new
Flash CS3 component Kit and then imported into FlexBuilder using the new
artWork wizard.

Please see the code below. Thanks for any pointers:

/* skin for the button */

 

.leftTabItemSkin{
skin: Embed(skinClass="Button_skin");
}

 }

/* List */



/* ItemRenderer, other code ommited */



public override function get data( ): Object
{
return _dataProvider;
}
public override function set data( data:Object ) : void
{
_dataProvider = Section ( data );
}

public function set selected(value:Boolean):void
{
_selected = value;
if (value)
{
mainCanvas.styleName = 'tabSelectedSkin';
}
else
{
mainCanvas.styleName = 'tabUpSkin';
}
}

public function get selected():Boolean
{
return _selected;
}

 ]]>
 


 



 

 


Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Muzak
Think MouseEvent.MOUSE_DOWN, MouseEvent.MOUSE_UP, Event.CHANGE, Event.RESIZE, 
FlexEvent.INITIALIZE, etc.. 

and there you have your answer :-)


- Original Message - 
From: "Fernando Ghisi" <[EMAIL PROTECTED]>
To: 
Sent: Monday, February 25, 2008 2:37 PM
Subject: [flexcoders] CairngormEvent - Place to put the static variable that 
stores the name of the event


> Where is the best place to put the static variable that stores the
> name of an event, in the class of this event (extends CairngormEvent)
> or in the class that extends FrontController and consumes this event?
> There are many examples with both ways...
> 
> 
> -- 
> Fernando Ghisi
>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread Tom Chiverton
On Monday 25 Feb 2008, johan.temmerman wrote:
> It seems the upgrade/download for the student version hasn't been
> updated yet. http://flexregistration.com/ still refers to Flex2.

I've never seen or heard anything about giving Builder 3 (as opposed to 2) 
away to students...

-- 
Tom Chiverton
Helping to advantageously maintain market-driven users
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Tom Chiverton
On Monday 25 Feb 2008, Gordon Smith wrote:
> Who wants to be the first to get the SDK code and build it? I wrote the
> instructions, so let me know if you can't follow them.

Seemed to go more or less fine here:
# bin/mxmlc --version
Version 4.0.0 build development

Rar :-)

I cam across a few Linux-specific wrinkles in the process: 
https://bugs.adobe.com/jira/browse/SDK-14767

-- 
Tom Chiverton
Helping to biannually incubate prospective channels
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Scott Melby
Don't know about "best", but I always put it in the event class itself.  
I like that is results in the call to AddCommand having both the event 
class and the command class explicitly referenced as shown below.


addCommand(GetSomeDataEvent.GET_SOME_DATA_EVENT, GetSomeDataCommand);

hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



Fernando Ghisi wrote:


Where is the best place to put the static variable that stores the
name of an event, in the class of this event (extends CairngormEvent)
or in the class that extends FrontController and consumes this event?
There are many examples with both ways...

--
Fernando Ghisi

 


[flexcoders] HTML over Flash object

2008-02-25 Thread Jerry DuVal
I have a expandable Javascript menu in our html application that needs to be
able to expand over a flash object. I have this working currently in IE and
FF by adding the wmode="opaque" on the embed tag.  My only issue is that in
FireFox the flash object does not respond to mouse wheel events ( which
seems to have already been reported here
https://bugs.adobe.com/jira/browse/SDK-12415 ).  So my question is,  does
anyone have a alternative method of making the HTML appear on top of the
flash object besides using wmode?

 

Jerry DuVal

Pace Systems Group, Inc.

800.624.5999

www.Pace2020.com

 



[flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Fernando Ghisi
Where is the best place to put the static variable that stores the
name of an event, in the class of this event (extends CairngormEvent)
or in the class that extends FrontController and consumes this event?
There are many examples with both ways...


-- 
Fernando Ghisi


[flexcoders] Re: Flex 3 and AIR 1 are now live!

2008-02-25 Thread ntman12001
Congratulations to the whole team!!

I will be spending hours and hours with your good work!! :))

Bob



--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote:
>
> http://www.adobe.com/products/flex
> http://www.adobe.com/products/air
> 
> And best of all: http://opensource.adobe.com/flexsdk!
> 
> Matt
>




  1   2   >