Pop-List button

Hi,
I am generating Forms application (iAS).
I would like to change view of pop-list button from arrow to "...".
I know that there is something Jinitiator.
How can I do that ?
regards,
Cezary

Set app.ui.lovButtons to false. Then add a button to the canvas right next to the item. Set iconic to Yes and the Icon Filename to the name of your .gif file that contains the icon that you want to display on the button. For example, if your filename is list.gif, you would set IconFilename to list.
To deploy the icon file, there is some configuration that must be done on the middle tier. There is a white paper on OTN that explains how to do it: http://www.oracle.com/technology/products/forms/pdf/webicons.pdf.
If you want to have the button only visible when navigating to the text item, you can use Pre-Text-Item and Post-Text-Item triggers on the text item to make the button visible/not visible.

Similar Messages

  • How to remove value from pop list in iProcurement Page

    I need to remove a value from POP list. How can I do this? Can I do this using Perosnalization?
    While creating requisition in the approvers page there are two buttons one is Approvers and another is Add_Attachments.
    When I click Add_Attachments button it will open another page there I need enter description and select category from the pop list and define attachment.
    In the category list I need to remove one value. How do i do this.Personalization links not available in this page.
    Please help guys...
    Thanks Advance
    Kumar

    Kumar,
    First you need to find out the data source for the category pop list. Based on that we can suggest how to achieve that requirement as there are many different ways of specifying the data source for a pop list.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • "Wirless Client List" button on WRT160NV3

    Has anyone had any joy getting the Wireless -> Wireless Mac Filter -> Wireless Client List  button to work?
    I've tried several browsers, and several versions of the firmware (v3.0.02 and v3.0.03) but no joy.
    In each case my browser pops open a new empty window and then it appears the webserver running on the WRT160N crashes.  It no longer accepts any more connections on port 80, although continues to operate fine as a wifi router.  I need to powercycle it to get the management web interface working again.
    And yes, I did the full "reset-to-factory defaults + reload my configuration" dance after the firmware upgrade.

    Whenever you upgrade the firmware on your Router, you don't need to load the configuration on your Router, you need to configure all the settings on your Router from scratch.

  • Safari Pop up buttons / javascript

    I want to be able to select a specific item in a list of a pop up button in safari, i can do it by using a repeat statement and get value of button, with key codes simulating down arrow. This is tediously slow to the say the least. When i go view source of the page there is an identifier for the option i want, option value="f724". Is there a way to set the value of the pop up button to this number, i cant seem to do it. I was reading around the forum and found some mentions of the term do javascript but i have no idea how to implement it in this case, or if it at least possible.

    My search_replace(x, y, z) subroutine was a very basic attempt at encoding the URL properly. As it happens omitting the handler entirely and just setting keyword to text returned of result works the same in this case. The spaces get replaced with %20 by default, and the Discussions search app doesn't seem to mind.
    This style of search & replace is known as a "text item delimiters" or TIDs for short. You may have heard of a tab-delimited file. These contain cells of information separated by tabs. In the case of AppleScript's text item delimiter, we can set it to tab or any other character, and then ask for a string's "text items" provided in list form. So the steps taken by the handler in pseudo code are:
    1. Pass the text returned of the display dialog command to the search_replace handler, along with the search string "space" and the replace string "+"
    result: {"yellow fever", space, "+"}
    2. save whatever the current value of text item delimiters is
    This is to avoid potential conflicts with other code that may be using the delimiters property.
    result: {"[… anything]", ""}
    3. change the value of text item delimiters to space
    By defining " " (space) as a delimiter, we are effectively stripping every occurrence of the space character out of our string. This is because it can now be seen as a special delimiter character, as opposed to a literal one.
    4. get the text items of our string as a list
    result: {"yellow", "fever"}
    5. change the value of text item delimiters to the + symbol
    While our text string is a list, we are going to be sneaky and change the delimiter property from space to plus sign, like the one found in our original URL at Apple Discussions.
    6. coerce the list of text items back to a string
    When AppleScript coerces a list into a string, it automatically inserts the delimiter character you have defined in between each item.
    result: "yellow+fever"
    7. set the delimiter back to the way we found it in step 2
    The way I've written all this in actual code is highly abbreviated. To help read it easier remember that I'm addressing a reference to the delimiters, so every time you see the word "contents," that is referring to the text item delimiters. Also note that
    set {a, b} to {"a", "b"}
    is the same thing as
    set a to "a"
    set b to "b"
    The only difference is that the former is written in one line, and the latter is written on two lines.

  • WRT160Nv3 - Clicking "wireless client list" button kills WRT160Nv3 web interface.

    Clicking the "Wireless Client List" button on the "Wireless MAC Filter" page causes a new Internet Explorer instance pop-up containing the the error: "Internet Exploer cannot display the webpage".
    After the error appears, I can no longer access the WRT160Nv3 via it's web page interface. I just keep getting the above error message. But I can bring up a command prompt and sucessfully PING the WRT160Nv3. I just can't get back to the WRT160Nv3 router's web interface.
    If I wait about 24 hours (or so) the WRT160Nv3 web interface is accessable again.
    Why is this happening, how do I correct it and how do I get a list of all the wireless devices connected to my WRT16Nv3 router?
    Thank you.

    Okay, I'll assume the solution of resetting (and then recofiguring) the WRT160Nv3 router gets the router's web interface working again.
    But how do I see which of my client devices are actually connected to the WRT160Nv3?
    Clicking the "wireless client list" button appears to causes a problem for the router's web interface and then requires resetting and reconfiguring the router.
    It seems like I still don't have a solution that shows me which devices are connected to the router. And I have to reset and reconfigure the router if I attempt to invistigate which devices are connected to the router.
    Any additional insight would be appreciated.
    Thank you;

  • Add Content renders blank pop list

    I have created a Webcenter application.
    The edit button changes the mode to editable. Upon hitting the Add Content button, a blank pop list is rendered with the following exception:
    Mar 12, 2010 5:28:35 AM oracle.adfinternal.rc.model.service.CatalogService getCatalogContext()
    SEVERE:
    oracle.adf.rc.model.exception.InvalidCatalogException: cannot initialize the catalog context with catalog [default-catalog]
         at oracle.adfinternal.rc.model.service.CatalogService.getCatalogContext(CatalogService.java:1720)
         at oracle.adfinternal.rc.model.service.CatalogService.retrieveItems(CatalogService.java:1412)
         at oracle.adfinternal.rc.model.service.CatalogService.getItems(CatalogService.java:499)
         at oracle.adf.rc.model.dc.ResourceCatalog.getItems(ResourceCatalog.java:303)
         at oracle.adf.rc.model.dc.ResourceCatalog.getItems(ResourceCatalog.java:490)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:567)
         at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2113)
         at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3020)
         at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:439)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:257)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1625)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2120)
         at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:467)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:730)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.invokeMethodAction(JUMethodIteratorDef.java:173)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.initSourceRSI(JUMethodIteratorDef.java:656)
         at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1655)
         at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1631)
         at oracle.adf.model.binding.DCIteratorBinding.setRangeSize(DCIteratorBinding.java:3307)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3115)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:166)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3084)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:166)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3084)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:546)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:78)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$9.execute(Lifecycle.java:222)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:190)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$1000(ADFPhaseListener.java:19)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$5.before(ADFPhaseListener.java:393)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:58)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:42)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:246)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:193)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:189)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:230)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3593)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2203)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2109)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1427)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.adf.rc.exception.DefinitionNotFoundException: cannot find resource catalog [default-catalog] using MDS path=[oracle/adf/rc/metadata/default-catalog.xml] Root Cause=[MDS-00013: no metadata found for metadata object "/oracle/adf/rc/metadata/default-catalog.xml"] [Root exception is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/adf/rc/metadata/default-catalog.xml"]
         at oracle.adfinternal.rc.catalog.CatalogImpl.openCatalog(CatalogImpl.java:150)
         at oracle.adfinternal.rc.catalog.CatalogImpl.openCatalog(CatalogImpl.java:108)
         at oracle.adfinternal.rc.core.RCSessionImpl.getCatalog(RCSessionImpl.java:339)
         at oracle.adfinternal.rc.core.RCSessionImpl.getCatalog(RCSessionImpl.java:323)
         at oracle.adfinternal.rc.model.service.CatalogService.getCatalogContext(CatalogService.java:1708)
         ... 73 more
    The jspx page:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
    xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view locale="#{applCorePrefs.locale}">
    <af:document id="d1">
    <af:form id="f1">
    <af:panelSplitter orientation="vertical" splitterPosition="50" id="ps1">
    <f:facet name="first">
    <af:panelStretchLayout id="psl1" startWidth="400px"
    endWidth="300px" topHeight="0px"
    bottomHeight="0px">
    <f:facet name="bottom"/>
    <f:facet name="center"/>
    <f:facet name="start"/>
    <f:facet name="end">
    <af:panelGroupLayout id="pgl1" layout="scroll">
    <pe:changeModeButton id="cmb1"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="top"/>
    </af:panelStretchLayout>
    </f:facet>
    <f:facet name="second">
    <!-- id="af_one_column_header_stretched_with_splitter" -->
    <pe:pageCustomizable id="pageCustomizable1">
    <f:facet name="editor">
    <pe:pageEditorPanel id="pep1"/>
    </f:facet>
    <pe:layoutCustomizable id="layoutCustomizable1">
    <cust:panelCustomizable id="panelCustomizable1"/>
    <f:facet name="contentA">
    <cust:panelCustomizable id="panelCustomizable2"/>
    </f:facet>
    <f:facet name="contentB">
    <cust:panelCustomizable id="panelCustomizable3"
    layout="horizontal">
    <cust:showDetailFrame text="Custom Show Detail Header Text" id="sdf1"/>
    <af:inputText label="First Label" id="it1"/>
    </cust:panelCustomizable>
    </f:facet>
    </pe:layoutCustomizable>
    </pe:pageCustomizable>
    </f:facet>
    </af:panelSplitter>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    What is wrong with the page here? Or is there any jar that I have missed out.

    I have the same exceptions thrown at me. Unfortunately, I do have the default-catalog.xml created for me. But for some reason it is not found it seems. I have tried creating a custom catalog, but that is not found either. How does one specify in which directory the framework should look for this catalog? Is there anything else to influence the frameworks ability to find a file that clearly exists!
    best regards
    Lucas

  • How to use same actions for differ pop-up buttons

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi ,
    u can use the method SUBSCRIBE_TO_BUTTON_EVENT of the IF_WD_WINDOW interface ... to handle the event fired by the popup .....used this method after creating the popup window ...
    regards
    Yash

  • OK since midday today firefox 3.6.24 apparently no longer executes javascript on ebay. Can't use the "add to watch list" buttons or the enlarge photo buttons. It says 'javascript at the bottom of the firefox window but nothing happens.

    just as I wrote above.. ebay loads and functions. I can bid and view auctions but trying to either use the "add to watch list" or "add to wish list" buttons or to switch between different posted photos of an item just gives me javascript:; at the bottom left of my screen but clicking the button has no effect.I'm still running 10.4.11 with the last java download.. is this an ebay change to a newer java version not supported by my os or is it a firefox error..oh and one more thing each page seems to have become 4 times longer..ie there is a huge empty space as I scroll down the page before I hit the bottom.Only appears to do this on ebay..haven't found any other sites showing similar errors and everything works fine on my imac running firefox 4 under 10.5

    Craig Stenton: at 12:13:04
    but I can't install windows! During the install I am asked for the product key and it tells me that it is not valid and so I can't proceed.
    Craig Stenton: at 12:14:16
    I can't use the usual methods of activation because I cannot get an activation code. I can't use the activation wizard. I can't call the number because it requires an activation code.
    Hi,
    I'm a bit confused with this paragraph, as you said Vista already install on your computer, why did you say Windows can't be installed?
    According to your description with your problem, it is Product edition and key are not match. Firstly of all, we must make sure the system you installed on your computer was
    Windows Vista Business, not matter 32 or 64 bit.
    Note: you can check current system edtion at System Properties.
    After that, you can try to input your product key and activate your system for test.
    If problem still presists, it would be better to provide the activation error message.
    Roger Lu
    TechNet Community Support

  • Can 'track list' button show your playlist rather than album track list?

    Hi all
    My 3GS iPhone has my music on it in the form of whole albums which live in individual playlists on my Mac, but I also have playlist 'mixes' which I've created from various songs from multiple albums.
    When selecting to play a 'mixed' playlist on my iPhone I tap on it, tap the first song to start the music playing, but then if I tap the top right 'track list' button, instead of showing all the tracks in my created playlist it just shows the entire album tracks from where this particular song has come from. Visually I prefer the 'track list' screen but it seems I can't use it if I'm playing a 'mixed' playlist. Is there any way around this?
    Also, this is the same if I have a double CD album: once I hit the 'track list' button it shows just CD 1 (or 2 if I'm further down the play list of course), rather than all the tracks even though on they all live in one single playlist on my iTunes. I've even taken the starts of the track names off (some of them start with '1_01 Song Title' for example) when importing them into iTunes to see if that helps but it doesn't: the iPhone KNOWS how that track was originally supplied!
    Any help or clarification on this would be very helpful!
    Markos

    sadly, that kind of customization is only easily doable on a computer. the iPhone and it's core apps can not be changed by users. you can request the feature be put in, but unless there are a LOT of requests, you shouldn't get your hopes up as there are a lot of these kinds of requests, and by implementing it, how many other users would be angry and demand it be changed back? http://www.apple.com/feedback/
    if you are playing a song that you selected in a playlist, you should be able to hit the 'back' button in the top left to go back to the playlist and view your songs in the playlist.
    in regards to the 'cd 1 of 2' thing, you will need to change your song info to get this to show in the format you want. to see the song info, select a song and go to 'file -> get info'. that will show you all of the ID3 tag information, which you can edit to do whatever you want.

  • Pop-up button issue: Mac vs PC

    Hello-
    I'm creating an interactive form for my company and having an issue when the pdf is used on a PC. 
    Here's the run down:
    First off, this is my first attempt at creating an interactive pdf so please forgive any incompetence on my part. 90% of the form was created in InDesign and the rest finished in Acrobat on a Mac.
    The form itself has many roll-over and pop-up features so that definitions or additional information can be accessed by hovering the cursor over particular fields. I have gone over the tab order in detail and am certain that all pop-up buttons have been set up so that they do not interfere with any text fields.
    Here is the form when first opened:
    And here is how the roll-over function works (without issue on my Mac):
    Note that the trigger in this case is also a text field where the project name is typed.
    Now, when the pdf is opened on a PC (using Acrobat Pro 9 on a Windows 7 machine) this is what happens:
    The text that appears in the pop-up button then appears in the following "submitted by" text field and will not go away—it cannot be selected, deleted or otherwise modified.
    I have tested this form extensively on my Mac and have not had any issues. Any suggestions or ideas as to why this would be a problem when the same pdf is opened on a PC?
    Any help would be greatly appreciated!
    Trevor

    Hello-
    I'm creating an interactive form for my company and having an issue when the pdf is used on a PC. 
    Here's the run down:
    First off, this is my first attempt at creating an interactive pdf so please forgive any incompetence on my part. 90% of the form was created in InDesign and the rest finished in Acrobat on a Mac.
    The form itself has many roll-over and pop-up features so that definitions or additional information can be accessed by hovering the cursor over particular fields. I have gone over the tab order in detail and am certain that all pop-up buttons have been set up so that they do not interfere with any text fields.
    Here is the form when first opened:
    And here is how the roll-over function works (without issue on my Mac):
    Note that the trigger in this case is also a text field where the project name is typed.
    Now, when the pdf is opened on a PC (using Acrobat Pro 9 on a Windows 7 machine) this is what happens:
    The text that appears in the pop-up button then appears in the following "submitted by" text field and will not go away—it cannot be selected, deleted or otherwise modified.
    I have tested this form extensively on my Mac and have not had any issues. Any suggestions or ideas as to why this would be a problem when the same pdf is opened on a PC?
    Any help would be greatly appreciated!
    Trevor

  • Download list button in upper right corner hinds under "Reader" button? Unable to find down loaded file in the download folder afterward?

    The Download list button in upper right corner of screen hides under "Reader" button?   Does not show down loaded(?) file in the download folder afterward?
    Trying to run a brokerage firm streaming quote app with java.  Wondering if I may have deactivated the Download list button some how?

    Hey Sgt.Rics,
    It sounds like you're experiencing some unexpected behavior in Safari, specifically the window layout blocking the Downloads button. I would check and make sure no third-party add-ons are causing the issue:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/TS3230
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • The Downloads Clear List Button Not Working In Firefox 19.0

    Hello,
    After upgrading Firefox to version 19.0 today, I noticed that the Downloads Clear List Button does not work & is always grayed/greyed out, and so you can not clear all downloads; and so you have to remove them each one-at-a-time.
    I did not have this problem until upgrading to version 19.0
    Screenshot:
    http://www.use.com/showoriginal.pl?set=1c0659d1946249dc69dc&p=1
    Thank you,
    -John Jr

    I made a bug report:
    https://bugzilla.mozilla.org/show_bug.cgi?id=845450

  • Populating a Pop List via WHEN-NEW-FORM-INSTANCE

    Vendor provided a form that attempts to populate a pop list within a WHEN-NEW-FORM-INSTANCE trigger. Unfortunately when the user enters the form there are no values in the list. User has access to the table (verified by running SQL of cursor in SQL*Plus). Here is the trigger:
    BEGIN
    G$_SET_INST_PROPERTY;
    G$_CHECK_FAILURE;
    G$_STARTUP;
    G$_CHECK_FAILURE;
         DECLARE
         CURSOR SFTVDTYP_C IS
         SELECT SFTVDTYP_CODE,SFTVDTYP_DESC FROM SFTVDTYP ORDER BY SFTVDTYP_DESC;
         i number := 1;
         BEGIN
         Clear_list('SFDBCOND_DTYP_CODE');
         for SFTVDTYP_REC in SFTVDTYP_C loop
         Add_list_element ('SFDBCOND_DTYP_CODE', i, sftvdtyp_rec.sftvdtyp_desc, sftvdtyp_rec.sftvdtyp_code);
         i := i+1;
         end loop;
         Set_item_property ('SFDBCOND_DTYP_CODE', REQUIRED, PROPERTY_TRUE);
         :SFDBCOND.SFDBCOND_DTYP_CODE := get_list_element_value('SFDBCOND_DTYP_CODE', 1);
         SYNCHRONIZE;
         END;
    END;
    Vendor claims that other sites this is working perfectly. Any ideas what has gone wrong at our site?

    seems like the select is not returning any values.
    try to put a message inside the cursor-for-loop to see if how often it loops.

  • Search list button active in Find Mode

    Hi all,
    On the item master in Find mode, the search list button on the preferred vendor field is not working. Is this correct?
    Thanks,
    jane

    Hi Gordon,
    How do I change Form Setting for this CFL to add Display Description for this field?
    Thanks,
    Jane

  • Vertical column pop-up button-"OPEN"-with left " " appears-bottom right corner Firefox screen-Independent of web-site visited-Am "secured" against virus-Have not touched button: "Danger, Will Robinson." Appreciate any help. Thnx. DanDeren

    Occasionally and sporadically - I cannot reproduce this issue - a small vertical column-ed pop-up button appears in the lower right corner of my (Firefox) browser screen. It is not clear what causes this - I thought perhaps that it had something to do with Google's new gmail format which I have, so far refused to adopt, although when it forces me to do so, I Accept and then re-configure back to the old look. I don't think the problem is with gmail, though since tonight I was accessing the New York Time subscription web-site. However, tonight - 31JAN2012 - this button popped up, stuck around for maybe 30 seconds and then went away. It is small - about a quarter inch wide; perhaps one-half to three quarters of an inch tall. It displays on the top of the button the "<" followed underneath by the word "OPEN" (displayed vertically). I know better than to push an OPEN button whose function is absolutely opaque to me - fool me once... My desktop has the latest version of Firefox - 9.0.1 and I just loaded the latest update. I am running Windows XP Version 5.1 (Build 2600.xpsp_sp3_gdr.111025-1629 : Service Pack 3). Further info re. operating system: Microsoft Windows XP Home Edition Service Pack 3 - that was probably pretty clear from the Version and Build info above. Hardware: ACER-42041E6643 - ACPI Multiprocessor PC - Chip/Processor: Intel Atom CPU 230 @ 1.60 GHz (2 of these). I can provide more system and configuration information, as necessary. As it is, I go to System Info and it will not let me copy all of the system info above - I had to copy it brute-force manually. I have managed tech support organizations in the past. The first question you ask the user is: "What changed?" or perhaps "What did you change?" Like every other user with an issue, my response is: Nothing of which I am aware. I certainly am not going to push this button - perhaps it toggles between something and something else - more than like so - or it opens "something" - I will not find out what since I refuse to push it. I am guessing this is some benign "feature" of which I am unaware. Any assistance with this will be greatly appreciated. Thanks and best, Dan Deren.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

Maybe you are looking for