|
OS X Lion -like scrollbar in Flash Builder 4.5
|
|
08-27-2011, 06:37 AM
(This post was last modified: 08-27-2011 06:39 AM by Video Chat.)
Post: #1
|
|||
|
|||
|
OS X Lion -like scrollbar in Flash Builder 4.5
Creating a transparent, black scrollbar (thumb without track and arrows) similar to OS X Lion or Facebook scrollbar in Flash Builder 4.5, with three simple steps. In Flash Builder 4.5 a thumb-skin is used instead of images or shapes (Flex builder), the arrows and track are excluded.
1. create a style reference in your main .mxml application or use your default css file, example (MXML code, not PHP): PHP Code: <fx:Style source="../assets/style.css"></fx:Style> 2. in the css file, add the following: PHP Code: mx|TextArea {3. create the "skins" package with the "ScrollBarSkin.mxml" MXML Skin, inside, using the following code: PHP Code: <?xml version="1.0" encoding="utf-8"?>I love video chat! |
|||
|
08-28-2011, 08:30 AM
Post: #2
|
|||
|
|||
|
Namespace not found error in CSS
If you receive the error "Namespace not found"
Namespace not found. style.css /5.9/assets line 3 Flex Problem add these lines at the beginning of your style.css file: PHP Code: /* CSS file */I love video chat! |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)




