I also posted some questions about this a while ago. The answer is to search google newsgroups. The short answer is that while an mdi form is in a Dll certain messages that delphi usually handles for us are not handled (including the tab key). You can work around it by writing your own tab handling but this can be a pain. As far as I know there is no simple solution.
Rob ----- Original Message ----- From: "Kyley Harris" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 12:02 PM Subject: RE: [DUG]: Tab key stoped responding > If you are using ActiveX forms in ole containers then I can tell you the > fix. > I think it is the same one Neven had a while ago > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of vss > > Sent: Thursday, 3 July 2003 11:53 a.m. > > To: Multiple recipients of list delphi > > Subject: [DUG]: Tab key stoped responding > > > > > > Hi All. I have an app. that loads an MDI form form a DLL, via the > > MaxPlugin structure. > > I have noticed for SOME reason, the tab key has stopped > > responding ! I have checked all teh TabStops and they are all > > set to TRUE and that > > sort of thing. I am using a scroll box and thought it might have been > > only the controls in there, but even if I click on a button > > of the form > > then try to tab off it, still no luck. > > KeyPreview is turned off on the form. > > > > Anyone got any ideas?? > > > > Thanks, Jeremy > > > > -------------------------------------------------------------- > > ------------- > > New Zealand Delphi Users group - Delphi List - > > [EMAIL PROTECTED] > > Website: http://www.delphi.org.nz > > To UnSub, send email to: [EMAIL PROTECTED] > > with body of "unsubscribe delphi" > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > > > -------------------------------------------------------------------------- - > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe delphi" > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
