Home > Adobe Flex > Extending the Flex TextInput control to colorize background on focus

Extending the Flex TextInput control to colorize background on focus

Normal Flex TextInput controls automatically give you that “halo” border whenever the user highlights or sets focus to a text field. Although when Flex first came out, I thought the halo border was a very slick way to show focus, but now I want it to be even more obvious to the user as they tab through a form a select a field for text entry.

First thing I did was create a new ActionScript component that extended TextInput. My new control would work every bit the same as the standard TextInput and only wanted to alter what happens when the fields focus event was fired. Luckily, all I had to do was override the focusIn and focusOut handler’s, call super() to execute any standard logic in the parent method, and set my styles.

The resulting component ended up like this:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package components
{
	import flash.events.FocusEvent;
 
	import mx.controls.TextInput;
 
	/**
	 * Extends normal TextInput control but overrides focusIn and focusOut handlers
	 * to colorize the background color of the TextInput control differently when
	 * highlighted/focused
	 */
	public class MyTextInput extends TextInput
	{
		/**
		 * Constructor
		 */
		public function MyTextInput()
		{
			super();
		}
 
		/**
		 * Overrides focusInHandler to colorize background on focusIn events
		 */
		override protected function focusInHandler(event:FocusEvent):void
		{
			super.focusInHandler( event );
 
			//backgroundFocusInColor derived from master style-sheet
			this.setStyle('backgroundColor', getStyle('backgroundFocusInColor'));
		}
 
		/**
		 * Overrides focusOutHandler to reset background on focusOut events
		 */
		override protected function focusOutHandler(event:FocusEvent):void
		{
			super.focusOutHandler( event );
 
			//backgroundFocusOutColor derived from master style-sheet
			this.setStyle('backgroundColor', getStyle('backgroundFocusOutColor'));
		}
	}
}

Note the getStyle function calls. Typically, I keep all style-related colors and property values stored in a master style-sheet for my applications. This keeps the style-related values out of the views so I can easily manage them in one place.

For this new control, I defined a component-level type (or “class”) selector in my master CSS. Since this component extends TextInput, the normal styles for TextInput also apply, whereas the styles specified in the MyTextInput selector apply only to this control. Keep in mind, the “backgroundFocusInColor” and “backgroundFocusOutColor” properties are entirely made up and are not real component style properties, but it is totally legal to come up with your own style properties!

1
2
3
4
5
MyTextInput
{
	backgroundFocusInColor	: #DFF8FF;
	backgroundFocusOutColor : #FEFFAF;
}

Lastly, anywhere in my views I wish to use this component, I simply specify the newly built control:

1
<components:MyTextInput id="myTextInput" />

That’s it!

