Implementing the save feature

Hi I have a question that has bothered me for a while,
Hypothetical situation: If I open my application and go to say a "settings" menu then change some settings, I then close the application and restart once again how does my application remember the settings I have previously entered. Surely they would just reset back to the default??
thanks

go to the API and look up Preferences.

Similar Messages

  • Implementing the "Save" command

    Hy, I have created a JPanel, where I have inserted several JButtons
    onto it in different position on the JPanel. The buttons can be dragged
    to any place in the JPanel. I also have a menu "save" and "open".
    What I want is that when I click on the save menu, all the JButtons are
    saved in a file and whenever AI want to load the JButtons, I select the "open"
    menu, choose the saved file and open it so that it loads all the buttons onto
    the JPanel in their last saved positions.
    How to implement this.
    please help
    thanks

    hi
    try getLocation() on each button. save this to file and when opening read the file applying the saved values to setLocation(...).
    try using perhaps property/value pairs for saving the values like this:
    firstbutton=0,0
    secondbutton=2,2
    then load this as a Properties object and apply the Point values
    Takis

  • Probs in Implementing the MSS feature - Personal Change Request

    Hi,
    We are implementing the ESS/MSS on EP6 and theres a probs relating to MSS ,of Personal Change Request.
    When I select a particular employee and got to edit the Form , it displays a err mesg " Error during call to AdobeDocumentServer: Processing exception during a "Render" operation."
    Can someone help me regarding this
    Regards
    Nazeer

    Problem with ADS settings.. cross check

  • I do not want my password saved to one of my accounts. How do I removed the save feature from only that password?

    '''bold text'''

    You can use the search bar in the Password Manager window to search for that site.<br />
    Then you can highlight that entry and press the Delete key or click the Remove button.<br />
    Be sure not to click "Remove All"
    Remove saved Password(s):
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    The next time that you visit that site then you can click the arrow next to "Remember Password" and select "Never Remember" from the drop down list.

  • Urgent help needed!!! how we can implement the ' break' feature

    DEPTNO JOB ENAME SAL
    10 CLERK MILLER 1300
    10 MANAGER CLARK 2450
    10 PRESIDENT KING 5000
    20 ANALYST SCOTT 3000
    20 ANALYST FORD 3000
    20 CLERK SMITH 800
    20 CLERK ADAMS 1100
    20 MANAGER JONES 2975
    30 CLERK JAMES 950
    30 MANAGER BLAKE 2850
    30 SALESMAN ALLEN 1600
    30 SALESMAN MARTIN 1250
    30 SALESMAN TURNER 1500
    30 SALESMAN WARD 1250
    I want my report to bring
    DEPTNO JOB ENAME SAL
    10 CLERK MILLER 1300
    MANAGER CLARK 2450
    PRESIDENT KING 5000
    20 ANALYST SCOTT 3000
         FORD 3000
    CLERK SMITH 800
         ADAMS 1100
    MANAGER JONES 2975
    30 CLERK JAMES 950
    MANAGER BLAKE 2850
    SALESMAN ALLEN 1600
    MARTIN 1250
         TURNER 1500
         WARD 1250
    I need to eliminate some columns from printing when it comes repeated in consecutive rows. I cannot use " break" since i am using business objects for generating reports
    Please help me with solutions.
    Thanks,

    SQL> SELECT DEPARTMENT_ID, JOB_ID, FIRST_NAME, SALARY
      2    FROM employees
      3   WHERE DEPARTMENT_ID < 50
      4   ORDER BY DEPARTMENT_ID, JOB_ID;
    DEPARTMENT_ID JOB_ID     FIRST_NAME               SALARY
               10 AD_ASST    Jennifer                4400,00
               20 MK_MAN     Michael                13000,00
               20 MK_REP     Pat                     6000,00
               30 PU_CLERK   Alexander               3100,00
               30 PU_CLERK   Karen                   2500,00
               30 PU_CLERK   Shelli                  2900,00
               30 PU_CLERK   Sigal                   2800,00
               30 PU_CLERK   Guy                     2600,00
               30 PU_MAN     Den                    11000,00
               40 HR_REP     Susan                   6500,00
    10 rows selected
    SQL> SELECT CASE
      2           WHEN d1 = d2 THEN
      3            NULL
      4           ELSE
      5            d1
      6         END DEPARTMENT_ID,
      7         CASE
      8           WHEN j1 = j2 THEN
      9            NULL
    10           ELSE
    11            j1
    12         END JOB_ID,
    13         FIRST_NAME,
    14         SALARY
    15    FROM (SELECT DEPARTMENT_ID d1,
    16                 JOB_ID j1,
    17                 FIRST_NAME,
    18                 SALARY,
    19                 LAG(DEPARTMENT_ID, 1) over(ORDER BY DEPARTMENT_ID) d2,
    20                 LAG(JOB_ID, 1) over(ORDER BY DEPARTMENT_ID, JOB_ID) j2
    21            FROM employees)
    22   WHERE d1 < 50
    23   ORDER BY d1, j1;
    DEPARTMENT_ID JOB_ID     FIRST_NAME               SALARY
               10 AD_ASST    Jennifer                4400,00
               20 MK_MAN     Michael                13000,00
                  MK_REP     Pat                     6000,00
               30 PU_CLERK   Shelli                  2900,00
                             Alexander               3100,00
                             Karen                   2500,00
                             Sigal                   2800,00
                             Guy                     2600,00
                  PU_MAN     Den                    11000,00
               40 HR_REP     Susan                   6500,00
    10 rows selected
    SQL

  • Redacting a document - save feature

    I am currently using Adobe Acrobat Pro v. 10.1.8 and have a question about the save feature.  After I have used the redacting tool and applied the changes, I click on save (either File -> Save or the actual save icon on the toolbar) and it automatically brings me to a certian folder.  I am curious if it is possible to have Acrobat Pro automatically bring up the folder that the original file is in instead of this seemingly random folder.
    I would be happy to give any additinal info that is needed.

    Unfortunately, it's not possible. It usually defaults to the same folder, but not always...

  • Running validation before the 'save as' script

    Hi
    I'm looking for a steer on how to run form validation before implementing the 'Save as' script - is this even possible??
    Basically I want the save as script to run in the click event of my newly formed save button only if the validation script returns a positive value i.e. all mandatory fields are completed, I've used the script below:
    if 
    (form1.execValidate()== "false"){
    app.execMenuItem("SaveAs");
    Any chance someone could point me in the right direction or am I barking up the wrong tree?
    Thanks

    got it to work: my script was wrong, it now looks like this:
    if 
    (form1.execValidate()== true){
    app.execMenuItem("SaveAs");

  • Save feature

    Any way to change the options of the “Save” feature for forms to at least 90 days?  Right now, the max is 28 days.  The majority of our client base plan their events many months out from the event date and we’ve had several customers ask about additional time to save their forms for later when they have more details, etc.
    Thank you,

    The Help documentation here: http://helpx.adobe.com/acrobat-com/formscentral/help/options.html#Save%20Web%20Form reads, in part:
    "Choose a value from the Expiration pop-up menu. After the time allotted here elapses, the respondent's data is removed from the server. If the respondent retrieves their form during the allotted time period, the Expiration date is reset." [Emphasis added]
    In the Save e-mail that gives them the link to get back to their form, you could remind them to log in once in a while and update any information, and then save it again.
    Beyond that, there is a feature-request form available here: https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Hope that helps,
    Brian

  • To Disable the Collaboration Features coming up in the popup window

    Hi,
    Can some one tell me how I can disable the Collaboration Features ( Send Email,Create Appointment,Send InstantMessage,CreateTask etc ) that come up in the popup window whn we click on the link provided just after user name .
    I dont want to get the link to be displayed next to user name  as we aren't implementing the Collaboration feature in our Portal here
    Regards
    Nazeer

    Hi
    You can remove the context menu popup by doing this:
    Login to portal as admin
    Follow  system admin-->sysconfigratrion --> coloabration -->properties -->command group -->users group -->edit --> remove
       UserGWGroup
       UserSyncGroup
       UserAsyncGroup
       UserWorkflowGroup.
    This way all the menu will be removed.
    Best Regards
    Prabhakar Lal
    PS : You may have to restart the server to see the changes.
    Message was edited by:
            Prabhakar Lal

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • HT5824 I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have number

    I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have numbers synced to iCloud.
    I tried to undo it but the app crashed.
    I am hoping there's like a previously saved version of my file in iCloud somewhere. 

    No, iOS does not do short term incremental back ups to iCloud such as you get with Time Capsule.It backs up when you do soo manually, or if set properly, when the device is plugged in and connected to WiFi. It will not have saved your changes as of 10 minutes prior.

  • Where did the "save as" feature go?

    I just opened up a Pages document, after my Lion upgrade.  I want to use the orginal document, make changes and save as a new document.  However, when I clicked on "File" to go to the "Save As," I discovered it is no longer there.  Where is the "Save As" feature now.  This is, obviously, a crucial need.

    Pondini wrote:
    In most cases, though, you don't need a separate file.  Just make a Version with Cmd+S.
    Much faster, and takes up much less space, since it only saves the changes, not the whole document.
    As a work machine processing files, folders, and graphics, in many cases I do, everyday.
    Changing file name and format and still have the original to work with.
    Seems crazy to me.
    Message was edited by: leroydouglas
    update:  I was successfiul to create a keyboard shortcut for Duplicate not Export (my preferred.)

  • I am running a laptop with windows 7 on it and trying to use the save as feature in Photoshop CS6 and won't let me save as anything. Please help?

    I am running a laptop with windows 7 and am trying to use the save as feature in Photoshop CS6 and it wont let me save as anything. Can someone please help me with this?

    A screenshot of your Photoshop work area showing the open file you want to save as, the Layers panel open, and the Save as... dialog open might give us a clue as to what is going on.
    To take a screenshot and save it as a file
    For Windows 7, Printscreen, open a New File in Photoshop, Ctrl v to paste, then save as jpeg (the other trick was for windows 8)
    Use the Camera icon on your reply to upload it.
    Also File > Save for Web is a good workaround if you just need a jpeg, png, or gif.
    Gene

  • The domain by domain automatic save for the zoom feature in Firefox has stopped working with Facebook, is there anything I can do about this?

    I normaly use the zoom feature with Facebook in order to more easily be able to read and see. I like how the entire page zooms in. Recently, however, the zoom started reseting every time i click myself from any page on Facebook to any other. The zoom simply won't save at all, it just resets to the default value.

    Install this add-on: https://addons.mozilla.org/en-US/firefox/addon/default-fullzoom-level/<br><br>
    '''N.B.''' Several of your plugins are out of date which exposes your machine to attack. Please visit the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary. <br>
    Also, update Firefox to v3.6.19 by clicking Help | Check For Updates.

  • My AppleTv keeps dimming as if it is in energy saver mode.  My DVD player and TV do not do this.  How do I disable the energy saver feature on AppleTv?  BTW this is my second AppleTV device so it does not appear to be a product defect.

    My AppleTV keeps dimming as if it is in energy saving mode.  My TV and DVD/Netflix player do not do this.  How do I disable the energy saver feature in AppleTV?  BTW:  This is my second AppleTV device so it does not appear to be a product defect.

    I keep seeing versions of this same question, and it's always the same answer: it's the TV. Well, it happens to me as well. But it only happens when viewing programming via Apple TV. My cable is totally fine: no dimming. Only with Apple TV. So what's the answer?

Maybe you are looking for