Newbie Question: Can't Remove Text Outline

I'm modifying an existing Flash project and am having trouble
removing an outline around text. I don't see any property that
controls this effect (although I am new to Flash so I probably
don't know where to find it).
It looks like this notice (the gray outline):
click here
I've tried deleting the text box entirely and just typing
again but the outline is still visible.
Thanks for any insight.

Try clicking on the text box, than click on the Filters tab
in the Property
Inspector.
There may be some sort of filter on the text that is adding a
stroke or
shadow or something around the text.
(NOTE: Filters only appear in Flash 8 and CS3 files if I
remember right)
"jasons" <[email protected]> wrote in
message
news:f82aam$crs$[email protected]..
> I'm modifying an existing Flash project and am having
trouble removing an
> outline around text. I don't see any property that
controls this effect
> (although I am new to Flash so I probably don't know
where to find it).
>
> It looks like this notice (the gray outline):
>
>
http://www.sbwebhost.com/imgSnap061.gif
>
> I've tried deleting the text box entirely and just
typing again but the
> outline is still visible.
>
> Thanks for any insight.
>

Similar Messages

  • How can i remove text in between the tags

    Hi 
    I want to remove the text inside the xml tags and am failing to do so. i have tried this codding with no results.
    <value>yes</value> = <value></value>
    <value>yes</value> = <value></value>
    <value>yes</value> = <value></value>
    my code:
                    string text = File.ReadAllText(outputFilePath);
                    text = DeleteBetween1(text,"<value>", "</value>");
     public string DeleteBetween(string STR, string FirstString, string LastString)
                string regularExpressionPattern1 = @"(?:\" + FirstString + @")(<^<>+)\<\/" + LastString;
                Regex regex = new Regex(regularExpressionPattern1, RegexOptions.Singleline);
                MatchCollection collection = regex.Matches(STR.ToString());
                var val = string.Empty;
                foreach (Match m in collection)
                    val = m.Groups[1].Value;
                    STR = STR.Replace(val, "");
                return STR;

    hi,
    you can try below.
    https://social.msdn.microsoft.com/Forums/en-US/b9b4d8d6-38ba-4483-abfd-4939aca0593d/how-can-i-extract-text-string-between-two-tags-?forum=csharpgeneral
    hope that helps.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • NewBie Question: Can you make a website completely with Java?

    Greetings my new Fellow Java programmers. My name is Jason and I am a computer programmer and web developer. I am verse in the following:
    1. HTML/XHTML
    2. CSS
    3. Asp.net
    4. VB.Net
    5. SQL
    I want to expand my skills to include:
    1.JAVA
    2. Action Script
    3. Java Script
    4. Ajax
    I have always wanted to learn Java and now I think it is the right time. So my question is can you create a site complete with Java or have a majority of the site functions and look attributed to Java? Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    -RomDog
    ...ROOOOOF!

    RomDog wrote:
    Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    I find it strange that you have to ask this. Of course the end result will be HTML/XHTML, that's what the browsers want. I would think that if you know the .NET side of web development, these concepts (client/server technologies) should already be clear to you.
    The short answer is yes it is possible. However if you want to learn Ajax/Javascript/Actionscript, I would learn those technologies before you learn Java web development as they are completely unrelated. You know that Javascript is not Java, right? You can implement javascript/Ajax in your .NET web applications already.
    Before you want to learn Java web development, learn Java. Seriously, learn basic Java first. It will be a great deal harder (and ultimately a lot more frustrating) to jump directly into the web development side of Java without knowing any of the basics. One of the biggest differences between .NET and Java platforms is that Microsoft basically holds your hand when it comes to making decision about which APIs to use and how to attack a problem; Java leaves you to the wolves to select from a gigantic amount of APIs and tools available that can each solve a problem in their very own way. Freedom is great, but it can be very daunting when you are just beginning.
    So before you even think about web development, I suggest you explore the java tutorial and see if you can get to grips with the language and the tool set.
    [http://java.sun.com/docs/books/tutorial/|http://java.sun.com/docs/books/tutorial/]
    When you are comfortable with the Java language and you are sure that Java web/enterprise development is still something for you, then come back and ask the question again.

  • How can I remove text from an image

    I was trying to use the magic wand and then inverting but it is not removing the text.
    I tried the clone stamp but it's on a tile background so very hard to make it look good. I just want to redo the text because it was written by someone that does not speak English/American.
    Thanks in advance for your help

    Basically, the Vanishing Point filter allows you to identify the perspective in part of an image, then clone from other parts that are at a different distance; it takes care of the scaling.  It's pretty slick, though I've always thought it would be better integrated directly into Photoshop rather than being in a plug-in type format.
    The other day I used it on a photo of a series of statues of archers.  The one on the end was missing part of her bow...
    -Noel

  • Newbie Question: Can Flash do this?

    I would like to make some movies (whatever format would load
    the quickest on a website and produce the smallest file size) that
    show the stroke order and formation of Chinese characters.
    The viewer would see something like an animated GIF that
    shows the character being formed on the screen
    Can Flash be used in conjunction with a Wacom Tablet (or
    mouse, for that matter) to do this? If so, how would I do this--I'm
    a total newbie with Flash.
    If it can't can anyone suggest a program that could do this??
    I have the Adobe Master Collection, so I have access to all the
    programs.
    Thanks.

    Flash can do it, but not quite the way you're approaching it,
    I think. I would start with the complete character on the stage and
    use a series of animated masks to reveal the strokes in sequence,
    to make them 'appear' like they are being drawn.
    There are some other ways to go about this as well, but this
    would be the simplest by far.

  • Complete newbie question - Can BI consume web services?

    Post Author: Steve Lamont
    CA Forum: Data Integration
    I am working on a new client site working on integration between a whole slew of systems including CRM, billing, BI etc.  The client is architecting a SOA oriented approach to all integration where it make sense.  As part of the effort, a new BI database is being built and loaded via some ETL tool.  The primary interface to access this new BI data will be business objects (BO).  Now, in the current environments, there are multiple, disparate BI systems containing various data.  The BO knowledge person (and he is not a business object employee) on this site is claiming that to access these other BI databases, he wants to do it by sending out requests via service calls.  I fully understand that BO itself can be set up to be a service provider and provide services for other consumers to take advantage of, but how does BO itself consume services provided by other applications?
    Obviously I don't fully understand BO, but my initial inclination is that this approach is wrong.  If data is required from these other BI source, wouldn't they be configured as data sources within business objects?  This BO guy claims that calling web services is more efficient that direct peer-to-peer calls via the database drivers.
    Can any share some comments on this situation?

    Post Author: bhofmans
    CA Forum: Data Integration
    You posted your question to the wrong forum, please try to post it to one of the subforums in "Enterprise Reporting, Query & Analysis".
    This forum is about Data Integrator, Business Objects ETL tool.
    I'll try to answer your question anyway with my reporting background From what I know, YES we can consume web services in reports (Crystal reports), but for larger volumes of data a direct access to the database would be faster. A webservice approach might make sense if the webservice implements some business logic (semantic layer) which would be easier then to go directly to the tables.
    And just for the record : also Data Integrator can consumer web services...

  • Newbie question: Can't get equal object widths

    I have two rectangle paths in my document. I don't remember exactly how I created them but as far as I can tell, they are very alike, same fill, no stroke. They are two vertical sides of a rectangular border around the perimiter of my doc.
    I would like to change the widths to be identical. Width/height proportion constraints are off. I enter the width of one object in the width field of the other, and the width changes but to some unpredictable number. I can put in a new number again and the width changes to something new but not what I want. I have tried to use different units, same result. I have no problem changing the heights of the corresponding horizontal paths to be the numbers I want.
    There is one visible difference between the paths: When the troubling path is selected, the blue outline around it is wider than on the other paths.
    I ended up throwing away the trouble path and copying the good one as a work-around. But I'd like to know what's going on, I assume I'm missing something basic.
    Hope somebody can help.

    With the rectangle tool (hotkey: M)
    Hold [Alt] and click where you want your rectangle to be centered. A window will appear with the height and width options.
    If it's all symmetrical, I would then use the Reflect tool, or Rotate tool to make a copy, where I wanted. With either tool, hold [Alt] and click the point you wish to rotate around. Check the preview box to make sure you have the right outcome, and then select the Copy option to finalize.
    If you are selecting one rectangle at a time and entering the new width into the Transform Panel, I am unsure what is happening.
    (Note: Instead of increasing the width, in the transform panel, by replacing 128 px with 256 px ▬ you have the option to add to the original number,
    so it would look like this: 128+128 px [it also works for decreasing, with subtraction])
    To select and scale two objects, in place, at the same time:
    Object→ Transform→ Transform each

  • Help - how can I remove text in the background?

    I am translating a text from English into Portuguese in a document created in Germany (as .mif 7).
    After I inserted the Portuguese text, a ruler and the words "498 Entwurf 15.06.2011" in red and "Abstand" in sky blue started to appear in the background, as well as some kind of a grid (please see attached image). I need them to disappear when the document is printed, but I haven't been able to make them disappear so far. The words in red indicate the name of the document (498) and the date when it was originally created. I need the document to have a white background only with the letters in black and images (just like the original, but in Portuguese - no words in sky blue and red and no grid).
    This is probably easy to solve and I may sound really silly, but I've already lost 3 hours and I'm getting desperate because I need to deliver the document as soon as possible.
    Any help would be much appreciated.
    Best,
    Paulo Rodrigues

    Hi,
    I think the converter you are using to convert it to portuguese is a free converter and it has been noticed that when you use the free or trial version of any converter ,it generally puts its name in the PDF document and you have to buy that product to get rid of it.If thats true then we would not be able to remove that text.
    Kindly let me know if thats correct what i said.
    Thanks
    Harpreet.

  • Newb question: can anyone tell me what these Speedfan temps mean???

    I just built my first PC (P6N SLI-FI board and Core 2 Duo 6420 chip) and I've got a few questions about cooling (I'm using the stock cooler and the thermal paste that came with the chip):
    1.  I installed Speedfan, but I'm not sure what each temp refers to.  After having the machine run Windows XP for a minute or two, here are my approximate readings (all in degrees Celsius, obviously):
    Temp1= 23
    Temp2= 30
    Temp3= 145 (I think this is an error due to lack of a sensor)
    HD0 = 23
    Core0 = 23
    Core1 = 23
    After playing Neverwinter Nights 2 for about an hour, Temp2 reaches about 45 (all of the other readings are lower, somewhere in the 30s I think, but I can't remember for sure).
    2.  I'm going to be using my computer mostly for gaming.  What temps should I try to stay below?  Should I think about using Artic Silver 5?  (I really wanted to use it when I put the machine together, but I wimped out because I was worried about voiding the warranty with Intel  ) 

    Quote from: Snaggly Pete on 24-May-07, 23:09:08
    Thanks for the info.  So, none of the temperatures I've listed represent the ambient temperature?  How do I find out what the ambient temperature is?
    The temp in my house was probably about 70F (I didn't actually check at the time) when I measured those temperatures and yes core0 and core1 were roughly 23C.  Again, I only had the computer on for a minute or two when I checked SpeedFan. 
    Sorry for the delay in responding to your question!
    As far as case temperature, I've gone as far as suspending a household thermometer in the vicinity of the HS fan.
    Fact: It is impossible for any air-cooling solution to cool the processor below the temperature of the intake airflow. Air cooling solutions, as well as liquid cooling solutions, rely on convection (+conduction and radiation) to transfer the heat off of the CPU. The amount of heat the air mass/flow can absorb is limited by the temperature of the air mass, volume and partial pressure across the heatsink(s). Except for the short time the HS is transitioning from a cooler, non-operational state, where the HS may be cooler than the incoming airflow caused by a newly started system, to the operational state with both case temperature and CPU temperature increasing, the temperature of the HS will always be above the temperature of the surrounding air.
    So, given a 70F/21C room temp, you should expect the 'system' (mobo) and core temperatures to be at or probably slightly above 21C if you check Hardware Monitor in BIOS immediately and as much as 10 - 15 degrees C higher by the time you check them in the OS. Again, those figures may be lower or higher by a few degrees depending on the HS/HSF used.
    Remember, when evaluating operating temps, always use the delta between case temperature and core temperature (or whichever system temp) rather than the temperature in question on its own. Say you are given two systems that use all the same components except the cooling solution. System A uses air-cooling solution 'Ace' and has a case temperature of 38C with core temps of 43C on each core, while System B uses cooling solution 'Best' and has a case temperature of 23C and core temps of 34C. Which is the better solution?
    The answer is probably TEC.   
    TB

  • Newbie question: Can't get 100% black

    I have created text. When it prints, I am getting 4 color plates. I filled with foreground color that is 100% black. What am I missing? Thanks for any help.
    Photoshop 9.0.2; Mac OS 10.4.8; System: PowerPC G5

    In CMYK, you can render black 2 ways: as "rich black" (made up of all four plates), or "black-only" (made up of black ink only.)
    When you say you created the text with "foreground color... 100% black", that probably means you used Photoshop's default colors - black and white. If you open the color picker and look at how the default black is made, you'll see that it's a combination of C, M, Y and K.
    If you are creating the file in CMYK mode, you can open the color picker, enter 0/0/0/100 in the CMYK fields, and fill your type or shape. You'll have 100% black and no other colors.
    If you're creating your file in RGB, you're SOL. When you convert to CMYK, all black will be converted to rich black using the CMYK build as defined by the CMYK profile to which you're converting. In that case, you would have to go back into the CMYK file and manually fix all the elements that are supposed to be black-only.
    It's a rather nasty can of worms. This is one of the things that keeps an RGB workflow from being accepted universally by the prepress community. There are tools available (Alwan, etc.) that will preserve black-only elements as the file gets converted from RGB to CMYK, but they are not widely used yet.
    (ed. - Peter, It looks like we cross-posted...)

  • Newbie question: can I connect an USB external HD to an iPad?

    Hi,
    I'm still deciding if I should buy an iPad or not and one of the questions I have is if I can connect an USB external HD to an iPad.
    Can you help me please?
    Thanks

    abarrote wrote:
    one of the questions I have is if I can connect an USB external HD to an iPad.
    no.
    JGG

  • Can't remove text decoration in IE

    I have set text-decoration:none and even border:none on every css rule that is associated with the main nav on the site I am working on.
    The text decoration still appears on all of the nav links when loaded in IE 8 or 9. I swear I had made it go away yesterday and now it;s back. This is driving me crazy and I am starting to develop a real hatred of IE.
    http://www.prospectrealty1.fatcow.com/index.html
    Any help with this will be very much appreciated.

    well I think I'm either going insane or maybe I'm retarded or I don't know what. I definitely had my css written with the border-style: none.
    It seems to me that something weird is happening. If I have just the template file open in DW and then change the code and update the template, DW asks to update all associated files and I say yes. If I don't also have the individual pages opened they don't seem to get updated. I am up-loading all of this with Filezilla and looking at the time field to be sure they are current. I don't get it.
    anyway I now have the border taken off of the nav links in IE.   ....................BUT OMG:
    I replaced the very top string of text with two jpg's. Now, only in IE, I cannot get the border off of the email link image and it's getting forced down to a second line (which was the same trouble when I had it all as <ul> floated <li> text. This is killing me.
    my markup:
    <div id="header">
      <div id="header-top">
        <img src="../images/header-address01.gif" width="718" height="25" alt="address" /><a href="mailto:[email protected]"><img src="../images/header-email01.gif" width="242" height="25" alt="email-address" /></a></div>
    my css:
    #header-top {
        background: #515151;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
        border-style: none;
        height: 25px;
    #header-top img   {
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;
    #header-top a  {
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;

  • Newb Question: Can someone explain what a bus is in layman's terms?

    What is a bus and how is it helpful? Sorry for my ignorance. I am going to get the videos as soon as I save up. Purchasing this new Mac Pro wiped me out.

    busses allow you to route several tracks to the same fader, where you can apply effects or change volume simultaneously.
    there's more but I'm just learning, too!

  • Newbie question: Can't see session bean in business operations after deployment

    Hi,
    I've just deployed a session bean (using WLS 7.0) sucessfully, but I can't see
    the deployed EJB in the business operations in studio. Am I suppose to update
    something on the integrator side that references the EJB? Or is there something
    else? Any help would be greatly appreciated.
    Thanks
    Aashish

    Hi,
    Sorry, but I don't know what you mean.
    Could you explain it more detailed, please?
    I see following, when start integrator.bat:
    [code]
    Developer 4.7 Build 999
    Exception in thread "Thread-3" java.lang.NullPointerException
            at com.wm.app.b2b.dev.DevConnectDialog.itemStateChanged(DevConnectDialog.java:253)
            at javax.swing.JComboBox.fireItemStateChanged(Unknown Source)
            at javax.swing.JComboBox.selectedItemChanged(Unknown Source)
            at javax.swing.JComboBox.contentsChanged(Unknown Source)
            at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
            at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
            at javax.swing.JComboBox.setSelectedItem(Unknown Source)
            at com.wm.app.b2b.dev.DevConnectDialog.<init>(DevConnectDialog.java:210)
            at com.wm.app.b2b.dev.DevMainFrame.doConnect(DevMainFrame.java:759)
            at com.wm.app.b2b.dev.DevMain$1.run(DevMain.java:195)
            at java.lang.Thread.run(Unknown Source)
            at com.wm.ui.UiFrame$7.run(UiFrame.java:344)
    [/code]
    Thanks.

  • Newbie question: Can't change my number in Settings

    Apologies if this has been raised before, I'm new to iPhones and I brought my old number into a new provider and it works fine, but in Settings/Phone/My Number the old number is shown there and does not seem editable. Is there a solution to this?
    Thanks
    Kryten

    Sorry, what I meant was the phone is still showing as (My Number) the temporary number alocated by the service provider, rather than the actual number that I brought over from my previous provider.

Maybe you are looking for

  • Q&A Guide about ZEN Touch 2

    Hey people! I had time to kill, and I've been around since a while now; I now own a ZEN Touch 2 since more than 6 months. I figured out I'm able to help quite a lot of people about this device, actually (even though I don't have an astronomic number

  • How to create a SIS file for Nokia Communicator 9210?

    Hello, I have written a J2ME application, tested it (yes, it functions), and pressed on button "Package" in KToolbar. As result, I got a *.JAD and *.JAR file. When I copy these files to the Nokia Communicator 9210 Handy, nothing happens when opening

  • How to open a webpage with an URL out of my database...

    Hi, I'm an IT student still learning Oracle and I'm doing this little project for school Now I'm designing a program for a videostore. I'm displaying an URL in a field and I have a button next to it. Now if I press the button I want to open a new exp

  • Flash drive app for an iPad

    Does anyone know if there is a flash drive app for the iPad? 

  • Firefox - asking to Save/Download SWF rather than playing it inside IFRAME

    Hi all, I have encountered a very strange thing with an SWF we have recently authored. My client insists on embedding a FlashPlayer 9 SWF inside an IFRAME given the limitations of their content management system. When they use this method to embed an