Where does Designer stores user defined custom colors?

Hi,
Everytime I restart Designer, all my custom colors are reset to white. Which is pretty annoying. So I want to export them to a file at least.
I figured, that user defined custom colors in Windows are stored in the Registry in:
[HKEY_CURRENT_USER\Control Panel\Custom Colors]
or alternatively in:
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
But apparently they are not. Changes made to the custom color palette in Designer are not stored in the registry. Those values still remain FFFFFF.
Does anyone know, where Designer stores user defined custom colors? Is there a 'secret' undocumented .ini-file I missed?
Regards,
Steve

Does anyone know where the information added by Java reside?Essentially, in the directory.
Is there any way to query this information using VC++ dll or some other way?Yes, there are operating system APIs for it. That's how Java does it.
Does anyone know which windows dll or classes are used by Java to add these custom attributes
I tried lot by digging into code by decompiling java NIO classes but could not get it.I would try looking up the Windows API myself.

Similar Messages

  • Where does WebMail store user preferences

    I have enabled WebMail on my server. Each user that logs in is able to change its preference settings at WebMail, e.g. # of msgs. shown per page, etc..
    This is okay, but when I delete a user, I guess that there is a config file left somewhere.
    Has anybody an idea where WebMail stores the user preferences for each user and how to properly delete them when removing a user from the system ?

    /var/db/squirrelmail/data/
    See pdf doc: Properly Deleting OS X 10.4.x Server Mail Users, on following page...
    http://osx.topicdesk.com/downloads/
    -david

  • Where does EBS store customized LOV elements?

    Dear All,
    We are developing a report on EBS r12 >> Payables >> Payments screen.
    The Functional Consultants Team added a DFF ( view_inv_pay.DESC_FLEX ) with only 1 segment and its description at the Invoice Payment block level ( VIEW_INV_PAY )
    which synchronizes with each matched row in this block.
    The values of the DFF come by selecting from an attached customized List of value that the Functional Consultants Team had populated its elements using data loader.
    We have a requirement to display the DESCRIPTION of DFF segment in the report not its actual value.
    So the question is:
    Where does EBS store the data related to a customized LOV ?
    And how to join between the LOV’s under laying tables and the below report tables
    ( AP_CHECKS_ALL AC , HZ_PARTIES HZP , AP_SUPPLIERS PV , GL_DAILY_CONVERSION_TYPES GDCT , AP_INVOICE_PAYMENTS_ALL  AIP , AP_INVOICES_ALL AI ) to display the DFF description?
    Since, only the actual DFF values are stored in AP_INVOICE_PAYMENTS_ALL table.

    Dear Sandeep,
    That is great, but what about the joining condition.
    I know that i can join by the segment value in the AP_INVOICE_PAYMENTS_ALL table
    to be like below:
    SELECT ffv.flex_value, ffv.description
    FROM fnd_flex_values_vl ffv, fnd_flex_value_sets ffvs , AP_INVOICE_PAYMENTS_ALL API
    WHERE ffvs.flex_value_set_id = ffv.flex_value_set_id
    and API.SEGMENT1 = FFV.FLEX_VALUE ;   -- Assuming that the actual DFF value stored in SEGMENT1
    AND ffvs.flex_value_set_name LIKE '&value_set' But for tuning issues is there any an alternative to previous condition?
    Edited by: 670612 on Mar 21, 2012 1:47 AM

  • Where does Messages store attachments on the iPad?

    Where does Messages store attachments on the iPad?
    some photos are quite large, so it would be good to know where they go, and how to manage the app.... ;)

    Managing memory usage is not possible because the user does not have access to the file structure (unless you have jail broken your iPad that is).

  • Where does iCal store data?

    Uh, just love the simplicity of these iPrograms.
    Where does iCal store data?

    Mike,
    iCal data for Tiger is located in the Macintosh HD/Users/yourusername/Library/Application Support/iCal Folder.
    ;~)

  • Where does iphoto store photos

    where does iphoto store photos

    For help accessing your photos in iPhoto see this user tip:
    https://discussions.apple.com/docs/DOC-4491

  • Where does Mail store its todos?

    Where does Mail store its todos? I'm trying to restore lost todos from time machine. help!

    I also found my to-do's for my imap account in /Users/<username>/Library/Calendars/(long letters-numbers name).imap/(long letters-numbers name).calendar/Events/(long letters-numbers name).ics.
    In addition, I found to-do's created in iCal in /Users/<username>/Library/Calendars/(long letters-numbers name).calendar/Events/(long letters-numbers name).ics. Scroll through the files in the events folders, find the date created or due date of the to-do and double click it. It will take you to the to-do in iCal.
    In general, the to-do's will be in the Events folder of the Calendar they were created in. The iMap to-do's add another layer to the file structure.

  • Where does iWeb store its library file

    where does iWeb store its library file

    ~/Library/Application Support/iWeb
    ~ represents the User Library. To open this in Lion hold down the option key while using the Finder "Go" menu.

  • Where does OIM store the LDAP Sync URL

    Where does OIM store the LDAP URL which was specified when ldap sync is configured? Is it possible to change this URL?
    Thanks
    Aspi

    iTunes places the backup files in the following places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

  • [Mac][JS] Where does InDesign store last "Save As" folder path?

    Is this location accessible to scripting? I've looked around the preferences objects as well as the "Class" properties of the File and Folder objects without finding anything.
    Coming up empty-handed there, I looked through the filesystem for .plist files it might be using. It must be stored in some such place, because the location persists across sessions and survives a trashing of the InDesign Defaults file at ~/Library/Preferences/Adobe InDesign/Version 7.0/en_US/InDesign Defaults. It also seems to write the location to wherever it lives immediately upon a Save As rather than at application close. I've tried discovering the location with lsof but either can't catch it in the act or am missing which of the hundreds of files InDesign has open is the culprit.
    It does not appear to be in com.adobe.InDesign.plist or com.adobe.mediabrowser.plist. There is a path property (NSNavLastRootDirectory) stored in the former file but it's not the one.
    I hope I'm making this more complicated than it is and that it can be accessed in a DOM property somewhere. Does anyone know?
    Jeff

    So you're asking the wrong question. You dont' care "where does InDesign store it," you care "where can I get it?"
    Actually I'd like to set it as well as get it. I would like to integrate with InDesign's expected behavior as much as possible; it would be ideal if, the next time a user did a Save As, it defaulted to the location they had chosen when they ran my script. Little inconsistencies like that drive me batty. It's a small issue and quite likely not worth the time I'm spending on it, but at this point I'm so confused by how InDesign is maintaining these paths that I would like to understand for understanding's sake.
    The InDesign Saved Data cache file you pointed out does indeed contain a lot of paths, and these kinds of save, import and export locations appear to be among them. They jump around in the file a lot, though. If you have any experience parsing this file and can help me look for whatever markers it uses I would be grateful.
    While in my earlier tests I never saw any path property in com.adobe.InDesign.plist but NSNavLastRootDirectory, I have since sometimes seen NSNavLastCurrentDirectory:GetFile:0 and NSNavLastCurrentDirectory:PutFile:0, and these do hold what you would expect. However, all installed versions of InDesign read and write to this file without affecting each other's behavior in this regard. And I haven't been able to figure out yet when InDesign writes or reads the path to its cache file and when it uses the .plist file.
    Complicating things further, it looks to me like calling File.saveDialog() in CS5 brings up the folder in NSNavLastRootDirectory, regardless of what was last chosen during a Save As in the UI, while CS4 respected the last Save As. Using the value in NSNavLastRootDirectory via
    var startFolder = Folder(app.doScript("return (do shell script \"defaults read \" & \"com.adobe.InDesign\" & \" NSNavLastRootDirectory\")",ScriptLanguage.APPLESCRIPT_LANGUAGE))
    will at least allow me to prevent the user from landing in a restricted folder in CS5.

  • When itunes backs up my iphone where does it store contacts

    When itunes backs up my iphone where does it store contacts

    iTunes places the backup files in the following locations:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and then choose Run. Type %appdata% and click OK.
    Windows Vista and Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start, and then in the search bar type %appdata% and press the Return key.
    But I doubt you can retrieve contacts from there.

  • Where does mavericks store photo files

    where does mavericks store photo files.

    where does mavericks store photo files.
    This will depend on how the photos are imported to your Mac.
    For photos, that you import to your iPhoto library see Terence Devlin's excellent user tips: 
    iPhoto and File Management
    How to Access Files in iPhoto
    For downloaded files see Niel's answer, and for many other applications you are free to pick a folder in the finder to store the photos.  The default folder, where most applications will look for photos is your Pictores fold run your Home folder.

  • Where does portal store the username after a successful log in?

    We have an intranet application, we use the portal security and login screen, etc.
    I have written a stored procedure which requires two parameters. One of them we already have at the time we need to call it. The other is username. All we need
    to know is how to get the username at the time we must call it. Where does portal store the username after a successful log in for the particular session this user is logged into?
    I tried using the following syntax,
    When i log in using PORTAL30 then it returns,
    SQL> select portal30.wwctx_api.get_user()
    2 from dual;
    PORTAL30.WWCTX_API.GET_USER()
    PORTAL30
    But when i logged in using some other user i.e.rtemps it returns,
    SQL> connect rtemps@mpdb
    Enter password: *******
    Connected.
    SQL> select portal30.wwctx_api.get_user()
    2 from dual;
    PORTAL30.WWCTX_API.GET_USER()
    PUBLIC
    Why does it return PUBLIC, instead of RTEMPS?
    rtemps is a Database user though.
    How do i test this script for portal users?
    Also my application is a multiple user application.
    So at a given time, there could be more than user logged in, also there could be more than one sessions of the same user logged in.
    what happens in that scenario?
    Thank you,
    Kalpa

    still not working..
    The first page my user goes to log in, is
    http://159.225.218.59/pls/portal30_sso/portal30_sso.draw_custom_login_page
    when i look at this stored procedure, it makes a call to the following procedure,
    PORTAL30_SSO.wwsso_app_admin.ls_login
    and passes a parameter ssousername
    From here my user is directed to the home page, which is built using the portlets, the URL for the same is,
    http://159.225.218.59/servlet/page?_pageid=255,257&_dad=portal30&_schema=PORTAL30
    This is where i want to pass the ssousername, so as to keep track of what the user is doing.
    Question 1: where does this page physically reside, or how do i add the parameter ssousername to this page?
    I have 1 HTML PORTLET, on this page, and the code behind this looks like,
    <!-- PL/SQL Language Definition Section -->
    <%@ page language="PL/SQL" %>
    <%@ plsql parameter="i_pagenum" default="1" %>
    <body>
    <table width = 760>
    <tr>
    Link 1
    </tr>
    </table>
    In the above code, when they click on link 1, it calls a database stored procedure(rpt_param_prov), which is also a psp page.
    In here, i want to pass the parameter ssousername.
    e.g. the link should look like,
    Link 1
    Again this is a HTML portlet, so i don't think it will recognize the psp tags.. so that probably might be another issue.
    But this is what i want to accomplish. So i can use the user who logged in, for my audit trail application, which will be inserting a record in a database table, everytime, the user runs reports that are being clicked.. like link 1 in above example.
    I don't understand why this is so hard.
    When i tried
    portal30.WWCTX_API.get_user, it still brings back PUBLIC or PORTAL30_PUBLIC.

  • How to let the user define the colors for each plots in the graph (I use LabVIEW 7)?

    How to let the user define the colors for each plots in the graph (I
    use LabVIEW 7)?

    Hi,
    Take a look at this example, it uses property nodes to select tha
    active plot and then changes the color of that plot.
    If you want to make the number of plots dynamic you could use a for
    loop and an array of color boxes.
    I hope this helps.
    Regards,
    Juan Carlos
    N.I.
    Attachments:
    Changing_plot_color.vi ‏38 KB

  • Where does iPhone store backups in Mac and Windows?

    Sorry I could not find the answer elsewhere.
    Where does iPhone store backups on Windows and Mac?
    Can the location be changed?
    Thanks!

    Mac:
    Library/Application Support/MobileSync/Backup/
    Windows:
    C:\Documents and Settings\username\Application Data\Apple Computer\MobileSync\Backup
    (Note you may need to turn on show hidden files and folders to see it on Windows)
    As far as I know, you can't change it.
    Good Luck!
    EDIT: Too slow to post :P.

Maybe you are looking for

  • How do I see which calendar invitations have been accepted?

    Hi There. I have received confirmation that calendar invitiations have been accepted. There is a number next to the applicable calendar i.e. work (2), showing the number of acceptances, however as I send out multiple invitations to separate events I'

  • Facing Problem in a procedure

    Hi guru's... Am writing a procedure for the data getting from the front end.the problem is am getting the data in front end from a checkboxlist.so ill get the data like 12;13;14;15 if the user selects multiple values.nad in procedure i need to check

  • Airport Express doesn't work with password

    I've been having a bizarre problem with my Airport Express lately. One day the internet stopped working so I restarted it a few times with no change. Then I did a hard reset. The internet starting working right after this. Then I tried to configure i

  • Don't know what words to use.

    I don't know what words to use to ask the question I need to ask. I want to change my Firefox browser (?) from the generic two tone blue, back to the black and yellow scheme (?) I had previously. == This happened == Every time Firefox opened == Updat

  • Indesign CS6 installing dynamiclink support very slow

    I'm in the process of installing a downloaded version of CS6, and it all seemed to be going well, until it began "installing Adobe dynamiclink support". For about half an hour it has indicated that it is 43% done, according to the progress bar. At fi