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

2006-06-28 Thread Sonja Duijvesteijn



Thank you everyone for your insights in this. I will just stick with the beta for now and make sure to bundle it with the beta of the flashplayer when it's finished. I did expect this to be the outcome, but in a perfect world everything would still work , just better (;
Just thought I'd check since it's a lot more 'future proof' if I do get it to work with the real thing. Sonja2006/6/28, Tom Ortega <
[EMAIL PROTECTED]>:








  



Custom Item renderers are a bit funky.  There's a border now around the itemrenderers.Popup window syntax that worked in Beta 3 no longer compile in final release.That's two differences I found in the 5 minutes I looked at it.  I'd say wait, especially since so much rides on everything working.  Spend more of your time on your bugs.
-Tom 2On 6/28/06, David Clark <
[EMAIL PROTECTED]> wrote:









  



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.
-- david"Many 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] switching from beta 3 to the real thing?

2006-06-28 Thread Sonja Duijvesteijn



Hi all,I've been working on a fairly large application for the last months. This project is the final thing i need to do before graduation, so it's very important everything works. The deadline is next week tuesday (6 days away) and I would love to hand in a version that is final, in stead one working from the beta. But, as always with projects I have quite a list of last minute fixes that need to be done and I have no idea how much time it will take switching from beta 3 to the real deal. 
So the question is, how much time does it take to switch over? Are there parts of code that changed drastically, are there any area's I could expect problems? If things don't work next week it means I'll fail, won't graduate and have to do my internship all over, costing 5 months. So, I'm hesitant to jump on the boat. But man, flex 2 is tempting! 
Kind regards,Sonja Duijvesteijn

__._,_.___





--
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] Arrangement, front back?

2006-06-28 Thread Sonja Duijvesteijn



When you are creating objects, the last created object will be on top, if that not what you want, change it.var index:int = container.getChildIndex(button);container.setChildIndex(button, index+1 );This will move the button in the container up 1 level in the view stack
Sonja2006/6/28, mthielman11 <[EMAIL PROTECTED]>:









  



OK this may be a really dumb question.  But, if I have two items say a box and then a button 
and I want the box to be layered behind the button how do i do that?  I do not see arrange 
front/back commands anywhere.


  















__._,_.___





--
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] How to recover from 'cleaning' project?

2006-06-15 Thread Sonja Duijvesteijn



Did you try project > clean... to stop the caching problem? Most of the time this works really well. I know that's not a solution but it might prevent this in the future.Otherwise, what helps me most of the time is 'delete project' but not contents, then just start the project again. Then any caching is gone. 
When you already have made a mess of things (and who hasn't at times) Mikes solution should do it.Sonja2006/6/15, Michael Schmalle <
[EMAIL PROTECTED]>:








  



Oh yeah,

You could also just copy in the swf's and html from another project rename them and recompile.

I have found this method is not so 'stable' but most of the time works.

Peace, MikeOn 6/15/06, Michael Schmalle <
[EMAIL PROTECTED]> wrote:
Hi,

This is what I do,

Rename your project, oldProj or something. 

Create a new project with the same name as your old one. If I were you
with this still in beta, rebuild your project if not to complicated. In
the new project, you then have new swf's and .html files.

You also could copy the files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston <

[EMAIL PROTECTED]> wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

-- What goes up, does come down.

  















__._,_.___





--
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] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn



Thank you Tom, I think that's not in the documentation as well, but not exactly what I mean.I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 
Sonja2006/6/14, Tom Chiverton <[EMAIL PROTECTED]>:
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote:> The documentation gives enough help for the advanced topics (putting in> your own colours) but forgets the basics.You mean like where it uses selectedColor ?
 :-)--Tom ChivertonThis email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.
CONFIDENTIALITYThis email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.  If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
For more information about Halliwells LLP visit www.halliwells.com.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~-->Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~->--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/


__._,_.___





--
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] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn



Sending another mail on this question as it might not have been obvious that i'm still looking for the answer. I realise it should be really easy but i'm at a loss here.When a user selects a colour from the STANDARD colorpicker, how do I get the hexadecimal value?
Sonja2006/6/14, Sonja Duijvesteijn <[EMAIL PROTECTED]>:
Thank you Tom, I think that's not in the documentation as well, but not exactly what I mean.I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 
Sonja2006/6/14, Tom Chiverton <[EMAIL PROTECTED]
>:
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote:> The documentation gives enough help for the advanced topics (putting in> your own colours) but forgets the basics.You mean like where it uses selectedColor ?
 :-)--Tom ChivertonThis email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.
CONFIDENTIALITYThis email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.  If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
For more information about Halliwells LLP visit www.halliwells.com.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~-->Home is just a click away. Make Yahoo! your home page now.

http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~->--Flexcoders Mailing ListFAQ: 

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/




__._,_.___





