Favorite inexpensive image/icon editor?

I have been creating a lot of small images for buttons, and I'm curious what everyone else out there uses. I've been using Ultimate Paint for a while, but it has a few critical bugs when working with GIFs (don't know about other formats).
Ideally I'd like to find an editor that
* runs under Windows XP. *NIX is not an option for me.
* supports single-pixel paint, solid fill, circles, rectangles, lines, and text
* allows an image to be viewed from normal to at least 20x magnification
* loads/saves images in at least GIF, preferably PNG and JPG formats
* allows custom color definition
* preferably can create transparent GIFs
* costs no more than $100
Ultimate Paint has fairly frequently silently saved my work as a 1x1 pixel image, has a tendency to replace the contents of the clipboard with a solid black rectangle, and periodically doesn't behave correctly when cropping an image.
XP's built-in paint program mangles the colors when saving in GIF format, and only supports magnification to 8x.
Since I'm developing in Java, MS Visual Studio is not really an option.
Does pretty much everyone use GIF/PNG format? What about BMP?

BMP is a format that is understood on Windows. Since there is no support for it in Java I don't use it.
As for an ImageEditor, right now I'm using GIMP on Linux for minor things. It looks quite powerful and good but it's not been easy to learn and understand. I need to read up on it somewhere.
When I worked in Windows I liked using a Graphic Viewer called IrfanView
http://www.irfanview.com
It allowed me to save files in multiple formats - jpg, gif and so on. Furthermore it's not a big download. And the application is free. I don't know if it can function as an "image editor" though so this may not be what you are looking for. But you could try it. I know that it can convert files to other formats and I recall using it to crop some images.

Similar Messages

  • How to use high resolution image as glyphs in icon editor?

    i want to use a hiigh resolution image in icon editor . how do i use it?

    Icons can be up to 32x32 px in size, so first you need to reduce the resolution of the image. Save as .bmp, .jpg or .png.
    From the icon editor, select Edit -> Import Glyph from File... and choose your image. Done.
    -Benjamin
    CLA

  • Text based VI Icon editor with letter compression

    For anyone who is looking for a quick and easy text based icon editor I've posted my latest version in the LAVA CR
     http://forums.lavag.org/downloads.html&showfile=56
    Description:
    This is the second version of my vi icon editor and was created in LV8.2. The purpose is to help quickly create text base icons. The editor can be used in place of the standard NI icon editor or as a stand alone vi. see instructions. My original posting of the icon editor Ver. 1 can be found here
    LabVIEW 7.0,7.1 http://forums.lavag.org/index.php?s=&s...ost&p=19022
    LabVIEW 8.0 http://forums.lavag.org/index.php?s=&s...ost&p=12920
    Instructions:
    1: The icon editor was designed to be used as a replacement for the standard NI editor LV8.x only. To get LabVIEW 8.x to use the editor place the three files (lv_icon.vi, color templates.bin and the folder lv_icon_Subvis) in the LabVIEW 8.2\resource\plugins directory.
    The next time the icon editor is called LabVIEW will use the lv_icon.vi instead of the standard one.
    There is a button on the editor that will allow you to use NI’s editor when a text icon is not desired.
    2: The icon editor can also be called from another vi or used as a stand alone tool. Make sure the “From Editor” control is set to false either via terminal in the lower left corner of the connector pane or manually in the FP. This setting indicates to the vi that a vi reference will be used to extract and save the icon information. If the “VI REF” input control is invalid at runtime a dialogue box will appear asking the user to select a vi.
    New features:
    Along with the auto drawing and Text compressing from version 1, version 2 has 2 new features.
    1: In addition to the 2 color format in version 1 the icon editor now supports a 5 color format (Frame, Header text, Header Back, Body Text, and Body Back). This is the standard frame that many programmers use.
    2: In version 2 the last 10 icon color sets are saved in a binary file and are recalled each time the editor is open. These color sets can then be selected and reused.
    Future Ideas and improvements:
    A graphics picker that would import a list of graphics to choose from
    Template creators were text zones could be created to avoid interfering with graphics.
    Incorporate some or all of the Ni editor functions.
    Text extractor that would fill in the text boxes from the icon image.
    Please feel free to give me feedback. This version has benefited greatly from ideas given to me by coworkers and other programmers.
    License:
    Creative Commons Attribution 2.5 License

    For anyone who is looking for a quick and easy text based vi icon editor I've posted my latest version in the LAVA CR
    http://forums.lavag.org/index.php?automodule=downloads&showfile=56
    File: Mark Balla Icon editor V2.2
    Author: Mark Balla
    [email protected]
    Description:
    This is the newest version of my vi icon editor and was created in LV8.2. The purpose is to help quickly create text base icons. The editor can be used in place of the standard NI icon editor or as a stand alone vi. see instructions. My original posting of the icon editor Ver. 1 can be found here
    LabVIEW 7.0,7.1 http://forums.lavag.org/index.php?s=&s...ost&p=19022
    LabVIEW 8.0 http://forums.lavag.org/index.php?s=&s...ost&p=12920
    Instructions:
    1: The icon editor was designed to be used as a replacement for the standard NI editor LV8.x only. To get LabVIEW 8.x to use the editor place the three files (lv_icon.vi, color templates.bin and the folder lv_icon_Subvis) in the LabVIEW 8.2\resource\plugins directory.
    The next time the icon editor is called LabVIEW will use the lv_icon.vi instead of the standard one.
    There is a button on the editor that will allow you to use NI's editor when a text icon is not desired.
    2: The icon editor can also be called from another vi or used as a stand alone tool. Make sure the "From Editor" control is set to false either via terminal in the lower left corner of the connector pane or manually in the FP. This setting indicates to the vi that a vi reference will be used to extract and save the icon information. If the "VI REF" input control is invalid at runtime a dialogue box will appear asking the user to select a vi.
    Version 2.1:
    Along with the auto drawing and Text compressing from version 1, version 2 has 2 new features.
    1: In addition to the 2 color format in version 1 the icon editor now supports a 5 color format (Frame, Header text, Header Back, Body Text, and Body Back). This is the standard frame that many programmers use.
    2: In version 2 the last 10 icon color sets are saved in a binary file and are recalled each time the editor is open. These color sets can then be selected and reused.
    Version 2.2:
    Along with the all the features from version 2.1, version 2.2 has several new features.
    1: A new color picker was added. The standard NI color picker has been replaced by one that will only show the legal 221 colors allowed by LabVIEW for icons.
    My thanks to Justin Goeres for the idea.
    2:Key navigation has improved. The key navigation will only set focus to the text boxes to navigate between boxes use the tab, enter, up and down keys.
    My thanks to boone_93 for the idea.
    3:Improved UI. The buttons and current and previous icons have been relocated for a more intuitive look. I have also added tip strips to the buttons and history array.
    My thanks to ahull for the idea.
    4:Random color picker. A random color button has been added to help pick colors.
    My thanks to Dave Graybeal for the idea.
    5: FP auto centers. The icon editor will now open in the center of the primary display.
    My thanks to tcplomp for the code.
    6: The ability to read the text in the icon was added. If the icon to be changed was previously created by this icon editor the program will automatically detect the characters in the icon and convert them back into strings. This function allows for small changes like color changes and spelling mistakes to be changed without having to type all the text over.
    This one was all mine.
    7:Bug with Panel close fixed. When the user presses the x in the upper right corner the editor will shut down gracefully instead of locking up.
    I made a avi file that shows some of the new features for Version 2.2 which I posted the support thread.
    Please feel free to give me feedback. This version has benefited greatly from ideas given to me by coworkers and other programmers.
    License:
    Creative Commons Attribution 2.5 License
    Attachments:
    picture of editor.png ‏47 KB

  • Unable to insert image in editor

    When I try to insert images in the text editor, by clicking the "insert image icon", a black box appears with the "insert image" message in the top left corner of the box and the close button (X) in the top right hand corner. However, the "insert video" option works OK. Can anyone help me to resolve this problem?

    I am referring to the editor used for posting questions etc in Adobe Forums. That is, the editor I am now using to post this reply to you. I have explained as clrearly as I can what happens when I click the icon, which allows for the insertion of images. I hope I have provided a better understanding.

  • Place image icon onto a 3D cube

    Hi, I am currently doing a project on 3D java. I have created 3D color cube and
    i am planning to put movable image icon on the cube so that i can move the image
    icon to anywhere on the cube. The color cube can be rotated, translated and
    zoomable. Lastly, when the cube is being rotated,the image icon on the cube must
    move together also.
    i am currently stuck at the part where i dont know how to do the coding on
    creating the image icon and when the cube is rotated, the image icon will move
    also. Can you give me some sample code on doing that as this is my first time
    using java 3D.
    Below is the code that i use to create the cube.
    CODE
    * IconGlassPanel3D.java
    * Created on October 30, 2006, 2:57 PM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package Pas3DGUI;
    import CobraNet.Zone;
    import DbConnection.DAOFactory;
    import DbConnection.ZoneDAO;
    import Pas2DGUI.ZoneIcons;
    import java.applet.Applet;
    import java.awt.BorderLayout;
    import java.awt.Frame;
    import com.sun.j3d.utils.applet.MainFrame;
    import com.sun.j3d.utils.geometry.ColorCube;
    import com.sun.j3d.utils.universe.*;
    import com.sun.j3d.utils.behaviors.mouse.*;
    import java.awt.Graphics;
    import java.awt.Point;
    import javax.media.j3d.*;
    import javax.vecmath.*;
    import java.awt.Image;
    import java.awt.Toolkit;
    import java.awt.event.*;
    import java.util.Enumeration;
    * @author 042255f
    public class IconGlassPanel3D extends Applet {
    // nImg =
    Toolkit.getDefaultToolkit().getImage("C:\\TEMP\\unselected_speaker.gif");
    /** Creates a new instance of IconGlassPanel3D */
    public BranchGroup createSceneGraph() {
    // Create the root of the branch graph
    BranchGroup objRoot = new BranchGroup();
    TransformGroup objTransform = new TransformGroup();
    objTransform.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
    objTransform.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
    objRoot.addChild(objTransform);
    objTransform.addChild(new ColorCube(0.4));
    // objRoot.addChild(new Axis());
    MouseRotate myMouseRotate = new MouseRotate();
    myMouseRotate.setTransformGroup(objTransform);
    myMouseRotate.setSchedulingBounds(new BoundingSphere());
    objRoot.addChild(myMouseRotate);
    MouseTranslate myMouseTranslate = new MouseTranslate();
    myMouseTranslate.setTransformGroup(objTransform);
    myMouseTranslate.setSchedulingBounds(new BoundingSphere());
    objRoot.addChild(myMouseTranslate);
    MouseZoom myMouseZoom = new MouseZoom();
    myMouseZoom.setTransformGroup(objTransform);
    myMouseZoom.setSchedulingBounds(new BoundingSphere());
    objRoot.addChild(myMouseZoom);
    // Let Java 3D perform optimizations on this scene graph.
    objRoot.compile();
    return objRoot;
    } // end of CreateSceneGraph method of MouseBehaviorApp
    // Create a simple scene and attach it to the virtual universe
    public IconGlassPanel3D() {
    setLayout(new BorderLayout());
    Canvas3D canvas3D = new Canvas3D(null);
    add("Center", canvas3D);
    BranchGroup scene = createSceneGraph();
    // SimpleUniverse is a Convenience Utility class
    SimpleUniverse simpleU = new SimpleUniverse(canvas3D);
    // This will move the ViewPlatform back a bit so the
    // objects in the scene can be viewed.
    simpleU.getViewingPlatform().setNominalViewingTransform();
    simpleU.addBranchGraph(scene);
    } // end of MouseBehaviorApp (constructor)
    // The following allows this to be run as an application
    // as well as an applet
    public static void main(String[] args) {
    System.out.println("Hold the mouse button while moving the mouse to make
    the cube move.");
    System.out.println(" left mouse button - rotate cube");
    System.out.println(" right mouse button - translate cube");
    System.out.println(" Alt+left mouse button - zoom cube");
    Frame frame = new MainFrame(new IconGlassPanel3D(), 256, 256);
    } // end of main (method of MouseBehaviorApp)
    Thank You all for your help.I apprepciate it.

    Use a Box instead of the ColorCube.. This might give you a start.
    To texture the Box, assuming you have extended Applet -
            java.net.URL texImage = null;// the URL of the image to load
         Appearance app = new Appearance();
         Texture tex = new TextureLoader(texImage, this).getTexture();
         app.setTexture(tex);
         TextureAttributes texAttr = new TextureAttributes();
         texAttr.setTextureMode(TextureAttributes.MODULATE);
         app.setTextureAttributes(texAttr);
         Box textureCube = new Box(0.4f, 0.4f, 0.4f,
                          Box.GENERATE_TEXTURE_COORDS, app);IMHO you will be well served by texturing a plane congruent in size with the sides of the cube and manipulating that using the coords of each side of a Box derived from Shape3D.getGeometry. Don`t forget to add a Light or two.
    regards

  • Welcome screen image icons

    Is there a way in windows 7 professional to make the user image icons on the welcome screen larger?  I noticed on windows  7 home they seem to be larger but on professional they are smaller. 

    Hi
    Yes, you can do this. This procedure is actually a font size change for the logon screen, but it also changes the size of the logon profile icons.
    1. Click the Start button and type regedit in the Search box. In the Results, Right
    Click regedit and select the Run as Administrator option.
    Navigate to the following key:
    HKEY_CURRENT_CONFIG\Software\Fonts
    2. Backup the value you will be changing. 
    Right click the Fonts key
    in the left pane, select Export. In the Save As dialog, select
    the Desktop as the save in location. In the File Name box type  LogonBackup.
    Click the Save button.
    If anything goes wrong, you can go to the Desktop, right click the LogonBackup.reg file and select Merge to restore the registry value.
    3. In the right side pane, Double Click the LogPixels value.
    In the Edit dialog box, change the 
    2 digit value using the following guide.
    60 -(100% Font Size) -Default size
    78 -(125% Font Size)
    90 -(150% Font Size)
    4. Exit the Registry editor and 
    restart the computer to test the results.
    Let us know the results.
    Regards,

  • "Small Font" in LabVIEW 2013/2012 Icon Editor

    Dear All:
    I have encountered a strange thing recently while using icon editor in LabVIEW 2012 and 2013. I am accustomed to using "Small Font" when editting VI's icon in the Icon editor(LabVIEW 8.0,8.2,8.6,2011), but i found this font in LabVIEW 2012/2013 is different from the one in LabVIEW2011(or 8.6..), the details are as attached images. My question is how can I do to use "Small Font" as I did in LabVIEW 2011, and how to remove the color layers while editting text. any help will be great appreciated.  Thanks very much. Hope your reply……
    Solved!
    Go to Solution.
    Attachments:
    2011.jpg ‏82 KB
    2012.jpg ‏81 KB

    xyl4804 wrote:
    My confusion is that the "Small Font" in My LabVIEW 2012/2013 is annoying.  I want a Small Font in LabVIEW 2012 like the Appearance in LabVIEW 2011(as attached images)
    Then do the settings, choose right FONT (Small) and Font size (8 or 9)...!! By doing any changes in the settings, it will not modify any existing text..!!
    But after making the changes in the Font setting, next time when you'll try to write any text, either on any of the four lines or by using the text tool, you'll see the text with changed font settings.
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • Labview 2010 icon editor extremely slow

    Working on a medium size project in LabVIEW 2010.  Out of the blue the icon editor slows down.  So slow that typing in one text character takes 20 seconds.  After closing the editor there is about 3 to 5 second lag on every action I make in LabVIEW. 
    Restarting LabVIEW sets things back to normal until I open the Icon Editor.  Opening any SubVI results in this problem.  And this occurs in any project or even if no project is open and I try to edit icon in an Untitled 1 subVI.
    Anyone else seen this behavior.  I really don't want to re-install LabVIEW 2010. 
    Thanks
     

    I'd almost suggest using the old icon editor, then edit and save the VI, then try the new icon editor again.  One issue could be with keeping track of all that layer information and one of them having bad data or something.  By using the old icon editor and saving, it might save the icon as the flat image it is, and wipe away all that layer information the new icon editor uses.  
    Of course before there was an improved icon editor developers made their own, and I'm curious to know if they still work, and if they would load faster.
    https://lavag.org/files/file/100-mark-ballas-icon-editor-v24-lv2010/
    https://lavag.org/files/file/91-improved-lv-2009-icon-editor/

  • Image Icon not showing in "get info" for OS 10.9.4

         I  now have PS CC 2014 and the image icons are showing the "generic" .jpg and .psd files in the "get info" finder window, but on my desktop the images are showing their
         proper image icon.
         I was previously using PS CS 5 and the icons are showing up in the "get info" window, but with PS CC 2014 these icons are showing up as generic.
         To be clear the images I saved using PS CS 5 are showing the icons vs. the images I saved in CC 2014 where the icons are not showing in the "get info" window.
         I've compared preference settings with PS 2014 and PS 5 but their basically about the same.
         I'm including 2 images so you can see what I'm explaining. IMG_1627 is a PS CC2014 created image and Arturo is a PS 5 image.
         I did read about other PS users having similar issues but it looked to be unresolved.
         You may think what's the big deal, but I use these image icons to label my folders. A "trick" I've doing for over decade which helps keep my folders visually on track for me.
         Is anyone out there able to solve this issue??  

    I do on occasion get jpgs and pngs that won't render a thumbnail or preview in MacOS.  I have 10.9.5
    I don't have this problem, although I just have CC and CC 2014 on my Macbook.
    I would open those up in Preview.app and try a Save As... and I would get the thumbnail and thumbnail preview back.
    Not really the best idea,but you can see if it helps.
    These  are my file saving options, perhaps there is something there you can try.
    Gene

  • Help needed in Drag and Drop and  resizing of image icons

    Hi all,
    I'm doing a project on Drag and Drop and resizing of image icons.
    There is one DragContainer in which i have loaded the image icons and i want to drop these image icons on to the DropContainer.
    After Dropping these icons on to the DropContainer i need to resize them.
    I have used the Rectangle object in resizing.
    The problem now i'm facing is when i drag, drop and resize an image icon and when i try to drag, drop a second image icon the first image icon gets erased.
    can any one help me in fixing this error.
    if u want i can provide the source code.
    thanks in advance
    murali

    the major restrictions in its implemented only in
    jdk1.1.Why!

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • Macbook Pro Retina 15" flashing image/icon of world on screen at startup

    My Macbook Pro (retina 15"), flashed an image/icon of the world when started up, and it had to be restarted before starting up properly. What's the reason for this? Is this an issue?

    Search on globe at startup.
    When I did up came some answers from way back in 2006.
    It said to go to preferences startup & select the start up.  I tried that & then restarted & while it seemed to take awhile then the rest has been faster.
    It was saying something about losing where to find the start up so it was hunting until it found it.  Something like that.
    I'm on a 2012 13" MacBookPro running Mavericks.
    Before this I had noticed it flashing back & forth between a gray screen & Mavericks screen on boot up (I was back & forth while booting & came back to see that. knew it wasn't good so shut down. Waited a few & then started up. It worked.)
    It was funny since I had been wanting to go to Apple store & had talked about going w sister in law. That morning they said they were going in because hers wasn't working at all. So then I booted up & had that happen.
    So I called & made a Genius bar appt. They checked & didn't find anything, but I had been getting the globe on bootup which kind of concerned me. Also its been rather slow booting & shutting down.

  • Not showing image in basic copy gif image icon and place on html page

    Trying to do a basic copy gif image icon and place it on a basic html page.
    The image shows up in my local page and shows on remote side but when I go to view in browser it does not show as a image. It shows the border but no image.
    The directions were (working with windows xp and IE8)
    Download the image to your C:\temp folder.
    4. Copy the gif file from your C:\temp folder and paste it in the same folder where your .html or .asp file is.
    I copied the image with right click save as in many different areas of computer. I even put on desktop.
    I add image and it shows on the site I am working in but when putting to remote side it does not view as an image on the browser.
    I have cleared cashe as well as pressed cntrl/refresh and still nothing.
    Other images work and show.
    on-line-vacations.com
    Thanks!

    Basic assumptions:
    You have Defined a site.
    All files reside within the defined site (including image files)
    All files use the appropriate file extensions, for example, image.gif
    You have saved and uploaded all site files to your server.
    You are EXACTLY naming the source image (no errant capital letters) in the link.
    If your other images are linking properly and showing, delete this image and insert it again (or re-link it to the image file within your site structure).
    Z

  • Preview Image icon in Finder

    Hi everyone!
    I couldnt exactly find a help topic for this...
    I just want to know why the image icon in the finder windows doesnt change when you alter the image in preview? Say I cropped an image in preview or rotated it, the preview icon of the image in finder is the original but when you click to open it, its the altered image.
    Should I have clicked on something in the preferences? Or is it really like that.
    Because in my desktop, the image does change when it got restarted but not in the finder window.
    Any reply would be appreciated....thanks!

    I have the same problem. I edit my pictures with HP Photosmart Studio. I might crop it, rotate or change it to black and white but the icon will stay the same. When I open it in Preview it is fine. I also have Windows XP installed through parallels, the strange thing is when I go to XP windows explorer it shows the correct Icon and correct image for the picture.
    It really buggin me please help.
    Also when I try to upload a picture I can not switch it to thumbnail like in Windows to see the picture I am attaching. Any ideas???

  • How do I make image icons in finder window previews of the image?

    The image icons in my finder window are just generic jpeg icons (they are set to open automatically in Preview). How do I make them previews of the images themselves? When I "get info" on the icon, there is a very nice preview of the image - I would like to see the same quality preview in the icons themselves.
    Thank you very much for your help.
    Sam
    Powerbook   Mac OS X (10.4.6)  

    Hi Sam,
    From your Finder "View" menu (without a Finder window open) >> "Show view options" >> do you have "show icon preview" check marked? And with the Finder window open "show icons" and "show preview icons" checkmarked?
    EDIT: I may have misunderstood your question. If you're talking about the small file icons, not in the preview frame if you have PhotoShop it should do it with a save as PS file. Otherwise you may be able to paste the image but I'm not sure.
    -mj
    [email protected]
    Message was edited by: macjack

Maybe you are looking for

  • Problem in mapping GP parameters and process completion

    Hi, I have a block which is sequential and it contains: 1. action ( the first screen of the process) 2. an alternative block ( 4 actions) 3. when i run the process, following happen:     a. the first screen opens up with proper details     b. on clic

  • Sms Screen is white

    Hello, I have the Blackerry Curve 8320. On the top of my Sms background, it is white, whereas on others, it has a glimpse of the homescreen. I have a picture because it kinda doesn't make much sense through just typing. This is my screen (sorry for t

  • Dynamic change in Background Picture for Smartform

    Hi, I need to keep a background Image in smartform only in specific condition. I have done like this : I have taken one variable in the intialization and I am filling with the image name for a specific condition. This variable , I am giving it in the

  • BSP Authorization Check

    Hello, We are implementing CRM 5.0 and we are using BSP for opoprtunity management. We need to implement quite complex authorization rules. We have found the standard authorization object for the Opportunity Management as well as the authorization ob

  • Recovering serial number

    We have 4 Flash CS4 licenses here at work, and we're retiring one old computer, and have purchased a replacement.  Trouble is, we have misplaced the Flash CS4 packaging from the old computer, so we don't have access to the serial number.  How can we