Flex :: Do 'anything' With The Selected Text In Mx:Label Or Mx:Text?

Jun 19, 2009

Flex's text-editing controls (mx:TextField, mx:TextArea) offer functions for doing "stuff" with the selected text (selectionBeginIndex, selectionEndIndex, setSelection), but the text-displaying controls (mx:Label, mx:Text) don't seem to offer anything of the sort.After some tinkering, I've tried subclassing Label then writing functions which give access to the underlying TextField instance... But even then, setting the selection didn't work![code]So, is there any better way to access/change the text which is selected in mx:Label and mx:Text controls? Are there "better" controls to use?

View 2 Replies


Similar Posts:


Flex :: Change Text Color Of Component Label/selected Item In ComboBox?

Jun 2, 2010

When I set style color, it changes both the text color for the selected item/component label and the text in the dropdown menu.

color
Type: uint Format: Color CSS Inheritance: yes
Color of text in the component, including the component label. The default value is 0x0B333C.

I would really like the label to be white and the text to be black.

View 1 Replies

Actionscript 3 :: CheckBox In Flex 3 - Text Area Which Should Contain The Selected Checkbox's Label / Data

Mar 19, 2012

I need a datagrid, which contains checkbox (4 no's) without multiple selection. And I also need a text area which should contain the selected checkbox's label/data. I tried using arraycollection but I am not getting.

View 2 Replies

ActionScript 1/2 :: Make The Selected Label And Data In Combobox Appear In A Dynamic Text Box In Macromedia Flash 8?

May 3, 2010

How do I make the selected label and data in my combobox appear in a dynamic text box in macromedia flash 8?

View 10 Replies

Flash :: Flex. Replace The Selected Text In Text Input

Apr 11, 2011

How do I to make a function that replaces the selected text in text INPUT on the symbol of the selected one from each list?

View 2 Replies

Flex :: Get Linkbutton Label Name And Selected Row Of Datagrid?

May 12, 2011

i am using below code for using linkbutton in flex datagrid

<mx:DataGridColumn headerText="Case ID" width="80">
<mx:itemRenderer>
<fx:Component>

[Code]...

now on link button click i want linkbutton label name and selected row inside lnkCaseIdClick method, how can i do this?

View 2 Replies

Flex :: Access The Selected Text In A TextInput Control?

Jun 15, 2010

I'm using Flashbuilder 4. I have a Spark TextInput control, and I'm implementing a "Copy" button that will copy the selected text only from within this control to the clipboard (pretty much like the RMB Copy does).

View 1 Replies

Flex :: How To Change Selected Date Text Color

Feb 10, 2011

I'm trying to change the selected date text-color.

<fx:Style>
.dateChooser{
selection-color:#000000;
}
</fx:Style>

I changed my selected date (FEB 23) selection-color to black, but I also need to change the text-color, let's say to white.

View 2 Replies

Flex - Advantage Of Using Mx:Text Over Mx:Label?

Aug 18, 2011

What is the advantage of using mx:Text over mx:Label in Flex?

View 1 Replies

Flex :: Accessing A Label's Value In An Accordian's Selected Child?

Feb 27, 2011

I have an Accordian in my application. Each child of the accordian has a label firstNameLabel) and a button (addPolicyButton). The label's value is being set via Repeater and an array. How can I access the firstNameLabel's value of 'selected child of the accordian' when the addPolicyButton is clicked?In following code testTextArea.appendText prints 'fname: undefined' in the testTextArea.Where as I can see in the accordian that the set label's text is set to 'Michael' which is what repMonitor.currentItem.firstName returned.

