PDA

View Full Version : Colour Data Storage Location?



dulux-oz
December 5th, 2014, 06:42
Hi Guys,

Could someone please tell me where the ColourGizmo Data is stored - I can't find it in the Global Registry, the individual Campaign Registries, not the Campaign Databases!

So where should I be looking?

Cheers

damned
December 5th, 2014, 09:52
didnt you write an extension for this as your first experiment?

dulux-oz
December 5th, 2014, 11:16
didnt you write an extension for this as your first experiment?

Yeah, but all that Extension did was modify the exiting ColourGizmo Code - it never touched the storage locations (except via the original, inbuilt code).

Now I need to actually work out where the data is stored (different application, same data location - wherever that is).

Moon Wizard
December 5th, 2014, 18:30
Are you looking for the user's color setting? (i.e. dice/pointer color?)

If so, take a look at User.getIdentityColor.

JPG

dulux-oz
December 6th, 2014, 05:04
Are you looking for the user's color setting? (i.e. dice/pointer color?)

If so, take a look at User.getIdentityColor.

JPG

I am (& I am using User.getIdentityColour()), but I also need to locate the hive the data is stored in -thanks.

Cheers

Moon Wizard
December 6th, 2014, 23:56
It's a global user setting that is stored in the Windows registry. It is not accessible from within FG any other way.

Regards,
JPG