Css :: Corner Radius Applied Only To Specific Corners?

Oct 5, 2010

I've this tabs that I wanted to make rounded only on top-right and top-left corners. But it ended up rounding all 4 corners.

What I did:

<mx:TabNavigator id="myTabNav" x="58" y="61" width="584" height="200" creationComplete="setColors(event)" styleName="myTabStyle">
<pages:One label="ThisOne" id="one" name="One"/>

[Code].....

As you can see I have the "focusRoundedCorners" to point to top-right and top-left but no luck. What I got is:

View 2 Replies


Similar Posts:


Css :: Properly Set Corner-radius Of A MX List And Get Rounded Corners?

Apr 8, 2011

I have a mx.components.List component with a bunch of custom styles:

<mx:Style>
.dropDownListStyle
{

[code]....

I'm creating the list in AS:

_dropDown = new List();
...
_dropDown.styleName = "dropDownListStyle";

The List is then added as a popup with PopUpManager:

PopUpManager.addPopUp( _dropDown, this );

The problem is that the corners of the newly created popup are not rounded. I found that border-style is needed in order to get the effect, but adding this property didn't help. I'm building the project with Flex 4.1, but the List and its parent are MX components and it's a lot of work to migrate them to Spark.

View 2 Replies

CSS :: Set Radius For Lower Corners Of Tab In Navigator

Apr 26, 2010

Using CSS, I can set the corner radius of the top corners of a tab in a tabnavigator:
<mx:Style>
.tabstyle {
corner-radius: 10;
} </mx:Style>
<mx:TabNavigator tabStyleName="tabstyle" />
However, I also want the bottom corners to have a radius.

View 3 Replies

Lines With Corner Radius

Mar 10, 2012

I am wondering about making lines with a corner radius. It seems that the smaller the scale, the corners sort of distort, and end up looking jaggy. Maybe its just the way it is, but is there any remedy? I tried shifting the registration points, etc, but still the only way it looks smooth is when enlarged.

View 2 Replies

Flex - Corner Radius For Hover Rectangle?

Nov 8, 2011

How can I set something like corner radius for the default rectangle which appears when an item is hovered?

View 2 Replies

Flex :: Apply Gradient And Corner Radius?

Jun 8, 2009

I would like to know how to apply gradient and corner radius in flex. Is css the only way? I mean I want to use more of flex properties to make this happen give a sample class or code for it?

View 1 Replies

ActionScript 3.0 :: Set Corner Radius In Programmatic Skin

Jun 10, 2010

I created a skin to show on Button mousedown.I want to give corner raduis and border thickness also as skin attributes because I gave them to the button in the normal way but they are not working on mousedown when I chose to give skin on it.[code]

View 1 Replies

Set A Corner Radius On A Spark List Flex 4 Air Mobile?

Jun 1, 2011

I'm creating a spark list in my flex mobile application and i want to do like a list on the iphone with a corner radius Unfortunately there is no cornerRadius or simply radius in list styles.

[Code]...

View 1 Replies

Flex :: How To Have Corner Radius On Text Input Component

Jun 1, 2011

How do I get corner radius on my TextInput component in Flex 4.
<s:TextInput prompt="username" width="150" maxChars="100" id="txt_username" color="#000000"/>

View 1 Replies

Flash :: Draw A Rectangle Is Automatically Applying A Corner Radius?

Apr 23, 2010

Im probably overlooking something simple, but when I try to draw a rectangle Flash is automatically applying a corner radius.  I've tried resetting the options in the Properties Inspector, which resets to the default, but soon as a draw a shape it goes right back to a random radius. 

View 4 Replies

Round Specific Corners Of A Button In Flex?

Jul 6, 2010

I want to round specific corners of buttons to create something like mx.controls.ButtonBar. But I cannot figure out how ButtonBar does this even after looking at its source. I thought the focusRoundedCorners css property was the answer but that applies only to drawing the button's focus box.

View 1 Replies

ActionScript 3.0 :: Allow The User To Create A Circle With A Specific Radius And Colour In A Certain Frame?

Jul 28, 2009

I need to allow the user to create a circle with a specific radius and colour in a certain frame (lets say frame 2), and then add that circle as a symbol to a different frame (say frame 1). First off, im simply creating a circle.. This is what ive got in frame 2 so far:

(in Frame 2 of the timeline)

Code:
stop();
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;

[code]....

Ive got this much working, but I dont understand how to convert the output of this function to a symbol usable in another frame..

View 3 Replies

ActionScript 2.0 :: Flip Page Animation - Start Flip From "bottom-left" Corner Till "top-right" Corner

Aug 11, 2009

I am making something flash flip like: [URL] but i want to do it in my banner 1000 width and 299 height problem is that i have few banner images i think 5 to 8 and i want to start my flip from "bottom-left" corner till "top-right"

View 1 Replies

IDE :: Tween A Radius To Outside Of Circle?

Nov 16, 2009

I am no master of Flash. I was wondering if there was a way to tween the radius of a circle to be placed on the circumference of the circle. I want a student to see the radius being transformed to a curve and then placed on the circle. I will be teaching my students the concept of a radian.

View 1 Replies

ActionScript 3.0 :: GPS Radius - Search A XML File ?

Dec 2, 2010

I am trying to make an application that tells me what points are within, say, 5 miles of me. I have my latitude and longitude coordinates that are constantly updating depending on my location... and I want to be able to search a XML file and ask whether or not certain locations are within the 5 miles.

If they are it displays those points in a list... if not, they are excluded.I don't need to be deathly accurate... Under a quarter of a mile or so would suffice.example of lat:long numbers would be something like

View 2 Replies

ActionScript 3.0 :: Slice A Circle Into Same Radius Wedges?

Jun 11, 2009

How to slice a circle into same radius wedges, like so[url]...

View 2 Replies

Creating Slider That Control Radius Of Sprite

Jan 18, 2010

I'm trying to create a slider which will control the radius of a sprite I've created. This is the code I have so far:
var aura:Slider = new Slider();
aura.liveDragging = false;
aura.setSize(120,20);
aura.maximum = 100;
aura.minimum = 0;
[Code] .....

This adds my slider, "aura", and the sprite, "circle", and sets the radius to the slider default value, 50. What I need to add to this in order for the sprite to change radius each time I move the slider.

View 2 Replies

Flash :: Increase Click Radius / Size?

Apr 28, 2010

I'm looking for a way to increase the click size so when I click, it would effectively count as a click on anything that is in a 100px by 100px radius around the click.

View 2 Replies

Actionscript 3 :: Find Point With Radius And Angle

May 22, 2010

I'm not a genius in geometry, I'd like to find a point in as3 with the radius and a angle but I don't remember the rule, I know this should be simple!

View 3 Replies

Flash :: Keep Round Rectangle's Radius When Scaling?

Mar 25, 2012

I want to scale my round rectangle and keep it's radius from been changed. How can I do that?

I am exporting SWF to flex and drawing it there. Do not scaling it in run time, just need few sets of scales.

View 1 Replies

ActionScript 3.0 :: Draw A Line That Is A Radius Of A Circle?

Apr 23, 2010

I want to draw a circle on the scrren of a random x,y position and a random radius. Then, I would like to draw a line that starts at the center of the circle and ends at the spot where the circle ends, at its perimeter. All I have been capable of doing by myself was creating that circle and set the drawing position with the moveTo function to its center, but I don't know how to calculate the length of the radius, so I have the coordinates for the lineTo function.

View 7 Replies

ActionScript 2.0 :: Want A Cirkle To Be Drawn When The Radius Is Rotating?

Jul 5, 2005

I have a line ("radie_mc") rotating when the button "btnPlayPause" is pressed. The line I think as a radius in a circle. I want a circle to be drawn when the radius is rotating. I have a tiny point at the end of the radie called "spets". I thought that I could curve to that point when the radie is rotating, but that doesn

Code:
btnText = ["Draw", "Stop"];
// ---------------------------

[code].....

View 4 Replies

ActionScript 2.0 :: Change The Radius Over A Set Period Of Time?

Oct 26, 2007

If i am using actionscript to code (Flash MX 2004) for a circular motion path, and i want to change the radius over a set period of time, how would i do this? I am using this code from a Kirupa circular movement tutorial:

onClipEvent (load) {
var radius = 100
var speed = 5[code]......

View 2 Replies

ActionScript 3.0 :: Cleaning And Removing UI - Change The Radius And Size

Jul 21, 2009

I have a working rotating menu that I have been changing to suite what I am trying to acheive. it all works apart from the distance between images which I can sort out later. At the moment the movie has a UI which I would rather remove including the script that makes it function just leaving the rotating menu, and the script to change the radius and size etc witin the main.as. I do not want the user to have the capabilities of the UI control panel. remove and clean up the script as everytime I remove related script the menu stops playing. I have uploaded files to here: [URL]

View 1 Replies

Actionscript 3 :: Use Radius Style In Flex Plot Charting?

Feb 3, 2010

When I use radius property in Flex plot chart It causes a warning says radius has been deprecated, use radius style There's no online documents about this warning. How Can I use radius style ?

View 1 Replies

ActionScript 1/2 :: Increase The Radius Of The Circle By Applying Tween Class?

Aug 18, 2009

I am created a circle using the following script,

[CODE]...

Now what i want to know is that can I increase the radius of the circle by applying tween class?

View 5 Replies

ActionScript 3.0 :: Generate A Random Point Moving Clockwise Within A Radius?

Jan 16, 2012

I wish to have a function that will take as input a radius value and a magnitude value.

It will return firstly a point (x,y) and also secondly a direction, (vx,vy) which will have a certain magnitude(speed).

The point returned will be a random point within the radius value and the direction will be a a (vx,xy) that moves the point perpendicular to the line segment (x,y) ->(centrepoint).

View 9 Replies

ActionScript 3.0 :: Predefined Property To Increase/decrease The Size/radius Of A Circle?

Jun 29, 2009

I am new to Flash & ActionScript 3.0 platform.My issue is: I am loading an image onto the stage dynamically using Loader & URLRequest classes. Whenever I click on existing circle[which gets created when I click on the loaded image, which is of Sprite type], the size of the circle should be increased to some extent(let us assume, basically circle(Sprite)is created with radius=3 when we click on the image, but, when we click on the created circle, it's radius must be increased to 5). It is the requirement.
 
So, for this to implement, Do we have any property or method to change the Sprite object's size directly?

[Code]...

View 4 Replies

Draw A Triangle With Rounded Corners?

Nov 23, 2002

It's easy to draw a round cornered rectangle/square but how do you draw a triangle with rounded corners?

View 4 Replies

Professional :: Add Roundness To A Square's Corners?

Aug 23, 2009

I created a square using the rectangle tool, there are a few options on how to change it in the properties panel, however I don't see anything allowing to to round the corners of it. How do I do that? (I'm using Adobe Flash CS4 by the way.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved