LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-10-2005, 09:07 PM
[PAUL FERRIE]'s Avatar
[PAUL FERRIE] [PAUL FERRIE] is offline
Glasgow Flash Developer
 
Join Date: Feb 2005
Location: United Kingdom
Posts: 7,756
Rep Power: 16
[PAUL FERRIE] is on a distinguished road
mx2004 scrollpane pain in the ****

// First time poster here

Hi guys,
I have started looking into using AS 2
One of the main reasons for moving onto AS 2 is the new scrollBar, well snazzy.
So ok i start off with a section of my site
News blogg:
Load data from database and attachMovie to populate
Actionscript:
for (count=0; count<archiveCount; count++) {
 // Attach a news MC to the canvas
 holder.attachMovie("bloggs", "news"+count, count);
 // Set Y positions for t MC
 holder["news"+count]._y = nextY;
 // Set details
 holder["news"+count].newsTitle = this["news"+count+"newsTitle"];
 holder["news"+count].newsViews = this["news"+count+"newsViews"];
 holder["news"+count].newsID = this["news"+count+"newsID"];
 // Set next MC to be put just below this one on canvas
 nextY += Math.ceil(holder["news"+count]._height-2);
}
if (count == archiveCount) {
 gotoAndStop(10);
}
With the mx scollpane i would have
Actionscript:
thePane.setScrollContent(holder);
How do i attach "holder" to the scrollpane 2004

cheers
paul
P.S When i publish the movie the content is loaded into holder but the scrollpane just has na outlined box round the holder
I am publishing player 7 AS 2
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
scrollpane + textarea problem... albert105 Flash MX 2004 2 02-27-2007 09:42 PM
Scrollpane Glitch madM1k3y Flash MX 2004 1 11-22-2006 02:38 PM
scrollpane redraw? tommy rehulka Actionscript 2.0 Components 4 09-24-2006 12:12 PM
newbie scrollpane problem quaich Actionscript 1 Components 9 09-02-2006 03:47 AM
Scrollpane issue wlapcevic Flash MX 2004 4 12-12-2004 04:04 PM




All times are GMT. The time now is 05:48 PM.