Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Badkitty

  1. Badkitty

    Cell Styling Not Retained in Tables

    I am very new to Indesign and am using CS3. I am following the directions to create a table style with the cell styles that I want, I have indicated these cell styles in the Table options dialog box, but when I create a new table and apply that table style to it, it doesn't bring in the cell...
  2. Badkitty

    Stop Catalog Scrolling

    I am working in a document with an enormous paragraph catalog. After I apply a paragraph format, the catalog scrolls back to the top of the list. Is there any way of stopping this so that the catalog list remains in the same place as the last format applied?
  3. Badkitty

    Color on Split Task Bars...

    Is there any way to change the color on one section of a split task and make it a different color from another section of the same split task?
  4. Badkitty

    Writing Custom Help

    I know I've done this before, but can't remember how... I want to write a series of custom help tips for an Excel worksheet. As the user mouses over a cell, a help tip appears in the status bar. Any help will be greatly appreciated!
  5. Badkitty

    Line Breaks in Excel...

    Is there a way to create line breaks in a single cell without making the spacing all goofy. For instance, in a single cell I want to create a numbered list like: 1). Text 2). Text 3). Text I know how to word wrap in a cell. I also know that in Word, SHIFT+ENTER usually creates a line break...
  6. Badkitty

    How to create a calculated field in MS Word

    I am trying to create a calculated field in MS Word. What I want is for the field to automatically update a number in a sentence like: The company has been in business for XX-years. I know the company was founded in 1946, so where do I go to subtract 1946 from the current date? I want this to...
  7. Badkitty

    Spacing shapes around another shape...

    Does anyone know how to space shapes, say little circles around another shape, like a big circle? And then how would you distribute them around the circle so the spacing is even?
  8. Badkitty

    Filling Text with a Bitmap

    I have two typed letters that I want to fill with a bitmap. How is this done?
  9. Badkitty

    Filter Application Problem

    I have created an oval that I want to apply a filter effect to. When I apply the "grain" effect to the oval, it fills the oval with "grain" and also creates a rectangle around the oval that it also fills with "grain". How do I limit the fill to just inside the shape?
  10. Badkitty

    Bas Relief in Color?

    Does anyone know how to use the Bas Relief filter without it changing your image to black and white?
  11. Badkitty

    Replacing the Flash icon

    Download a copy of eXeScope. It works great. It will allow you to change icons, title bar messages, menu options, etc.
  12. Badkitty

    Help with Mouse Event...

    Nevermind...figured it out. Select _alpha from the Properties section and fill in the following parameters as needed. Here's the code: on (rollOver) { INSTANCENAME._alpha = 100; } on (press, release, releaseOutside, rollOut) { INSTANCENAME._alpha = 0; }
  13. Badkitty

    Help with Mouse Event...

    Please refer to this page... http://www.dreamwater.net/hillmccoy/HELP%20WITH%20MOUSEEVENT.htm Thanks so much, BK 8-)
  14. Badkitty

    Prevent Resizing in .exe

    Nevermind, figured it out. DUH! Well, if anyone else has this problem... To control a movie playing as a projector: 1 Select the frame, button instance, or movie clip instance to which you will assign the action. 2 Choose Window > Actions to display the Actions panel. 3 In the Toolbox...
  15. Badkitty

    Prevent Resizing in .exe

    How do I prevent the movie from resizing in the .exe. When it opens it stretches the movie to full screen. I want it to launch to the size of the movie itself (i.e. 800X600) and not open full screen. If the user opens the window further and there is the color of the movie background boxing it...

Part and Inventory Search

Back
Top