Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread David Clark



The only proviso that I can think of is the security sandbox. You can only connect to network resources in the same domain or with a crossdomain policy file allowing the originating domain access.Getting the crossdomain file from an FTP server could be tricky. I am not certain, but I imagine that would entail running an HTTP or XMLSocket  server from the same domain as the FTP server and loading the crossdomain file that way (with 
Security.loadPolicyFile).-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] jumpy breakpoints

2006-06-29 Thread David Clark



Yes, I had this problem with F2B3. Often found that closing FlexBuilder and reopening would let me put the breakpoint where I wanted. Also had problems a few times getting the debugger to start - it would not break on breakpoints.
I didn't see anyone else with the same problems so I uninstalled and re-installed and no longer had the same problems... Figure it was some config or installer problem... meh, it was a beta :) (Damn good beta...)
_david

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] switching from beta 3 to the real thing?

2006-06-28 Thread David Clark



Just a couple of things:Final seems to work side by side with beta3.Final managed to switch to my beta3 workspace.All of my beta3 projects (small test projects) work with Final.I believe that there are no change log notes indicating changes between beta3 and Final.
Also: there is at least one bug (the one I reported) that has been fixed in Final :)Why not install on another machine if you have one, then just see if it works? If you can spend a half day checking and maybe fixing a couple problems and you are done. If you run into trouble just go back to beta3.
-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] cornerEadius

2006-06-28 Thread David Clark



 mx:Canvas x=44 y=34 width=200 height=200 borderStyle=solid cornerRadius=10 /mx:Canvasnote case - MXML is case sensitive
-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Expand all items of a tree

2006-06-28 Thread David Clark



Seems to work for me. If you change the code for expand() in Martine's example to : private function expand():void {  myTree.selectedIndex = 0;  myTree.expandChildrenOf(myTree.selectedItem
, true); }It works without clicking on the tree first...-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Generate sound

2006-06-28 Thread David Clark



Anyone know if it is possible to generate sound / tones from flash / flex? Something like a beep function to play a sound of a certain frequency, though not by loading a sound file.Thanks-- 
davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] beta 3 to rtm changes

2006-06-28 Thread David Clark



Is there going to be a document Flex 1.5 to Flex 2.0 changes that summarises all of the changes between versions?On 6/28/06, m_chotin 
[EMAIL PROTECTED] wrote:








  



Not sure why this hasn't posted yet via email, trying from web interface.

http://weblogs.macromedia.com/flexteam/archives/2006/06/flex_2_changes.cfm



  


__._,_.__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Generate sound

2006-06-28 Thread David Clark



I was bored and playing around with something that I wrote in c# a while ago... I guess one could generate the byte array that the Sound class holds... not much doco on the internals of that class though... maybe if it could use a simple format like wav or something...
anyways, enough rambling... when? :) soon? hahah. only kiddding... but seriously if you feel like throwing code my way before you post it / before it works... I am up for that :)What is the address of your blog?
See you.-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Debugging RTMP

2006-06-20 Thread David Clark



Is there any tool that can debug (monitor) RTMP traffic from flex2b3 to FMS2?I am still trying to figure out what is going on with NetConnection.connect arguments missing, but now I realise that there is no longer any way to see what is being passed in connect or call requests. There used to be NetConnection Debugger but that does not work anymore, I found one adobe site that talks about a Network Debugger but I cannot find it, ServiceCapture does not do RTMP yet.
Anyone shed any light?-- davidMany people die at twenty five and aren't buried until they are seventy five. - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Flex2b3 NetConnection.connect arguments

2006-06-19 Thread David Clark



