How to Hide/Rename DIAdem windows

Hi There,
I am using DIAdem 2011, I would like to hide few windows/Panel in DIAdem like the Navigator and Script and Rename other Windows/Panel (Reports and Analysis). I looked into the Bar manager help but could not get much information for my requirement.
Can someone quickly help me out.
Thanks in Advance
Pria

Hi Pria,
Here is a script that does something very close to what you requested, renaming the ANALYSIS and REPORT panels and hiding the rest.  The icons used are in the "...\DIAdem 2011\Resource\Barsource\" folder, but you can provide a full path to your customer icon instead of just the icon name in that (default) folder if you prefer:
Set ActivePanels = BarManager.Bars("DIAPanels").UsedActionObjs
Call ActivePanels.Remove("DIAPanelNAVIGATOR")
Call ActivePanels.Remove("DIAPanelVIEW")
Call ActivePanels.Remove("DIAPanelSCRIPT")
Set AnalPanel = ActivePanels("DIAPanelANALYSIS")
AnalPanel.Caption = "Seat"
AnalPanel.Picture = "ANADlgChnDRICalc.ico"
Set AnalPanel = ActivePanels("DIAPanelREPORT")
AnalPanel.Caption = "Head"
AnalPanel.Picture = "ANADlgChnHICCalc.ico"
Call WndShow("SHELL")
You can disable existing panels and add new panels and also set the script code that will run when any panel is clicked on.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
Attachments:
DIAdem Seat Panel.png ‏35 KB
DIAdem Head Panel.png ‏41 KB

