View Full Version : ScrollPane Border
Mizuki
03-04-2007, 11:49 PM
hello!! I had red almost all the questions about not show the border of the scrollpane but I haven't found the right solutions for this. I had tried borderstile, drawfocus, this.scrollPane_mc.boundingBox_mc._visible = false, please somebody help me, the border only appears when the mouse click over the scrollPane, :confused:
inhan
03-05-2007, 12:27 AM
this.createClassObject(mx.containers.ScrollPane, "my_sp", 1, {borderStyle:"none"});
my_sp.move(20, 30);
my_sp.setSize(180, 160);
my_sp.contentPath = "image1.jpg";
Mizuki
03-05-2007, 01:01 AM
Thank you for answer, but it doesn't work, help, any suggestion???:o
inhan
03-05-2007, 01:29 AM
What exactly are you trying to do? Don't you want to make the border (frame-like thing) invisible?
Mizuki
03-05-2007, 01:49 AM
This is the exactly problem, I have a scrollPane, inside there is a movie clip, inside the movie clip there are text box like InputText.
When I run the file .swf the borders there aren't, but when I fill the text box and then I clic over the scrollPane, the border is there, if a I fill again another text box the border is not there, if I clic over the scrollPane again the border is there. I know that my english is noy pretty fine, sorry for this, I hope so you can help me, please.
Mizuki
03-05-2007, 02:35 AM
21551
This is the border that only appear when I clic over the scrollPane, but when I fill the text box dissapear.
inhan
03-05-2007, 02:39 AM
Check the example.
Mizuki
03-05-2007, 05:37 AM
Thank you very much for your help!! ;) Finally I could resolve my problem.
inhan
03-05-2007, 06:09 AM
I'm glad if I could be of help...
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.