EA 4.0 - Package icon in tree list is not refreshed

I compiled a package in a sql*plus session without debug but the icon in the package tree lists show me the icon with debug option.
In the dba_plsql_object_settings there is no debug.

after changing to the language=en it works properly ....

Similar Messages

  • Clicking a tree node does not refresh the fields in the table component

    hi all,
    I am using a tree component along with a table component in my page.so whenever i am clicking on a node it should display the relevant information of that node in the table from the database.But whenever i am doing the page is not refreshing and the old values of the textfields in the table still exist.i have written the code to populate the table in a button click event.It is working fine but the same is not working when i am clicking any node in the tree component.Can anyone provide a solution to this problem.
    Thanks and regards,
    Prasant Kumar

    Never mind... I actually found something that works...
    treeModel.nodeStructureChanged(leadSelection);

  • Multiple Select List does not Refresh with Dynamic Action

    All,
    Scenario:
    Using APEX 4.2.2, I have a Select List page item (P4_SPONSOR) set to allow multiple values which has a dynamic LOV to populate the list.  What I would like to do is highlight the display values based on another page item's value (P4_DRIVER_ID).  When I set the source of P4_SPONSOR to static text, such as a delimited string of 1:2:3:4, any display values where the return values are equal to the static text are highlighted when the page loads.
    Problem:
    The problem lies in trying to use a query as a source for P4_SPONSOR which is filtered based on the other page item, P4_DRIVER_ID.  For instance, my SQL Query (returning colon separated values) returns the same as the static text noted above.  In the query's WHERE clause, I specify that the driver's ID is equal to P4_DRIVER_ID:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    This, as I understand it, would necessitate a refresh of P4_SPONSOR whenever the value of P4_DRIVER_ID changes.  So, I have a Dynamic Action that does just that.  When executed on the page, I can see the P4_SPONSOR multiple select list actually refresh, but none of the display values become highlighted.
    Thoughts?
    Thanks,
    -Seth.

    Seth,
    A dynamic action refresh of your select list will refresh the list of values (this is what you are seeing), it will not refresh the value of the item itself.  In fact, it will remove any values that you had already selected.  To refresh the value you will need to add additional dynamic actions.
    Create another dynamic action with:
    Event: After Refresh
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    If this was a normal select list you could just create a Set Value action and use your query to set the value of the select list.  Since this is a multiple select list your will need to get your colon delimited value first and then use some javascript to set the values of your select list.
    Create an hidden page item name P4_SPONSOR_TEMP.
    Add a true action to your new dynamic action:
    Action: Set Value
    Set Type: SQL Statement
    SQL Statement:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    Page Items to Submit: P4_DRIVER_ID
    Selection Type: Item(s)
    Item(s): P4_SPONSOR_TEMP
    Add another true action to your new dynamic action:
    Action: Set Value
    Set Type: JavaScript Expression
    JavaScript Expression:
    $("#P4_SPONSOR_TEMP").val().split(":")
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    --Jeff

  • Video icon in buddy list does not display when iChat not running?

    I have my father-in-law's computer setup to automatically log into iChat when he turns on the computer. However, it does not say he can video chat (the icon does not display) until he actually opens iChat. Is there any way around this? The only thing I thought of was to get iChat to open at login and just not display the buddy list.
    Basically, I want him to be available to video chat with his grand daughter...but he doesn't need to see the buddy list or the app for that matter. She would initiate all chats.
    Thanks
    Brian

    I am trying to imagine what you have done here.
    It is possible to have iChat as a Login Item.
    It is possible for iChat to start Up with the Buddy Lists hidden.
    From there Chats can be started from the File menu or Apple key and N together.
    To do it this way you have to know the Screen Name of who you are calling.
    You should be able to accept incoming A/V chats.
    9:46 PM Thursday; January 10, 2008

  • List dataProvider not refreshing in the UI

    Hi All ,
    I am using an application built using Flex Builder 3 .
    I have integrated a search that lets users search for specific posts from the database by sending a query to the backend ....
    Its like this....
    There are 3 components ,
    SearchContainer uses 2 other components
           ListComp1
           ListComp2
    When the user types hello in the search container , http service makes a request to the backend and the backend inturn returns a json obj
    which is used by the ListComp1 and ListComp2 as the dataprovider.
    When the user clicks a facetLink from the ListComp1 , http service makes a request to the backend and again a json obj is returned.
    But the ui is not getting updated for the ListComp1 and ListComp2
    I have tried setting invalidateDisplayList on the list components.
    How do I get the ListComp1 and ListComp2 to refresh their data in the UI.
    The dataprovider is bindable in both the list components.
    Please give me some suggestions as to how to get the list updated in the UI.
    Thanks,
    Ajantha

    How to you turn the json obj into a dataProvider and how do you turn the new
    json obj into a dataprovider or update the existing one?

  • Dynamic List filter not refreshing - suggestions?

    Dynamic list filtering problems...
    Any suggestions for how to begin trouble shooting this ussue?
    (Apache, MySql, php) I have to click multiple times on the column header for a sort to occur and the filter text field drops any entered value when you click the filter button. If you click on the specific filtered column header later, the filter value re-appears and filtering occurs.
    The dynamic lists I have been testing are created with the list wizard, with no modifications to any settings, made from recordset or straight from data table. In either case the lists and filtering work with one click in my testing server (same setup) but have these oddities if in the production server.
    Any suggestions of what to look for to get it working in the production server for my client...filtering would be wonderful for them!
    Thank you anyone for suggestions,
    Steve

    Thanks Günter Schenk for the reply however...
    So you can see what's happening I created a seperate mysql database with one table and four fields. ID, date, and 2 varchar 50. I then created a dynamic list and form, both made without any hand coding using the wizards.
    I made sure all relavent files from the includes folder are up-to-date with 1.0.0 version files.
    You are welcome to go to http://www.sunkistkids.org/mmtest/listtest.php to test this.
    Also you will find info.php in the root directory of the site just in case you spot any part of the general configuration that might be causing this.
    Any further suggestions are very welcome and will be implemented quickly so I can make the filter feature work for the client.
    Thank you very much for your time,
    Steve

  • Tree List Value

    Apex4
    datbase 10g EE
    Hello Apex Users,
    how can I get the Value Of a tree list then pass that value to the textfield using Javascript?
    Is that Possible? Hope for a quick response and answer.
    regards,
    jose

    Hi Jose,
    you can use the "LINK" column in the tree query to do that. Have a look at the following example which will write the clicked employee# into P13_EMPNO.
    select case when connect_by_isleaf = 1 then 0
                when level = 1             then 1
                else                           -1
           end as status,
           level,
           "ENAME" as title,
           null as icon,
           "EMPNO" as value,
           "ENAME" as tooltip,
           'javascript:$s("P13_EMPNO",'||EMPNO||');' as link
    from "#OWNER#"."EMP"
    start with "MGR" is null
    connect by prior "EMPNO" = "MGR"
    order siblings by "ENAME"Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Tree List Value - Passing String

    apex4
    database 10g EE
    I have this code which will pass a value to a textfiled but only numbers. How about passing string values in a textfield? Any idea?
    select case when connect_by_isleaf = 1 then 0
                when level = 1             then 1
                else                           -1
           end as status,
           level,
           "ENAME" as title,
           null as icon,
           "EMPNO" as value,
           "ENAME" as tooltip,
           'javascript:$s("P13_EMPNO",'||EMPNO||');' as link
    from "#OWNER#"."EMP"
    start with "MGR" is null
    connect by prior "EMPNO" = "MGR"
    order siblings by "ENAME"

    Hi Jose,
    I believe Patrick already responded to this question on another thread: Tree List Value , where he has stated:
    just use
    'javascript:$s("P13_ENAME","'||ENAME||'");' as link
    instead.
    Regards,
    Hilary

  • Doubt in population of Hirarchical Tree List

    Hai Friends,
    I have Departments like IT,Sales,Market,Accounts in Employee Table.
    I have to populate employee names of all employees department wise in the
    Hirarchical Tree List.
    Initial Hirarchical Tree List
    =============================
    +IT
    +Sales
    +Marketing
    +Acctounts
    When Hirarchical Tree List expands
    ===================================
    - IT
    name1
    name2
    name3
    -Sales
    name1
    name2
    name3
    -Marketting
    name1
    name2
    name3
    -Accounts
    name1
    name2
    name3
    I tried with the code (copied from Forms Help ...) but when i run the form
    I am getting
         FRM-47321 Error(Data used to populate tree is invalid)
    CAN U GIVE CORRECT SOLUTION ..... URGEMT
    i need this population when ever form runs.(when-new-form-instance trigger of form)

    hi madhava,
    see below example:
    1) Start up Form Builder.
    2) Create a form (for example, hiertree).
    3) Create a block manually (for example, block).
    4) Create a canvas and go to the Layout Editor.
    5) Click on the hierarchical tree iconic button and click and drag
    it onto the canvas. This creates a tree item called, for example,
    TREE4.
    6) Create a record group (for example, RECORD_GROUP6) with the
    following code:
    SELECT 1, LEVEL, ENAME, NULL, TO_CHAR(EMPNO)
    FROM EMP
    CONNECT BY PRIOR EMPNO = MGR
    START WITH JOB = 'PRESIDENT'
    7) Go to the property palette of the record group and set the
    property "Record Group Fetch Size" to, for example, 20.
    8) Go to the property palette of the tree item, and select the name
    of the record group under the "Record Group" property.
    9) Go back to the Object Navigator and create a
    WHEN-NEW-BLOCK-INSTANCE trigger with the following code:
    DECLARE
    HTREE ITEM;
    V_IGNORE NUMBER;
    BEGIN
    --TO FIND THE TREE ITSELF.
    HTREE := FIND_ITEM('BLOCK.TREE4');
    V_IGNORE := POPULATE_GROUP('RECORD_GROUP6');
    --TO SET THE RECORD GROUP AND CAUSE THE DATA TO DISPLAY
    FTREE.SET_TREE_PROPERTY(HTREE, FTREE.RECORD_GROUP,
    'RECORD_GROUP6');
    END;
    10) Compile and run the form. Your tree with the information is
    displayed.
    Madhava guess me whom i am?
    good luck

  • How to add Icon in Tree View in Forms 6.0 (URGENT..!)

    Hello All,
    I want to add icons in tree view (hierarchical tree) by using
    forms 6.0.
    So pls. help me to find out the solution for the same.
    thanks
    Pradeep
    null

    Pradeep (guest) wrote:
    : Hello All,
    : I want to add icons in tree view (hierarchical tree) by using
    : forms 6.0.
    : So pls. help me to find out the solution for the same.
    : thanks
    : Pradeep
    hello pradeep,
    for adding icons in the tree, u willhave to look closely to the
    data format for the tree.in the data format used for populating
    the tree we are supplying 5 fields. the state of the tree node
    (expanded or collapsed), the depth of the node w.r.t the parent
    node, the node value, the node label(what we see on the tree)
    and the node icon which we want to use. for the node icon we
    have to provide the entire path of the icon file. that's it.
    hope this will solve the problem
    null

  • How do I enable the button to use the tree list in excel? (Enable the list type: Tree enabled in Office 2013 - VSTF 2013)

    Hi, I was looking to see if anyone knows how I can troubleshoot my connection problem with TFS view in excel. I'm trying to  produce a tree view in Office 2013 as described in the following KB -
    https://msdn.microsoft.com/en-us/library/dd286627.aspx
    I have followed the instructions on the KB all the way up to : 'Add backlog items and tasks and their parent-child links using a tree list' and at this point I can't seem to get it to work as the button is greyed out.
    Note that I have completed steps 1-6 for the previous procedure... all 6 steps work just fine. However on step 2 of the second procedure - the instructions state I should be able to 'Add Tree Level' - However the button is greyed out.
    Anyone know what I need to do to enable the button to use the tree list in excel? 
    Frank

    Frank,
    I believe your issue is that you have opened a Flat query and are trying to add tree levels. A flat query is just that and you cannot change the query type from Excel.
    The second process is managing a backlog (which is a tree). TFS web access has a link on the backlog view to create a query. That query will be a "tree of work items" query that returns the items in the backlog including their parent-child relationships.
    This type of query supports the Add Tree Level and Add Child functionality as does a new Input List (not bound to an existing query).
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Custom icon leaf tree

    Hi developers,
    I have one how to do question: In a tree I like to introduce a custom icon on each leaf.
    For this, I tried to introduce at the icon column sql #WORKSPACE_IMAGES#picture.gif but nothing happened, instead if I use #IMAGE_PREFIX#standard_picture.gif it works, but I want to use my custom pictures uploaded in Shared Components->Images.
    Is there any way to do this? Thank you in advance.

    Hi "user11978562",
    In APEX 4.0, bug 9893260 was logged against the handling of #WORKSPACE_IMAGES# and #APP_IMAGES# in the setting of custom icons on a tree. However, the fix for this issue was incorporated in the 4.0.1 patch release. It was also discussed on this related thread: Re: Syntax for icon in Tree element If you are running 4.0, then my recommendation would be to upgrade to our latest patch release, 4.0.2. If you are running on 4.0.1 or higher, then this may be a silly question, but is there a chance that the images you've uploaded are associated with a particular application? Maybe it's worth trying #APP_IMAGES# instead of #WORKSPACE_IMAGES#.
    Regards,
    Hilary

  • Drag-and-drop tree list from files/folder

    Hello all. I'm new to Flex and I'm looking for some help or
    for someone to point me in the right direction. I want to write a
    simple AIR application to accept a multiple text files (or a folder
    full of text files) when the files/folder is dragged into a tree
    list. The file/folder name will be the node name. When selected,
    the contents of the file will be displayed in a text area. The text
    file will contain a 4 x 4 number matrix with each column separated
    by a tab and each row separated by a return. (I plan on plotting
    the numbers in the matrix in the future).
    What I'm most confused about is how to go about
    dragging-and-dropping files into a tree list and creating item
    names based on the file/folder name? And does the file content need
    to go into an array collection?
    Maybe I'm going about this in a difficult way. If there is an
    easier way, I'd appreciate it if someone could share. Thank you
    all.

    I have the same problema and I´m not able to find the reason.
    The solution to get the event raised has been to copy configurations from wd standard appl FPM_TEST_DND_FORM and use my own Z feeder class : all  seems to work perfectly , but , if I try to do it from scratch the event  FPM_DROP_COMPLETED it´s not raised .
    I´ve compared both configurations/class ( the one that I´ve done from scratch  that it doesn´t raise the event and the one that I´ve adapted copying from standard that it raises perfectly  the event) and I haven´t  seen any difference (maybe I haven´t found) .

  • User Defined Attributes in Tree List

    Does anyone know what the User Defined Attributes is used for in the tree list (when in Create / Edit List Entry screen)?
    I'm trying to put a title tag on my list entries so I get a tooltip when hovering the mouse over each entry and thought this might be the way to do it.
    If not then User Defined Attributes sounds like it could be useful anyway but I can't find any documentation on what it does.

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • Apex 4.2: Referring to icon within tree chart region

    Hello
    My images are uploading with long names (e.g.
    \\SD1FILEPW11\Users\lching\My Pictures\Worklist\May2013\icon.png rather than just icon.png). This is the subject of a previous thread (Apex 4.2: Display image page item - how to and I am dealing with it with our IT.
    However it might be relevant in that I am struggling to refer to an icon from within a tree query. In theory the following should work:
    select 0 as "status",
    1 as "level",
    'Work: ' || ACTIVITIES_NAME||' --- start: '||to_char(ACTIVITIES_CURRSTARTDATE,'DD-Mon-YY') || ' --- end: '||to_char(ACTIVITIES_CURRENDDATE,'DD-Mon-YY') ||' --- manhours: ' || ACTIVITIES_TIME "title",
    '#APP_IMAGES#\\SD1FILEPW11\Users\lching\My Pictures\Worklist\May2013\icon.png' as "icon",
    ACTIVITIES_ID "value",
    null as "tooltip",
    'f?p=&APP_ID.:41:'||:app_session||'::::P41_ACTIVITIES_ID:'||ACTIVITIES_ID||':' "link"
    from AA_WL_ACTIVITIES3I am taking this syntax from here: Syntax for icon in Tree element
    I've also tried without the #APP_IMAGES#, using an ampersand, and using /i/ and no joy.
    Can anyone spot where I'm going wrong?
    thanks
    Emma

    emma-apex wrote:
    Hello
    My images are uploading with long names (e.g.
    \\SD1FILEPW11\Users\lching\My Pictures\Worklist\May2013\icon.png rather than just icon.png). This is the subject of a previous thread (Apex 4.2: Display image page item - how to and I am dealing with it with our IT.
    However it might be relevant in that I am struggling to refer to an icon from within a tree query. In theory the following should work:
    select 0 as "status",
    1 as "level",
    'Work: ' || ACTIVITIES_NAME||' --- start: '||to_char(ACTIVITIES_CURRSTARTDATE,'DD-Mon-YY') || ' --- end: '||to_char(ACTIVITIES_CURRENDDATE,'DD-Mon-YY') ||' --- manhours: ' || ACTIVITIES_TIME "title",
    '#APP_IMAGES#\\SD1FILEPW11\Users\lching\My Pictures\Worklist\May2013\icon.png' as "icon",
    ACTIVITIES_ID "value",
    null as "tooltip",
    'f?p=&APP_ID.:41:'||:app_session||'::::P41_ACTIVITIES_ID:'||ACTIVITIES_ID||':' "link"
    from AA_WL_ACTIVITIES3I am taking this syntax from here: Syntax for icon in Tree element
    I've also tried without the #APP_IMAGES#, using an ampersand, and using /i/ and no joy.
    Can anyone spot where I'm going wrong?It's possible those filenames won't work at all. Can't test that where I am at present.
    Are the images definitely associated with this app? When viewed at Home > Application Builder > Application > Shared Components > Images, does the Application column show the application ID, another application's ID, or "Workspace Image"?

Maybe you are looking for