Code:
private function addPolicy():void{
testTextArea.appendText("fname:"+firstNameLabel.text);

[code].....

View 1 Replies

ActionScript 3.0 :: Input Text - Evaluate Which Text Field Is Currently Selected

May 9, 2009

I have created a form consisting of several input text fields. My question is whether there's script to evaluate which text field is currently selected.

View 2 Replies

Actionscript :: Place A Text Box Besides A Label In Flex?

Jun 3, 2010

i am trying to make a simple form but when i place a textInput box after a Label it comes in the next line..how do i make the text input box be placed besides the Label?

View 2 Replies

Flex :: Accessibility - Reading Out A Label/text?

Nov 28, 2010

I need to make a small app accessible to screen reader.I'm managing to make buttons accessible, but I would also like to have a section of text accessible by screen readers so that users can hear what the text says.

I can't seem to work out how to do this.. I've tried various text controls and set them as focusEnabled, tabEnabled, i've set the accessibility* attributes too but it never seems to work, I cannot tab to a text label and hear the content.

I'm honestly a little new to accessiblity in Flex so apologies if i'm missing something obvious.

View 1 Replies

Actionscript 3 :: Flex - Change Label Text?

Dec 1, 2011

I got very basic question. Why this is not working?!

[Code]...

View 1 Replies

Flex :: List Add A Label And Show Text?

Jan 26, 2012

I am trying to add an item to a list and have text display and have a different hidden value when i access selected items. I also need to do this with a loop.

Currently i am trying to add a label and set the labels id to my value. But the list just shows the ID and not the text.

var theLabel:Label = new Label();
theLabel.id = "123";
theLabel.text = "test";
lstLayerList_array.addItem(theLabel);

[code]....

View 2 Replies

Flex :: Get The Label Of The Selected Radio Button In The Event Handler?

Mar 11, 2011

I have the following codes,

for (i=0; i<answerArray.length; i++) {
var myOptionButton1:spark.components.RadioButton = new spark.components.RadioButton();
myOptionButton1.label = answerArray.getItemAt(i).Answer_Choice;

[code].....

View 2 Replies

ActionScript 2.0 :: Adding Text Before And After Selected Text In Textbox?

Feb 14, 2009

I have really no idea how to do this, but i have a textbox and a button.When this button is clicked, i want it to add "<b>" before the currently selected text in the textbox. How would i go by this?

View 1 Replies

Flex :: Change Highlight Color For TextInput Control's Selected Text?

Mar 24, 2011

I have a Flex3 TextInput control, with white text on a black background. I would like to change the style of highlighted text within the control to use black text on a white background (or something similar). I would love to do this using Flex styles, however I'm comming up empty handed

View 2 Replies

Flex :: Adobe - How To Get Text In Label Control Wrapped

Jul 16, 2009

How can the text in a Label control (or a similar control) be wrapped in Flex 4 beta? In Flex 3 I could use the Text control but this is no longer available in Flex 4.

View 1 Replies

Actionscript 3 :: Flex: Remove All Space Around Text In Label

Oct 20, 2010

If I create a mx:Label or mx:Text control in Flex and then set an opaqueBackground to it, I notice that there is some space around the text.

I would like to be able to get rid of that space to where the text is completely flush to the top and bottom of the label. Changing the gap, padding, and leading didn't seem to help. Is it possible to get the text completely flush to the sides of a label?

View 4 Replies

Flex :: Write A Two-line Text In A Button Label?

Mar 9, 2011

Is there a way, for a Button's "label" field, to display text over several lines? Or else to automatically "wrap" the text in several lines instead of cutting part of it?

View 4 Replies

ActionScript 3 :: Flex 4 : Add Text/Label To An Image Loading?

May 18, 2011

I load an image from a url and add it to the stage.

I need a way to add some text to the image before loading it to the stage !

NOTE: add text over the image after it has been loaded

View 1 Replies

Flex :: Get Label Height After Setting Text Property?

Jun 17, 2011

I'm looping through a recordset, and for each item I create at runtime a spark Label and set the text property from a field of the recordset. The labels must have a fixed width and some text goes multiline. I want to arrange the label vertically so I need to know the height of the label so I can place the next label properly, but when I try to read this property, after the labels is added through the addElement mehtod, it returns 0.

how to get the label height?

View 1 Replies

Actionscript 3 :: Change The Label Text At Runtime In Flex?

Oct 17, 2011

i have created a group in run time and then added in it two buttons and one label

addElement (myGroup )
myGroup.addElement ( button 1 )
myGroup.addElement ( label )
myGroup.addElement ( button 2 )

now when i click on one button 2 i can get event.currentTarget.

How can i change the text of label using this event.currentTarget. How can i target the label

View 5 Replies

Flex :: Mx:formitem Multiple Labels - Add A Second Label To A Text Box?

Nov 21, 2011

I'm a new to Flex, and I'm trying to add a second label to a text box.

like this: Label [_______] label 2

So the first label will describe the text box and the second the unit, for example:

cost of cleaning [_______] $ per hour

Can I do this with a label inside the form item?

what I have tried looks like this:

mx:FormItem label="cost of cleaning">
<mx:TextInput id="proSRO2YO" text="" width="120" maxChars="20"/>
<mx:Label text="dollars per hour"/>
</mx:FormItem>

but that results in a second label one line below, I need these on the same line.

View 1 Replies

Mobile - Text Gradient On Spark.label In Flex

Dec 28, 2011

I am using spark.label for Mobiles in Flex, I want gradient on label text instead of solid color. But performance should be kept in mind as it will run on mobile device.

View 1 Replies

Flex :: Get The Line Height Of The Text In A Spark Label?

Jan 31, 2012

How do you determine the line height (in pixels) of the text in a Spark Label?

View 2 Replies

Professional :: Change The Label Text In One Of Buttons The Text Is Changing On The Other Button As Well

Apr 7, 2008

I want to make some buttons and use the buttons.fla library. The button is inserted and given an instance name. A second button is inserted (same kind) and given a new instance name. But when I am trying to change the label text in one of my buttons the text is changing on the other button as well. I believed they where separate instances?

[Code]...

View 3 Replies

ActionScript 1/2 :: Deselecting Text In A Text Area As Well As A Input Label?

Mar 26, 2009

I have some text selected in a text areacomponent. I get a callback from another program (externalinterface included) to remove the selection. How do i deselect theselected text and retain the text without selection? I have read onthe .selected, .editable, .setSelected etc, but Im not getting it.This same prob exists with a normal text input type, it doesntdeselect there too.

View 2 Replies

ActionScript 3.0 :: Link Text Hyperlink In Dynamic Text Box To Label

Nov 3, 2010

I have an AS3 flash movie and each page is a new frame. On my pages are dynamic scrollable text boxes that I created with the text tool. I would like to be able to make a piece of text a link (ex. click here for prices) so that it will direct the view to another page (label). I cannot figure out how to do so.

View 2 Replies







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