Flex :: Ability To Have A Decimal FontSize Value?

Mar 1, 2010

I wonder why i can't seem to be able to apply a decimal value to fontSize in Flex. I have tryid it with flash textfield component, mx label and text but nothing seems to accept a decimal value. fontSize is accepting Number and i can set a decimal value to fonts in Flash so i can't see why this isn't working in Flex?

View 2 Replies


Similar Posts:


Flex :: Spark TitleWindow's Titlebar FontSize Change?

Aug 25, 2011

While I was trying to change the fontSize of titlebar of TitleWindows, the whole container changes to new font Size. But I do not want to achive this. I would like to get it only on the titlebar.The code I have used (not successful)

<s:TitleWindow name="MyTitleWindow"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"

[code]....

I am using Flex4 and Spark.

View 2 Replies

Flex :: Ability To Click On Axis?

Dec 17, 2009

I need to have interactive axis where user can click on it and I can return the clicked data points.

View 1 Replies

Flex :: Ability To Drag+drop A Movieclip

Apr 29, 2011

In order to improve user experience we want the ability to have an animated movieclip of a turning wheel- and have the ability to drag and drop it anywhere on a defined area

We have built the rotating wheel as a swc file.

How do we do the drag+drop. Examples that I have seen, cater to only dropping of images.

View 2 Replies

Flex :: Ability To Add Buttonicon In Column Header Of Datagrid?

Aug 4, 2009

I want to display the grid control in Flex ( version 3 . with a marker/(or)icon (which acts like a button) in each colum header of the grid.2. on click of the button i want o popup a textaread to capture some comments.3. on close of the popup i wan to then change th markericon in a way highliting it which would indicate that some comments(footnotes) are present for this column. I am very new to flex looking at the data grid control at this point. I understand that the standard features can be easily plugged in by msxml. Do i need to write some complex action script for above feature listed?

View 2 Replies

Flex :: Get Ability To Start Up Multiple Same Adobe Air Applications?

Jun 5, 2010

How to be able to start up same Adobe Air applications multiple times? How to make it to my app?

View 1 Replies

Use Flex's Coding Ability With Flash's Design Interface?

Dec 22, 2010

I am looking for some decent tutorial that will explain the correlation between flash and flex (how can I use flex's coding ability with flash's design interface).

View 3 Replies

Actionscript 3 :: Adobe Flex Ability To Display Checkbox Or Radio Button At The Same Position Based On Role

Jun 17, 2010

I want to display checkbox or button at the same position based on user role. How can I do this. I cannot give x and y position same for both radio button and button as I will not know the location in my application. Is there any other way by which I can display only one component based on boolean value.

Sample code:

<mx:HBox x="272" y="93" width="300" borderThickness="2" borderColor="0x000000" borderStyle="solid">
<mx:CheckBox label="CheckBox" visible="{role}"/>
<mx:Button label="Button" visible="{!role}"/>

[Code].....

View 1 Replies

ActionScript 2.0 :: XML Fontsize Attributes And Dynamic Text Fields?

Jul 29, 2007

I have 10 dynamic text fields on my stage named , xmlTxt1, xmlTxt2, xmlTxt3,,etc.

I'd like to loop through and assign a fontsize attribute from an XML file to each dynamic text box.

I'd like to use a variable , myTextField = xmlTxt, and loop through adding 1 each time to xmlTxt to access the dynamic text field names.

[Code]...

View 3 Replies

Flash :: TextField With Css FontSize Set To Percentage Does Not Scale In Full Screen?

Nov 20, 2009

In AS3 flash - I have a textField with a CSS in it that looks like this:

body {
fontSize: 10%;
}

When it runs, the font is small. When I click the full screen button, I expected the font to increase proportionally because I set it for 10%. However, this is not working, the font stays at the same size as when not in full screen. I have debugged the onResize event and I can see the style fontSize=10pct when I log it out.

Am I misunderstanding the meaning of % here? I was hoping it would increase the fontSize automatically when going to full screen mode, but that does not appear to be the case.

View 1 Replies

IDE :: Calculate Textarea Height Based On The Text Length And Fontsize

Jul 2, 2009

calculate textarea height based on the text length and fontsize in as2?

View 4 Replies

Flex :: Aligning Decimal Numbersdatagrid Column

Oct 10, 2011

The dataProvider for my Flex DataGridColumn contains numbers with various number of decimals. For example: 0.45, 122.3, 0.003 How can I show the numbers aligned with respect to their decimal point (i.e. the decimal points are aligned vertically in the column) ?

View 1 Replies

ActionScript 3.0 :: Parse The Style Object In Order Get The Color - FontFamily FontSize Attribute Values

Aug 19, 2009

I have the following XML

[Code]...

I am able to get <styling> as a XML but I cannot figure out how to parse the style object in order get the color, fontFamily fontSize attribute values. I am also unable to access the lang attribute value <tt xml:lang="en">

[Code]...

View 1 Replies

Flex :: Restrict TextInput To Accept Only Decimal Numbers?

Jun 9, 2011

Is there some easy way to restrict TextInput to accept decimal numbers in range -99.999999 to +99.999999 ?

it is Spark TextInput.

View 1 Replies

Actionscript 3 :: Flex: NumericStepper Rounding Up Decimal Number?

Jan 16, 2012

I have the following NumericStepper:

<s:NumericStepper id="estimertTidCell" value="{isNaN(hostComponent.estimertTid)?0:hostComponent.estimertTid}" stepSize="0.5" maximum="5" change="hostComponent.estimertTid=estimertTidCell.value"/>

When i set the value to e.g. 1.5 through the NumericStepper and store the value, the alert in the following code correctly displays 1.5:

private var _estimertTid:Number;
[Bindable]
public function get estimertTid():Number {

[code]....

Problem: My problem is that once the NumericStepper refreshes, or reloads the variable, it displays 2 instead of 1.5, or 4 instead of 3.5 etc. Anyone got any ideas of what is causing this behavior? I would think that by setting the stepSize=0.5 it would correctly display those decimal numbers.Additional information: When i display the same variable in a spark Label, the value is correctly displayed as a decimal number.

View 1 Replies

Ability To Export FLV From A Variety Of Sources?

Aug 28, 2009

In Mac OS X I previously had the ability to export FLV from a variety of sources- QuickTime, MPEG StreamClip, Unexpectedly, the flv export option is now missing. In CS3, there used to be an Adobe QuickTime plugin called "flv.component". That item is no longer installed by CS4.
 
- The Questions

1) Is it still possible to export FLV from QuickTime, etc.?
2) If possible, which installed file or files provides this capability?
 
