Re: Bogdan Components [Was: Getting source working in Flash Builder]

2013-02-27 Thread Harbs
On further digging into Alert, I have a question: The buttons are created in a createButtons function in Alert.as instead of being part of AlertSkin. I see you allow for setting a button style for styling of the buttons, but that presupposes that all the buttons look the same. If you want to

Re: Getting source working in Flash Builder

2013-02-26 Thread Carol Frampton
: I'm having an awfully difficult time getting the source working in Flash Builder. I did a full checkout of the sdk and used ant thirdparty-downloads to add dependencies. I could not add the Develop SDK to FB because it was complaining about mxmlc.jar missing. I copied all the jars from a different

Re: Getting source working in Flash Builder

2013-02-26 Thread Harbs
Project and add mx, core, frameworks and textLayout Carol On 2/20/13 6:29 PM, Harbs gavha...@gmail.com wrote: I'm having an awfully difficult time getting the source working in Flash Builder. I did a full checkout of the sdk and used ant thirdparty-downloads to add dependencies. I could

Re: Bogdan Components [Was: Getting source working in Flash Builder]

2013-02-22 Thread Gavriel Harbater
2) ColorPicker: It does not seem to allow setting the dataProvider or handle anything beyond an Array of color values. Arrays of Objects for named colors is pretty important. If this in fact missing, I guess I'll work at expanding the component… 3) Alert: Does not show the error message. It

Re: Bogdan Components [Was: Getting source working in Flash Builder]

2013-02-22 Thread Bogdan DINU
Hi, 1) indeterminate ProgressBar can be made by customizing the skin. You can also customize the labelFunction to display whatever you need. 2) ColorPicker doesn't allow you to set dataProvider - indeed you can extend it to suit your needs (overriding childrenCreated() will allow you to set any

Re: Getting source working in Flash Builder

2013-02-21 Thread Harbs
Okay. There's too much about the process that's kind of black magic to me. I guess after I finish getting this working I'll understand how everything ties together better. That's a good thing I guess… ;-) I was under the impression that you could link to the source files instead of the swcs.

Re: Getting source working in Flash Builder

2013-02-21 Thread Frédéric THOMAS
of the dependecies,, may keeping an ant target for the locales... I should give a try to that at time to see if I miss something. -Fred -Message d'origine- From: Harbs Sent: Thursday, February 21, 2013 9:03 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder

Re: Getting source working in Flash Builder

2013-02-21 Thread Frédéric THOMAS
Weird, because I remember I mavenized the SDK 4.9 and been able to use them, I can't see how you couldn't use them. -Fred -Message d'origine- From: Harbs Sent: Thursday, February 21, 2013 9:31 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Yes. I'm

Re: Getting source working in Flash Builder

2013-02-21 Thread Harbs
: Harbs Sent: Thursday, February 21, 2013 9:31 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Yes. I'm talking about experimental. I linked to the 4.9 release and s:Alert and s:ColorPicker were not available. I'm using the en_US locale. Not sure what to say

Re: Getting source working in Flash Builder

2013-02-21 Thread Nicholas Kwiatkowski
1:27 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Hi, I did use the installer. Which would of given you last release 4.9. The issue is that I'm trying to use the source rather than the distribution for two reasons: 1) I wanted to look

Re: Getting source working in Flash Builder

2013-02-21 Thread Harbs
been completly clear. -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, February 21, 2013 1:27 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Hi, I did use the installer. Which would of given you last release 4.9. The issue

Re: Getting source working in Flash Builder

2013-02-21 Thread Harbs
: Re: Getting source working in Flash Builder Hi, I did use the installer. Which would of given you last release 4.9. The issue is that I'm trying to use the source rather than the distribution for two reasons: 1) I wanted to look into the TLF bugs that were reported. 2) I need

Re: Getting source working in Flash Builder

2013-02-21 Thread Justin Mclean
HI, Using either Flex 4.9 or putting experimental.swc in my libs, I do not get the components in either mxml hints or ActionScript hints. FB is gets this info from the fat swcs, swcs with ASDoc XML info in them, do you have the experimental_rb.swc file in frameworks/locale/en_US? It may be

Re: Getting source working in Flash Builder

2013-02-20 Thread Justin Mclean
Hi, I'm having an awfully difficult time getting the source working in Flash Builder. Either use the installer [1] or use the ide/flashbuilder/makeApacheFlexForFlashBuilder script to package up an SDK so it can be used for Flash Builder. Also, why does it need 11.1 rather than 10.2 or so

Re: Getting source working in Flash Builder

2013-02-20 Thread Justin Mclean
Hi, There's good instructions under Using the Binary Distribution in the README file. If you have any other questions just ask. Justin

Re: Getting source working in Flash Builder

2013-02-20 Thread Justin Mclean
Hi, I did use the installer. Which would of given you last release 4.9. The issue is that I'm trying to use the source rather than the distribution for two reasons: 1) I wanted to look into the TLF bugs that were reported. 2) I need the Alert and ColorPicker components that's not in the

Re: Getting source working in Flash Builder

2013-02-20 Thread Frédéric THOMAS
: Thursday, February 21, 2013 1:27 AM To: dev@flex.apache.org Subject: Re: Getting source working in Flash Builder Hi, I did use the installer. Which would of given you last release 4.9. The issue is that I'm trying to use the source rather than the distribution for two reasons: 1) I wanted to look