Simple problem - can't get gradient text to work... did before.

What gives? I made a banner ad that had text with a gradient the other week w/ no problems. Today, I'm doing another one and it won't work! It shows up okay in the IDE, but running the file it just shows the gradient block and no text. Same when running in a browser. It's classic text, set as a mask over a drawn rectangle that has a gradient applied. Even setting the box to have a solid fill doesn't work. If I break the text into shapes, then it does work.
What am I missing?

Figured it out - selectable text. Disabled that and it worked.

Similar Messages

  • Can someone tell me what settings I need for ipad texting.  Went to Mexico and now can't get the texting to work at all on ipad.  Thanls

    Can someone tell me what settings I need for ipad texting.  I went to Mexico and when I returned the texting does not work on my ipad.  The support at Apple wanted to charge me to get info.
    THanks

    Can't address the problem directly, cause even though my iPad4 is Cell+Wi-Fi, I've never put a SIM in it and never had the need to text, SMS or iMessage, from it. When away from the office or home wireless network, I tether it off the iPhone. Skype, both text and video, work just fine thru the Wi-Fi link, though.
    HOWEVER, when I was hashing out the contract details to get the iPhone 5 about 14 months ago at Telcel, the representative distinctly mentioned that both Visual Voicemail as well as iMessages would be included in the package and they would be mandatory cause "I was getting a (subsidized) Apple iPhone" on a 24 month leash. Then when the gizmo came out of its box for SIM installation and activation, she went thru the motions of making sure both were working properly.  So I assume the carrier has some say in the matter.

  • Can't get Justify text to work in Illustrator CS4

    Hi
    When I open the Paragraph panel, I can make text left align, right, center, but no matter what Justify setting I click, my text just jumps to right aligninment.
    How do I make it work?
    Cheers
    Shaun

    You are working with Point Text. Point text is what you crete when you click and type, rather than click-and-drag, then type. Point type doesn't have left and right boundaries, so it's impossible to justify between the margins (it has none).

  • KM4M Problem ( can't get the usb to work anymore).

    Hi there people.
    My mainboard apparently no longer recognises the USB ports as well as the ethernet one. I am not sure what the problem is, has anyone else experienced this? I had stopped using the PC in December but recently tried to connect it to my peer-to-peer network and found this out.
    Cheers.

     Moan Guide
     If you are having problems with USB ports, read this topic.

  • How can I get the "text" field from the actionEvent.getSource() ?

    I have some sample code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.ArrayList;
    public class JFrameTester{
         public static void main( String[] args ) {
              JFrame f = new JFrame("JFrame");
              f.setSize( 500, 500 );
              ArrayList < JButton > buttonsArr = new ArrayList < JButton > ();
              buttonsArr.add( new JButton( "first" ) );
              buttonsArr.add( new JButton( "second" ) );
              buttonsArr.add( new JButton( "third" ) );
              MyListener myListener = new MyListener();
              ( (JButton) buttonsArr.get( 0 ) ).addActionListener( myListener );
              ( (JButton) buttonsArr.get( 1 ) ).addActionListener( myListener );
              ( (JButton) buttonsArr.get( 2 ) ).addActionListener( myListener );
              JPanel panel = new JPanel();
              panel.add( buttonsArr.get( 0 ) );
              panel.add( buttonsArr.get( 1 ) );
              panel.add( buttonsArr.get( 2 ) );
              f.getContentPane().add( BorderLayout.CENTER, panel );
              f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              f.setVisible( true );
         public static class MyListener  implements ActionListener{
              public MyListener() {}
              public void actionPerformed( ActionEvent e ) {
                   System.out.println( "hi!! " + e.getSource() );
                   // I need to know a title of the button (which was clicked)...
    }The output of the code is something like this:
    hi! javax.swing.JButton[,140,5,60x25,alignmentX=0.0,alignmentY=0.5,
    border=javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1ebcda2d,
    flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,
    disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,
    right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,
    rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=first,defaultCapable=true]
    I need this: "first" (from this part: "text=first" of the output above).
    Does anyone know how can I get the "text" field from the e.getSource() ?

    System.out.println( "hi!! " + ( (JButton) e.getSource() ).getText() );I think the problem is solved..If your need is to know the text of the button, yes.
    In a real-world application, no.
    In a RW application, a typical need is merely to know the "logical role" of the button (i.e., the button that validates the form, regardless of whether its text is "OK" or "Save", "Go",...). Text tends to vary much more than the structure of the UI over time.
    In this case you can get the source's name (+getName()+), which will be the name that you've set to the button at UI construction time. Or you can compare the source for equality with either button ( +if evt.getSource()==okButton) {...}+ ).
    All in all, I think the best solution is: don't use the same ActionListener for more than one action (+i.e.+ don't add the same ActionListener to all your buttons, which leads to a big if-then-else series in your actionPerformed() ).
    Eventually, if you're listening to a single button's actions, whose text change over time (e.g. "pause"/"resume" in a VCR bar), I still think it's a bad idea to rely on the text of the button - instead, this text corresponds to a logical state (resp. playing/paused), it is more maintainable to base your logic on the state - which is more resilient to the evolutions of the UI (e.g. if you happen to use 2 toggle buttons instead of one single play/pause button).

  • I recently bought a new macbook pro and set it up using the migration assistant and my mac mini.  I can't get the text message forwarding feature to work with both computers.

    I recently bought a new macbook pro and set it up using the migration assistant from my mac mini.  I can't get the text message forwarding feature to work with both computers.  It keeps saying that I only have 2 devices setup, my iPad and my macbook pro.  When I mess with the setting on my mac mini, it goes from saying that that is one of the devices to my macbook pro being the 2nd device.  I think that something happened as a result of my using the migration assistant and now it thinks that my macbook pro and my mac mini are one and the same computer.  Any ideas?

    Thanks, Sig.
    The old computer is a 2.6 Ghz Intel Core 2 Duo
    The new one is a 2.3 GHz intel core i7
    In going over this, thanks to "tallking it out" with you, I did discover the Text Edit problem.  Because I've still been unable to get the new computer text size (fonts or whatever) to match the old computer, I did not notice that the curser is now different--the line midway down the curser has to be placed on the line I am working upon, otherwise the edits go elsewhere on the page.  Now, with a bit of difficulty, I am able to get Text Edit to work correctly.
    If you have any ideas as to why my menu bar and Text Edit type are still so slow, I'd love to have them. 
    (I went through the process you suggested earlier, re my Trackpad preferences, and found no improvement.)

  • How can I get my texts back after IOS update?

    How can I get my texts back after an IOS update?

    Hi Clembo60,
    Welcome to the Apple Support Communities!
    I understand that your text messages are missing after an update on your iPhone. If you have a backup of your device on either iTunes or iCloud, you can restore from that backup and bring your information back. Please review the attached article, which covers how to back up and restore from backups, for more information. 
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Best regards,
    Joe

  • I have Windows 7 and PS Elements 10 and can't get the text button to work properly.  What can I do?

    I have Windows 7 and PS Elements 10 and can't get the text button to work properly.  What can I do?

    Try selecting the T tool and then doing a reset (see image below)

  • Migration Assistant: Problems transferring data from PC (XP SP3) to new Mac Pro 2012 - can not get Migration Assistant to work as PC will not display verfify passcode

    Migration Assistant: Problems transferring data from PC (XP SP3) to new Mac Pro 2012 - can not get Migration Assistant to work as PC will not display verfify passcode
    Hello, I am having problems migrating data from my old PC running XP (SP3) to my new Mac Pro 2012 using the Migration Assistant.
    - I downloaded and installed the Windows Migration Assistant from Apple
    - My Mac recognized PC and displays passcode
    - The sasscode does not show / display on my PC
    - My Mac is then stuck in "authenticating" loop and the PC is stuck "waiting for Mac to connect."
    - Both computers are connected on same network (have connected PC on WIFI and using ethernet to Reuter)
    I have looked on support site and only response I saw says to reinstall Windows Migration Assistant (which I have done)
    Any ideas?  If cant get this to workare there instructions for manually bring across relevant data eg itunes music and apps, photos, picasa data etc?

    Why not turn off the Windows firewall and uninstall any other firewall software you have installed?
    If you are using a Norton product uninstall it and discard it. To fully unistall most Norton products you have to go to the Norton website and download a soecial program to completely get rid of it. The normal uninstall feature built into the program will not remove all of it.

  • If I purchased an app and after 90 days it gives me problems can i get my money back

    If I purchased an app and after 90 days it gives me problems can i get my money back

    The app worked for 90 days ? Have you tried deleting and (if it's still in your country's store) redownloading the app via the Purchased tab in the App Store app on your phone (or sync it back from your computer's iTunes), and if that doesn't fix it then you've tried contacting the app's developer ?

  • Can i get a text tone on my 4th generation?

    can i get a text tone for my 4th generation ipod?

    Thanks Shane!
    I saw your notes in Creative Cow and intend to follow Log and Transfer system until I saw your note.
    XDCAM Transfer Utility to XDCAM QT? Is this a better alternative u think?
    Best Wishes from Asia
    Noel

  • Really annoying problem, can't get past 'getting started' screen!

    Hi,
    Can't get ipod and itunes working for the first time!
    Ipod is plugged in and appears in the itunes menu, click on ipod and a screen appears on the right hand side saying something like 'getting started'. The problem is that the type runs over the edge of the window (can't read all the info) and there's no link/tickbox to set up the ipod. Tried widening window but moves about an inch then stops. Is there any way to get things working without this annoying problem?
    I'm trying to get this working for a friend and don't know much about Windows as I use a mac (which worked first time with my ipod!).
    Any replies appreciated, Steve.
    Ipod classic 80 gig/win XP/itunes 7.5

    I have the EXACT same problem. I own a first generation iPod nano and I loved it so much that I bought my boyfriend the 3rd generation. I downloaded iTunes for him and everything was going great until I went to register. The screen is doing exactly what you described. You can tell there is something on the right side that needs to be clicked but you can't scroll over there to do it. I'm frustrated because he wanted to sync all his music before we started to travel for the holidays and now we can't! Please let me know if you figure anything out or find out anything. Thank you!!
    FYI - I tried to register online to see if that would help but it didn't make a difference. Also, you can still put songs onto your iPod by dragging them into the iPod section but once they are there you can't manipulate them or take them back off.
    Message was edited by: clp320

  • I can't get the text tool to work

    I can't get the text tool to work in After Effects CC, what am I doing wrong, have I pressed the wrong key?

    We need a lot more information to help you. Tell us exactly what you're doing and exactly what the results are. Screenshots are useful.
    In general, when answering questions on this forum, provide answers to the questions here: http://forums.adobe.com/thread/961743

  • My phone was stolen - can I get my text messages back?

    my phone was stolen - can I get my text messages back?

    Not unless you backed up the phone before it was stolen.

  • Can't get the software to work with Audigy 2

    Hi, I have had my Audigy 2 ZS going on a year now and haven't had any problems. I recently made a clean install of Windows XP and upgraded to SP2 and all that. Now, I can get sound out of the card but can't get the software to work at all; cannot get the volume slider bar to appear when I click the icon (it appears in the task bar though and I get a small gray square where the slider should appear), the surround mixer does not show when I double click the volume icon, EAX conxole is a no go, get an empty error box when I try to start the Equaliser.
    I have tried everything from simple re-install to clean sweep to praying to the pagan gods. I have alsoo tried updating the drivers of course.
    I run XP on an Intel MoBo (on-boeard sound deactivated), 52RAM, ATI 9700 ALL-IN-WONDER.
    DOES THE CREATIVE SOFTWARE DEPEND ON ANY WEIRD LITTLE WINDOWS SERVICE OR SETTING THAT I MIGHT HAVE CHANGED DURING SETUP?
    This is quite infuriating as any idea I come up with takes up a lot of time in installation, uninstallation and clean up. It worked before, why not now?
    Thanks in advance. dentore

    Ok I got it to work. This is the reply I got from Creative but I didn't remove the program from the add/remove option on the PC b/c that didn't work at first. I inserted the installation CD and remove it from that wizard. Rebooted and the PC found new hardware. I then installed the driver and software from the CD and now it works.
    For Mediasource. It appears something was corrupted in Mediasource or there is a conflict within the system.Please uninstall all software and drivers for the soundcard, from add/remove programs. Once this is done, shut down the system and changePCI slots for the soundcard, then turn the system back on, cancel the found new hardware wizard, disable all background applications (especially virus scanner, firewall, and any other background applications running in the bottom right hand corner of the system), andthen perform a full reinstallation of the drivers and software from the soundcard installation cd.
    CAT I hope you fix your sound card. Good luck.

Maybe you are looking for

  • Metro PCS 8530 No Longer Connects to Blackberry Servers

    I have the Q10 which I love. Wife has a 8530 which she loves. She basically just wants voice, BBM, and email. It works great for her. Her 8530 went wacked the other day. Phone turned on and worked fine except it would connect to nothing. We got Metro

  • Problem with console in Oracle VM Manager

    I have installed Oracle VM 3.0.3 and Oracle VM Manager 3.0.3 is install on Oracle LINUX 5.6. I cannot get the console to work from either the Oracle VM Manager server itself using firefox or remotely from Windows running IE or Chrome. After looking a

  • Want to retrieve lost contacts, but as a reboot and not an Outlook sync

    Hope this makes sense. Wife and I are both iPhone users, but access iTunes on a PC for updates. This point, as you will see, seems relevant. When I want to add new music I have to add it to my folder and sync my entire music collection instead of jus

  • 'Mark for Translation' cannot be used in languages other then the primary

    Hi there, I'm using webservices to update a picklist and when i try to insert a new value im getting the following error message: 'Mark for Translation' cannot be used in languages other then the primary.(SBL-ODS-50196). Can anyone give me an help on

  • Wow, faster speeds thanks to you guys! But I could...

    Hi, Me again. I would just like to say thank you to everyone here who helped me out. I bought a BT Business hub and my speed has rocketed. My line capacity was at around 650-750kbps, now I'm topping 950kbps, which means I went up a profile! This mean