.alpha doesn't work on text, labels, etc.

Hi all,
I'm setting the .alpha property on some components in my flex
app so i can fade them in and out. it works for buttons, but not
for the label on the button, or for text, etc. is there anyway
around this?

"bryan costanich" <[email protected]> wrote
in message
news:g84jlm$t75$[email protected]..
> Hi all,
>
> I'm setting the .alpha property on some components in my
flex app so i can
> fade them in and out. it works for buttons, but not for
the label on the
> button, or for text, etc. is there anyway around this?
On a lot of components, alpha is not a property but a style.
To complicate
things further, some components don't have an alpha style,
but an alphas
style. Consult the docs for each component for more info.

Similar Messages

  • Photoshop CC: Copy CSS doesn't work when text is styled as paragraph

    I'm using the most recent version of photoshop, CC-14.0, on a Mac running OSX 10.8.4
    I'm finding that the "copy css" function does not work if a paragraph is styled with a custom paragraph style. In other words any text that is not styled as "basic paragraph" or "basic paragraph+".
    I can copy css from a text block with a custom paragraph style, but the css is wrong. It doesn't reflect the attributes I have set up in my custom paragraph style. Instead it writes out the default "basic paragraph" style. If I copy the css from a text block styled as "basic paragraph+" it writes the css correctly.
    This is disappointing because it defeats the purpose of being able to create paragraph and character styles (like in InDesign).
    This is a bug or oversight, right? Is there a reason why it should work this way?

    14.0 is not latest version.  Click Help/updates

  • Upgrade to Flex 4, Halo theme, embedded font doesn't work for Spark Label

    I'm upgrading an application to Flex 4 from Flex 3.5 using the Halo theme.  If I include a Spark Label in my application the Spark Label does not render the text using the font I defined in my CSS.  My MX Labels render fine.  Here is an example application that replicates my issue.  So,
    Compile and run using Spark theme.  Both Labels render the text with the correct font.
    Compile and run using Halo theme.  Only MX Label renders the text with the correct font.
    Is it not possible to do what I want?
    Thanks
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx"
                      minWidth="250" minHeight="250">
         <fx:Style>
              @namespace mx "library://ns.adobe.com/flex/mx";
              @namespace s "library://ns.adobe.com/flex/spark";
              @font-face
                   fontFamily: Verdana;
                   fontWeight: normal;
                   fontStyle: normal;
                   src: url("./style/fonts/verdana.ttf");
                   embedAsCFF: false;
              @font-face
                   fontFamily: VerdanaCFF;
                   fontWeight: normal;
                   fontStyle: normal;
                   src: url("./style/fonts/verdana.ttf");
                   embedAsCFF: true;
              mx|Label
                   font-family: Verdana;
              s|Label
                   font-family: VerdanaCFF;
         </fx:Style>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <s:VGroup>
              <mx:Label text="My text" />
              <s:Label text="My text" />          
         </s:VGroup>
    </mx:Application>

    I think you might need to set the fontLookup:
            s|Label
                font-family: VerdanaCFF;
                fontLookup: "embeddedCFF";     

  • InDesign Undo doesn't work and text invisible

    Hi,
    there is a really annoying problem with InDesign files. I can only go 2 steps backwards, then 'undo' stops working.
    At the same time, text I type in disappears and when I zoom out appears again. This is really hard to work with
    and almost impossible to get a 100 page book layout done. Any hints, leads and solutions please send this way!
    My software and OS are all up to date.
    Thanks!

    I solve this issue by deleting all preferences regarding to final cut X in
    ~/library/Application Support/final cut pro
    ~/library/Preferences/com.apple.FinalCut*
    You can access these folder by following these steps
    -open a new finder window
    -select Go to Folder (Command + Shift + G) from the Go to menu, type in this window "~/library/"
    How I discovered the solve of this issue...
    I did a clean installation of lion and install all software and all nice! but... when I restore my user from time machine the problem appear again.... Them I assume that is a problem coming from upgrade to lion from snow leopard with final cut pro x installed...
    Sorry for my english
    Regards!

  • Firefox 4: have 4 users and its not working for one. The actual Firefox search bit doesn't load properly: very bare and search doesn't work . However, bookmarks etc seem OK

    Have just upgraded to Firefox 4 today, and seems OK for 3 out of 4 users, but not for one of us. It's just that bit in the middle with the red fox logo and the search box that don't load properly - looks very bare - and can type into box but nothing happens when press 'search'

    Don't know - the bit in the middle of the web page which sounds like the search container!
    However, have found a work around - opening up Google and saving that as the home page.
    Thanks for your reply.

  • IPhone 3GS - changed ATT plans and it doesn't work as well anymore, etc

    Ok. I've had the IPhone 3GS for about a year. a month or so ago I changed plans to the $15 for 200MB plan. Whether this is a coincidence or not, since then, a) when I scan for email it just spins and spins and then says the password is not correct for my email address.....Ive inputted it multiple times, it recognizes it then, but still has a problem. After refusing connection about 10 times, it finally gets tired of fighting me and downloads the email. It also will say can't "connect to the server" and then after multiple attempts it will. I got this plan because ATT said I was averaging about 35MBs a month. I change the plan, and last month I had 132MBs and in 6 days this month I had 73MBs. .....when I'm using it much less because it's too much of a hassle to sit around for 10 minutes for it to comply. I called ATT a couple of weeks ago, they had me do a couple of things, but it didn't work. So is this an ATT problem or is it an Apple problem????? thanks.

    Somewhere back then I figured it out, but don't recall how I did it now

  • Analysis Text doesn't work (no text inserted in Metadata box after Media Encoder green check)

    With premiere CS6
    After inserting a .wav or .mov file, I hit "analyze",
         I select the relevant language and quality options,
         the Media Encoder pops up and runs,
         I get the green check,
         BUT...the analysis is not inserted in my metadata.
    Any advice? I re-install the program twice but the problem persist...Thanks in advance...

    Please don't post the same thing multiple times.  I deleted your other posts.
    Jeff

  • [help!!!] el doesn't work with Struts

    When i tried to use jstl tag such as <c:out value="${1+2+3}"> with Struts, it doesn't work, plain text "${1+2+3}" was added to the response.
    When i copied my jsp with <c:out value="${1+2+3}"> to some other webapp, it worked perfectly, but when i dropped it into the simplest Struts-Blank, ${1+2+3} showed up instead of 6, what is the problem? thx in advance!

    Use this web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
         version="2.4">
    <display-name>Struts Blank Application</display-name>
    <!-- Standard Action Servlet Configuration (with debugging) -->
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <!-- Standard Action Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <!-- Session and access -->
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <!-- Struts Tag Library Descriptors -->
    <jsp-config>
    <taglib>
    <taglib-uri>/tags/struts-bean</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/tags/struts-html</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/tags/struts-logic</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/tags/struts-nested</taglib-uri>
    <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/tags/struts-tiles</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
    </taglib>
    </jsp-config>
    </web-app>

  • Change 'Working Report" text on interactive report.

    Hi all,
    Is it possible to change the "Working Report" text label on an interactive report to some other value of my choosing? I can't seem to find where to do this anywhere.
    Thanks,
    Steve

    Hi
    Thanks for the reply. It as actually the 'tab' inside the report region that I mean. It only appears when you have saved a report as a tab and then when your new saved report appears (with the caption of your choice) the original layout is labelled as 'Working Report'.
    Is there a way as a developer I can change this label as it has caused a little confusion with our users.
    Steve

  • 4710s - sound doesn´t work

    I´ve instaled on Notebook ProBook 4710s (s/n CNU 9297N5):
     MS Windows XP Home Edition, + SP3 HP service packs sp42126, sp42836, sp43901, sp43741, sp41912, sp43742, sp42851  Problem: - Sound doesn´t work  (WM Player, RealPlayer, etc…) - volume is set as high
     Report from Systems „Service tools / Device administrator“  ? ? ? There are missing these device  HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_103C3076&REV_1004\4&198434D9&0&0001 ACPI\HPQ0004\3&B1BFB68&0 PCI\VEN_11AB&DEV_436C&SUBSYS_3074103C&REV_10\4&384C4504&0&00E5 
    Can whoever help me? - Thx

    For business notebook, unless you have hardware problem, XP drivers are available in your support page.
    Have you install MS-UAA before sound, modem, and intel graphics?
    For your Hardware Ids
    1. HDAUDIO\FUNC_01&VEN_11D4&DEV_194A&SUBSYS_103C3076
    This is Audio driver
    Install MS-UAA  , rebort, install ADI soundmax driver
    2. REV_1004\4&198434D9&0&0001 ACPI\HPQ0004
    this is HP 3D DriveGuard 
    3.  PCI\VEN_11AB&DEV_436C....
    This is your LAN driver, install Marvell Yukon Gigabit Ethernet Controller Driver
    Pavilion DV2922TX, XP-SP3 32bit, Intel T5750 2.0Ghz, Nvidia Geforce 8400M GS with 128MB, 4GB 667 DDR2, 250GB HDD

  • Annotating pdf documents in Preview - the text search feature doesn't work?

    Hi everyone,
    I'd like to annotate my pdf documents using preview. However, I realized the other day that as soon as I start annotating a document (with notes, shapes, highlighting, etc), the preview text search doesn't work anymore.
    Thanks for any help or advice!

    This is a known problem. I have seen one suggestion to print the annotated PDF as a new PDF in order to get search capability back. You can try the Apple Discussions "search" feature at the upper right corner to look for more suggestions.

  • Why doesn't Cyrillic (Russian, Bulgarian, Serbian etc.) OO-based spell check work?

    Hi!
    The spell-check in OS X has official support for Russian, but it doesn't for Bulgarian, Serbian, Macedonian etc. One can of course use dictionaries from Open Office, install them, and in theory everything should be fine.
    I find it that none of the OO-based dictionaries for Cyrillic languages work. No words get underlined -- whether they are spelled correctly or incorrectly. I also installed the Open Office dicitonary for German and it worked without a hitch.
    If you are users of Cyrillic languages and if you have added your own .dic and .aff files to your Mac, could you please confirm that everything is working fine for you?
    (And, yes, my Cyrillic dictionaries show up in the language preferences and they are all enabled.)
    Any tips will be greatly appreciated.
    All best
    Tench

    @tenchpsych
    Hi there,
    The problem with Open Office Dictionaries for Slavic, cyrilic languages, is the encoding CP1251 which OS X does not like and will not combine with its native Western-latin encoding.  However OS X likes encoding UTF-8 and if you follow the steps below you will have a working cyrilic spell check-text-as you type, in OS X system wide. 
    I just noticed that the sr-SR package is already UTF-8 so you can use it out of the box.
    However the Macedonian, Bulgarian and Russian package are non UTF-8.
    To make OO non-UTF8 dictionaries work, download them from the Open Office website (dictionary Extentions), change the .oxt extention into .zip.  Unpack them, and browse the unpacked folder. You will only need the following 2 files (depanding which language you download, e.g. mk_MK.dic and mk_MK.aff (or bg_bg, ru_ru dic and aff)
    Now here is the catch: To convert CP1251 you need a converter, there are a couple of them online (google Convert cp-1251 into UTF-8), otherwise if you have Windows, open new Notepad document - copy-paste the text and save as. in the dropdown menu as UTF-8)
    If you are doing it in OS X open both files in TextEdit, select all, copy the unreadable text and paste it in the online converter.  Hit convert and copy and paste it back in the .dic and .aff files, respectively.  Don't forget to change the encoding command at the top of the .aff file it should read at the top * SET UTF-8 * .  Save and close both files.  Copy both files into /System/Library/Spelling and restart OS X.
    Now you have a system wide spellcheck in cyrilic, however it will not work if you choose the Multilanguage option, i.e. in TextEdit to check the spelling (for e.g. MK, SR or BG) you must go to Edit/SpellingandGrammar/ShowSpellingAndGrammar and Switch the language mannualy.  I repeat Automatic by Language will not work for Latin-Cyrilic combination.
    These are not very sophisticated spellchecers and may easily miss some mistakes, thus double-check your spelling. 

  • I cannot figure out how to make the text larger on an incoming email.  The finger method doesn't work and I cannot find any toolbar with which to do it.  I could find nothing in settings also.  Plese help and thank you.

    I cannot figure out how to make the text larger in a received email.  The finger method doesn't work and I can find no tool bar as I can for composing emails.  I can find nothing in settings.  Please help and thank you in advance.

    Hi there,
    Download a piece of software called TinkerTool - that might just solve your problem. I have used it myself to change the system fonts on my iMac. It is software and not an app.
    Good wishes,
    John.

  • ID CS3 - text wrap doesn't work at the end of a long multi-columned text frame

    Did a search - don't think this specific issue has been addressed:
    We design large graphics often used on walls. When working with a text frame that that was 11 feet long and had 8 columns, text wrap would not work on an image placed in the last column. The same image with the same text wrap applied will work fine anywhere else in the text frame. I found that if I shortened the width of the text frame a little bit at a time eventually it would work, but there doesn't seem to be a specific cut-off width - sometimes the last column won't text wrap when the frame is 115 inches wide and sometimes it doesn't work when the frame is only 80 inches wide. Again, all of the other columns work fine. I have tried all of the obvious stuff, the only variable between the columns that wrap and the one that doesn't is it's position at the end of the text frame.
    We have gotten around this issue by using multiple threaded frames instead of one long frame with multiple columns, but I am curious if anyone else has run into this or might know what the issue is.
    thanks

    Did a search - don't think this specific issue has been addressed:
    We design large graphics often used on walls. When working with a text frame that that was 11 feet long and had 8 columns, text wrap would not work on an image placed in the last column. The same image with the same text wrap applied will work fine anywhere else in the text frame. I found that if I shortened the width of the text frame a little bit at a time eventually it would work, but there doesn't seem to be a specific cut-off width - sometimes the last column won't text wrap when the frame is 115 inches wide and sometimes it doesn't work when the frame is only 80 inches wide. Again, all of the other columns work fine. I have tried all of the obvious stuff, the only variable between the columns that wrap and the one that doesn't is it's position at the end of the text frame.
    We have gotten around this issue by using multiple threaded frames instead of one long frame with multiple columns, but I am curious if anyone else has run into this or might know what the issue is.
    thanks

  • I cannot sign into iCloud on my iMac.  I have read all of the help information, but that isn't working.  I cannot do anything with my system preferences - like add a new printer - because it won't log me in, sign me out, forget password doesn't work, etc.

    I have been unable to log in to iCloud on my iMac.  None of the hints online have worked.  I can't sign in (with any password), sign out, the forget password doesn't work, the support button doesn't work.  It's locked.  I can't find anyway to fix this - I need to add a new printer ASAP - help!!!

    The "Mail, Contacts & Calendars" window popped up a couple of weeks ago and is asking for my Apple ID password, which it will not accept,  It won't sign me out (I am not logged in), the support or forgot password buttons won't work.  With this window stuck open, I cannot access anything on system preferences.  I can't find any way to make it go away.  I have tried both my current and old Apple ID passwords, tried using FaceTime to login with the newer password, etc.

Maybe you are looking for