I’m trying to make a DirectButton with a GROOVE relief and a custom frameTexture, but the texture is not applied.
Interestingly it does work when I use RAISED or SUNKEN relief, but it doesn’t work either with RIDGE relief. (And according to the documentation a frameTexture only works with a FLAT relief.)
Is it possible to combine a GROOVE relief with a frameTexture, and how can this be achieved?
It looks like no one added the code to support textures in the case of GROOVE or RIDGED. You could add the required code yourself (you’d have to look at the C++ code in panda/src/pgui/pgFrameStyle.cxx, then rebuild Panda from source); or you could use some different technique like specifying image = myTex instead of frameTexture = myTex.