[flexcoders] Passing out of school/college?

2012-05-10 Thread HT Campus
Dear 
candidate, 
 
As you start 
evaluating colleges to study in, be it at a graduate or post graduate level, 
many questions come to mind:
Which colleges should I apply to?
Is 
this course going to help me in my career?
Will I get good placements after I graduate from this college?
 
Don’t worry. Answers to all these 
questions are now just a click away
Log on toHTCampus.com,your 
one stop destination for all your education needs.
· Get detailed 
information on over 26000 colleges across courses
· Use tools such as the Compare colleges feature or the Future Salary 
Calculator  
· Interact  with experts and your 
peers and get personalized answers to your queries
Click hereto get started. 
We look 
forward to helping you make the right decision for a brighter future.  
 
Best 
Regards, 
Ambika Singh


RE: [flexcoders] Loading the IDE (Flash Builder) error

2012-05-10 Thread Davidson, Jerry
I spoke too soon.  We are suing ClearCase and I can't check out and
update a module now without the error.

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Davidson, Jerry
Sent: Wednesday, May 09, 2012 11:02 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Loading the IDE (Flash Builder) error

 

  

I got the following error on opening Flash Builder 4 Premium (4.0.1
build 277662):

 

A problem occurred when opening project wvs-flexlib.  Try quitting and
restarting the application.  If the problem persists, you might be using
an unsupported project version, or your project files might be
corrupted.

 

Here are the projects in the workspace:

 

wvs-app

WdsAppWebService

wvs-flexlib

JSR-109 Web Services

 

Assuming the third is where the problem is, here is what is in it:

 

wvs-flexlib

bin

wvs-flexlib.swc

src

+ containers

ExtendedCanvas.as

+ Errors

ErrorUtril.as

+ interfaces

ILinkRenderer.as

ISearch.as

ISwitchableScreen.as

+ renderers

LinkTextRenderer.mxml

+ skins

(5 mxml files, 1 as
file)



I see no errors in the application (335 warnings and 0 others).  That
particular swc file is in the main (wvs-app) project's build path.  This
just started for the first time today.  Ignoring it, the application
runs fine on my machine.

 

A continuing problem is Maven.  Since I've been using Flash builder I
get this warning that I usually ignore:

 

Maven Integration for Eclipse JDK Warning

The Maven Integration requires that Eclipse be running in a JDK, because
a number of Maven core plugins are using jars from the JDK.

 

Please make sure the  -vm option in eclipse.ini is pointing to a JDK and
verify that Installed JREs are also using JDK installs.

 

As I'm not using anything called Maven, how can I get rid of it?

 

 

 

Jerry Davidson





[flexcoders] robotlegs

2012-05-10 Thread John McCormack
Hi there.

I am about to start some small AS3 projects.

I do like the idea of the structure that robotlegs offers and am 
considering whether to invest the time to get into it.

Please let me know if...

a) you use robotlegs and like it.
b) you consider it worthwhile for small projects.

Thanks

John



[flexcoders] ScrollPane

2012-05-10 Thread Rogerio Gonzalez
Hello everybody!

Any of you are using the ScrollPane with Air in iPad?
Seems that they do not implement swipe on this component... is that true?


Regards!

Rogério Gonzalez


[flexcoders] utf-8 format with csv extension

2012-05-10 Thread michael_regert
I want to save a file in utf-8 encoding format (NOT utf-8 without BOM). There 
is no explicit information on Adobe Charset support page 
(http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/charset-codes.html)
I want to save the file in utf-8 format with csv extension. I have tried the 
following but i am getting what i want:
byte.writeMultiBytes(fileContent,utf-8);
I have also tried,
unicode-1-1-utf-8,
unicode-2-0-utf-8,
x-unicode-2-0-utf-8.
I have also tried with other methods as well but still not getting the required 
encoding format:
writeUTF(var:String)
writeByte(var:String)
Here's what I have right now,
var fileReference:FileReference = new FileReference();
var bytes:ByteArray = new ByteArray();

// SAVING file in utf-8 encoding format.
bytes.writeUTFBytes(this.fileContents);
fileReference.save(bytes, PluginLog.csv);
closePopup(null);




Michael J. Regert
Software Development Sr. Engineer
Dell | Enterprise Systems Management
office +1 512 728 4483
fax +1 512 723 1952
Dell Inc. One Dell Way, MS RR5-30, Round Rock, TX 78682