Please help: password protected GUI

hi
can any one help me GUI of application to be password protected. in the attachment graph whould be visible all the time but when i enter 1 password filtered signal and its corresponding parameters are visible (now graph and filtered signal waveform and its parameter are visible) and when i enter 2nd password all things must be visible.
please help
Attachments:
1.vi ‏80 KB

smercurio_fc, see now you are following me around.... (Beat you by a few minutes on the other tread).
I think the question is not about passwording the diagram, but a UI choice where certain parts are only shown after entering a password. For example, there might be data for the operator and there might be extra data or controls only of interest to the engineer. The display should change depending on the  privileges of the current user.
Message Edited by altenbach on 05-17-2007 01:33 PM
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Help password protecting a file/folder...

    I am looking for a simple way to password protect or protect in some way just a simple file folder in windows. 
    Help?
    Thanks!

    Hello,
    For those still looking, this should be asked in the
    Windows forum on Microsoft Community.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Urgent...help password protection...

    hello...
    Anyone out there know the coding for password protection using application....for example the user will type in the username and password and a statement will come out to validate the password...
    Thanks a lot..
    -pal-

    Hi! A simple way of approaching the matter is to read the user name and the password from the GUI, then get the password from the database corresponding to the username and compare the two. You'll need to use JDBC for the latter.
    Here are a couple of points to remember. You may want to determine if your password scheme is case-sensitive or not. Secondly, you may want to use the setEchoChar() method (if you're using a java.awt.TextField object for getting the password from the user) so that the password is not echoed to the screen while the user is typing it.
    Hope this helps! Feel free to ask if something's not too clear.
    Cheers!

  • Please help with the GUI quiz question!

    Hi Folks,
    Please help me with the code for the following GUI.
    The display window of the application should have two panels at the top level (you could have multiple panels contained within a top-level panel). The first top level panel should have a grid or a border layout and should include apart from various label objects: 1) a textfield to store the info entered, 2) a combobox 3) a combobox or a list box , 4) a radio-button group , 5) a combo box 6) checkboxes for additional accessories, and 7) checkboxes .
    The second top-level panel that is placed at the bottom of the window should have a submit button, a clear button and a textarea for output.
    Thanks a lot.

    Please be a little more explicit about what you're doing, what you expect to happen, and what you actually observe.
    Please post a short, concise, executable example of what you're trying to do. This does not have to be the actual code you are using. Write a small example that demonstrates your intent, and only that. Wrap the code in a class and give it a main method that runs it - if we can just copy and paste the code into a text file, compile it and run it without any changes, then we can be sure that we haven't made incorrect assumptions about how you are using it.
    Post your code between [code] and [/code] tags. Cut and paste the code, rather than re-typing it (re-typing often introduces subtle errors that make your problem difficult to troubleshoot). Please preview your post when posting code.
    Please assume that we only have the core API. We have no idea what SomeCustomClass is, and neither does our collective compiler.
    If you have an error message, post the exact, complete error along with a full stack trace, if possible. Make sure you're not swallowing any Exceptions.
    Help us help you solve your problem.

  • Help password protecting a desktop application

    Hey guys I'm creating an application that I need to password protect. I've already created a JFrame with components and action listeners where a user can enter a password (twice to make sure they match) and a username. When my application begins the first thing the user sees are these three fields with instructions prompting them to register. Is there a way to encrypt this information and store it securely? Does anyone have any tips as to good practices when creating a secure application?

    what's the best way secure
    information in an application. Depends on the information! (and application and .....)
    Why would you store the password in a
    database? Why not?
    On a serious note, where else would you like to store passwords? I suppose a text file is an option - although (imho) its only suitable for a small data structure (small number users).
    What are the benefits? What are the benefits of using database over text files?
    Ease of use, would be my first argument!
    Performance*
    *this may be dependent on size of the data structure. Some may argue that a text file offers better performance for small structures - I'm don't know.

  • PLEASE HELP password changed by ftp server

    Please i need help now! I installed a ftp server device and it chanced my macbook pro password,  when i try to change it with the option of the apple ID, it doesn't change! Pleeeease help me i dont now what to do now because i dont have the installation disc

    What "FTP server device" are you talking about?
    Also, Lion doesn't have an installation disk. Reboot holding down cmd-R to get to the recovery partition. Go to the Utilities menu, then Terminal. Type
    resetpassword
    And follow the prompts.
    Matt

  • Urgent Help: Password Protect Files in WebLogic

    I am a newbie in Java and have a very urgent and serious problem which I hope to
    get some advice from the experts =}. As u know that by keying in the exact url
    of a document that resides on the server, any1 will be able to download the file
    without logging in at all.
    For my case, I already have secruity checking in place e.g. "/customer/check.jsp"
    to check if the user e.g. ERIC exists in the database before allowing him to login
    to access the files under that specific directory e.g. "/customer/docs/". If someone
    [not ERIC] tried to access other files like jsps/htmls/other directories without
    logging, the person will be thrown back to the login.jsp e.g. "/customer/login.jsp".
    This is ok. But this does not solve the above stated problem. If the person enters
    the URL e.g. "http://www.abc.com/customer/docs/mytest.pdf", he can retrieve that
    particular file without logging in.
    The only way to block it is via the "URLacl" which will prompts for login if the
    URL is entered directly.
    The only problem is that my customers will definitely complain if they have to
    login at the login.jsp e.g. "/customer/login.jsp" and when they click to download
    the file e.g. "/customer/docs/mytest.pdf". Any ideas I can pass the login info
    around without logging twice or how can I protect/restrict the entire directory
    "/customer/docs/" by using jsp?
    Any help is greatly appreciated!!!
    thanks alot in advance....

    Hi,
    I think you want to create a WebApplication.
    Please have a look at:
    http://e-docs.bea.com/wls/docs70/webapp/basics.html#108532
    In this WebApplication some subdirectories are not allowed to everyone to enter.
    For this the user has to be authenticated.
    This can be done through configuring the WebApplication.
    http://e-docs.bea.com/wls/docs70/webapp/security.html#100607
    A sample can be found in the examples directory which comes with
    WLS: examples\webapp\security WebApp.
    Christian Plenagl
    Developer Relations Engineer
    BEA Support
    "moonz02" <[email protected]> wrote:
    >
    I am a newbie in Java and have a very urgent and serious problem which
    I hope to
    get some advice from the experts =}. As u know that by keying in the
    exact url
    of a document that resides on the server, any1 will be able to download
    the file
    without logging in at all.
    For my case, I already have secruity checking in place e.g. "/customer/check.jsp"
    to check if the user e.g. ERIC exists in the database before allowing
    him to login
    to access the files under that specific directory e.g. "/customer/docs/".
    If someone
    [not ERIC] tried to access other files like jsps/htmls/other directories
    without
    logging, the person will be thrown back to the login.jsp e.g. "/customer/login.jsp".
    This is ok. But this does not solve the above stated problem. If the
    person enters
    the URL e.g. "http://www.abc.com/customer/docs/mytest.pdf", he can retrieve
    that
    particular file without logging in.
    The only way to block it is via the "URLacl" which will prompts for login
    if the
    URL is entered directly.
    The only problem is that my customers will definitely complain if they
    have to
    login at the login.jsp e.g. "/customer/login.jsp" and when they click
    to download
    the file e.g. "/customer/docs/mytest.pdf". Any ideas I can pass the login
    info
    around without logging twice or how can I protect/restrict the entire
    directory
    "/customer/docs/" by using jsp?
    Any help is greatly appreciated!!!
    thanks alot in advance....

  • Please help problem with GUI

    Hi
    I have two problems firstly when i try to assign a method to a button to a GUI
         JButton SetPrice = new JButton ("Set Price");
            contentPane.add( SetPrice);
             SetPrice.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {  SetPrice ();    }This is teh code i am using to set up teh button on teh display.Belwo is the method it should run.
    public double SetPrice( int price)
             if (price <= 199.9){
           Cost= price;
             return Cost;
            else {
              System.out.println ( "Set a price which is less than 199.9");
              return Cost; }
            }When i try to compile it comes up with when i comipile
    SetPrice (int) in Shop cannot be applied to ()The variable has type double.So pelase my someone show me how to make the action listener button run this method.
    Thanks

    JButton SetPrice = new JButton ("Set Price");
            contentPane.add( SetPrice);
             SetPrice.addActionListener(this);
    SetPrice.setActionCommand("setprice");
    public void actionPerformed(ActionEvent e) {
    String action=e.getActionCommand();
    if(action.equals("setprice") {
    //do something
        }

  • For Camera Utility designer "Please add password protection feature"!!!

    I am running a business, i installed  camera utility on the public computer, i wish the next version of software will add the password feature, any person who wants to use the software has to type in the password.
    like Dlink's D-view software.
    I hope the software engineer of linksys will see this message and do something... Thanks!

    It is wvc54gca.

  • PDF Password Protection Help

    I need help password protecting my document. The security method restrictions aren't allowing me to encrypt the document and I need the encryption because the job application is with the Department of Homeland Security. Please Help Me!!!

    And if you just need to do it this one time, you can download the fully functional 30 day trial of Acrobat.

  • Share Excel File that is password protected

    Hello all
    I have published a workbook in our shared area at work. It's massive and also has another workbook linked to it.
    Both are password protected so are only available for viewing. But tons of people need to see them particularly the source file which is no problem because they can't change anything so can choose 'read only'.
    However the problem is when I need to go in there to make a couple of alteration, I have to wait until they close it or of course as is typical, they will leave their desk and forget to close it!!
    I haven't used the sharing workbook option although I've tried it and shown one of our departments to use it basically.
    I was wondering if this would be possible on a file that is password protected and is locked on every sheet.
    That way I can just go in when I need to even if someone's in there.
    This is an extremely important file that
    can not go wrong.  (I do have a backup)
    What are your views on this option and what is the best way to go about it?
    Thanks

    Hi,
    Would you like to tell me which Excel version are you using? According to your description, I recommend we try the two methods:
    Method 1:
    Excel has a feature "Protected the sheet", we can assign the different password to each sheet.
    For more detail information, please refer to the following link:
    http://office.microsoft.com/en-gb/excel-help/password-protect-worksheet-or-workbook-elements-HP010078580.aspx
    Method 2:
    Share the Excel workbook, and assign the edit range/permission to users. We can allow specific users to edit ranges in Excel. Here is the steps:
    Click 'Review', 'Allow Users to Edit Ranges','New'. In 'Title', enter the name. In 'Refers to cells', enter an equal sign (=) and enter the reference. In 'Range password', enter password. Click 'Permissions'. Click 'Add'. Enter the name. Click 'Protect Sheet',
    enter password. Click 'OK'.
    https://askdrexel.drexel.edu/app/answers/detail/a_id/2498/~/how-to%3A-allow-specific-users-to-edit-ranges-in-excel-2007.
    http://office.microsoft.com/en-us/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • My ipad doesnt have airplay how do i activate it where is it my ipad is only a year old iv tried looking everywhere but cant find how to enable it please help

    My ipad doesnt have airplay how do i activate it where is it my ipad is only a year old iv tried looking everywhere but cant find how to enable it please help
    [email protected]

    The following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

  • HP Protect tool password manager not working with the new version of Mozilla: I got this alert: "Firefox doesn't know how to open this address, because the protocol (dpql) isn't associated with any program." please help

    I have an HP ProBook 4520s. I have been using HP Protect tool's Password manager to store and manage my passords for all Login websites in Firefox 3.6. As a result, I just swiped my fingerprint to log on to any website.
    After I installed the version 4 of Firefox, my all my login details do not work anymore. I have tried to reset them but I repeatedly get this error: "Firefox doesn't know how to open this address, because the protocol (dpql) isn't associated with any program."
    something like this would have been passed onto the address: "dpql://c:\program%20files%20(x86)\hewlett-packard\hp%20protecttools%20security%20manager\bin\dpminionlineids.dll/qlinkload.htm#id=2".
    Although the password manager works with Internet Explorer 9, I need it to work with Firefox 4 as this is my preferred browser.
    Please help. Thank you!

    I guess this means that IE is more user friendly for HP Password Manager finger swipe recall of passwords, a favorite of mine. I still don't see a post from Firefox as to why they haven't produced fix. So I'll switch to IE until things change. I don't see value in downgrading to a Firefox version that's no longer going to be supported.

  • I have two iphone wich are protected by two different password ! but when i woke up today ! i'v found that my two iphone ( iphone 5 et iphone 4 ) refuse my passwords of 4 numbers i have important data and i dont want to lose please help me ! thank you !

    i have two iphone wich are protected by two different password ! but when i woke up today ! i'v found that my two iphone ( iphone 5 et iphone 4 ) refuse my passwords of 4 numbers i have important data and i dont want to lose please help me ! thank you !

    If you forgot (or don't know) your passcode, restore the device from backup on the last computer it was synced with when the passcode was turned on... this will remove the passcode. If you do not have access to the last computer it was synced with, or you don't have a backup, you will have to force it into recovery mode & restore as a new device.
    See this for more info... http://support.apple.com/kb/HT1212

  • Adobe reader will not let me password protect. Security does not have options to change. Please help.

    I am trying to password protect my pdf files and I do not have any security options.  Can you please help?

    Reader cannot change security. For that you would need Adobe Acrobat.

Maybe you are looking for

  • Value input for screen and to apply it to formula in Query Designer

    Hi Gurus ! How could i input an value for screen in BEx and soon to apply it to formulas resident in cells in Query Designer, the result must be appear for each cell in the report. Thank You for your helps.

  • Creating Map IDs using HTM File Name

    Is it possible to create Map IDs using the File name of the HTM, instead of its Topic Title?

  • Why can't I change my subtitles' appearance in DVD Studio Pro?

    Hello there. So, I'm pretty confused. I created an .stl closed caption file in MovieCaptioner which I then imported into DVD Studio Pro. Understandibly (if not, annoyingly), I lost my original subtitle formatting, including font size, color, font, an

  • Unity Connections IMAP Account Creation in Outlook

    Does anyone know if there is a way in Microsoft land to push out the IMAP accounts for Unity Connections. Something through group policy maybe where we didn't have to go out to all 1500 users and create a new IMAP account in outlook. Thank you

  • Trunking problem

    I have a 5500 that one SUP w/ uplink will not go into trunk mode for anything. Currently it looks like this: Port Name Status Vlan Level DuplexSpeed Type 1/1 Trunk to SW01 5/5 connected trunk high full 100 100BaseFX MM 1/2 Trunk to SW02 5/5 connected