Hi,Trying to connect from Flex to FMS2 using NetConnection passing an object argument. Any object type arguments seem to be ignored...I have existing Flash to FMS code that works something like this:
nc = new NetConnection();nc.connect(rtmp://localhost/ComponentTest, {name:test, data:foobar});on the server side you can then:application. obj){
 trace(obj); trace(obj.name);
 trace(obj.data);
etc...but now from Flex any arguments other than String or Number type get skipped over, I receive the arguments before them and ones after but not those ones, ie:connect(rtmp://localhost/ComponentTest, aaa, {bbb:bbb}, ccc);
with on the server sideonConnect(client, one, two, three){gives me>two = cccthree = undefinedI have tried other ways of delaring the object (just in case this particular one is not correct). Originally I was trying to pass an instance of a class that I created. That is wen I found tat I could not even pass a simple Object.
The docs still indicate that the arguments parameters can be of any type. Anyone else trying to use FMS with Flex and done this or seen this problem?Thanks.-- davidMany people die at twenty five and aren't buried until they are seventy five.
 - Benjamin Franklin

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Flex2b3 NetConnection.connect arguments

2006-06-19 Thread David Clark



Thanks for your response Peter, I already have the defaultObjectEncoding set to AMF0 (from Brian Lesser's code):   NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0;   SharedObject.defaultObjectEncoding
 = flash.net.ObjectEncoding.AMF0;just to be sure I set objectEncoding to AMF0 for the instance that I am using with no effect. If you don't set the objectEncoding you get a NetStatus error with description objectEncoding error.
Thanks-- davidOn 6/19/06, Peter Farland [EMAIL PROTECTED] wrote:









  






Add the following line (where the ObjectEncoding class is in the 
flash.net package along with NetConnection):


nc.objectEncoding = 
ObjectEncoding.AMF0;

In 
ActionScript 3.0, the default object encoding for NetConnection is AMF 3, 
however FMS2 uses the legacy AMF 0.


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] VBox mouseOut: calls the function before actually mousing out?

2006-06-01 Thread David Clark



I think that you are seeing two different things that you probably are not expecting.Firstly, the controls inside the VBox will also raise mouseOut event and these will bubble up to your handler on the VBox.Secondly, when the mouse moves from being in only the VBox to being in another control, even one that is contained inside the VBox, that will still generate a mouseOut from the VBox.
Fortunately there is another MouseEvent you can use: RollOut. The purpose of the 
rollOut event is to 
simplify the coding of rollover behaviors for display object containers with 
children. When the mouse leaves the area of a display object or the area of any 
of its children to go to an object that is not one of its children, the display 
object dispatches the ROLL_OUT event.-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] NumericStepper no maximum value

2006-05-29 Thread David Clark



Hello,Does anyone know of a way to create a NumericStepper without a specified maximum value?Thanks-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] var as destination of binding

2006-05-29 Thread David Clark



Hello,Is there any way to specify a variable as the destination of a binding or is it only possible for it to be the source?What I thought you could do was bind a variable to (say) the value property of a slider then if the variable changed the slider would change (that works) and if you change the slider then the variable would change (this does not)
Possibly it is not meant to work like that? you can achieve the same effect with the changed event, handle the event and update the variable yourself, but I was hoping that binding worked in that direction also... It does for datagrid doesn't it? Changed in the table are reflected in the datagrid and edits in the datagrid are reflected in the table? Maybe I am wrong about that?
Thanks-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] var as destination of binding

2006-05-29 Thread David Clark



On 5/29/06, JesterXL [EMAIL PROTECTED] wrote:









Binding is one way. You can get 2 ways 
viadouble-binding, the binding tag, or binding to a getter/setter. 
There is another way via The way I was trying was the double binding with mx:Binding but it does not seem to work with HSlider... TextInput is fine...?xml version=
1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Script
  ![CDATA[   [Bindable]   public var value:Number = 13;  [Bindable]   public var str:String = test;  ]] /mx:Script
 mx:HSlider id=mySlider x=10 y=10 minimum=0 maximum=20 / mx:HSlider id=mySlider2 x=10 y=36 minimum=0 maximum=20 /
 mx:Binding source={value} destination=mySlider.value / mx:Binding source={value} destination=mySlider2.value / mx:Binding source={
mySlider.value} destination=value / mx:TextInput id=my_ti x=10 y=202/ mx:TextInput id=my_ti2 x=10 y=232/
  mx:Binding source={str} destination=my_ti.text / mx:Binding source={str} destination=my_ti2.text / mx:Binding source={my_ti.text} destination=str /
/mx:Application-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] var as destination of binding

2006-05-29 Thread David Clark