Categories: Adobe Flex Tags:
  1. October 7th, 2024 at 09:38 | #1

    Wow, this article is absolutely phenomenal! Your insightful analysis and the clarity with which you present your arguments are truly impressive. This piece stands out for its depth and quality, and it’s clear that a great deal of expertise went into its creation. Thanks for sharing such valuable content. Cheers, Pasang Iklan Properti Gratis

  2. October 8th, 2024 at 07:05 | #2

    I’ve been surfing on-line more than three hours as of late,
    yet I by no means discovered any attention-grabbing article like yours.
    It is beautiful value enough for me. Personally, if all webmasters and bloggers made good content material as you did, the web might
    be a lot more useful than ever before.

  3. October 8th, 2024 at 07:26 | #3

    “2020年基準 消費者物価指数 全国 2022年(令和4年)平均 (2023年1月20日公表)”.

    “景気動向指数研究会”.輸出産業の好転によって一時的に経済状況が好転し、いざなみ景気を迎え、戦後最長の好況期を迎えた。景気基準日付について”. 1994年 – 日本テレビ郵便爆弾事件。日本生命. しかし天保三年閏(じゆん)十一月二十五日に、新に夫を喪つた里恵が赤馬関の広江秋水の妻に与へた書にかう云つてある。

  4. October 8th, 2024 at 11:41 | #4

    Nice blog right here! Also your website a lot up very fast!

    What host are you using? Can I am getting your affiliate hyperlink in your host?

    I desire my web site loaded up as quickly as yours lol

  5. October 12th, 2024 at 02:51 | #5

    トマス=グリーンフィールドやイギリス国連大使のバーバラ・同会合では、アメリカ国連大使のリンダ・国際オリンピック委員会(IOC)会長のトーマス・国際パラリンピック委員会(IPC)会長のアンドリュー・

  6. October 12th, 2024 at 02:52 | #6

    寛政11年(1799年)には蝦夷地産物会所、島会所が置かれた。第167回 大阪の母なる丘、「上町台地」とその標高(2)”.対岸の現在の日本橋箱崎町には北新堀町が成立した。新川は堀割であり、現:新川一丁目内を、亀島川から隅田川にかけて北側の日本橋川と並行するように東西に流れており、1660年(万治3年)に豪商の河村瑞賢が開削したといわれる。

  7. October 12th, 2024 at 03:57 | #7

    昼食時、漬物は生まれてから一度も食べたことがないと語った。 カピラリア光線による全宇宙の超人絶滅が実行に移されそうになる直前に、慈悲の神が極僅かの優秀な超人たち(後の完璧超人始祖)を生き残らせる代償として神の座を捨てて一超人となって生き残らせる超人たちの指導者になると決めた後で、二度と神の気まぐれで超人たちが絶滅されないようにカピラリア光線を全宇宙に照射する唯一無二の装置を108の欠片へと分けて、神の座を捨てる直前の慈悲の神を含めた108人の神に預けることを慈悲の神が提案したことにより、超人絶滅を容易に実行できなくなった。

  8. October 14th, 2024 at 08:09 | #8

    Artikel yang inspiratif, pantas mendapatkan komentar. Salam dari : IDProperti.com | Pasang Iklan Properti Gratis

  9. October 14th, 2024 at 08:23 | #9

    What’s uup every one, here evety one iis sharing tese experience, so it’s good to
    red thks webb site, andd I used too ggo to ssee this blog daily.

  10. October 16th, 2024 at 01:45 | #10

    2000年3月21日、東京放送は経営の効率化を目的に、ラジオ放送制作部門とテレビ番組制作部門を子会社に分割、2001年10月1日、ラジオ放送制作子会社の「株式会社TBSラジオ&コミュニケーションズ(現:TBSラジオ)」に中波放送免許を承継し、中波放送事業を完全分割した。
    これにより、東京放送自身では番組制作を一切行わないこととなり、実質的にテレビ放送事業を分社化していた。赤坂ACTシアターの運営や、各種催事の開催等の文化事業は2009年4月の持株会社制移行の際に全事業をTBSテレビに分割した(赤坂サカス各施設の所有・

  11. October 16th, 2024 at 01:49 | #11

    入金があったときは、資産計上されている分の保険料を貸方に計上し、残額を「雑収入」で処理します。世帯主を含む加入者全員が65歳以上75歳未満の者の世帯については、世帯主が受ける公的年金が18万円以上であり、かつ保険料(介護保険料との合算)が年金額の2分の1以下である場合は、特に口座振替の申し出をしない限り、保険料は年金からの天引きとなる(特別徴収)(第76条の3)。 たとえば、内部レベルの変更は、概念レベルのインターフェースを使用して記述されたアプリケーションプログラムには影響しないので、性能を向上させるために物理的変更を加えてもその影響を軽減することができる。

  12. October 16th, 2024 at 02:05 | #12

    ②物価の安定③金融システムの安定は、ちょっとピンとこないかもしれませんが、ここが「日銀のマイナス金利政策」に関わる部分になります。 データベース言語は、特定のデータモデルに特化した言語である。詩集は前に云つた元日の作の後に、文化元年の作に至るまでの間、春季の詩六篇を載せてゐるのみである。日本初のテレビ局としての開局を目指していたが、多くの放送機材を米国からの輸入に頼っていたため納入が間に合わず、機材をほぼ国産品で揃えたNHKに先行された。多くの人に選ばれているネット証券です。 ハイリターン」、債券は「ローリスク・

  13. October 16th, 2024 at 02:25 | #13

    オリジナルの2019年8月11日時点におけるアーカイブ。 オリジナルの2019年8月15日時点におけるアーカイブ。 オリジナルの2019年8月15日時点におけるアーカイブ。.
    NHK NEWS WEB. オリジナルの2017年12月22日時点におけるアーカイブ。 Báo điện tử VTC
    News.唐沢夏子(からさわ なつこ・叔母は女優の滝沢れい子。 「自然保険料方式」とは、加入者の年齢ごとにその死亡率に応じた保険料を徴収する方式で、一般には高齢になればなるほど死亡率が高くなるため、自然保険料方式による保険料率は年齢とともに上昇する。 ICカードの導入状況(鉄道関係)〔5〕近畿圏・

  14. October 16th, 2024 at 02:38 | #14

    『第168回国会における福田内閣総理大臣所信表明演説』内閣官房内閣広報室、2007年10月1日。輪島功一が青木さやか(2007年はますだおかだの岡田圭右)、うつみ宮土理がふかわりょうの車(2005年と2007年は車の提供およびナビゲーターを山崎邦正が担当。 テクノロジー(株)(明治安田系企業を中心にシステムの開発・ 「首相じわり改革色–株下落人事でやる気PR–『小泉回帰』自民内に反発」『朝日新聞』43766号、朝日新聞東京本社、2008年2月19日、4面。

  15. October 16th, 2024 at 03:12 | #15

    のちに香川日産のオーナーである真鍋家に株式移管。以後、1896年(明治29年)に株式会社十六銀行となり、明治・家電量販店や大型ショッピングモールなどの一角にau携帯電話の販売を行う代理店会社が出店と運営を行っているのが特徴。使用者は、証券総合口座への賃金払込みを行おうとする場合には、当該証券総合口座への賃金払込みを求める労働者、又は証券総合口座を取り扱う証券会社から信託約款及び投資約款の写しを得て、当該証券会社の口座がMRFにより運用される証券総合口座であることを確認の上、払込みを行うものとすること。

  16. October 16th, 2024 at 04:04 | #16

    I hwve bbeen explorfing forr a little bit ffor any hith quality articles orr weblog pposts in this sordt of
    space . Exploring in Yahooo I aat llast stumbld uoon thios site.
    Reading thks info So i’m satisfioed to expess tthat I’ve ann incredibly excellet ucanny feeling I came uon juust hat
    I needed. I so muxh definitely wull make suree tto do nott omitt this web sitte and give it a glaqnce regularly.

  17. October 16th, 2024 at 08:18 | #17

    makasih bang atas kontennya tentang Extending the Flex TextInput control to colorize background on focus |
    eonflex.com yang ini. saya jadi ngerti kenapa perkosa anak kecil sampai
    mati sangat disukai banyak orang. apalagi yang ada di link ini kumpulan video
    porno bsdm terbaru pokoknya sukses dan semangat terus buat yang lihat child porn.
    cek juga min halaman rekomendasi lainnya:
    situs bokep
    porn site
    bokep anak kecil
    child porn
    gore child porn
    perkosa anak kecil sampai mati
    kumpulan video porno bsdm terbaru
    new gore porn
    porno bokep pedofilia
    pedofilia video terbaru
    gangbang anak
    legal free sex
    porn blog
    porn website
    child abuse porn
    situs bokep
    porn site
    bokep anak kecil
    child porn
    gore child porn
    perkosa anak kecil sampai mati
    kumpulan video porno bsdm terbaru
    new gore porn
    porno bokep pedofilia

  18. October 17th, 2024 at 06:01 | #18

    Right now it looks like Expression Engine is the preferred blogging platform available right
    now. (from what I’ve read) Is that what you’re using on your blog?

  19. October 17th, 2024 at 07:11 | #19

    もっとも中小の事業所では人事・ 「福岡の殺人事件、逮捕の女性、拘束44日、証拠なく釈放–弁護団「えん罪」。 ストライキも頻発し、ダイヤ改正が延期されたり、乗客による暴動(上尾事件・ 2004年に日本の広島県で起きた廿日市女子高生殺害事件の犯人が逮捕される。

  20. October 18th, 2024 at 04:10 | #20

    Hi there, this weekend is nice for me, since this time i am
    reading this wonderful educational paragraph here at my home.

  21. October 18th, 2024 at 06:02 | #21

    Hurrah, that’s what I was searching for, what a data! existing here at this weblog, thanks
    admin of this site.

Comment pages
1 4 5 6 142
  1. August 29th, 2024 at 02:18 | #1
  2. September 7th, 2024 at 20:16 | #2
  3. September 25th, 2024 at 07:34 | #3