Welcome, Guest. Please login or register.
Did you miss your activation email?
02/08/12, 08:42
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  V2 Components (Flash MX 2004 - Flash 8) (Moderators: vesa kortelainen, Ronald Wernecke, Jorge Solis, ..:: Mazhar Hasan ::.., papachan)
| | |-+  scrollPane Glow
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: scrollPane Glow  (Read 8363 times)
Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« on: 11/30/05, 16:58 »

I have a scrollPane where I set the border_mc to  height=0 and width=0 but I still get a green glow when I use the scroll bar. I thought I had removed all the ScrollThemeColor items from the Scroll Bar Attributes in the Library, but this one still shows up.

Any idea on where I should look for this, or is there a setting I am just forgetting?
Logged
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14593


View Profile
« Reply #1 on: 12/01/05, 04:11 »

Why don't use scrollPane._visible = false ?

Jorge
Logged

Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« Reply #2 on: 12/01/05, 11:32 »

When I tried that the data inside th scrollPane won't show. I want the data to show, but not the green halo effect when I select the scrollbar to scroll throuhg the data.
Logged
Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« Reply #3 on: 12/01/05, 11:36 »

Found the command I could not get.

   myPane.drawFocus=false;

For anyone else with this issue and needs a solution.
Logged
Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« Reply #4 on: 12/01/05, 15:58 »

Out of curiousity, does anyone know if you can switch the scrollbar to the left hand side of the scrollPane?
Logged
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14593


View Profile
« Reply #5 on: 12/02/05, 04:05 »

As far as I know, nop, but post if you find it

Jorge
Logged

Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« Reply #6 on: 12/02/05, 08:22 »

Will do!
Logged
Truthtob
Server what's that
*
Posts: 1


View Profile
« Reply #7 on: 12/06/05, 15:50 »

After studying the ScrollPane class and its related sub-classes, I fished around and found that you can directly refer to the scrollbar movie clips within the ScrollPane. I dont think this is documented but it works.


_root.scrollPane1.vScroller._x = 0;

you might also want to offset the content so you dont cover up anything inside the scrollPane

_root.scrollPane1.setHPosition(-15);

Obviously, you can also refer to hScroller  as well.  If you look inside the scrollPane.as class file, you can see all sorts of properties, methods and objects that are actually available through actionscript. 

brian
Logged
Erik Sternberger
Seasoned Programmer
***
Posts: 113



View Profile WWW Email
« Reply #8 on: 12/08/05, 16:27 »

Sweet, I will have to give this a try.
Logged
bradinho
Server what's that
*
Posts: 1


View Profile Email
« Reply #9 on: 03/27/07, 20:03 »

After studying the ScrollPane class and its related sub-classes, I fished around and found that you can directly refer to the scrollbar movie clips within the ScrollPane. I dont think this is documented but it works.


_root.scrollPane1.vScroller._x = 0;

you might also want to offset the content so you dont cover up anything inside the scrollPane

_root.scrollPane1.setHPosition(-15);

Obviously, you can also refer to hScroller  as well.  If you look inside the scrollPane.as class file, you can see all sorts of properties, methods and objects that are actually available through actionscript. 

brian

Man you save my life thanks a million time, I can play with the scroller height and width now without havin to touch the scrollpane size

bradinho
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything