Advanced Flash Components
Search!
Search!
Home >  Forum
  SearchSearch   
getTotalItems

 
Post new topic   Reply to topic     Forum Index -> Flow List
View previous topic :: View next topic  
Author Message
scellino02
AFC Space Invader


Joined: 29 May 2007
Posts: 83
Location: Italia

PostPosted: Tue Apr 29, 2008 5:42 pm    Post subject: getTotalItems Reply with quote

Hi to all,
I use this code to read the Total Items in myFlow:
Code:
var eventListener = new Object();
      eventListener.CONTENT_LOAD_PROGRESS = function(evnt){
      var TotalItems:Number = myFlow.getTotalItems();
      }


In my flash I have this function:
Code:

I=0
function createQUAD(){
   var eventListener = new Object();
      eventListener.CONTENT_LOAD_PROGRESS = function(evnt){
      var TotalItems:Number = myFlow.getTotalItems();
      }

   if(I<=TotalItems){
...
....
.....
.....


bat not work!!!
because I can not recover the TotalItems value in my function?

Tanks
Back to top
View user's profile Send private message
nerfkhat
AFC Team


Joined: 19 Nov 2007
Posts: 2105

PostPosted: Tue May 06, 2008 8:52 pm    Post subject: Reply with quote

Hi,
Try this instead. I believe that is a read only property.
Code:

function eventHandler(event:Event){
   trace(myFlow.getTotalItems);
}
myFlow.addEventListener(FlowListEventEvent.XML_LOAD_COMPLETE, eventHandler);


Thanks,
Nerath
Back to top
View user's profile Send private message
amogiz
AFC Member


Joined: 18 May 2009
Posts: 5

PostPosted: Tue Sep 15, 2009 4:59 pm    Post subject: How do you print This ? Reply with quote

Sorry, but i could not find how to print the total numbers of item and the number of the selected item ?
Thanx a lot !!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Flow List All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group