5 messages in com.googlegroups.google-desktop-developerNavigating through controls in proper...
FromSent OnAttachments
Sema21 Mar 2006 02:23 
josh29 Mar 2006 05:12 
Mustafa Bariyawala29 Mar 2006 05:17 
josh29 Mar 2006 05:23 
Mustafa Bariyawala29 Mar 2006 05:41 
Subject:Navigating through controls in property page
From:Sema (seme@gmail.com)
Date:03/21/2006 02:23:58 AM
List:com.googlegroups.google-desktop-developer

I'm developing Sidebar plugin using C# basing on GoogleDesktopDisplayCSharpSample. The problem is the following: pressing arrow keys casing navigation from control to control in property page. Although if the same form is shown in standard way this does not happen. I can see the same problem in Dictionary plugin that is also based on GoogleDesktopDisplayCSharpSample, also it could be reproduce in the sample itself by adding a second textbox to the SamplePluginPropertyPage. I suppose the problem is in window styles or messages processing that is modified in PropertyPage class but can't find out what is it exactly. Please advise.