View Full Version : Tab stops in plugin settings dialog
Snakebite
October 13th, 2002, 03:55 PM
Hey, isn't the tab key supposed to work in the settings dialog of plugins? I thought it was a bug in my plugin, but I see the same problem with others too.
Ron
October 13th, 2002, 03:55 PM
It can work :-) but since they are coded in win32 api, we have to take care of that ourself.. there is some option that needs to be added when we create the window.. don't know from the top of my head what it was though. I can look it up if you need it.
Snakebite
October 13th, 2002, 03:55 PM
Yes please. :) I'm using the Visual C++ wizard to create the dialog and the tab stop style (WS_TABSTOP) is set on all my input boxes. But I need to set something when the dialog window is created?
Ron
October 13th, 2002, 03:55 PM
I've checked how I did this tab stop stuff in an other program of mine. And basically I open the window with "DialogBox(...)" and in the resource editor I set the tabstops. ( Ctrl-D, tab-order).
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.