--
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] colorPicker, getting the colour out

2006-06-13 Thread Sonja Duijvesteijn



When I use custom objects or an array to fill the colorpicker everything works like a charm. But when I try to use the colorpicker as it is I can't seem to get the selected color out as an hexidecimal value. I've tried 'selectedColor', 'selectedItem', and have trying to get 'selectedIndex' to admit colour, but no luck there either. 
The documentation gives enough help for the advanced topics (putting in your own colours) but forgets the basics. How can I find out which colour is selected? (in hexidecimals)Thanks in advance,Sonja


__._,_.___





--
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] Why suddenly these ugly transparent popups

2006-06-08 Thread Sonja Duijvesteijn



I had the same problem, not sure where it came from however. setStyle("borderStyle", "solid") seemed to fix it. Hope this helps,Sonja Duijvesteijn
2006/6/8, wesubotnix <[EMAIL PROTECTED]>:









  



I have some problem with my popups, which has never occured before.
Now they suddenly show up with a transparent titlebar. Very ugly! The
titlebar says: 


	xmlns:mx="http://www.adobe.com/2006/mxml" width="800" height="600"
showCloseButton="true" close="PopUpManager.removePopUp(this);"
creationComplete="onCreationComplete();" alpha="1.0">

The parent of the popup is an AS-component which is rendered on
demand. Does it have anythin to do with this? Anyone has the same problem?


  















__._,_.___





--
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] Using E4X with attributes in XML tags

2006-06-08 Thread Sonja Duijvesteijn



some_label.text=xml_object.ItemID.Title.toString();You want the Title from the ItemID not from the xml object. some_label.text=xml_object.(@xmlns=="...").ItemID;
I'm not sure why it thinks that @xmlns doesn't exists but it should be == as it's not an assignment. Kind regards,Sonja Duijvesteijn2006/6/7, Charles <
[EMAIL PROTECTED]>:








  



Hi everyone,
 
This is a follow-up question from my last post < http://groups.yahoo.com/group/flexcoders/message/38691?threaded=1&var=1
 >.  I've managed to use an XML object instead of an XMLDocument object, so that I can utilize E4X to parse the XML.  BUT, my new problem is that for some xml results that are returned, the tags have attributes, and now the calls to access the child nodes don't work anymore.  For instance...

 
var xml_object = some.namespace.com">  // Item tag now has attribute xmlns="..."
 11579339 US Halo 2 (Xbox) USD
  http://somesite.com/somepicture.jpg
  PayPal 
 
So, calls that used to work to access child nodes, such as some_label.text=xml_object.Title, which would return the items title, used to work but now they just display nothing...?  I've tried using the @ attribute operator in calls such as 
some_label.text=xml_object.(@xmlns="...").ItemID, but still nothing (I actually get an error for that last call - undefined property 'xmlns').  So now I'm stuck until I can figure out how to access those child nodes with the attribute on there, or to somehow parse the XMl and remove the attribute before I try to access the child nodes.

 
Thanks in advance
 
 
Charles

  















__._,_.___





--
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] Catching a key press [Flex Beta2]

2006-06-01 Thread Sonja Duijvesteijn



Sorry, it send the mail too early:private var timeSinceKeyPress:Timer;private function init() {    textfield.addEventListener(KeyboardEvent.KEY_UP,keyPressed);     timeSinceKeyPress = new Timer(500);
 timeSinceKeyPress.addEventListener(TimerEvent.TIMER, stoppedTyping);}private function keyPressed(event:KeyboardEvent):void {    timeSinceKeyPress.reset();    timeSinceKeyPress.start();}
private var stoppedTyping(event:TimerEvent):void {    // whatever it needs to do. }So what it does is: When the first character is typed it starts a timer to check wether that's 500 ms ago already, if so, stop checking and do whatever you do. If someone types in between the timer is reset.
Code isn't checked so might be some slight mistakes, but this is the way you should look for a solution.Kind regards,Sonja Duijvesteijn2006/6/1, Sonja Duijvesteijn <
[EMAIL PROTECTED]>:I don't have any working code but it would be something like:
private var timeSinceKeyPress:Timer;private function init() {}2006/6/1, David Harris <

[EMAIL PROTECTED]>:Hi Guys,
Does anyone have an example like this:
I have a text input box and the user types in information.When they have finished typing I would like to fire off an event.The approach I would like is that once they have stopped typeing for500ms, the event gets fired.
Has any done something like this and would like to shared code?Cheers,David Yahoo! Groups Sponsor ~-->Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM~->
--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/









--
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] Catching a key press [Flex Beta2]

2006-06-01 Thread Sonja Duijvesteijn



