Page 2 of 2

Re: Modifying things with Automatic inheritance (Quick HowTo)

Posted: Saturday 25th March 2023 5:23pm
by PJBlack
BruceSteers wrote: Saturday 25th March 2023 4:00pm [I have asked the experts for a reason as to why it does not work........
have read ...

the property did not show up in the .form because false is the default value for it ... having a textlabel2.class then the property show up in .form only if changed to true

Re: Modifying things with Automatic inheritance (Quick HowTo)

Posted: Monday 27th March 2023 12:54am
by BruceSteers
Ben says he's fixed it in commit https://gitlab.com/gambas/gambas/-/comm ... 80548c70ab

I just checked.
Yep , it's fixed :)

Re: Modifying things with Automatic inheritance (Quick HowTo)

Posted: Monday 3rd April 2023 7:36pm
by JumpyVB
Thank you for sharing. I just used this to add dotTag to the Image class (to hold metadata extracted by shelling with exiftool).