NotifyIcon icon still visible after closing form

Hi,
I have an application that's using NotifyIcon control. Everything is fine except when I exit the application, the icon is still in the "system tray" area. I want it to disappear once I exit the application. Anyone have the same experience, pls share. Thanks in advance.
Regards,
Sha

Hi,I know this is the post to get rid of the notifyIcon, but since we are on the topic; I am running a program that needs to stay open as a NotifyIcon unless closed by the context menu I have attached to the NotifyIcon. I have like a dashboard type program
that contains the "X" close button and what I want is that when the user clicks that button, the form will hide itself, not close. Is there a way to do this? I have attached a small code snippet.
private void enterDashboardToolStripMenuItem_Click(object sender, EventArgs e)
Form1 frm = new Form1();
frm.Show();
private void exitAspireCoreToolStripMenuItem_Click(object sender, EventArgs e)
this.Close();
private void Form1_FormClosed(object sender, FormClosedEventArgs e)
this.Hide();
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
this.Hide();
private void notifyIcon1_DoubleClick(object sender, EventArgs e)
this.Show();
Whutchison

Similar Messages

  • Why are Illustrator CC 2014 dialogue boxes dropshadows still visible after closing.

    Hi,
    Has anyone experienced this behaviour before?
    Seems to be the dialogue boxes that appear in the centre of the screen when opened from the Control Bar.
    They also remain visible after closing AI. See image below.
    Computer specs:
    Dell Precission M6700
    Windows 7 Professional
    64-bit
    Illustrator CC 2014 1.1 Release
    Any help in resolving this frustrating bug would be greatly appreciated.
    Cheers
    Ben

    I have the same problem. Bought a new grafic video card AMD FirePro AND a new monitor. Didn't help. Tried asking Adobe, no luck sofar.

  • IFrame(child container) still visible after closing the title window(parent container)

    Hi All ,
    I have created a sample project using a link button which when clicked opens up an TitleWindow which has an iframe and a text area in a hbox
    When you execute the application ,
              Click the link button
              The Popup window opens up showing the title window with the close button
              Click the close button of the title window
              The Title window is removed and the iframe and the text area are not visible
    Do this a couple of times
    You can notice that the iframe is still visible even when the title window is closed
    Can someone explain me how this issue can be resolved and also explain me why the iframe(child container) is still visible when the title window(parent container) is not visible. 
    Main Application file
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
        width="100%" height="100%" creationPolicy="all"
        xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical" creationComplete="init()"
        xmlns:containers="containers.*">
       <mx:Script>
       <![CDATA[
           import mx.managers.PopUpManager;
           import containers.PopUpBrowser;
           public function doRequest():void
                    var requestPopup:PopUpBrowser = PopUpManager.createPopUp(this, PopUpBrowser) as PopUpBrowser;
                    PopUpManager.addPopUp(requestPopup,this);
                    requestPopup.x = 220;
                    requestPopup.y = 50;
       ]]>
       </mx:Script>
       <mx:Text fontSize="14" fontWeight="bold" text="Click the link button below to open the Title Window" />
       <mx:Spacer height="100"/>
       <mx:LinkButton label="Click me" fontSize="16" fontWeight="bold" click="doRequest()"/>
    </mx:Application>
    PopUpBrowser.mxml Component
    <?xml version="1.0" encoding="utf-8"?>
    <mx:TitleWindow
        xmlns:mx="http://www.adobe.com/2006/mxml"
        close="removeMe()"
        showCloseButton="true"
        styleName="myTitleWindowStyle"
        width="850" height="500"
        title="Klout User Profile"
        paddingTop="1" paddingBottom="1"
        paddingLeft="1" paddingRight="1"
        xmlns:generic="com.serendio.voom.components.generic.*"
        xmlns:flexiframe="http://code.google.com/p/flex-iframe/"
        horizontalScrollPolicy="off"
        verticalScrollPolicy="off" >
        <mx:Script>
            <![CDATA[
                import mx.managers.PopUpManager;
                public function removeMe():void
                    PopUpManager.removePopUp(this);
            ]]>
        </mx:Script>
        <mx:HBox width="100%" height="100%">
        <flexiframe:IFrame source="http://www.google.com" id="iFrame" width="50%" height="100%"/>
        <mx:TextArea text="Open and close the title window few times and watch the iframe remain visible even when the title window is closed"
             fontSize="14" width="50%" height="80%"/>
        </mx:HBox>
    </mx:TitleWindow>
    Thanks,
    Ajantha

    Hey,
    This is working fine for me with the current 4.5 Flex, Firefox 3.6.12, IE8. On what browser you are getting this error.
    Thanks,
    Jayagopal.

  • Task manager says LR 2.2  still runs after closing - really?

    Wondering why, a good while after closing LR2.2, the task manager says LR is still running as a process. I've closed the application normally from the GUI, nothing in the taskbar. Much smaller footprint, down to say 100mb from "really up and running" footprint of >750mb.
    If real, what is it doing?
    I'm suspecting this may be why I have problems ejecting a portable drive w/ Vista saying "drive in use" when I don't have a "visable application" on the desktop that's attached to the drive for anything. Without an explicit "eject," I'm hesitant to disconnect the portable drive without taking the machine down (a drag). Running LR2.2 64bit on Vista w/ 4gb ram. (runs quite well in general). Thanks for comments.

    Hello and thanks to both of you.
    I copied the previews completly over and deleted the whole preview folder. After that it seems to be much speedier. Only from time to time it hangs up, but only every 10 attempts or so.
    So far, I think your answers helped.
    Thanks again for the fast and good help!
    Greetings
    Christoph

  • Old graphics are still visible after repaint().

    I'm using a sprite which I, in a timer task scheduled at fixed rate, is moved a little bit and the the repaint method is invoked on the canvas which invokes paint on the sprite. Things work fine, the sprite is painted on its new position, however, the graphics painted in the former paint() invocations are still visible on the screen. Is there a sleek way to disable this behaviour?

    i have a similar problem...
    uhm, my sprites have 2 frames, the first one is the sprite pic, and the second is a point, one pixel, so if i select the second one and repaint, it should "disapear", the problem is, i change the selected frame, and then repaint while runnin the thread, but nothing happens =(

  • Excel is still live after closing it

    Hello all!
    I'm using LabVIEW 7.1 and Excel 2000 for report generation (without report generation toolkit).
    My problem is that even if I close all references and I quit Excel, it is still live (looking at task manager). My OS is Win2000.
    I noticed that I have this behaviour when I use the method Copy or Move between a sheet belonging to a workbook toward another workbook.
    Could anyone help me?
    Thanks in advance.
    Massimo

    Massimo,
    You need to be very careful which order you close your references in.
    You need (generally speaking) to close them in the reverse order to opening.
    If you open a worksheet, then a reference to a cell you will need to
    close the reference to the cell first, then the reference to the
    worksheet.  Closing the worksheet with an open cell reference on
    the worksheet will not work and will ultimately cause the Excel
    application to remain open.
    Make sure you're doing this and you should be fine.  Additionally,
    double-chesk that you're really closing ALL references.  Some
    functions can produce new references which will also need to be closed.
    Hope this helps
    Shane.
    Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)

  • Calculations not working after closing form editing

    Hi!
    I created a form with very basic calculations.  It all worked ok in the preview, but now that I have closed the form editing and saved, the calculations are no longer taking place, and just a zero is present.
    Can anyone tell me what I have done wrong?
    Also, is there any way to edit a form, or do I need to start over?
    Thanks!
    [edit]  I am using Adobe XI Pro

    Apologies for using the wrong forum.  I am a little slow.  Is there any way I can move the post?
    It works in the Form Preview in Acrobat.
    When I try to go to Tools - Forms - Edit I get the following message:
    This document restricts some Acrobat features to allow for extended features in Adobe Reader.  To create a copy of the document that is not restricted... ...click Save a Copy.
    Saving a copy makes no difference unfortunatley
    Thank you.

  • ICloud icon still shows after movie downloaded

    I bought the Iron Man2 HD movie and at first it said there was an error downloading the SD but then I got it. But why does it still show an iCloud icon in Purchased?

    All it means is that some of your iTunes Library is available in the cloud. This could either be iTunes in the Cloud (where previous purchases are available for re-download), or iTunes Match.

  • Why is alternative text is still visible after an image is displayed (e.g., in Dropbox and Google mail)?

    When I go to my Dropbox page or my Google e-mail page, both the images for icons AND their alternative text is shown (I tried to upload two images illustrating this but the "Upload image" seems to have hung). I am using the lastest version of Firefox for Linux.

    Do you have this pref?
    *browser.display.force_inline_alttext

  • Why are my rejected photos still visible after I delete them?

    I am not an advanced LR user by any means, so I'm hoping I can get some insight here. When I go through my photos, I first reject them. I take a look at all of my rejected ones, then I select the "delete rejected photos" option and then "remove from disk."
    When I go to my "All Photographs" collection, I can still see all of my rejected photos, except they are grayed out. Why is this? I don't want to see them anymore, I'd like them to be gone forever!
    Any help you can give would be great. Thank you!

    I think we will need some more information.
    What do you mean by "All Photographs" collection?
    Is it a regular collection?
    Is it a smart collection?
    When you created the collection did you choose to create virtual copies?

  • With Windows 7 (64 bits), Firefox still open after closed

    Hello,
    I am running Firefox 3.6.8 on Windows 7 (64 bits).
    When I close Firefox, it stays open and you cannot reach it.
    If you try to start Firefox again. It refuse because another occurence is running.
    The way to solve is to close the running occurrence using the task manager.
    Rgds,
    NB

    There are a few possible causes for this, for things to check see [[Firefox hangs#Hang at exit|Firefox hangs at exit]]

  • Wifi still disconnecting after closing lid with Lion 10.7.1

    I updated Lion, thinking this issue would cease, since Wifi fixes were listed as included in this update.
    When I close my mid 2009 MBP lid and later open and log in, wifi is disconnected.  I have to open Network Preferences and reconnect. Very annoying!

    Thanks, guys.
    My sleep is off. 
    My MBP never did this before I updated to Lion.  I have been using this since 2009 and Wifi never disconnected when I went on standby.
    I see on the web that this is a common issue with Lion.  I was hoping the update would fix this.  I tried all of the "fixes" reported on line.  None have worked.
    I am posting here for help and hoping that Apple will read this as well.

  • Freezes when redirected on web & firefox32.exe still running after closing app

    When a link leads to a "redirect" page, Mozilla freezes.
    Dell laptop w/ Win7 Home Premium
    No crash reports exist although "Submit crash reports" is checked...
    Thanks for any help.
    Ed

    Hai Erik,
    That was execellent work done. But
    I have not been able to use javaw properly.Can You Help me?
    See,I have used javaw class name.Then Put all paths and command lines into a batch file.Then I ran the batch. Now If I click that batch file it runs. But How can we use javaw as like is done in the demo folder of jdk1.2.2. They have got jfc folder in which all jar files are double clickable and are executed directly. Now how Can I do that?
    Thank you very much.
    Pulin
    [email protected]

  • Blue screen after start up; mouse still moves but no icons are visible

    blue screen after start up; mouse still moves but no icons are visible.  Removed SDRAM and reinserted the SDRAM

    Thank you, I had forgotten about target mode. I was able to back up all of my files. I also copied some additional 50 GB of files of the disk as a stress test and the hard drive worked fine and quick (and because it was quicker than retrieving the same files from a network drive to my desktop).
    I was hoping to also unpack the Applejack files on my desktop and put them back so I could run them in single user mode without running /etc/rc. However I haven't been able to get my Linux desktop to mount the iBook in Read-Write instead of Read-Only yet (I don't have access to another Mac at the moment).

  • Icons are not visible when the form is run

    I develop a form with only a push button. I developed form using oracle 10DS. I have saved my form in application server. To see an icon in my button, i did the following things:
    1. In application server i made a jar named test.jar. It consists of just two gif images.
    2. I copied this jar in application server's \forms90\java directory
    3. I configured formsweb.cfg file as the following.
    4. my \form90\java\oracle\forms\registry\registry.dat is as the following.
    whenever i run form i can not see icon but in client's oracle jar cache jar is downloaded.
    -------------------------------formsweb.cfg -------------------------------------------
    =========================
    # $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    #baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: base HTML file for use with Microsoft Internet Explorer
    # (when using the native JVM)
    baseHTMLie=baseie.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime
    processes
    envFile=default.env
    # System parameter: JVM option for Microsoft Internet Explorer.
    # This parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x or above. Put IE=native if you want
    # the Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array%
    obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record%
    tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    # Forms applet parameter
    codebase=/forms90/java
    # Forms applet parameter
    imageBase=codeBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow
    _debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=f90all_jinit.jar,classes12.jar,test.jar
    # Forms applet archive setting for Microsoft Internet Explorer native JVM
    archive_ie=f90all.cab
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer,
    etc)
    archive=f90all.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0017-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,17
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.17
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version
    =1,3,0,0
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;version=1.3
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=formsApp_drsshl_C75ED7E7CA18492FA35AA090350527B7
    # Single Sign-On OID configuration parameter
    oracle_home=E:\Oracle_SHLAS
    # Single Sign-On OID configuration parameter
    formsid_group_dn=cn=Logical Application Group,
    orclApplicationCommonName=formsApp_drsshl_C75ED7E7CA18492FA35AA090350527B7,
    cn=forms, cn=Products, cn=OracleContext
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than using Oracle
    JInitiator.
    [ienative]
    IE=native
    # Example Named Configuration Section
    # Example 3: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example Named Configuration Section
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms90/l90servlet/debug
    [test]
    form=E:\ict\ITSUPPORT\test.fmx usesdi=yes
    userid=support/s00001@dshl
    width=100%
    height=100%
    colorscheme=blue
    pageTitle=ICT Support :: Just in Time
    imagebase=codebase
    archive_jini=f90all_jinit.jar,rolloverbutton.jar,getclientinfo.jar,infobutton.jar,test.jar
    webUtilArchive=frmwebutil.jar,jacob.jar
    baseHTMLjinitiator=webutiljini.htm
    #lookAndFeel=Oracle
    splashscreen=ash.gif
    logo=none
    separateFrame=false
    ******************************************** registry.dat
    ---=========================
    # This is the Registry file.
    # This file contains the logical [Java] Class name and an associated
    # [numerical] identifier that will be used to refer to objects of the
    # class in order to reduce the amount of information that needs to be
    # repeatedly transmitted to the client.
    # This file is of the Form understood by java.util.Properties (for now)
    # The System Level sound file is relative to the CODEBASE
    oracle.classById.1=oracle.forms.engine.Runform
    oracle.classById.4=oracle.forms.handler.FormWindow
    oracle.classById.5=oracle.forms.handler.AlertDialog
    oracle.classById.6=oracle.forms.handler.DisplayList
    oracle.classById.7=oracle.forms.handler.LogonDialog
    oracle.classById.8=oracle.forms.handler.DisplayErrorDialog
    oracle.classById.9=oracle.forms.handler.ListValuesDialog
    oracle.classById.10=oracle.forms.handler.EditorDialog
    oracle.classById.11=oracle.forms.handler.HelpDialog
    oracle.classById.12=oracle.forms.handler.FormStatusBar
    oracle.classById.13=oracle.forms.handler.MenuInfo
    # oracle.classById.14=UNUSED
    oracle.classById.15=oracle.forms.handler.ApplicationTimer
    oracle.classById.16=oracle.forms.handler.MenuParametersDialog
    oracle.classById.17=oracle.forms.handler.PromptListItem
    oracle.classById.18=oracle.forms.handler.CancelQueryDialog
    oracle.classById.257=oracle.forms.handler.TextFieldItem
    oracle.classById.258=oracle.forms.handler.TextAreaItem
    oracle.classById.259=oracle.forms.handler.FormCanvas
    oracle.classById.261=oracle.forms.handler.ButtonItem
    oracle.classById.262=oracle.forms.handler.CheckboxItem
    oracle.classById.263=oracle.forms.handler.PopListItem
    oracle.classById.264=oracle.forms.handler.TListItem
    oracle.classById.265=oracle.forms.handler.CfmVBX
    oracle.classById.266=oracle.forms.handler.CfmOLE
    oracle.classById.267=oracle.forms.handler.RadioButtonItem
    oracle.classById.268=oracle.forms.handler.ImageItem
    oracle.classById.269=oracle.forms.handler.IconicButtonItem
    oracle.classById.270=oracle.forms.handler.BlockScroller
    oracle.classById.271=oracle.forms.handler.JavaContainer
    oracle.classById.272=oracle.forms.handler.TabControl
    oracle.classById.273=oracle.forms.handler.ComboBoxItem
    oracle.classById.274=oracle.forms.handler.TreeItem
    oracle.classById.281=oracle.forms.handler.PopupHelpItem
    # Defaults for the Font details, all names are Java Font names. Each of
    # these parameters represents the default property to use when none is
    # specified.
    # defaultFontname represents the default Java fontName.
    # defaultSize represents the default fontSize. Note that the size is
    # multiplied by 100 (e.g. a 10pt font has a size of 1000).
    # defaultStyle represents the default fontStyle, PLAIN or ITALIC.
    # defaultWeight represents the default fontWeight, PLAIN or BOLD.
    default.fontMap.defaultFontname=Dialog
    default.fontMap.defaultSize=900
    default.fontMap.defaultStyle=PLAIN
    default.fontMap.defaultWeight=PLAIN
    # Default Font Face mapping.
    # appFontname represents a comma delimited list of Application Font Names.
    # javaFontname represents a comma delimited list of Java Font Names.
    # The number of entries in the appFontname list should match the number in
    # the javaFontname list. The elements of the list are comma separated and
    # all characters are taken literally, leading and trailing spaces are
    # stripped from Face names.
    # Note that this file uses the Java 1.1 Font names in order to be able to
    # handle the NLS Plane (BUG #431051)
    default.fontMap.appFontnames=Courier New,Courier,courier,System,Terminal,Fixed,Fixedsys,Times,Times New Roman,MS Sans Serif,Arial, Kunstler Script
    default.fontMap.javaFontnames=MonoSpaced,MonoSpaced,MonoSpaced,Dialog,MonoSpaced,Dialog,Dialog,Serif,Serif,Dialog,SansSerif, Kunstler Script
    # The Application Level icon files are relative to the DOCUMENTBASE
    # example: icons/
    # or an absolute URL.
    # example: http://www.forms.net/~luser/d2k_project/
    default.icons.iconpath=
    default.icons.iconextension=gif
    # Application level settings to control UI features
    app.ui.lovButtons=true
    app.ui.requiredFieldVA=false
    # The background color is specified as an RGB triple.
    app.ui.requiredFieldVABGColor=255,0,0
    ---====================================
    I tried many times. But could not be successful. Then I just kept my icons in
    \forms90\java directory without making jar. In my form, icon file name is the icon name without extension. Here, i can see my icon in button. but if i replace an icon
    without changing the name of the icon, then i always see the old icon. The new icon, i can not see.
    Please, help me with only Oracle 10g AS how i can see icon in button. Let's assume, there is not oracle 10g DS (any development tool) in the machine where the form is run.
    Please, guide me clearly step by step so that i might be successful.
    Thanks.
    TKARIM

    Thanks Bernard,
    It works fine with JInitiator but not working with
    the JPI. For JPI what settings I need to do ??hi TKARIM and Bernard, i am having similar problem even with the Bernard's recommended setup. could you post the webutiljini.htm (i presume you are using config=test) ?
    i am actually using jinitiator 1.3.1.28 with Oracle HTTP Server of OAS 10gR2) calling Forms Server 6i (f60cgi). After setting up according to Bernard's recommended setup steps, the java console showed that it loaded the icon jar file when it could not read the form, but it skipped the loading of the icon jar file once it read and started the form. How do we specify in the form to pick up the icon from the jar file instead from a directory ? Or do we need to specify ? Any ideas ?
    Thx and Regards
    dkklau

