@ilbarbax
Quote:
@tboeckel,
I think it is! thanks
So seems that the structure is fixed. That's good.
*Don't* access that file directly. *Do* use IIntition->GetGUIAttrs() and IIntuitio->SetGUIAttrs(). It's always better to use an API where there is one, as this allows such files to develope in future, without being limited by existing apps peeking them.
That may not be possible from Hollywood, but I'm not sure that Hollywood is agood choice of language for what you trying to do (If I understand correctly) If you want to simulate the effect of changeing theme attributes on a aset of gadgets the best way would be to use the gadgets themselves, as then they will respond exactly as they will in real life (because they are the real thing). If you confident enough to attempt a GUI editor in hollwood I recon you could handle doing it in C too.