OK, so I need to build proto/inline files with fd2pragma from NDK3.2 SFD files.
It seems that ReAction SFD (button, chooser, ...) files are missing from NDK3.2 ?
I use a few string gadgets (StringGadget) that are all TAB enabled (GA_TabCycle, TRUE). I pre-select (IIntuition->ActivateGadget) the first one and it works but if I press the TAB key, it doesn't go to the next string field.
If I click elsewhere then click the first string gadget. The TAB key ...
I'd like ot know if LM_REMOVECHILD method frees the removed object ?
From autodoc: LM_REMOVECHILD -- Remove object from active layout.
I understand that it just removes the object from the layout but that it still lives. But if I dispose the object after having removed it from layout, it ...