Re: [flexcoders] Re: Flash MiniBuilder: online AS3 IDE

2009-07-08 Thread Victor
Yes, quite a few things were fixed, but the verify error seem to come from an 
older version of FlashPlayer
The app needs Player 10, as it uses Vector and lots of other new features.

Please comment on my blog if you are interested in the project, I'll be off 
this list, it has too much activity for me.

About plans, planty of plans. But I'll not venture to make it public as I don't 
know how much time I'll have.
At a minimum, anyone will be able to install it on his blog to show his AS3 
examples in an interractive way.

Best regards,
Victor
http://www.victordramba.com/






From: Sam Lai samuel@gmail.com
To: flexcoders@yahoogroups.com
Sent: Wednesday, July 8, 2009 6:58:24 AM
Subject: Re: [flexcoders] Re: Flash MiniBuilder: online AS3 IDE





I guess Victor fixed a few things after you tried it valdhor, because
it works fine for me. I'm using Chrome and I believe the release
player though, so that might be why.

Pretty cool, would be nice to have a bit more response from the
compiler when compiling though.

What are the big plans for this, apart from being a cool proof of concept?

2009/7/8 valdhor valdhorlists@ embarqmail. com:


 On going to that page I get...

 VerifyError: Error #1033: Cpool entry 58 is wrong type.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ TextArea_ disabledImage is not defined.
 ReferenceError: Error #1065: Variable OrangeLookAndFeel_ Button_defaultIm age
 is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ TableHeader_ cell_rolloverIma ge is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ Frame_maximizeIc on_rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ SplitPane_ arrowUp_defaultI mage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ TabbedPane_ arrowRight_ rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ ScrollBar_ arrowLeft_ disabledImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ ScrollBar_ thumbVertical_ iconDisabledImag e is not 
 defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ SplitPane_ arrowLeft_ rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ RadioButton_ pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ TabbedPane_ closeButton_ pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ ToggleButton_ pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ Frame_maximizeIc on_defaultImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ ProgressBar_ horizotalFGImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ TextField_ uneditableImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ SplitPane_ arrowRight_ defaultImage is not defined.
 ReferenceError: Error #1065: Variable OrangeLookAndFeel_ System_hResizeCu rsor
 is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ CheckBox_ disabledImage is not defined.

 plus hundreds more.

 I finally gave up.

 --- In flexcod...@yahoogro ups.com, Victor D. bras_...@.. . wrote:

 This project, currently named ActionScript MiniBuilder, features
 code assist (code completion) for ActionScript 3 and compilation of
 one-file AS3 SWF. It runs in your browser, you only need Flash Player
 10 and Java. The code assist part is written in pure ActionScript. The
 compiler runs in a Java applet.

 Check it out:
 http://www.victordramba.com/?p=31



 

   


  

[flexcoders] Re: Flash MiniBuilder: online AS3 IDE

2009-07-07 Thread valdhor
On going to that page I get...

VerifyError: Error #1033: Cpool entry 58 is wrong type.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_TextArea_disabledImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_Button_defaultImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_TableHeader_cell_rolloverImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_Frame_maximizeIcon_rolloverImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_SplitPane_arrowUp_defaultImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_TabbedPane_arrowRight_rolloverImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_ScrollBar_arrowLeft_disabledImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_ScrollBar_thumbVertical_iconDisabledImage is not
defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_SplitPane_arrowLeft_rolloverImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_RadioButton_pressedImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_TabbedPane_closeButton_pressedImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_ToggleButton_pressedImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_Frame_maximizeIcon_defaultImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_ProgressBar_horizotalFGImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_TextField_uneditableImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_SplitPane_arrowRight_defaultImage is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_System_hResizeCursor is not defined.
ReferenceError: Error #1065: Variable
OrangeLookAndFeel_CheckBox_disabledImage is not defined.

plus hundreds more.

I finally gave up.

--- In flexcoders@yahoogroups.com, Victor D. bras_...@... wrote:

 This project, currently named ActionScript MiniBuilder, features
 code assist (code completion) for ActionScript 3 and compilation of
 one-file AS3 SWF. It runs in your browser, you only need Flash Player
 10 and Java. The code assist part is written in pure ActionScript. The
 compiler runs in a Java applet.

 Check it out:
 http://www.victordramba.com/?p=31




Re: [flexcoders] Re: Flash MiniBuilder: online AS3 IDE

2009-07-07 Thread Sam Lai
I guess Victor fixed a few things after you tried it valdhor, because
it works fine for me. I'm using Chrome and I believe the release
player though, so that might be why.

Pretty cool, would be nice to have a bit more response from the
compiler when compiling though.

What are the big plans for this, apart from being a cool proof of concept?

2009/7/8 valdhor valdhorli...@embarqmail.com:


 On going to that page I get...

 VerifyError: Error #1033: Cpool entry 58 is wrong type.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_TextArea_disabledImage is not defined.
 ReferenceError: Error #1065: Variable OrangeLookAndFeel_Button_defaultImage
 is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_TableHeader_cell_rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_Frame_maximizeIcon_rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_SplitPane_arrowUp_defaultImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_TabbedPane_arrowRight_rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ScrollBar_arrowLeft_disabledImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ScrollBar_thumbVertical_iconDisabledImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_SplitPane_arrowLeft_rolloverImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_RadioButton_pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_TabbedPane_closeButton_pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ToggleButton_pressedImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_Frame_maximizeIcon_defaultImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_ProgressBar_horizotalFGImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_TextField_uneditableImage is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_SplitPane_arrowRight_defaultImage is not defined.
 ReferenceError: Error #1065: Variable OrangeLookAndFeel_System_hResizeCursor
 is not defined.
 ReferenceError: Error #1065: Variable
 OrangeLookAndFeel_CheckBox_disabledImage is not defined.

 plus hundreds more.

 I finally gave up.

 --- In flexcoders@yahoogroups.com, Victor D. bras_...@... wrote:

 This project, currently named ActionScript MiniBuilder, features
 code assist (code completion) for ActionScript 3 and compilation of
 one-file AS3 SWF. It runs in your browser, you only need Flash Player
 10 and Java. The code assist part is written in pure ActionScript. The
 compiler runs in a Java applet.

 Check it out:
 http://www.victordramba.com/?p=31