I don't have any working code but it would be something like:private var timeSinceKeyPress:Timer;private function init() {}2006/6/1, David Harris <
[EMAIL PROTECTED]>:Hi Guys,Does anyone have an example like this:
I have a text input box and the user types in information.When they have finished typing I would like to fire off an event.The approach I would like is that once they have stopped typeing for500ms, the event gets fired.
Has any done something like this and would like to shared code?Cheers,David Yahoo! Groups Sponsor ~-->Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM~->--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/






--
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] Re: delete class instances

2006-05-16 Thread Sonja Duijvesteijn



Thank you for your swift answers, but either I just don't get it, or it's not working. I've changed the function stopPing to the following: private function stopPing():void {    ping = null;        trace("ping: " +ping);
}The trace does say (as expected) "ping: null", but it doesn't make the bad ping go away. Btw, there was a small mistake in my example, the click should obviously be on the button and not the textarea. 
Any other ideas/hints?






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





  




  
  
  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] delete class instances

2006-05-16 Thread Sonja Duijvesteijn



I've been working with Flex since last Februari, and since then I've been having a problem with classes. Since it's seemed foolish that I could not find the solution myself I've been hesitant to ask but here goes.How do you delete and instance of a class?! I've set up a small example with a class 'PingTime' which says 'ping' every second. And I'd like it to stop, but not just stop but completely remove the class out of memory. How do I do that? I'm sure there's a solution, and probably it's in the docs somewhere, but I just can't find it. 
How do I make the pinging stop?Kind regards,Sonja Duijvesteijnpackage sd.classes {  import flash.utils.Timer;  import flash.events.TimerEvent;  import mx.core.Application;    public class PingTime    {
        private var timer:Timer;                public function PingTime() {        timer = new Timer(1000);        timer.addEventListener(TimerEvent.TIMER, sayPing);        timer.start();            
        }                private function sayPing(event:TimerEvent):void {            Application.application.pingTxt.text += "ping "            timer.reset();            timer.start();
        }    }}http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
                    
    






--
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] [Q]F2B2: Classes must not be nested??

2006-04-05 Thread Sonja Duijvesteijn



You cannot make a class in the , by using  you put that code basically right there in the file. So, it's an include, instead of an import. Try this 
http://www.adobe.com/2006/mxml" xmlns="*"
    initialize="initApp()"    verticalGap="0"    pageTitle="FlexStore">
         import ShoppingCart;






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





  




  
  
  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] GENERAL actionscript question

2006-04-05 Thread Sonja Duijvesteijn



I'm not sure how Coldfusion gives results back, but i would assume the true or false is a string and not a boolean.         public function checkEmailExists():void {            if ((srv.checkEmail({email:userEmailInput.text
})) =="true"){            submitSignup.enabled = true;            }   else {            submitSignup.enabled = false;            }  }Also, what doesn't work?This line?  submitSignup.enabled
 = false;Or the if statement?Kind regardsSonja Duijvesteijn 






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





  




  
  
  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] marking an element of a tree as selected

2006-03-31 Thread Sonja Duijvesteijn



I've got a tree representing different pages, and you should be able to
delete a page (which is no problem). After the selected page is deleted
a new page should become active, and also be shown as active in the
tree. 

But I don't seem to be able to find how to do this. As I'm not too sure
which function I'm looking for it's hard to either google or such the
mailinglist. I've checked the language reference and the documentation,
but I can't seem to find it. 

Where can I find more information (or just a solution) to this? 

Thanks in advance,
Sonja Duijvesteijn






--
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] HTTPService: PHP-RSS-URL with parameters fails

2006-03-30 Thread Sonja Duijvesteijn



You are working with xml, so the url gives an error:url=""  href="http://news.smartcode.ch/index.php?id=1&type=100" target="_blank">http://news.smartcode.ch/index.php?id=1&type=100
"Replace the & with an & and you should be fine.Good luck,Sonja Duijvesteijn






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





  




  
  
  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] Singleton not usable?

2006-03-20 Thread Sonja Duijvesteijn



Hi all, I'm trying to make a singleton class as demonstrated below, but get the error: "a constructor may only be declared 'public'". Well, that error is clear, the reason for it is not however. Isn't it possible anymore to make a singleton class, or is there another method for it?
Class Singleton {private static var _instance:Singleton = null;private function Sinleton() {}public static function getInstance():Singleton {   if(Singleton._instance == null) {
  _instance = new Singleton();   }   return _instance;}}Any help would be much appreciated.

Kind regards,
Sonja Duijvesteijn






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





  




  
  
  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] remove child from xml

2006-03-17 Thread Sonja Duijvesteijn



I've been looking through the flex 2 actionscript and mxml reference trying to find a way to remove a child from the xml.var x:XML = Paragraph 1 Paragraph 2
I know I can add children at any specific location, but I would also like to be able to remove the second child for example. Is there any way to do this? 
Perhaps I've been overlooking some other source of documentation where this is explained. Any hints as where to look would be much appreciated.Kind regards,Sonja Duijvesteijn







--
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.