Maybe you are looking for

  • Cant change the read only status of certain folders on my FAT32 external HD

    Help someone please. I have this external hard drive that has all of my music files on it. I was using it with my pc before but am making the difficult transition into mac land now. well over the last few months really. its not proving to be as easy

  • Problem in standard task TS20000139 in quality

    Hi friends The task TS20000139 is used for sending reason for rejection in my travel request workflow. Its working fine in development but after transporting to development when rejection button is clicked below task TS20000139 is not opened, it imme

  • Hub Transport Server is not in network load balancing

    Hi, We have 2 HUB Servers which configured in different cluster IPs each(1.1.1.1 & 1.1.1.160), so there is no redundancy in HUB now. So do i need to uninstall  the NLB in HUB2 and re-install again or can i add in the existing NLB itself. Please sugge

  • Built-in iSight as webcam???

    I have a 2.1 GHz G5 iMac (Pre-intel), w/ a built-in iSight and I am having issues using it as a webcam on various cam-chat sites. All the sites I am on say they support iSight, and friends that have External iSight's use them fine...anything I should

  • Lightroom 5.7 will not import video (.mov) from iPhone 5s- Windows 8.1 64bit

    I am running Windows 8.1 64 bit and Lightroom 5.7.  I am trying to import video from my iPhone 5s (.mov).  After trying to import multiple times, now previews are not showing up.  I received the message, "The following files were not imported because