Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Focus does not comes out of overview window (Read 2262 times)
priyanka
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 56
Joined: Sep 2nd, 2009
Focus does not comes out of overview window
Mar 9th, 2010 at 9:45am
Print Post  
Hi,

I had an overview window placed in a dialog along with other controls.
Tab order for the controls are set.

But once the overview window recieves focus,the focus does not move out of the overview window even if we press TAB.

If we place two overview window, then pressing TAB, the controls just moves between the two overview windows,and do not go to other controls.

Please let know how to get this done.

Thanks,
Priyanka
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Focus does not comes out of overview window
Reply #1 - Mar 9th, 2010 at 11:45am
Print Post  
Try setting both

ovw.Focusable = false;
(ovw.Content as Control).Focusable = false;

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
priyanka
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 56
Joined: Sep 2nd, 2009
Re: Focus does not comes out of overview window
Reply #2 - Mar 9th, 2010 at 12:01pm
Print Post  
Hi,

This also seems to be not working.!Sad
Still we are not able to move focus to next item in tab index.

Priyanka
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Focus does not comes out of overview window
Reply #3 - Mar 9th, 2010 at 3:12pm
Print Post  
I can't get the keyboard focus on the overview at all after disabling these properties. Are you sure you are not calling Focus() in response to some mouse event?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint