RE: [flexcoders] how to stop tab from changing

2006-12-06 Thread Shannon Hicks
I did this (ironic I had the same problem at the same time), but now I have
the undesired effect of the tab switching, then immediately switching back.
 
Suggestions?
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, December 05, 2006 11:39 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] RE: [flexcoders] how to stop tab from changing




Hmm, that looks ok.  Maybe a timing issue with the rendering? Try setting
the selectedIndex using callLater.

Tracy

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Yiðit Boyar
Sent: Tuesday, December 05, 2006 7:58 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to stop tab from changing

i have an accordion, in which when the user clicks sth inside the first tab;
the second tab is loaded.
the problem is that; i have to prevent user from opening the second tab. i
need to show an error and reselect the 1st tab.
to make this; i have added an event listener for the change event of the
accordion but; i can give the error, but can not
reselect tab 0.
my code is below, can anyone help me please?
thanks..
---
private function tabChangeControl(e:Event):void{
if(accordi.selectedIndex == 1  bilgiler.enabled==false){
e.preventDefault();
Alert.show('Önce görev seçmelisiniz','Hata'); //error
message
accordi.selectedIndex=0; //THIS DOES NOT WORK!!!
}
}

  _  

Need a quick answer? Get one in minutes from people who know. Ask your
question on Yahoo!
http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1
NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx Answers.

 


RE: [flexcoders] how to stop tab from changing

2006-12-05 Thread Tracy Spratt
Hmm, that looks ok.  Maybe a timing issue with the rendering? Try setting the 
selectedIndex using callLater.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yiðit 
Boyar
Sent: Tuesday, December 05, 2006 7:58 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to stop tab from changing

 

i have an accordion, in which when the user clicks sth inside the first tab; 
the second tab is loaded.
the problem is that; i have to prevent user from opening the second tab. i need 
to show an error and reselect the 1st tab.
to make this; i have added an event listener for the change event of the 
accordion but; i can give the error, but can not
reselect tab 0.
my code is below, can anyone help me please?
thanks..
---
private function tabChangeControl(e:Event):void{
if(accordi.selectedIndex == 1  bilgiler.enabled==false){
e.preventDefault();
Alert.show('Önce görev seçmelisiniz','Hata'); //error 
message
accordi.selectedIndex=0; //THIS DOES NOT WORK!!!
}
}

 



Need a quick answer? Get one in minutes from people who know. Ask your question 
on Yahoo! Answers 
http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx
 .