GAH!value is a reserved word.My bad, all works. Happy now.-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Resizing (height and width not Bindable)

2006-05-25 Thread David Clark



Hi,This is an is there a better way question.I have an mxml component based on TitleWindow. I create it with CreatePopUp. I want it to take the entire area of its parent, so, I define its height={
parent.height} and similarly for the width. This is fine, however height does not seem to be Bindable (perhaps none of these properties are?) So as I want this component to respond by resizing when its parent resizes, I have it listen for the resize event of its parent and change the size in the handler.
This works just fine, but as I said, is there a better way? Seems to me that if the height and width were Bindable then the resize would happen automatically whenever the values change.Thanks.
-- davidThe difference between theory and practice is that in theory, there is no difference between theory and practice






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] ObjectUtil.compare seems a little incorrect for Boolean values

2006-05-19 Thread David Clark



>From the help for the as operator (search for operators):Returns the first operand if it is a member of the data type specified by the 
second operand.The important bit is if it is a member.Number(a) will give you 1 and 0 though. I'm not sure if this is going to help you much for your specific problem with compare though. I would almost say that it was a bug...
-- davidMay the forces of evil become confused on the way to your house.







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Problem Dispatching Event.CLOSE

2006-05-19 Thread David Clark



I am playing around with FlashVNC. There was a TitleWindow control that has a handleDisconnect function for its close event. From there the Event.CLOSE event is dispatched. This event is handled by the main app to close the TitleWindow.
But when it is dispatched it throws:TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to mx.events.CloseEvent. at flash.events::EventDispatcher/dispatchEvent()
 at flashvnc.view::VncPanel/flashvnc.view:VncPanel::handleDisconnect()[C:\Program Files\IFBIN\examples\xbe\ebfa163f6f50ac991d46b283effd8c2384611f88\FlashVNC_B2\flashvnc\view\VncPanel.mxml:375] at flashvnc.view::VncPanel/___TitleWindow1_close
()[C:\Program Files\IFBIN\examples\xbe\ebfa163f6f50ac991d46b283effd8c2384611f88\FlashVNC_B2\flashvnc\view\VncPanel.mxml:23] at flash.events::EventDispatcher/dispatchEvent() at mx.containers::Panel/mx.containers:Panel::closeButton_clickHandler
()[C:\dev\beta3\sdk\frameworks\mx\containers\Panel.as:1520]It is only when it tries to dispatch Event.CLOSE, if I change it to myclose or something it is fine.I have coded up the same kind of thing an a test app and it seems to work fine.
the line of code is just:dispatchEvent(new Event(Event.CLOSE));?Any ideas? Is it something to do with the fact that the handler is the handler for Event.CLOSE? (but in a different event hierarchy?)
Thanks-- davidMay the forces of evil become confused on the way to your house.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Little green arrow in builder

2006-05-18 Thread David Clark



Hello,Can someone tell me what the little green arrow on the icon for a file in flex builder means? The arrow is normally there (I have noticed) for the .mxml file, but not there (at least in the FlashVNC project that I am looking at) for the .as file.
I just got through updating the source for the changes between beta2 and beta3 and it compiles and runs just fine. But I was trying to trace a problem with the Event.CLOSE event. I toggled a breakpoint in the FlashVNC.as
 file, and I got 21 errors on the next compile like The private attribute may be used only on class property definitions. And I see the mysterious little green arrow pointing to the right on the icon for that file.
I am guessing that it means compile this file as a separate class or something like that... but how do I turn it back the way it was!?Thanks-- davidMay the forces of evil become confused on the way to your house.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Little green arrow in builder

2006-05-18 Thread David Clark



Okay, I have more info.It seems to be a bug in builder - once a file is put in the list of application it cannot remove it.I was able to edit the .actionScriptProperties file to manually remove it and my app worked again. However as soon as I open the AS file it gets put into the list of applications again! argh.
It seemed to get added to the list initially when I tried to debug into it... how can one do that? I can manage to call functions in AS fies as long as it is never marked as an application. If that ever happens I cannot find any way to fix it.
-- davidMay the forces of evil become confused on the way to your house.






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.