elw00d/consoleframework

TabControl in example doesn't receive mouse clicks

patridge opened this issue · 2 comments

I Loaded up the Examples project and made sure it was set to launch the TabControl sample. When it launched, the tabbed window shows up fine. Unfortunately, clicking on the tabs doesn't seem to change the selected tab.

I tried putting a breakpoint in the TabControl mouse handler, but it was never hit. I then put a breakpoint in the ParseInputEvent handler but couldn't get it to hit either.

Is there some extra magic required to get TabControl to handle clicks?

Have you played with Quick Edit and Insert mode options? Quick Edit mode should be off.

I'll give that a shot. Sorry if I missed prerequisite steps somewhere before launching the samples.