Re: [Pgui-devel] Client-side theme reload handling

2002-06-11 Thread Micah Dowty
This would only work in very limited circumstances. I think you're confusing the theme property itself and its contents. To make an analogy with dereferencing a pointer, you have these levels: (Theme object/property IDs) ---pgThemeLookup---> (Property content

Re: [Pgui-devel] Client-side theme reload handling

2002-06-11 Thread Eric Christianson
I have what is likely a naive question. If there could be such a solution where a pointer to a theme property could be established, why couldn't loading a new theme just generate the same id as the one being reloaded? In other words, if I have a theme object foo, it gets generated a handle, right?

[Pgui-devel] Client-side theme reload handling

2002-06-10 Thread Micah Dowty
Hi Everybody, This is a problem that Eric Christianson and I were discussing, and I came up with a few solutions, but I thought the rest of this list might want to have a say in it (And this sounds like the kind of problem Yann might like ;) When a theme is loaded or unloaded, pgserver has code