Problem with making gifs

I'm using the photoshop portable cs5 and I'm having a problem with this bar i have detach in red, just doesn't appear. I have installed others photoshop, but I keep with the same problem. Someone can help me? Thanks, anyway. Sorry for the bad english hehe

Don't worry about your English.  You have a bigger, ethical problem.
You have an illegal version of Photoshop that must be wiped off your hard disk immediately.
Message was edited by: station_two

Similar Messages

  • Quality problem with animated gif through flash

    i got a problem with making animated gif through flash.
    on html/swf publication it looks clear.
    but the weird thing is through gif publication, it wouldn't show. and exporting it as a movie as gif cause visual defect when put up on web.
    it looks better when you open it in a browser.
    this is how it looks for a profile gif in thumbnail mode. blocky and unclear.
    how do you get it to look good both in thumbnail mode and in browser mode. i seen other that have a clear gif in thumbnail mode.  are my setting wrong for flash? or should i just do gif in photshop instead. i heard rumors flash don't do gif very well.

    Change your gif export setting under publish...
              Dimensions         : Match movie
              Playback             : Animated
                                        : Loop continuously
              Options               : Optimize colors
                                        : Smooth
              Transparent         : Opaque
              Dither                 : None
              Palette Type       : Adaptive
              Max colors         : 99999

  • Problem with animated .gif

    I have a problem with animated gifs. So if I set a animated gif as background and a button is over it as in the example below, then everytime the animation goes on the button disappears until I go over it with the mouse. So what can I do to solve this?
    import java.awt.Color;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    public class FrameBackImage {
              public static void main(String args []){
                   final JFrame frame = new JFrame("Frame");
                   frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                   frame.setSize(400, 400);
                   frame.setResizable(false);
                   frame.setLayout(null);
                   java.net.URL imageURL = ImageApp.class.getResource("animatedw.gif");
                   ImageIcon imageIcon = new ImageIcon(imageURL);
                 final JLabel label = new JLabel(imageIcon);
                 label.setBounds(0,0 , 400, 400);
                 frame.getLayeredPane().add(label);
                 JButton button = new JButton ("Exit");
                 button.setBounds(200, 129, 60, 60);
                 button.setBackground(Color.black);
                 button.setForeground(Color.white);
                 frame.add(button);
                 button.addActionListener(
                 new ActionListener(){
                        public void actionPerformed(ActionEvent arg0) {
                             System.exit(0);
                 frame.validate();
                  frame.setVisible(true);
    }

    In the future, Swing related questions should be posted in the Swing forum.
    Your usage of the getLayeredPane() method is something I've never seen before, so I don't know if thats the problem or not.
    How to display a "background image" is asked all the time in the Swing forum. So to familiarize yourself with the forum you can try searching the Swing forum. Using the keywords I highlighted would be a good place to start.

  • Problem with making a database link.

    Hello All
    I got a problem with making a database link.
    When I execute this query
    CREATE PUBLIC DATABASE LINK DBNAME
    CONNECT TO database IDENTIFIED BY name
    USING 'DBNAME.europe.company.com';
    I am using other names because its private information
    But when I look at the table dba_db_links I see this
    OWNER | DB_LINK | USERNAME |HOST
    PUBLIC| DBNAME.europe.company.com| name| DBNAME.europe.company.com
    So the DB_Link name is changed. And this causes a problem with my asp website. I get the fault message
    ORA-02085: database link DBNAME.europe.company.com connects to DBNAME
    Cause: a database link connected to a database with a different name. The connection is rejected.
    The global_names = true and I prefer to keep it that way.
    So does anyone knows what is wrong about my Query or how I can change the DB_Link name.
    Thanks for the support,
    Remco

    Thanks for the help Mohit
    But thats whats I was doing.
    The query in the first post is the same as what you are posting.
    But by an (for me) unknown reason the database converts DBNAME to DBNAME.europe.company.com

  • Safari 4: Problems with animated GIF

    Hi,
    since I've updated to Mac OS X 10.6 my Safari 4.0.3 has Problems with some animated GIF.
    Some of these smileys look strange.
    OS: Mac OS X 10.6.1
    Mac: iMac (24-inch Early 2008)

    HI,
    Apparently you aren't alone.
    http://discussions.apple.com/thread.jspa?messageID=10059219&#10059219
    Carolyn

  • Problems with animaged gif's

    Hi, I'm trying to draw a ComboBox with animated gifs in the selection list.
    And the problem is that the gifs are painted but always with the same image. Here it is part of the source code of the ListCellRenderer class.
    In the paint(Graphics g) function I have:
    "g.drawImage(((ImageIcon)icon).getImage(),rect.x,rect.y,this);"
    and if I use the following we've the same result
    "icon.paintIcon(this,g,rect.x,rect.y);"
    It is also rewritten the function: "imageUpdate" and it makes the gif to be repainted every 100 ms (that's ok) but always paints the same image so it doesn't animate.
    Any ideas?

    The solution:
    public Component getListCellRendererComponent(JList list, Object value,
    int index, boolean isSelected, boolean cellHasFocus) {
        JLabel tmpLabel = new JLabel();
        if (value instanceof ImageIcon) {
          ImageIcon tmpIcon = (ImageIcon)value;
          tmpIcon.setImageObserver(list);
          tmpLabel.setPreferredSize(new Dimension(tmpIcon.getIconWidth(),tmpIcon.getIconHeight()));
          tmpLabel.setIcon(tmpIcon);
        else
          tmpLabel.setText(value.toString());
        return tmpLabel;
    }The problem was to set "list" as the ImageObserver of the icon
    Bye...
    Olaso

  • PROBLEM WITH MAKING RECTANGLE

    i have a problem with illustrator cs6.. before this i've tried cs5..but when i use cs6 i have a problem when making a rectangle..when i make rectangle let say 3cm x 3cm without border i mean stroke i got the exact size but then when i use border only i mean stroke only without feel with the same box the size change into 3.0555 not 3 cm anymore..so is there anything that i missed tick out in ai cs6? reply me asap...

    Could be that "use preview bounds" is turned on in the preferences. Here is the same rectangle with that preference off (left), and on (right).
    The rectangle was not changed in any way between these two screen shots; just the preference.

  • Q10, problem with making a Security Copy

    Two weeks ago, I haven't been able to make a Security Copy. A frame with "An error has been produced while making a security copy" (translated from Spanish) appears every time I try to make one.
    It also says "It might have occurred a problem with the smartphone or the connection during the security copy. Verify that the smartphone is turned-on and is connected".
    CAN YOU PLEASE HELP ME???
    Thanks. Regards,
    J

    Are you Spanish speaking?
    Estimado Usuario, lamentablemente este foro es solo para el idioma Ingles, sin embargo lo podemos ayudar en el foro especializado en Español, esta es la dirección donde gustosamente lo podemos atender:
    http://foros.blackberry.com/t5/Foros-de-Soporte-General/ct-p/bscf_es
    Muchas gracias
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problem with animated gif image getting displayed

    My problem is that my animated image does not get displayed properly. I am extending JButton and the button already contains a static image. I want to display the animated image over the static one for some reason. If I replace the animated image with a static gif, then there is no problem.
    Here is the code that I am using
    Icon anim = new ImageIcon((new ImageLoader()).getImage("/graphics/busy.gif"));
    // thread to call displayAnim method
    class ColorThread extends Thread {
    ColorThread() {
    public void run() {
    while (AnimFlag) {
    try {
    displayAnim();
    Thread.sleep(400);
    } catch (InterruptedException e) {
    public void displayAnim()
    repaint();
    public void paint(Graphics g)
    super.paint(g);
    int x=5;
    int y=0;
    if ( AnimFlag) {
    anim.paintIcon(this,g,x,y);

    This code is working fine for JRE 1.2 and the animation is displayed. The problem is with JRE 1.3. when there is no animation, neither is there any image getting displayed.

  • Problem with making 16:9 PAL DVD

    Hello!
    I'm trying to make a 16:9 PAL DVD in Adobe Encore and everything is perfect untill I play the DVD on my TV (it works just fine on my computer). Two videos included in the DVD were made in Adobe Premiere and one of them works without any problems (it is just a slideshow), but part of the other footage isn't shown on the TV - the video is being played on the TV with no black lines around it, but it is like cropped. The video was made in 16:9 and I've also checked the settings on my DVD player, which look just fine to play a 16:9 DVD. I think that this problem had occured while making the DVD in Adobe Encore and I'd like to know how to solve it if anyone of you can tell me how.
    Thanks for your help.

    OK, the PrPro Project/Sequences are set to 16:9 PAL and Exported as that, into an Encore 16:9 PAL Project, right, or did you use Adobe DL for transferring the Assets over?
    On a computer, the DVD plays fine, but part of one of the Timelines is black, when the DVD is run on a set-top player, hooked to a TV. The other Timeline is shown much smaller, with black bars around it. Is that correct?
    Can you test the DVD on another set-top player, and another TV? Maybe stop by your local electronics store and ask them to play it for you. What happens there?
    As there are differences in the setting of both players and TV's regarding wide-screen, it could be as simple as those settings. However, that would not explain why half of one Timeline is black. Now, poor choice of media, or too high a burn rate could account for some of that.
    What media did you use, and what was the burn rate?
    Good luck,
    Hunt

  • Problem with making picture invisible

    Hi,
    I prospect forums but I have not found solutions to my problems. I
    want to display different pictures at different times or successively.
    I want to display one picture, wait until the user click onto it
    (I know how do it), then display another picture in the place of the
    first and so blinking (making invisible and inactive) the first.
    Sorry for this simple request. Thanks in advance for your help.

    Hi,
    I send here the program I would like to realize.
    The user must clicks a certain number of times (once or five times) on a red rectangle before two shapes (A and B, once in the left and once in the right) appear and the subject chooses either one. The same thing with another pair of stimuli (C and D) after completion of a number of clicks required on the rectangle. One sequence consists on 2 presentations of the pair AB stimuli with each stimuli once at right and once at left + 2 presentations of CD stimuli with each stimuli once at right and once at left.
    I want to randomize order of events, so I will create (no doing yet) 24 sequences of possible order of events (not only display AB_BA_CD_DC, like the example, here in the block diagram, but too AB_DC_BA_CD, for example). The choice of the sequence is randomized with a random number (multiply by one for the moment in order you see immediately the events when you run the VI).
    I use ring picture to display the stimuli and enumerated constant for the type of stimuli I display. What I would like to do is using only 2 rings indicators, but I have seen when I did that, the program doesn't work. I was "forced" to use one ring each time. It will be more costly for me to write because I must create property node_property visible_false for other ring each time and in this cas I would use 288 rings.
    My question is how can I do for using only 2 rings? And am I forced to use sequence structure?    
    Thanks in advance for your help.
    sequence 1 effort à FR5.zip (849 kb)
    Attachments:
    sequence 1 effort à FR5.zip ‏849 KB

  • Problem with making symbols stay with their own graphics

    Hello,
    In my flash document I have different muscles of the body that are each symbols(some muscles are in groups as one symbol). I am making a drag and drop flash game where you can drag and drop the muscles onto their targets on the body. The problem is, is that the muscles used for the targets need to be black, but when I changed the color of the targets, it changed the color of the regular muscles also. I do know that both the target and the actual muscles are both created from the same instance. However, I do not know if that is what is causing this to happen or if it is something else.
    Please help me!
    Thanks,
    A Student
    P.S. I also have the attached document I am working on below.

    so, did you even bother to try this before you posted the question verbatim from your homework?

  • Problem with animated gif when direct image sharing over iChat

    Im having an issue that an animated gif isnt displaying animated when I drag and drop it into an instant message window with a buddy. I drag it from Firefox animated into the chat window but its doesnt get animated. I can see his gifs are animated when he drags and drops it from Safari into the chat window. Does the internet browser make a difference, or is there an option I haven't turned on. I tried searching through the preferences and haven't got a clue to what's stopping my gifs from being animated during direct instant message session.
    Im using the latest iChat 5.0.3(745).

    Hi,
    Welcome to the    Discussions
    If you drag the pic to the Desktop (Download) and then drag to the Browser does it display as Animated then ?
    9:03 PM Sunday; December 12, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Duration problem with animated gif

    Hi!
    I love the animated gif feature and have used it several times successfully.
    This time, it seems to ignoring my settings for duration. I've set the number as high as 1500/100, but when I preview in browser (Mac Safari or Firefox), the images just whip by. I did slice the animated area and optimize it as an animated gif and export it. When I worked with it again this morning, the first image reflected the 1500/100, but the rest are still racing. I've tried to attach file here.
    Also, I'm wondering if this really should be done in Flash rather than FW. The client wants maybe 5 or 6 images and with the 7 test I have now, I see we're at 216K file size. I don't know flash but if the blog theme we use doesn't have something set up, I assume I'll just outsource the Flash development.
    Thanks,
    Caryn

    Okay...it works for me, but....
    One thing to be careful of is saving vs. exporting. When you create your file, you should save it as a Fireworks .png document. Then, to produce your animated .gif, you should export it. I like using the Image Preview (under the File menu), as I can tweak any of the settings I want. Other people prefer the Export item and optimize their output.
    There are two kinds of .png files. A Fireworks .png has all the layers, vector shapes, Web layer, active filters, and special proprietary information that Fireworks uses. A flattened .png is just a bitmap, whether it has 32, 24, or 8 bits. There's no distinction between these files based on the extension. Another user once suggested using .fw.png for Fireworks documents and .png for exported .pngs and I found that a good suggestion.
    In any case, a good rule to follow is to use save when you want a Fireworks .png and export when you want a Web-ready bitmap of any format.
    So, this is my "but." I took your file and changed the durations of the other frames. I saved it as a Fireworks .png. I then went to File > Image Preview and selected Animated GIF as the format. From the Animation tab, I set the number of loops to 3 and exported. I then saved the .png again to store the loop information.
    Here's the .png (474k):
    Here's the animation (303k):
    Given that the .gif format does't have the colors to reproduce photographs well, I still recommend you look into image rotators. These are scripts that can cycle through a set of images. See this thread:
    http://forums.adobe.com/thread/518231?tstart=1

  • Transparency problem with animated gif within AJAX overlay

    Hello all,
    I have designed and animated a loading spinner in Photoshop CS3, which needs to sit within an Ajax overlay, with transparency set to 75.
    I tried exporting the spinner as an animated gif with a transparent background (using Save for Web), but it gave the animation a pixelated outside edge. Does anybody know how to remedy this?
    As the Ajax overlay is semi-transparent, I tried exporting the animated gif with a black background and transparency set to 75%. I ticked the transparency box in the export window, but once it is loading in the Ajax it doesn't seem to be transparent (see here: http://www.chrisgartside.co.uk/flash/Screenshot.jpg)
    Any help is very much appreciated.
    Best wishes,
    ruth.

    I forgot to mention that the Ajax pop-up is fired up from a Flash gaming applet.
    Thanks very much in advance.
    ruth.

Maybe you are looking for