Hello,
comparing FWH 15.03 and FWH 17.11 I see that TMenuItem():New has a lot of changes...
The result is that we have a lots of items around the main menu instead of in its menu...
I think the guilty is:
inside tMenuItem:New
That change the behaviour of TMenu:Add in these lines:
Anybody remember these changes?
comparing FWH 15.03 and FWH 17.11 I see that TMenuItem():New has a lot of changes...
The result is that we have a lots of items around the main menu instead of in its menu...
I think the guilty is:
::oMenu := LastMenu()inside tMenuItem:New
That change the behaviour of TMenu:Add in these lines:
if Empty( oMenuItem:oMenu )
oMenuItem:oMenu := Self
endifAnybody remember these changes?