OS X 10.5.8 QuickTime Pro 7.6.2

View 1 Replies

ActionScript 3.0 :: Ability To Calculate Number Of Mcs On Another Mc?

Dec 20, 2011

So i got the ability to add a numeric value to an mc down. So every time i pick up a coin with a value attached to it, and place it on a hand mc, it'll trace the value i've assigned. very excited on this aspect. I've been searching around for the ability to have a master value that I set say for example 5.0. When I hit another mc, this function (that i need to find out about) would check the values that are resting on the hand. I could not find the proper syntax. I have a very good idea of where it would go and what it would look like but I'm missing the forumla. Now I've bold/underlined the area that I think the check would be executed. When you hit the checkout button, it would tally the myValue sums that are currently resting on the hand mc. So my thought train is that I'd declare another variable like masterTotal (the value I want the person to match), and the handTotal (what is resting on the hand).

import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;

[code].....

View 6 Replies

ActionScript 3.0 :: Ability To Upload Own Images

Aug 3, 2009

Does anybody know how to upload images from your pc using flash? Maybe somebody can direct me to a tutorial?

View 2 Replies

ActionScript 2.0 :: Closes Out SWF, Click-ability Where SWF Was?

Jan 12, 2010

I made a flash clip that has a transparent background to it. I was wondering if there was a way of exiting out of it (the swf, not the browser) when someone presses the exit button I made. I know there is a hide solution but that makes the area behind it not clickable.

View 0 Replies

Flash SEO / Ability For Be Indexed By Google And Yahoo

Nov 19, 2009

I need some brilliant Flash experts to weight in on an article we wrote at the advertising agency I work for. We put an article together about the ability for Flash to be indexed by Google and Yahoo. It's a two sided debate between Search Engine Optimization (SEO) guys and Flash guys. SEO is killing Flash right now in the debate.[URL]

View 1 Replies

Actionscript 3 :: Turn Off The Ability For Users To Click?

Mar 14, 2012

I'm sure this is pretty easy but I'm at a loss with this one. I have a DateChooser that I'm using to highlight dates when things are being released. And that's all I want it for. I want to turn off the ability for users to click on anything. I don't see how to have selectable false.

