Icon declaration problem

I am declaring data as follows
      V_ICON   LIKE ICON,
      V_ICONCK LIKE ICON VALUE ICON_CHECKED,
      V_ICONTR LIKE ICON VALUE ICON_TRANSPORT,
      V_ICONRED LIKE ICON VALUE ICON_INCOMPLETE,
      V_ICONGREEN LIKE ICON VALUE ICON_CHECKED,
Now when I use
        WRITE: /3 V_ICONTR AS ICON.
I get a warning that v_ICONTr cannot be converted to character type field.. please hep me with this

Its a warning, you can just ignore it if the output works.  I have tested your code in my  46c system, i don't get a warning and it works fine.
Regards,
Rich Heilman

Similar Messages

  • Cannot directly open the browser from the icon. "problem loading webpage" and "timed out" are the messages. Access was accomplished by using yahoo messenger and opening my email. if I attempt to open a new page, I recieve the aforementioned warnings.

    no link to open access to the internet. I used Yahoo Messenger, clicked on the 'mail icon' and since Firefox is my default it opened and I was able to continue from there. If I try to click File, open New Page, I get the "problem loading webpage" and "connection timed out" messages

    changed my homepage to Yahoo. Now Firrefox works but still cannot access ANYTHING 'Google"!

  • Fusion-icon loading problem

    Hi everyone.
    Recently I installed compiz fusion and I get this error when I load fusion-icon on the terminal.
    * Setting window manager to Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
    compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0
    I really don't know how to solve it. I've tried adding the extra needed options in xorg.conf to make it work but it still does not.
    Here it is if it would be of any help to solve this problem.
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    # Load "drm"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    # Option "XkbVariant" "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-81
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "My Video Card"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "on"
    # unsupported card
    #VideoRam 512000
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "My Video Card"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"
    Option "RenderAccel" "True"
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "AIGLX" "on"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Thanks in advance!

    Do you have those images in the right path?
    I tried it and it gave the same exception when the image did not exist.
    now that it exists it works well.

  • Icon Preview Problem in Finder

    Hi,
    I've had my new MacBook for about a month now, and as my photo collection has grown I'm starting to notice that while using CoverFlow (which I have as the default view for most of my folders), there are always some icons that appear as a generic JPEG icon instead of having the image preview. This problem goes away (all icons have previews) once I open the same folder again or refresh it somehow (for example by selecting Calculate All Sizes in View Options). However, once I restart/log in again, it happens again. Most of the images are normal JPG's from the web, and which ones have missing previews is completely random. This applies to all of my folders, and I've seen the same thing on several other Macs as well (the family iMac and several others in Apple Stores). This only appears in CoverFlow view, though.
    Here are a couple of screenshots to illustrate the problem:
    http://i92.photobucket.com/albums/l4/Octavarius/Screenshot-IconsinFinder.jpg
    http://i92.photobucket.com/albums/l4/Octavarius/Screenshot-IconsinFinder2.jpg
    Does anyone else also experience this issue? Is it a common issue? The Show Icon Preview option is checked, by the way.
    Any ideas?
    Regards,
    Jacob

    Keep in mind that it's the icons below the Cover Flow section that are the problem. The blurry photos in the Cover Flow section on the first screenshot have very small resolution, that's why they're blurry, but if you look in the second pic, you'll see some others that are completely sharp. Just in case you misunderstood.
    I do sometimes get blurry pictures in the Cover Flow section, just after they're downloaded, but once I log out and back in, they're fine and stay that way.
    Once I click Get Info on an icon that's missing the preview it's immediately refreshed and the preview is there again, as it should be. It seems like Finder is sometimes skipping certain previews the first time you open a folder since log in.
    What did you mean by custom icon? How do you set/delete one?
    Message was edited by: Jacob Matheus

  • Flex SDK 4 : mx.chart package and declaration of style 'direction' conflicts with previous declaration problem

    Hi There,
    We have recently downloaded SDK 4 and had configured the same for
    developement in flex builder 3, we are already using SDK 3.0. However
    to our surprise there were compile time error reported for mx.chart
    related classes. To resolve this we thought to import relevant .swc
    like datavisualization, automation from sdk 3.0, and it worked and
    resolved compile time error. But we landed up in on more problem that
    is 'Declaration of style 'direction' conflicts with previous
    declaration in E:\Softwares\FlexBuilder\sdks\SDK 4\frameworks\libs
    \datavisualization.swc(mx/charts/GridLines)'.
    If you could pleas help us to resolve these issues and also if you
    could answer these queries would be good
    1) SDK 4 has been declared to be open source, then why mx.chart
    package is not part of it?
    2) Why would 'Declaration of style 'direction' conflicts with previous
    declaration' occur?
    3) What are the other component and packages that are not part of open
    source for which license is still required?
    Waiting for reponse in anticipation.
    Thanks,

    I got this same error with the following setup.
    1. Building a SWC with Flex 4.0 Beta2 on FlashBuilder4
    2. SWC references other SWC that are built with Flex3.
    3. Define a <mx:ColumnChart id="column" ...> in a Flex4 skin.
    4. Got this compiler error. 
    Any idea if this is not supposed to work? I'm hoping I don't need all referenced swcs to be recompiled with Flex4 SDK. Some of those are external dependency that I do not have source code access.
    Thanks for any help.
    kam

  • Icon theme problem

    Hello. I have installed icewm, rox, gnome-icon-theme, and tango-icon-theme. I use rox filer to manage the icon the themes and desktop. The problem is that some icon themes display correctly (eg gtsand) and others don't (eg tamiga). In the case of tamiga, the tango icon theme is being used instead of the tamiga theme. Here's what I've tried:
    1. installed tamiga  icon theme to /usr/share/icons and ~/.icons (not at the same time)
    2. checked to see that rox is using theme (~/.config/rox.soruceforge.net/ROX-Filer/options)
    3. tried adding icon path to ~/.gtkrc-2.0 (I don't think rox uses this)
    4. tried editing the "inherits" line in the index.theme file (Inherits=Tango,gnome,hicolor). when I switched the positions of tango and gnome, the gnome icon theme was used. added Gnome and GNOME.
    5. browsed the forums
    Any help is appreciated. Thanks.
    john

    I know how to change themes using the method you described; however, the icon theme that is displayed is tango. I clearly chose tamiga, and the rox file in ~/.config points to the tamiga icon theme. So my question is why isn't the tamiga theme being used? Does it have something to with the inherits line in the icon cofig file? Is there some other problem? Some icon themes display correctly, but not others.
    Thanks for trying!
    john

  • Servlet declaration problem

    i've got 2 servlets declared in my web.xml
    <servlet-mapping>
        <url-pattern id='/FindPictureServlet'/>
        <servlet-name id="be.econocom.ecopeople.http.FindPictureServlet"/>
      </servlet-mapping> 
    <servlet-mapping>
        <url-pattern id='/FindRouteServlet'/>
        <servlet-name id="be.econocom.ecopeople.http.FindRouteServlet"/>
      </servlet-mapping>FindPictureServlet on the detailperson.jsp was already done by someone else.
    I have to use a same servlet to find a route on another page.
    i implement it.
    I put the 2 servlet calls on the detailperson.jsp and they work.
    on my new page not ...
    From where comes this problem ??
    THX vinch

    servlet.jar is here :
    <tomcatdir>\common\lib
    add it to your compiler classpath

  • Need Some Help? Icon view Problems

    Just recently my finder has been acting up. While in finder and viewing in Icon layout, Leopard has been taking a while to load icon folders & images. It's only about 5 sec, but much slower than before. The problem only occur in Icon veiw. All other views load folders and images quickly (List, Coverflow, ect.) Has anybody encountered this problem and knows how to solve it?

    Welcome to Discussions.
    Have you installed something recently that could be the cause?
    It's been reported that setting the Mouse double-click speed to maximum in System Preferences - Keyboard & Mouse helps (as odd as it sounds): http://forums.macrumors.com/showthread.php?p=5284495#post5284495
    Perhaps it will help to reset the PRAM/NVRAM: http://support.apple.com/kb/HT1379.
    /p

  • Array declaration problems

    hi
    i am having problems with my array declarations
    import java.io.*;
    public class bubbleSort4{
      public static void main (String []args) throws IOException{
        BufferedReader input=new BufferedReader (new FileReader("numbers.txt"));
        for (int blah=0; blah<0; blah+=1 ){
        int array1[];
        array1[blah]=Integer.parseInt(input.readLine());
        }//end of for
        input.close();
        bubbleSort4(array1);
      }//end of main
    public static void bubbleSort4(int[] array1) {
      int newLowest = 0;            // index of first comparison
        int newHighest = array1.length-1;  // index of last comparison
        while (newLowest < newHighest) {
            int highest = newHighest;
            int lowest  = newLowest;
            newLowest = array1.length;    // start higher than any legal index
            for (int i=lowest; i<highest; i++) {
                if (array1[i] > array1[i+1]) {
                   // exchange elements
                   int temp = array1; array1[i] = array1[i+1]; array1[i+1] = temp;
    if (i<newLowest) {
    newLowest = i-1;
    if (newLowest < 0) {
    newLowest = 0;
    }//end of if
    } else if (i>newHighest) {
    newHighest = i+1;
    }//end of else if
    }//end of if
    }//end of for
    }//end of while
    }//end method bubbleSort4
    }//end of class
    i get the error where i call the bubbleSort4 method with the array1 in brakets, it says that it doesnt recognize the variable. i know thats because i declared it in the for loop, but when i declare the array outside the for loop, it says that it was not initialized when i use it in the for loop. a vicious cycle. lol. so please, someone help....

    int array1[];you must initilize the array1
    example :
    int [] array1 = null;or
    int [] array1 = new int [10];
    for (int blah=0; blah<0; blah+=1 ){the codes will never go into the above for loop since
    blah always >= 0;

  • Weird icon display problem (9iAS Forms 9.0.4)

    Let me start out with the fact that I have setup 6 or 7 systems displaying GIF's as icons in web forms (both Forms 6i and Forms 10g/9.0.4). So I know all about setting the registry.dat, virtual directory for the icons etc. I have setup the environment correctly (unless some fat finger typing has gotten in the way).
    When I load a form in a web browser and I watch the status bar on the bottom of the broweser ( IE6 or IE7) I can see that it loads the GIF's (fortunately my server is just slow enought that I see the "loading .....xyz.gif" statements for my GIF icons.
    What happens is that none of the icons display on the buttons. Of course when I run the form in the IDE the icons display as expected.
    Has anyone run into this problem before and if what was the solution?
    TIA,

    1. The image files cannot be found or are not accessible. Just because you see something on the client that says "Loading..." does not necessarily mean it was found. Check the HTTP Server error_log. If you see HTTP 404 errors you have an access or virtual path problem.
    Answer: No HTTP 404 Errors (no errors at all). FYI, Files are located in D:\icons (W2K server) and the Security is set to "Everyone" with Full Access/Control. The AS has "D:\icons" mapped to /icons and Registry.dat has the path set to /icons.
    2. You are using an image format that isn't supported. For example, Forms supports GIF files, but not GIF files with transparent backgrounds. Also, Forms does not support most of the compression formats associated with GIF and JPG. Test with an image that you know will work. For example the OTN Logo on this page. Right click on the image and choose Save Picture As.... or:
    http://www.oracle.com/admin/images/otn/otn_logo_small.gif
    Actually, you should be able to simply put the entire URL above into the image filename field on the Property Palette for any Iconic button large enough to hold it.
    I pretty sure this works in 10.1.2, not so sure about 904
    Answer: You'll probably say this is not good enough, but the images work in the IDE, therefore I conclude that they should work on the AS (i.e. size and display type are correct/supported). I did not have a button that was big enough for the Oracle logo, hence I did not try it.
    3. The image size is too large for the button.
    Answer: see answer above.
    4. References to images are case sensitive. It is recommended that your image files (in the file system) use all lower case letters, including the extension. The reference in the form should also be lower case.
    Answer: all image names in the property pallet are lower case and the actual file names are lower case (as shown in Windows Explorer).
    With regard to the other post about icon names ending a list of specific characters, some do and some don't, but ALL my icons are NOT displaying.
    Lastly, these exact same icons have worked in the past (who does not reuse icons?).

  • Icon editor problem

    I have created a template. After i load the template, when i type on the Icon Text, the result always appear at the bottom edge.
    I wish to display the text in the middle.
    This is annoying.
    Anyone have solution on this?
    Solved!
    Go to Solution.
    Attachments:
    1.JPG ‏57 KB

    sure no problem!
    Please have a look.
    Attachments:
    Bb.png ‏1 KB
    Bbraun.png ‏1 KB

  • Icon transparency problem

    I'm trying to create an icon for my midlet, but I have a problem with transparency on .png files. If I create an image with a transparent background, all the transparent parts are shown as black and all the rest as white on the menu where I start the app, but when the app is started the icon is shown correctly in the upper left corner.
    If I use a white background for example everything is ok, but then the icon in the upper left corner doesn't look so good with square white background.
    Why the transparency works only partly? This happens atleast on nokia 6600 & 6260. Anyone got a good tip on how to solve this problem?

    Well, here's again an example how it takes a forum post to solve your problems. I used a gif for this and got it working on both the nokias. I thought that midlets support only pngs and didn't ever before even thought about using any other file format. Maybe someone else has the same problem, so this won't be totally useless posting.
    kari-matti

  • Navigating Finder Icon view problem!

    Okay, I have searched without success for an answer for this problem. When navigating through the directory structure in the icon view finder doesn't remember where you came from. Here is an example, say you have a folder that has a few hundred items in it (ex. itunes library folder). In icon view scroll about half way down and then double click on another folder. Okay all find and dandy but when you click on the back button you are back at the beginning of the previous directory and not half way down with the folder you were just in highlighted! Now go back to that same folder you were just in (without pressing forward) or the folder to the left of it, this time instead of clicking back you press "Apple+up arrow" then you go back and see where you came from with the folder highlighted. Makes for a frustrating time navigating through a large directory. Any way to fix this?

    Ok, I think i get what you are saying.
    Your using icon view? (view 1)
    Try Column view (command+3), I find the hierarchical view far more navigable in general, and very useful for large numbers of files/directories, It remembers where you came from, there are just a few inconsistencies like the home, desktop, apps, utilities directories (the ones accessible via key commands) that screw it up. Other than that it's perfect.
    If you don't like that view then you can always set the finder to open folders in new windows (and continue to use icon view)... If the majority of the time you don't want to have finder open folders in new windows, then leave it off and hold command (Apple) when you double click a folder to open it in a new window on that occasion.
    Hope that helps your navigation problems.

  • Facebook icon widget problems?

    I added a facebook widget (the kind you see on every website, not the new badges) useing an html box to my iweb website which is hosted by ipage, here's the problem it doesn't show up after I publish it, but oddly does show up when I see my site on my iphone.
    Here's what I put in the html box,
    <a href="http://www.facebook.com/pages/Henry-Prego-Frank-Sinatra-Tribute-Show/22069969134 1014"><img src="http://i650.photobucket.com/albums/uu222/hprego/th_3c57dd79.jpg" border="0" width= 50 height=50 alt="Visit Us on Facebook" ></a>
    I think there must be a better way to do this regarding photo bucket but I'm a newbie. any help will be very much apperciated.
    Henry

    I see the this code at the top of the page:
    It's from this code in the header:
    <script type="text/javascript" src="Frank_Sinatra_Tribute_Show_files/Frank_Sinatra_Tribute_Show.js"></script>
      <!--head_code_set--><meta name="google-site-verification" content="ex3_gHfaEqueh5BMSbbx0y0zY_xnp5My5tkrER1gMTM" />>link rel=''shortcut icon'' href=http://henrypregoshow.com/favicon.ico/><link rel=''icon href=http://henrypregoshow.com/favicon.ico />
    The two chevrons in red I believe are the problem.  I believe the second one should be reversed to this  ><
    That may not be all of the problem but one I observed on the page. Probably was added wrong with SEO when you added the Google site verificdation code.
    I noticed that the width of the page is 1380 pixels.  Apple suggests 1080 pixels.  You might give that a try and tighten up the site a bit.  The Facebook widget might to too far to the right.  Try moving it to just below the navbar in the body section of the page.

  • JButton icon update problem

    Hi
    I'm creating a JPanel with some JButtons set to different icons to create a seatmap. There are two kinds of JButtons: Existing Seat, Available Seat. The code is set up to allow an Available to switch icon to Existing if pressed. In that case the previous Existing becomes available switching its own icon.
    The problem is that the first time the screen is created all Available status buttons work correctly, but the first selected Existing seat does not go available upon choosing a new seat. If the first existing seat is pressed before pressing an available things work perfectly.
    To give an example, when the screen is first created seat 33C is currently selected as the existing seat and seats 32A and 34C are available. If the first button I press is 32A it switches icons to become Existing but 33C does not go to Available. Now if I press any of the other available seats such as 34C 32A becomes available and the new selected seat (34C) becomes Existing. All this time 33C does not change icons - stays at Existing - so I have two Existing seats showing.
    However if I click on 33C at any time it becomes "Live" - starts behaving correctly.
    Any suggestions/ advice much appreciated. have enclosed code snipped below:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Iterator it2 = thisRow.values().iterator();
    while (it2.hasNext()) {
    final Seat s = (Seat) it2.next();
    thisSeat = s.row + s.col;
    final JButton seatButton = new JButton();
    seatButton.setOpaque(false);
    seatButton.setBorderPainted(false);
    seatButton.setIcon( (Icon) iconTable.get(s.status));
    if (thisSeat.equalsIgnoreCase(currSeatStr)) {
    seatButton.setIcon( (Icon) iconTable.get(s.STATUS_EXISTING));
    s.status = s.STATUS_EXISTING;
    innerClassHelperInstance.prevSeatButton = seatButton;
    innerClassHelperInstance.prevSeat = s;
    seatButton.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    if (s.status.equalsIgnoreCase(s.STATUS_AVAILABLE)) {
    tmpExistingSeatLabel.setText(s.row + s.col);
    innerClassHelperInstance.prevSeat.status = s.
    STATUS_AVAILABLE;
    innerClassHelperInstance.prevSeatButton.setIcon( (Icon)
    iconTable.get(s.STATUS_AVAILABLE));
    seatButton.setIcon( (Icon) iconTable.get(s.STATUS_EXISTING));
    innerClassHelperInstance.prevSeatButton = seatButton;
    innerClassHelperInstance.prevSeat = s;

    Hi! How can I change the icon attached to a JButton
    when running the application? By calling setIcon.
    setIcon method doesn't work.. Yes it does.
    Not even if I put an updateUI() after that..There is no need for that as the button will be updated automatically. So you must be doing something wrong. To begin with, maybe you can explain what you mean by "doesn't work".

Maybe you are looking for

  • Back Up During Firmware 2.1 Update

    I've been trying to update my iPhone using iTunes 8, but there seems to be some kind of Zeno's paradox at work, because the further it gets along in the back up process, the slower it seems to be going. I left it running last night, and came back thi

  • Download alv report output to excel format with out header line

    Hi experts, i want to download a alv report output into excel formatt with out the header line but it has to download including field description. as this output will fed into another transaction, the downloaded excel file should be with out header l

  • New Keyboard

    I don't know if this is the most appropriate place to post this, since most threads are about problems people are having. But I just got my new MacPro, and I have to say that I really LOVE the new keyboard. I was dreading the new design, thinking I w

  • Special

    hi can any body tell me the scenario and concept of Special G/L Transaction, Statistical Posting,Alternative reconcilation account.and downpayment

  • Windows 7/Laptop behaving as if ALT is Stuck

    I have a Lenovo G570, running Windows 7 Home Premium 64-bit. I first discovered this problem a few weeks ago whilst playing Heroes Of Newerth, it was behaving like ALT was being held down, I couldn't type and it was unplayable, it happened many times