Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Hi Valdhor,

Thanks for the input.  This worked.

I am now trying to take this on a different approach - that is to learn further.

After I was able to make the application run (and all errors and warnings 
resolved), I deleted the project and started the application loading each of 
the component (mxml, as, ttf, etc...). So far so good, I am getting the hang of 
it.

Thanks for the input.

Rgds,
Angelo





From: valdhor valdhorli...@embarqmail.com
To: flexcoders@yahoogroups.com
Sent: Saturday, 3 October, 2009 2:48:21
Subject: [flexcoders] Re: New to FlexBuilder Development Tool

  
Angelo

You picked a pretty big project to start with.

Here is what I did to get it running (Dirty Hack):

1. Extracted the zip file on my computer (And deleted the .svn directory)
2. Created a new project in Flex Builder named ChartSampler.
3. In Windows Explorer, deleted the ChartSampler. mxml file then copied the 
unzipped files into the src directory.
4. In the examples/styling/ MXMLStyles. mxml file, commented out the 
s:Selector  stuff (There is no Selector class there)
5. Copied the arial.ttf font from my fonts directory into the src directory.
6. Run the app.mxml file or the ChartSeriesStyles. mxml files. They should both 
work.

This kind of thing happens quite a lot with downloaded examples. You have to 
figure out where the errors are and fix them.

HTH

Steve

--- In flexcod...@yahoogro ups.com, Angelo Anolin angelo_anolin@ ... wrote:

 Finally, I got my own FlexBuilder standard edition.
 
 I am quite new to this tool.  I have mostly developed apps by simply using 
 the command line compiler.
 
 I am browsing for some examples to load to my FB3 and I found this example:
 
 http://demo. quietlyscheming. com/ChartSampler /app.html
 
 As you can see from this site, the source can be downloaded (zip file).
 
 I have already downloaded the zip file and was trying to load it through FB3 
 via menu item - File | Import | Flex Project but it gives me the message that 
 it is not a valid Flex Project.
 
 Next that I did was to simply unzip the file and copy the source codes 
 (including the directory structure of those in the zip) and placed them into 
 the source folder (SRC) of the New Flex Project which I created.
 
 When I try to run the application, it gives me a message saying Errors exist 
 in required project(s):
 
 ChartSampler
 
 Proceed with Launch?
 
 How would I be able to load properly all the components which I have 
 downloaded from the demo site and run it successfully? Am I missing something?
 
 Thanks.



   


  

Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Hi Sean

The charting component I got on a separate download (datavisualization.swc and 
datavisualization_rb.swc) which I included in the Flex project properties.

Regards,

Angelo





From: seanmcmonahan s...@seanmonahan.org
To: flexcoders@yahoogroups.com
Sent: Saturday, 3 October, 2009 1:12:23
Subject: [flexcoders] Re: New to FlexBuilder Development Tool

  
Not sure if that demo uses the Flex charting components, but another thing to 
be aware of is that charting is only available in Flex Builder Professional.  I 
think you get a 30 or 60 day demo so if you just installed that shouldn't be 
the problem.

--- In flexcod...@yahoogro ups.com, Angelo Anolin angelo_anolin@ ... wrote:

 Finally, I got my own FlexBuilder standard edition.
 
 I am quite new to this tool.  I have mostly developed apps by simply using 
 the command line compiler.
 
 I am browsing for some examples to load to my FB3 and I found this example:
 
 http://demo. quietlyscheming. com/ChartSampler /app.html
 
 As you can see from this site, the source can be downloaded (zip file).
 
 I have already downloaded the zip file and was trying to load it through FB3 
 via menu item - File | Import | Flex Project but it gives me the message that 
 it is not a valid Flex Project.
 
 Next that I did was to simply unzip the file and copy the source codes 
 (including the directory structure of those in the zip) and placed them into 
 the source folder (SRC) of the New Flex Project which I created.
 
 When I try to run the application, it gives me a message saying Errors exist 
 in required project(s):
 
 ChartSampler
 
 Proceed with Launch?
 
 How would I be able to load properly all the components which I have 
 downloaded from the demo site and run it successfully? Am I missing something?
 
 Thanks.



   


  

Re: [flexcoders] Re: New to FlexBuilder Development Tool

2009-10-06 Thread Angelo Anolin
Thanks for the heads up, although I do some coding already with Flex, although 
when I compile my app into SWF, I only utilize the command line compiler, 
whereas the FlexBuilder IDE is quite new to me.

Regards,

Angelo





From: GeorgeB grg_b...@yahoo.com
To: flexcoders@yahoogroups.com
Sent: Friday, 2 October, 2009 17:31:15
Subject: [flexcoders] Re: New to FlexBuilder Development Tool

  
Hi,

I would suggest you first try 
http://www.adobe. com/devnet/ flex/?view= gettingstarted

--- In flexcod...@yahoogro ups.com, Angelo Anolin angelo_anolin@ ... wrote:

 Follow up on this.
 
 When I click on the Proceed button, when the message Error exist in required 
 project(s): appears when I try to run the application, the application opens 
 up in the browser but no control or components seems to be loading up.
 
 I would appreciate some help on this.
 
 Thanks.
 
 Regards,
 
 Angelo
 
 
 
 
  _ _ __
 From: Angelo Anolin angelo_anolin@ ...
 To: flexcod...@yahoogro ups.com
 Sent: Friday, 2 October, 2009 14:52:00
 Subject: [flexcoders] New to FlexBuilder Development Tool
 
 
 Finally, I got my own FlexBuilder standard edition.
 
 I am quite new to this tool.  I have mostly developed apps by simply using 
 the command line compiler.
 
 I am browsing for some examples to load to my FB3 and I found this example:
 
 http://demo. quietlyscheming. com/ChartSampler /app.html
 
 As you can see from this site, the source can be downloaded (zip file).
 
 I have already downloaded the zip file and was trying to load it through FB3 
 via menu item - File | Import | Flex Project but it gives me the message that 
 it is not a valid Flex Project.
 
 Next that I did was to simply unzip the file and copy the source codes 
 (including the directory structure of those in the zip) and placed them into 
 the source folder (SRC) of the New Flex Project which I created.
 
 When I try to run the application, it gives me a message saying Errors exist 
 in required project(s):
 
 ChartSampler
 
 Proceed with Launch?
 
 How would I be able to load properly all the components which I have 
 downloaded from the demo site and run it successfully? Am I missing something?
 
 Thanks.