BMaxV
BMaxV
I think I have a related warning, when connecting two nodes programmatically I get "Unexpected value -Infinity parsing width attribute. " Although only in some cases, I haven't figured out...
>The property definition for DirectGUI elements is a very flexible and easy to use system though there are things that should be enhanced. I disagree on the easy to use...
Thaumaturge recommended me this thing to fix my problem and it's a good illustration of what I think is wrong: https://github.com/panda3d/panda3d/issues/317#issuecomment-1209281615 ``` self.frame2 = DirectScrolledFrame(frameSize = (0.2, 1, -1, 1),...
`self.frame2.verticalScroll["command"] = self.controlOtherFrame` which is still an entirely different way to set things up than doing it with events/`.accept` which works in the rest of panda. I want the options...
>No it's not a lie, you just misunderstood the values. Why do you think `.options()` giving me information that is prone to misunderstanding is better than it being wrong. I...
Ok, I put it in a functioning script here https://gist.github.com/BMaxV/8b7aa15f5c9e5ba43e70eb460a69597f When I look at an object like this in code, there should be *one* set of data, there should be...
What's the use case for keeping default values as a list that's not even complete in code? Not the set of variables you used, but actual default values? Why is...
> You still haven't told how you'd otherwise access those. I would never access them, I wouldn't even think of doing it and I wouldn't provide a way to do...
You know what, I give up. You go and try to fix this and set it up the way you want to. I strongly advise against it because I've tried...
Hey I thought I could look at some issues, maybe fix one. I don't really understand the problem (or the use of notifier in this case). It's a logger/logging function...