View 3 Replies

ActionScript 3.0 :: During Tween, Stop Ability To Click?

Jan 26, 2010

I have code that growsUp and growsDown an object using a rollOver and rollOut.

I want to remove the ability to click on this object whilst it is either growing up or growing down.

Here is my code:

Code:
var rewind:Boolean = false;
guitarButton.addEventListener(MouseEvent.ROLL_OVER,growUP);
guitarButton.addEventListener(MouseEvent.ROLL_OUT,growDown);
//on rollOver, makes the Guitar either grow up or down, respectively

[Code].....

View 4 Replies

ActionScript 2.0 :: SWF Content Management Ability For Client?

Aug 4, 2010

I have a section on a site that my client wants the ability to add her own links within. So basically she wants the ability to content manage that section of the SWF.

I know how to do this using XML but I'm not comfortable presenting it that way to my client. Is their a clean and easy-to-use way for my client to add her own links into the SWF? She has no HTML experience so that's why I'm hoping there's a simple way to allow her to do this. Is it possible to build an HTML page that has 2 input fields and a submit button. The first input field would be for the link name and the second would be for the link path. Then submitting that data would update the SWF file? (I'm sure that I'm over simplying this but I thought I would throw that out there)

View 2 Replies

ActionScript 2.0 :: Ability To Download Icons From Site?

Mar 14, 2007

I'm trying to give users the ability to download icons from my site. Thus, when the user clicks an icon, I need aim to launch and have that particular icon downloaded for the user to use. I know how to launch aim from Flash, but I'm uncertain how to launch aim and have icons from my sited downloaded directly to the users aim screen name.

View 1 Replies

ActionScript 2.0 :: Save Date With The Ability To Edit Later

Sep 28, 2007

I have an app that allows you to save data into a database and gives you the ability to edit that data at a later date. Let's say the user saves
"Up to 90% off retail price"

Everything works fine, the % gets saved in the table etc. The problem is when they return to Flash it now reads
"Up to 90 off retail price"

All I'm doing is taking the value of the variable and sticking inside a text box, I can't see why Flash is having trouble reading that value into a text box. I am making this data into an html ready textbox.

Code:
The % can be in any of the array element values
listValues[10], etc....
Property Values Array
editedPropertyHighlights = new Array(listValues[10], listValues[11], listValues[12], listValues[13]);
// POPULATE TEXTBOX
for (i=0; i<editedPropertyHighlights.length; i++) {
_root.base_front.display_txt_6.html = true;
_root.base_front.display_txt_6.htmlText += "<li>"+editedPropertyHighlights[i]+"</li>";
}

View 6 Replies

ActionScript 2.0 :: Ability To Load External Mp3s?

Aug 29, 2002

if your using mx why not just take advantage of the ability to load external mp3s. if not you would have to have something like php to send the track name and info to the music player to tell it what to open.

View 5 Replies

ActionScript 2.0 :: VCard Download Ability From Flash Website?

Jul 3, 2009

I have a client who wants to be able to offer people the ability to download his VCard from his Flash website. Is this possible?

View 2 Replies

Professional :: Remove Any Ability For Visitor To Rewind Video

Feb 9, 2011

I need to remove any ability for the visitor to rewind the video, I need a button that will only come up at the end of the video that will be a link to another page.Is this something I would build from scratch?  Does anyone know of a way I can satisfy these requirements with an existing player?

View 3 Replies

ActionScript 2.0 :: Adding Button With Ability To Jump To Different Frames

Nov 3, 2005

I want to be able to add an action script for a button that is able to jump to different frames of a movie and play them in sequence. For example I want to be able to add an action script to a button so that when the button is released I want the movie (animation) to start at frame 10, play till it reaches, frame 20, then immediately jump to frame 30, play to frame 40 and then stop. The Idea is to play different animations in sequence with just one button. Whenever I press the button I don't want to see the animation in frames 1-9 or 11-19. If I can figure out how to do this I will be to have different buttons controlling different sequences of the animation of the movie.

View 3 Replies

ActionScript 3.0 :: Keyboard Events - Add The Ability To Zoom In And Out Using The + And - Keys

Dec 16, 2009

Ive been working on creating a 3d earth using papervision, I got it working however I want to add the ability to zoom in and out using the + and - keys, however I cant seem to get it to work. below is what im using. in the main function:

[Code]...

View 5 Replies







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