Similar Messages

  • How to hide items on Windows 8 File Explorer Ribbon

    Scenario
    This article describes how to hide items on the file explorer ribbon in Windows 8 and Windows 8.1.
    Method
    We can implement it via customizing the permission of the related registry keys.
    Note: Before you make changes to a registry key or subkey, we recommend that you export, or make a backup copy, of the key or subkey.
    Before you make changes to a registry key or subkey, we recommend that you
    export, or make a backup copy, of the key or subkey.
    Step 1:
    Open
    Registry Editor and locate to following registry key under which you can find the corresponding keys of the items on the File Explorer Ribbon.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\
    In the following figure, it shows the Add a network location item on the file explorer ribbon, and the corresponding
    registry key in Registry Editor.
    Step 2:
    Take ownership of the registry key
    Note: You can take ownership
    of a registry key if you are logged on as an administrator or if you have been specifically assigned the permission to take ownership of the registry key by the current owner.
    Right-click on the registry key which you want to take ownership of,
    and then select
    Permissions... option.
    Click on
    Advanced button to grant special permissions in the key.
    At the top to the right of the current
    Owner, click on the Change link.
    Enter
    Administrator in the Enter the object name to select
    box, and then click on Check Names.
    Click on
    OK twice to apply.
    Step 3:
    Change the permission of the registry key.
    On
    Permissions for the key name display dialog, click
    Administrators in the Group or user names window, and then select the
    Allow check box for
    Full Control
    option.
    Click
    Users in the Group or user names window, and then select the
    Deny
    check box for
    Full Control
    option.
    Step 4:
    Click on
    Apply and OK to save the changes and the following figure shows the modified permissions and owner.
    Step 5:
    When you open File Explorer, the item you would like to hide disappears. For your information, the following is an example:
    Item: Add a network location
    Corresponding Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.AddNetworkLocation
    For advanced users
    You can also deploy script with Set-Acl which is a PowerShell command to take ownership and change permissions
    of the keys. For your information, please refer to the following articles to learn more about this command:
    Set-Aclhttp://technet.microsoft.com/en-us/library/hh849810.aspx
    SET-ACL on registry key
    http://blogs.technet.com/b/brad_rutkowski/archive/2008/09/29/set-acl-on-registry-key.aspx
    Apply to
    Windows 8
    Windows 8.1
    Welcome to your feedbacks.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    The reason they gave was it is possible for the file to stay open when done with the file. (not properly closing) As the driver would be accessing the file to retrieve the thumbnail.
    The thing is a driver is nothing more than a program it self. Therefore it is capable of opening and closing a file and placing the thumbnail into the database for that folder. It then would be capable to verify if the thumbnail exists in that database. Since the driver only has to run when explorer is open in that folder's view, it really is not running that often.
    The catch I can see it when both Illustrator and explorer are running at the same time. Which one should close the file? The solution would be a small app that verifies that both programs are running and has control of clean up when both have closed. The driver and Illustrator could also in theory check and see if the other is running, if it is do nothing if not then close the file.
    So it really boils down to having the driver and Illustrator talking to each other.

  • How do you rename the Windows drive in Mac?

    I have Windows loaded in BootCamp, but it appears in Mac as 'untitled'. How can I rename it to 'something_XP'?
    Many thanks for any help.  I am using Lion, highest updates, Bootcamp with Windows XP.  The drive on the HD (shared in an iMac 24") is actually named, but the name in Mac is 'untitled'.

    Yo Rename it in Windows; RightClick the C: drive object for Rename selection

  • How to hide the default windows inherit menu bar

    Dear All,
    I am using oracle Application server 10g with windows server 2003. with oracle 11g database.
    When ever I am accessing the application from client machine through browser i am getting the windows inherit menu bar at the top of the working space of the form.
    I want to hide that default menu bar from viewing the application users.
    Please help.
    Thank you in advance....

    actually vansul i have done this the default smart bar is removing by doing this
    but i want to hide the black window bar which is displayed even if by removing
    the default & smart bar.

  • How to hide PNP selection windows and set default values for PNP.

    Hi expert,
         I am using HR logical database PNP, but I don't want to display selection windoes for running program on PNP, whereas I want to set default value for some selection items in the program. could you please tell me how to get those two targets?
    Many Thanks,

    Hi
    You have mentioned 2 things.
    1. Don't want selection windows for running program for PNP - this can be achieved using the HR Report category - You can get more details on HR Report Category on
    HR Report Category
    2.  I want to set default value for some selection items - This you need to achieve in initialization event of your program.
    How you can get this can be explained by INITIALIZATION (SAP Library - ABAP Programming (BC-ABA))
    Thanks,
    Sreeram

  • How to hide command prompt window when using system exec

    Hello, I'm using the system exec VI to do some file transfers for a LabVIEW application.  I'm worried that the black command prompt window with white scrolling text that pops up when system exec is called might frighten the non-tech savy users of this LabVIEW application.  Is there a way to hide the command prompt window?
    Solved!
    Go to Solution.

    Wire a TRUE to the Run Minimized input.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to hide the main window menu ?

    Hi, Im developing a Java app that has an horizontal menu bar,which has the option to exit the program . So I want to hide, or get rid of the main window menu bar, the one that has the close, minimize and maximize buttons..is it possible ?
    Thanks in advance :)

    from java.awt.Frame api
    A frame may have its native decorations (i.e. Frame and Titlebar)
    turned off with setUndecorated. This can only be done while the
    frame is not displayable.

  • How to hide/visible external window

    Hi,
    I'm using Jdev 12c.
    I have a calling BTF and it calls a called BTF (run as dialog : "true", Display type : external-window).
    Now, I wanna hide/visible the calling BTF after showing called BTF
    Could anybody have any ideas?
    Thank you very much

    Hi Timo,
    Thanks for your replying.
    Because of my requirement, my first place will call some windows at the same time. But your suggestion gives me some ideas
    If you have any ideas for hiding external window, please let me know.
    Thank you very much.
    Thanh Hoang.

  • How to hide report server windows while sending report directlly to printer

    Hi Gurus,
    I am new in adf and using jdev 11.1.2.3.
    I am calling oracle report from adf application. if the destination type is preview then report open in new tab. And if destination type is printer report open in new tab displaying report server screen. i am sending url to new tab. i want if destination is printer then no tab to be open and url must be rendered (run) in background. Any idea or solution for  this issue

    Hi
    I just want to share it with you people. I am able to parse the report server url in background now. Here is my sample code.
    public void openUrlInBackground(String url) {
    URL report;
    try {
    report = new URL(url);
    BufferedReader in = new BufferedReader(new InputStreamReader(report.openStream()));
    in.close();
    catch(Exception e) {
    JSFUtils.addFacesErrorMessage("Error while parsing report url:"+e.getMessage());

  • How to hide OC4J screen

    hello
    i want hide oc4j screen that runs along with forms. can i do it? my intention is to just hide the black screen. any idea pls...
    thanks in advance

    Andreas, I think he's asking how to hide the OC4J Windows Batch window that appears when you want to run a Web forms Application Server instance on your Windows platform in order to test your forms.
    Here is a thread talking about starting it automatically when Windows is started:
        Re: Forms 10g installed and running on Windows Vista
    You can make it start minimized if you alter the OC4J shortcut properties, setting the Run property to "Minimized". That makes it appear minimized on the Windows Taskbar. I don't think you can have it running without appearing there.

  • How-to hide the portal file shares on Windows

    Hi,
    Does anybody know how to hide the default file shares created by SAP NW 04 in windows?
    In other words: what I'm trying to accomplish is renaming the sapmnt share and saploc share (both on the E:\usr\sap\ folder) to sapmnt$ and saploc$.
    I know how to do the Windows part, but where and how do I configure the SAP Web AS part?
    Regards,
    Steven Dijkman

    Hi guys,
    Thanks for all the feedback.  However, this still does not fully work.
    I tried hiding the folder but it in fact only hides the folder, not the share itself. I'm trying to do the opposite, hiding the share (making it an administrative one) whilst not hiding the folder. With the folder hidden, the startup framework (NW 04 EP6 SP12) does not work.
    By the way: checking / tightening access is not an option: security architects dictate what needs to happen here and unless I have VERY good reasons I should comply to what they say: change saploc to saploc$ and change sapmnt to sapmnt$.
    If anybody has anymore thoughts, I'd be very interested.
    Cheers,
    Steven Dijkman

  • Help:  How to add a library item to hide the default Window menu

    Hi,
    In this post: Help: How to add a library item to hide the default Window menu, it described how to create an menu that will hide the default window menu.
    I'd like to know if there a way to put this component into library so that others can directly inherit this menu in other FORMS and how to implement it.
    Jimmy

    Hi,
    I found the solution and the post was not properly phrased. There is no need to add menu into library. All we need is to put the compiled menu into Oracle AS and add the menu name the menu module of the given form.
    Thanks.
    Jimmy

  • How to hide a window in smartforms

    Hi experts,
              How to hide a window in smartforms depends on the conditions. The condition is the window how a hard coded values + fields. if the condition satisfies i want to display in form if its fails no need to display in the form... plz, its urgent.
    Regards.
    Gowrisankar

    hi,
    inside the window, you can create a condition.
    right click on the window, CREATE>FLOWLOGIC>ALTERNATIVE.
    you can give your condition there
    thx
    pavan

  • How to hide a drive in Windows 7, Service Pack 1

    Could someone please tell me how to hide a partitioned drive (example my drive E:/) so that my kids cannot access it on their separate, non administrative account?

    How to hide a partition in Windows?
    Right-Click on My Computer [Computer in Windows Vista and Windows 7]
    Click on Manage
    From the list of options Click on Disk Management that will be located in the left-bottom section
    All your hard disk and its partitions will be show in the right hand side
    Right-Click on the partition that you want to hide and select "Change Drive Letters and Path"
    Click on "Remove" and click "Yes"
    Your drive will now be hidden in my computer
    To unhide the drive :
    Go to Disk Management Right-Click on the hidden partition [there will not be a drive letter on the hidden drive] again select "Change Drive Letters and Path"
    Click on add and select an appropriate drive letter.
    Click Ok
    Now the drive is unhided.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • How to hide Jump list's Tasks in Windows 7 using userChrome.css

    How to hide Jump list's Tasks in Windows 7 using userChrome.css

    Try to disable some browser.taskbar.*enable prefs on the about:config page.
    * http://kb.mozillazine.org/about%3Aconfig

Maybe you are looking for