TrecApps / AnaGame

0 stars 1 forks source link

TComboBox no longer functions #6

Closed TrecApps closed 4 years ago

TrecApps commented 4 years ago

When a TComboBox is clicked upon, a menu is supposed to pop-up underneath it. However, since the Tap library was revamped and MFC was removed, this is no longer the case.

Proposed steps to take to mitigate this:

  1. Rewrite the TFlyout to extend from TControl and simply add an after draw method.
  2. Rewrite the TComboBox class to hold a special version of the TFlyout
  3. Have the Window hold the TFlyout and add a mechanism though which one can be added.

Pull requests related to this issue should be merged into the flyouts branch

TrecApps commented 4 years ago

Recently pushed to "flyouts" with the following summary of changes

The New TComboBox appears to work in the Anagame_Central app