I don't like Visual Designers, so I made a GUI creator from gadget settings / elements in multiple DataSections per window.Fred wrote:
But, while writing that code, I found myself searching for the #PB_gadget _xxx constants and their values quite often.
For cases where the Constant I wanted didn't exist, I created one, but I didn't want that to conflict with existing ones.
So, why must my only way to browse through available constants be the dang'd Structure Viewer?(not well-named by the way)...
And if PB versions change the Constants values that I am referring to, then I will take care of that with a Tool checker.
Please?