Dvt:schedulingGantt - How to hide "Resource"  and "Task" menus

I am using JDev 11.1.1.2.0 ADF.
In the schedulingGantt component two menus "Resource" and "Task" on top left of the chart are displayed at runtime by default. These menus always remain disabled so there is no use for them.
Is there a way to hide these menus? I tried using Firebug but so far I have not been able to find a way to hide these menus.
Thanks
Mitesh.

Repost.

Similar Messages

  • ADF 11: dvt:schedulingGantt : phase lag between resources and tasks

    I am using dvt:schedulingGantt in my ADF BC application.
    When I don't have simultaneous tasks in the same resource, the visualization in good.
    But when I have simultaneous tasks in the same resource, in many resorces. the height of in the part of the resources does not coincide exactly with the height with the part of the tasks.
    I you are using a lot of resources, in the last resources, it is posible the tasks of a resource are horizontally on another resource

    Hi Frank,
    If you use the demo rcfDvtDemo and create more tasks in the SampleModelFactory.java you can see the delay between resources and tasks.
    In the last resource "Sue Morgan" The tasks "Hewitt Pacific" and "Johnson" are 10 px below the resource
    This delay increase when you work with a lot of resources. The user might make an mistake.
    I paste here the code from the method getSchedulingGanttModel, from the file: dsstools/modules/dvt-faces-demo/src/oracle/adfdemo/view/feature/rich/gantt/data/SampleModelFactory.java
    public static TreeModel getSchedulingGanttModel()
    Employee _r1 = new Employee("r1", "PRS-1", "Celula 1", "06:00", "15:00", null);
    Task t11 = new Task("t11", "Ped.1560 L1", r1.getResourceId(), _r1.getResourceName(), parseDate("12/21/2006 14:00"), parseDate("12/21/2006 15:30"), "blue");
    t11.setLabel(t11.getTaskName());
    r1.addTask(t11);
    Task t12 = new Task("t12", "Ped.1560 L2", r1.getResourceId(), _r1.getResourceName(), parseDate("12/22/2006 10:00"), parseDate("12/22/2006 14:30"), "blue");
    t12.setLabel(t11.getTaskName());
    r1.addTask(t12);
    Employee _r2 = new Employee("r2", "PRS-2", "Celula 2", "07:00", "16:00", null);
    Task t21 = new Task("t21", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21.setLabel(t21.getTaskName());
    _t21.setStartupTime(30);
    r2.addTask(t21);
    Task t21b = new Task("t21b", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21b.setLabel(t21b.getTaskName());
    r2.addTask(t21b);
    Task t21c = new Task("t21c", "Cymer Inc.", r2.getResourceId(), _r2.getResourceName(), parseDate("12/21/2006 09:00"), parseDate("12/21/2006 10:30"), "gold");
    t21c.setLabel(t21c.getTaskName());
    r2.addTask(t21c);
    Task t22 = new Task("t22", "Ped 1561 L1", r2.getResourceId(), _r2.getResourceName(), parseDate("12/22/2006 08:00"), parseDate("12/22/2006 11:30"), "gold");
    t22.setLabel(t22.getTaskName());
    _t22.setStartupTime(30);
    r2.addTask(t22);
    Task t23 = new Task("t23", "Ped 1562 L1", r2.getResourceId(), _r2.getResourceName(), parseDate("12/22/2006 14:00"), parseDate("12/22/2006 16:30"), "gold");
    t23.setLabel(t23.getTaskName());
    r2.addTask(t23);
    Employee _r3 = new Employee("r3", "BELSO", "Celula 3", "14:00", "16:00", null);
    Task t31 = new Task("t31", "Ped 1568 L1", r3.getResourceId(), _r3.getResourceName(), parseDate("12/21/2006 10:30"), parseDate("12/21/2006 11:15"), "grey");
    t31.setLabel(t31.getTaskName());
    _t31.setStartupTime(20);
    Task t32 = new Task("t32", "Ped 1569 L1", r3.getResourceId(), _r3.getResourceName(), parseDate("12/21/2006 12:30"), parseDate("12/21/2006 13:30"), "tan");
    t32.setLabel(t32.getTaskName());
    _t32.setStartupTime(20);
    r3.addTask(t31);
    r3.addTask(t32);
    Task t33 = new Task("t33", "Hibbings West", r3.getResourceId(), _r3.getResourceName(), parseDate("12/22/2006 9:30"), parseDate("12/22/2006 11:15"), "grey");
    t33.setLabel(t33.getTaskName());
    _t33.setStartupTime(15);
    Task t34 = new Task("t34", "Hibbings West", r3.getResourceId(), _r3.getResourceName(), parseDate("12/22/2006 14:30"), parseDate("12/22/2006 17:30"), "tan");
    t34.setLabel(t34.getTaskName());
    r3.addTask(t33);
    r3.addTask(t34);
    Employee _r4 = new Employee("r4", "Joe Block", "Consulting", "06:00", "15:00", null);
    Task t41 = new Task("t41", "Harwell", r4.getResourceId(), _r4.getResourceName(), parseDate("12/21/2006 09:30"), parseDate("12/21/2006 10:30"), "purple");
    t41.setLabel(t41.getTaskName());
    Task t42 = new Task("t42", "Service.com", r4.getResourceId(), _r4.getResourceName(), parseDate("12/21/2006 15:00"), parseDate("12/21/2006 16:30"), "aqua");
    t42.setLabel(t42.getTaskName());
    _t42.setStartupTime(15);
    r4.addTask(t41);
    r4.addTask(t42);
    Task t43 = new Task("t43", "Harwell", r4.getResourceId(), _r4.getResourceName(), parseDate("12/22/2006 11:30"), parseDate("12/22/2006 12:30"), "purple");
    t43.setLabel(t43.getTaskName());
    Task t44 = new Task("t44", "Service.com", r4.getResourceId(), _r4.getResourceName(), parseDate("12/22/2006 15:30"), parseDate("12/22/2006 16:30"), "aqua");
    t44.setLabel(t44.getTaskName());
    _t43.setStartupTime(15);
    r4.addTask(t43);
    r4.addTask(t44);
    Employee _r5 = new Employee("r5", "Stacey Edwards", "Support", "06:00", "15:00", null);
    Task t51 = new Task("t51", "HewWWWitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/21/2006 13:00"), parseDate("12/21/2006 14:30"), "red");
    t51.setLabel(t51.getTaskName());
    r5.addTask(t51);
    Task t52 = new Task("t52", "Hewitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/22/2006 13:00"), parseDate("12/22/2006 15:30"), "green");
    t52.setLabel(t52.getTaskName());
    Task t53 = new Task("t53", "Hewitt Pacific", r5.getResourceId(), _r5.getResourceName(), parseDate("12/22/2006 16:00"), parseDate("12/22/2006 17:30"), "green");
    t53.setLabel(t53.getTaskName());
    _t53.setStartupTime(30);
    r5.addTask(t52);
    r5.addTask(t53);
    Employee _r6 = new Employee("r6", "Jimmy Jones", "Support", "06:00", "15:00", null);
    Task t61 = new Task("t61", "900414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61.setLabel(t61.getTaskName());
    r6.addTask(t61);
    Task t61B = new Task("t61B", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61B.setLabel(t61B.getTaskName());
    r6.addTask(t61B);
    Task t61c = new Task("t61c", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    t61c.setLabel(t61c.getTaskName());
    r6.addTask(t61c);
    Task t61d = new Task("t61d", "XXX414 29,5º BLA BLA BLA", r6.getResourceId(), _r6.getResourceName(), parseDate("12/21/2006 10:00"), parseDate("12/21/2006 11:00"), "orange");
    r6.addTask(t61d);
    Employee _r7 = new Employee("r7", "Dominique Monstratelli", "Technical Staff", "06:00", "15:00", null);
    Task t71 = new Task("t71", "wwwState Machine", r7.getResourceId(), _r7.getResourceName(), parseDate("12/21/2006 13:00"), parseDate("12/21/2006 15:30"), "blue");
    t71.setLabel(t71.getTaskName());
    Task t72 = new Task("t72", "Johnson", r7.getResourceId(), _r7.getResourceName(), parseDate("12/21/2006 15:00"), parseDate("12/21/2006 16:30"), "aqua");
    t72.setLabel(t72.getTaskName());
    r7.addTask(t71);
    r7.addTask(t72);
    Task t73 = new Task("t73", "State Machine", r7.getResourceId(), _r7.getResourceName(), parseDate("12/22/2006 10:00"), parseDate("12/22/2006 11:30"), "levander");
    t73.setLabel(t73.getTaskName());
    Task t74 = new Task("t74", "Johnson", r7.getResourceId(), _r7.getResourceName(), parseDate("12/22/2006 15:00"), parseDate("12/22/2006 16:30"), "blue");
    t74.setLabel(t74.getTaskName());
    r7.addTask(t73);
    r7.addTask(t74);
    Employee _r8 = new Employee("r8", "Sue Morgan", "Technical Staff", "06:00", "15:00", null);
    Task t81 = new Task("t81", "Hewitt Pacific", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 11:15"), parseDate("12/21/2006 12:30"), "gold");
    t81.setLabel(t81.getTaskName());
    Task t82 = new Task("t82", "Hewitt Pacific", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 13:30"), parseDate("12/21/2006 15:00"), "grey");
    t82.setLabel(t82.getTaskName());
    _t82.setStartupTime(15);
    Task t83 = new Task("t83", "Johnson", r8.getResourceId(), _r8.getResourceName(), parseDate("12/21/2006 15:15"), parseDate("12/21/2006 16:00"), "tan");
    t83.setLabel(t83.getTaskName());
    r8.addTask(t81);
    r8.addTask(t82);
    r8.addTask(t83);
    Task t84 = new Task("t84", "Johnson", r8.getResourceId(), _r8.getResourceName(), parseDate("12/22/2006 14:15"), parseDate("12/22/2006 16:00"), "lime");
    t84.setLabel(t84.getTaskName());
    _t84.setStartupTime(30);
    r8.addTask(t84);
    ArrayList _resources = new ArrayList(10);       
    resources.add(r1);
    resources.add(r2);
    resources.add(r3);
    resources.add(r4);
    resources.add(r5);
    resources.add(r6);
    resources.add(r7);
    resources.add(r8);
    return ModelUtils.toTreeModel(_resources);
    }

  • How to hide Print and Filter option from dynamic ALV

    Hi,
    I have created the dynamic ALV. now User don't wan't Filter , export,print Option on the ALV dispaly.
    Could you please tell me How to hide Print and Filter option from dynamic ALV.
    Thanks and regards
    Amita.

    Hi,
    Please go through the following link to get an better idea on ALV.
    [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9&overridelayout=true]
    This is the code  which you have to write in  WDDOINIT
    DATA LO_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
    LO_CMP_USAGE =   WD_THIS->WD_CPUSE_ALV_TEST( ).
    IF LO_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
      LO_CMP_USAGE->CREATE_COMPONENT( ).
    ENDIF.
    DATA LO_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
          LO_INTERFACECONTROLLER =   WD_THIS->WD_CPIFC_ALV_TEST( ).
            DATA LO_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
            LO_VALUE = LO_INTERFACECONTROLLER->GET_MODEL(
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EXPORT_ALLOWED( abap_false ).
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_PDF_ALLOWED( abap_false ).
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_VIEW_LIST_ALLOWED( abap_false ).

  • How to hide/show and move screenelements at runtime

    Hi Guys
        Currently, i have a requirment that, in the same screen, when user choose different different option in the dropdown list, there should be different screenelements and table control with different columns showing below it.
    Now, i have two plans below:
    1), hide/show and move position of screen elements and table control at runtime
    2), call different subscreen
    I hope i can take the first way since the second way will modify structure of program ( As it is infotype screen ), any one knows how to implement the first solution?

    Hi,
    I would suggest you to call different subscreens and load them dynamically based on your parameters.Since different subscreen are called your coding and functionality could also be seperated by writing in the PAI and PBO of the correspondiong Screens.
    if you have decided to go by your first method then try the below code.
    a) if it is normal UI elements like text box etc
    LOOP AT SCREEN.
        IF <var> = ' value '.
            screen-invisible = '0'.
            MODIFY SCREEN.
      endif
    ENDLOOP.
    Here <var> refers to the screen field name and value refers to its value.
    b) To hide columns in a Table control.
    DATA cols LIKE LINE OF tc-cols.
      LOOP AT tc-cols INTO cols.
        IF cols-screen-group1 = 'G1'.
          cols-invisible = 'X'. "HIDE THIS COLUMN
          MODIFY tc-cols
          FROM cols
          TRANSPORTING invisible.
        ENDIF.
        CLEAR cols.
      ENDLOOP.
    PS: here TC refers to the name of the table control.
    Lemme know if you face any problems.
    Cheers,
    RK

  • How to hide username and passward in  web reports

    Dear friends
    Im runing one report on web but its showing the username and passward in the URL (address bar) can you please help me how to hide that passward.......
    let suppose the username/passward is scott/tiger
    thanks with regards

    for hide the password follow thses steps
    user_name := get_application_property(username);
    pass := get_application_property(password);
    conn := get_application_property(connect_string);
    con_url := 'userid='||user_name||'/'||pass||'@'||conn;
    /* Convert the connect string into a hexadecimal character string. */
    FOR i IN 1..LENGTH(con_url) LOOP
    v_a := ltrim(to_char(trunc(ascii(substr(con_url,i,1))/16)));
    if v_a = '10' THEN v_a := 'A';
    elsif v_a = '11' THEN v_a := 'B';
    elsif v_a = '12' THEN v_a := 'C';
    elsif v_a = '13' THEN v_a := 'D';
    elsif v_a = '14' THEN v_a := 'E';
    elsif v_a = '15' THEN v_a := 'F';
    end if;
    v_b := ltrim(to_char(mod(ascii(substr(con_url,i,1)),16)));
    if v_b = '10' THEN v_b := 'A';
    elsif v_b = '11' THEN v_b := 'B';
    elsif v_b = '12' THEN v_b := 'C';
    elsif v_b = '13' THEN v_b := 'D';
    elsif v_b = '14' THEN v_b := 'E';
    elsif v_b = '15' THEN v_b := 'F';
    end if;
    con_url_temp := con_url_temp||'%'||v_a||v_b;
    END LOOP;
    path:='/reports/rwservlet?server=repserver4&destype=cache&'||con_url_temp||'&report='||rep_path);
    web.show_document(path);
    kuljeet pal singh

  • How to hide rows and columns by AppleScript or Automator for printing

    Hello,
    I have to hide first empty rows (I do it by: organize - Column B is not empty)
    then: By context-menu in Header of Column K: Hide column
    and: By context-menu in Header of Column L: Hide column
    How can I make this 3 Steps automatic with AppleScript or Automator or maybe by formula?
    Thanks for any help

    Here is an edited version which allow you to choose the custom template on the fly.
    No need to edit a property in the script.
    --[SCRIPT printtable(s)_choosecustom]
    Enregistrer le script en tant que Script ou Application : printtable(s)_choosecustom.xxx
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Sélectionner une partie de table, une table ou même plusieurs tables.
    Aller au menu Scripts , choisir Numbers puis choisir “printtable(s)_choosecustom”
    Le script crée un nouveau document depuis un modèle perso sélectionné,
    puis applique « Colle les valeurs » au contenu du presse-papiers.
    Il envoie enfin la commande d'impression.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    Sous 10.6.x,
    aller dans le panneau "Général" du dialogue Préférences de l'Éditeur Applescript
    puis cocher la case "Afficher le menu des scripts dans la barre des menus".
    --=====
    Save the script as a Script or an Application : printtable(s)_choosecustom.xxx
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Select a subset of a table, a table or even several tables.
    Go to the Scripts Menu, choose Numbers, then choose “printtable(s)_choosecustom”
    The script create a new document based on the selected custom template,
    then apply “Paste Values” to the clipboard's contents.
    At last, it issue the print command.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/02/20
    2011/03/16 -- replaced the Blank template by a custom one defined thru the property custom_template
    2011/03/17 -- Let choose the custom template, no longer Paste but Paste Values.
    --=====
    property theApp : "Numbers"
    --=====
    on run
    --my doyourduty()
    run script doyourduty
    end run
    script doyourduty
    --on doyourduty()
    my activateGUIscripting()
    Copy the selected items *)
    my raccourci(theApp, "c", "c") (* cmd + c *)
    Create a new document based upon Blank.template *)
    set myNewDoc to my makeAnIworkDocFromCustom()
    As it's a custom template, there is no default table to delete.
    Delete the default table *)
    tell application "Numbers" to tell document 1 to tell sheet 1 to delete table 1
    my selectMenu("Numbers", 4, 8) (* Paste Values *)
    my raccourci(theApp, "p", "c") (* cmd + p = Print *)
    my raccourci(theApp, return, "") (* return = validate the Print command*)
    --end doyourduty
    end script
    --=====
    Creates a new iWork document from a custom template and returns its name.
    example:
    set myNewDoc to my makeAnIworkDocFromCustom()
    on makeAnIworkDocFromCustom()
    set nb_chiffres to 3 (*
    2 = allow 99 templates
    3 = allow 999 templates *)
    Grab the localized names of the templates folders *)
    tell application "Numbers"
    set templates_loc to localized string "Templates"
    -- set myTemplates_loc to localized string "My Templates"
    end tell -- to application a
    Define the path to the folder storing custom templates *)
    --set chemindesmodeles to "" & (path to library folder from user domain) & "Application Support:iWork:Numbers:" & templates_loc & ":" & myTemplates_loc & ":"
    set chemindesmodeles to "" & (path to library folder from user domain) & "Application Support:iWork:Numbers:" & templates_loc & ":"
    Grab the list of every items stored in the folder *)
    tell application "Finder"
    set entire_contents to entire contents of folder chemindesmodeles
    end tell
    Build two lists. One contain the path to every custom templates.
    The other contain the names of these templates and the names of subfolders *)
    set indx to 1
    set cheminde_mesmodeles to {}
    set nomsde_mesmodeles to {}
    set le_conteneur to ""
    tell application "System Events"
    repeat with i from 1 to count of entire_contents
    set un_element to item i of entire_contents as text
    try
    if type identifier of disk item un_element is in {"com.apple.iwork.numbers.template", "com.apple.iwork.numbers.sfftemplate"} then
    if name of container of disk item un_element is not le_conteneur then
    set le_conteneur to name of container of disk item un_element
    copy (text 1 thru nb_chiffres of "---") & space & le_conteneur to end of nomsde_mesmodeles
    end if
    copy un_element to end of cheminde_mesmodeles
    copy text -nb_chiffres thru -1 of ("00" & indx) & space & name of disk item un_element to end of nomsde_mesmodeles
    set indx to indx + 1
    end if
    end try
    end repeat
    end tell -- System Events
    if my parleAnglais() then
    set le_titre to "Numbers’s custom templates"
    else
    set le_titre to "Modèles personnalisés de Numbers"
    end if
    Choose the template to use.
    If you select a subfolder name, the script beep and ask one more time *)
    tell application (path to frontmost application as string)
    repeat
    set mon_choix to choose from list nomsde_mesmodeles with title le_titre
    if mon_choix is false then error number -128
    try
    set mon_choix to text 1 thru nb_chiffres of (item 1 of mon_choix) as integer
    exit repeat
    on error
    beep 1
    end try
    end repeat
    end tell
    tell application "Numbers"
    set nb_doc to count of documents
    open (item mon_choix of cheminde_mesmodeles)
    repeat until (count of documents) > nb_doc
    delay 0.1
    end repeat
    set doc_name to name of document 1
    end tell -- the_App
    return doc_name
    end makeAnIworkDocFromCustom
    --=====
    on parleAnglais()
    local z
    try
    tell application theApp to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z is not "Annuler")
    end parleAnglais
    --=====
    on activateGUIscripting()
    (* to be sure than GUI scripting will be active *)
    tell application "System Events"
    if not (UI elements enabled) then set (UI elements enabled) to true
    end tell
    end activateGUIscripting
    --=====
    ==== Uses GUIscripting ====
    This handler may be used to 'type' text, invisible characters if the third parameter is an empty string.
    It may be used to 'type' keyboard raccourcis if the third parameter describe the required modifier keys.
    I changed its name « shortcut » to « raccourci » to get rid of a name conflict in Smile.
    on raccourci(a, t, d)
    local k
    tell application a to activate
    tell application "System Events" to tell application process a
    set frontmost to true
    try
    t * 1
    if d is "" then
    key code t
    else if d is "c" then
    key code t using {command down}
    else if d is "a" then
    key code t using {option down}
    else if d is "k" then
    key code t using {control down}
    else if d is "s" then
    key code t using {shift down}
    else if d is in {"ac", "ca"} then
    key code t using {command down, option down}
    else if d is in {"as", "sa"} then
    key code t using {shift down, option down}
    else if d is in {"sc", "cs"} then
    key code t using {command down, shift down}
    else if d is in {"kc", "ck"} then
    key code t using {command down, control down}
    else if d is in {"ks", "sk"} then
    key code t using {shift down, control down}
    else if (d contains "c") and (d contains "s") and d contains "k" then
    key code t using {command down, shift down, control down}
    else if (d contains "c") and (d contains "s") and d contains "a" then
    key code t using {command down, shift down, option down}
    end if
    on error
    repeat with k in t
    if d is "" then
    keystroke (k as text)
    else if d is "c" then
    keystroke (k as text) using {command down}
    else if d is "a" then
    keystroke k using {option down}
    else if d is "k" then
    keystroke (k as text) using {control down}
    else if d is "s" then
    keystroke k using {shift down}
    else if d is in {"ac", "ca"} then
    keystroke (k as text) using {command down, option down}
    else if d is in {"as", "sa"} then
    keystroke (k as text) using {shift down, option down}
    else if d is in {"sc", "cs"} then
    keystroke (k as text) using {command down, shift down}
    else if d is in {"kc", "ck"} then
    keystroke (k as text) using {command down, control down}
    else if d is in {"ks", "sk"} then
    keystroke (k as text) using {shift down, control down}
    else if (d contains "c") and (d contains "s") and d contains "k" then
    keystroke (k as text) using {command down, shift down, control down}
    else if (d contains "c") and (d contains "s") and d contains "a" then
    keystroke (k as text) using {command down, shift down, option down}
    end if
    end repeat
    end try
    end tell
    end raccourci
    --=====
    my selectMenu("Numbers",4, 8)
    ==== Uses GUIscripting ====
    on selectMenu(theApp, mt, mi)
    tell application theApp
    activate
    tell application "System Events" to tell process theApp to tell menu bar 1 to ¬
    tell menu bar item mt to tell menu 1 to click menu item mi
    end tell -- application theApp
    end selectMenu
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) jeudi 17 mars 2011 21:29:15

  • How to hide Windows and Oracle Logo?

    I'd like to hide Windows and Oracle Logo in Oracle window
    https://sites.google.com/site/myoracleproblems/home/screen
    or move application higher. Does someone know what to do, if anything?
    thanks
    m.

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

  • How to customize function and control menus

    I am making the painful transition from 7.1 to 8.6. How can I customize the function and control menus, and have them always come up the same way on a right-click?
    Otherwise it takes several clicks to display the useful items, wasting time and effort.

    Dennis,
    It looks like this was never continued, but I have the same querstion. It seems like now when I right click up the menu I get what you see in the Not Very Useful Menu jpeg, and I have to clcik 3 more times to get to the More Useful Menu.
    Can this be changed by some option setting? I haven't found it and I wish I could.
    ~~~~~~~~~~~~~~~~~~~~
    Paul Johnson
    Renco Encoders, Inc
    Goleta, CA
    ~~~~~~~~~~~~~~~~~~~~
    Attachments:
    Not Vey Useful Menu.jpg ‏10 KB
    More Useful Menu.jpg ‏42 KB

  • How to Hide username and password in command line using maxl

    Hi,
    How to encript my user name and password in command line prompt when I am login to Essbase server using batch file:
    *1_Here is my batch file:*
    Name of the bat file AV_Assig_Var1.bat
    rem This batch file defines the following variables:
    set $1 = 'admin';
    set $2 = 'password';
    essmsh AV_Asig1.mxl admin password
    ===========================
    *2_Here is my maxl file:*
    Name of the bat file AV_Asig1.mxl
    /* Create a process log */
    spool on to 'D:\lova\spool_log.txt';
    /* login (using variables from a batch file */
    login $1 $2 on 10.42.100.229;
    /* create application and database */
    create application AV_Asig1;
    create database AV_Asig1.AV_DB;
    /* End process log */
    spool off;
    exit;
    *3_Command line prompt*
    D:\Ess>AV_Assig_Var1.bat
    D:\Ess>rem This batch file defines the following variables:
    D:\Ess>rem 1: username
    D:\Ess>rem 2: password
    D:\Ess>essmsh AV_Asig1.mxl admin password
    Essbase MaxL Shell - Release 9.3.1 (ESB9.3.1.0.0A181)
    Copyright (c) 2000, 2007, Oracle and/or its affiliates.
    All rights reserved.
    MAXL> login admin password on *10.46.100.222*; /* I want to hide this information */
    OK/INFO - 1051034 - Logging in user [admin].
    OK/INFO - 1051035 - Last login on Monday, June 14, 2010 12:44:03 PM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> create application AV_Asig1;
    OK/INFO - 1051061 - Application AV_Asig1 loaded - connection established.
    OK/INFO - 1054027 - Application [AV_Asig1] started with process id [6792].
    OK/INFO - 1056010 - Application AV_Asig1 created.
    MAXL> create database AV_Asig1.AV_DB;
    OK/INFO - 1054014 - Database AV_DB loaded.
    OK/INFO - 1056020 - Database AV_Asig1.AV_DB created.
    MaxL Shell completed
    D:\Ess>
    I am looking forward to inputs from anybody.
    Thanks & Regards,
    Deepthi.

    Beyond that thread, I gave a presentation at Kaleidoscope last year around MaxL that goes into quite a bit of depth re encryption and a whole bunch of other MaxL goodies.
    To download it, go to www.odtug.com, click on Tech Resources, Essbase/Hyperion, and use the search box for MaxL.
    There are two presentations, one by Tracy McMullen and the other by me. Tracy's is a good introduction to the various command groups; my presentation focused on a few areas in depth, one of which was encryption. The title is "Master Essbase with MaxL Automation".
    You will need to join ODTUG to download the presentation, but there is a junior membership that is free.
    Regards,
    Cameron Lackpour
    P.S. ODTUG Kaleidoscope 2010 is coming up in two weeks, starting on 27 June 2010 -- for those of you still on the fence, it is an awesome conference and I urge you all to come. The content this year will be fantastic.

  • How to hide sys and other passwords from batch files

    Hi all,
    I have my production database install on win 2003 server.The DB version is 9.2.0.4. There are some batch jobs are made to perform certain tasks like one job updates stats on daily basis run by user system,other job does online hot backups of all tablespaces as user sys.The scripts of these jobs are made on text file ,that contains user passwords.I want to hide those passwords from other people say system administrator etc who has access to production server.How can I hide these passwords.Any help from your side is appreciated.
    Best Regards,
    Majid.

    >
    I have my production database install on win 2003 server.The DB version is 9.2.0.4. There are some batch jobs are made to perform certain tasks like one job updates stats on daily basis run by user system,other job does online hot backups of all tablespaces as user sys.The scripts of these jobs are made on text file ,that contains user passwords.I want to hide those passwords from other people say system administrator etc who has access to production server.How can I hide these passwords.
    >
    If you have administrator rights on the win server, you could make use of OS authentication for sys and a user, you create externally and give him dba role. These users could then connect to the database after being logged on on the win server with
    SQL> connect / as sysdba
    SQL> connect /Look at
    http://download.oracle.com/docs/cd/E11882_01/network.112/e10574/authentication.htm#CHDBBFBF
    to see how to create an externally identified DB user.
    Kind regards
    Uwe
    http://uhesse.wordpress.com
    Edited by: Uwe Hesse on 22.01.2010 08:53

  • How to Hide userid and password in the address bar

    Hello Dears
    I am using OAS 10g and calling a form from my web portal designed in ASP.Net. I pass userid and password to OAS as parameters and form is accessed but the problem is that userid and password are displayed in the address bar. How can I hide this info to secure my application.
    Note: This is a multi-user environment.
    Please guide. thanks
    Inayat Qazi

    On your reports server in the reports\conf directory there is a file called cgicmd.dat
    This file allows you to create a key that will be replaced with the entry from this file. You can put your userid and password parameters in here and thus remove them from the address line.
    Key value entries look like this in the file:
    examplekey: userid="scott/tiger@myoracleinstance" %*
    your url would then look like this:
    http://myreportsserver/servlet/rwservlet?examplekey&report=myreport.rdf&destype=cache

  • How to hide projects and events in final cut prox

    Hi I am wondering how i can hide my projects and events in final cut pro x and  use them when i want it.
    Any help  appreciated. thanks very much in advance.

    Very convenient,  widely appreciated:
    http://assistedediting.intelligentassistance.com/EventManagerX/
    an excellent 5$ investment!
    Plan B) for free:
    In Finder, you could drag the not-needed Events/Projects to some other location (e.g. same drive, a folder called 'Events-hidden'. When you bring it back, it could be, you have to tell FCPX to re-connect… less convenient as the ProjectManager, but optional.

  • How to hide Approve and reject radio buttons at item level.

    Hi All,
    On the HOME screen of EBP click Approval link ---> Under Appoval tab under Action Column click the magnifying glass icon ---> a table is displayed with Approve and Reject as two columns which contain radio buttons at item level .
    How can we hide these two columns and the radio buttons?
    Thanks & Regards,
    Anubhav

    Hi Daniel,
    As you said the template bbp sc ui its 120 is to be modified, i also located the code to be changed but when i comment the code for displaying the RBs , i get "Syntax Error in Tempate" dump in IE.
    <!--  manager view  -->
                          `if (gt_scr_itmovr_i-DEDUCT_IND[j].disabled)`
                              `if (gt_scr_itmovr_i-DEDUCT_IND[j] != "X")`
                                  `TD(align="center",valign="middle", class=tdcellclass)`
                                     <img src="`mimeURL(~service="bbpglobal",~language="", ~name="images/icon/checkedradio.gif")`"  border="0">
                                  `TD(align="center",valign="middle", class=tdcellclass)`
                                     <img src="`mimeURL(~service="bbpglobal",~language="", ~name="images/icon/uncheckedradio.gif")`" border="0">
                              `else`                
                                  `TD(align="center",valign="middle", class=tdcellclass)`
                                     <img src="`mimeURL(~service="bbpglobal",~language="", ~name="images/icon/uncheckedradio.gif")`" border="0">
                                  `TD(align="center",valign="middle", class=tdcellclass)`
                                     <img src="`mimeURL(~service="bbpglobal",~language="", ~name="images/icon/checkedradio.gif")`" border="0">
                              `end`
                          `else`
                              `TD(align="center",valign="middle", class=tdcellclass)`
                                 <input type="RADIO" name="gt_scr_itmovr_i-DEDUCT_IND[`j`]" value=""  `if (gt_scr_itmovr_i-DEDUCT_IND[j] != "X")` CHECKED `end;
                                 if ( group_hierarchy_position > -1 ); <!-- are we in a hierarchy group ? -->
                                   if ( group_hierarchy_position != j ); <!-- are we processing a subitem? -->
                                       `on click="jav asc ript:toggleSu bItemApprovalState(`j`)";`
                                     group_last_subitem_position = j;
                                   else; <!-- we are on the top of the group (the hierarchy position) -->
                                     if (GT_SCR_ITMOVR_I-HIER_EXPANDED[j] == "X");
                                       `on click="java scr ipt:setAppro valStateAllSubItems(true, `j`)";`
                                     end;
                                     group_last_subitem_position = j;
                                   end;
                                 end`>
                              `TD(align="center",valign="middle", class=tdcellclass)`
                                 <input type="RADIO" NAME="gt_scr_itmovr_i-DEDUCT_IND[`j`]"  value="X"  `if (gt_scr_itmovr_i-DEDUCT_IND[j] == "X")` CHECKED `end;
                                 if ( group_hierarchy_position > -1 ); <!-- are we in a hierarchy group ? -->
                                   if ( group_hierarchy_position != j ); <!-- are we processing a subitem? -->
                                     `on click="javas cript:tog gleSubItemApprovalState(`j`)";`
                                     group_last_subitem_position = j;
                                   else; <!-- we are on the top of the group (the hierarchy position) -->
                                     if (GT_SCR_ITMOVR_I-HIER_EXPANDED[j] == "X");
                                       `on cli ck="javas cript:setApprovalStateAllSubItems(false, `j`)";`
                                     end;
                                     group_last_subitem_position = j;
                                   end;
                                 end`>
                          `end;
                       end;
                   end`
    I guess the above mentioned code has to be modified but how?
    Thanks a lot,
    Anubhav

  • How to hide links and tab

    Hi All,
    I am working on SAP Sourcing 7.0. There are few changes I am trying to do in my system. They are:-
    1>I am trying to hide Xpress tab from the top navigation. I went to the Setup->Workbench page. I have seen XPress is Default Buy-Side Template for XPrress Tab and Enable to hide check box is disabled. I tried to edit the page but no success.
    I am able to add new page and able to hide. Pl let me know we can hide Xpress tab or not.
    2>I am trying to hide Reference guide, setup, about and help links. I am able to hide Reference guide link via making changes in the security profile. But rest of the link I am not able to do. Pl let me know if itu2019s possible or not.
    Deepak!!!

    Hi Mudit,
    Thanks for reply.I was able to hide XPress via hit and trail, once again thanks for input.But this changes are reflecting globally. Is there any way for hiding these links for specific user..?
    1>I have observered in the security profile's Access right dropdown System option is available, Once i select, i can see different permission options and setup is among the one of them. What I am thinking I can restrict the user permission at this lavel, if I am not able to hide setup link.
    2>One thing i want to share and need you input. I have found below option inside the System Navigation Tabset (Buyside)
    Toolbar Container: System Navigation Tabset (Buyside) for  help, RG, about, help link under Gray Navigation Group.
    ToolbarID I have created are:-
    Help:-eso.system.toolbar.navigation.grayBarGroup.help
    Setup:-eso.system.toolbar.navigation.grayBarGroup.srm_toplink_setup
    Reference Guide:-eso.system.toolbar.navigation.grayBarGroup.refguide
    About:-eso.system.toolbar.navigation.grayBarGroup.srm_toplink_about......please confirm above toolbarIds.
    The mazor issue I faced was if I use wrong toolbar id, system starts throwing Oracle error after clicking setup link and all tabs are not visible.
    I faced such error yesterday when i was trying for hiding XPress. At this situation how to solve error. I know via giving correct toolID value system will start working fine and i have done the same...:), but is there any other way of resume the system to original state.
    Deepak!!!

  • How to hide Movie and Music icon on Apple TV

    Need to be able to hide the Movie, Music Radio icons on the Apple TV in a school environment. How does one have these not show up not he Apple TV main Menu screen? There are often inappropiate movie posters that appear for school use.

    This is a must have for Apple TV's especially when they are used in schools! Apple PLEASE give this option to hide the top icons "Movies, TV Show, Music and Radio!
    Having these items show is an issue in schools!

Maybe you are looking for