Welcome Guest. Please Login or Register. Apr 5th, 2018, 10:27pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
If you require a dump of the post on your message board, please come to the support board and request it.
Tab and icons
« Thread started on: Mar 4th, 2010, 10:36am »
I wrote a program in which I created icons in the main window area, only to discover to my consternation that I could not use Tab to step between them. Apparently this is a "feature" of icons in the main window area, not a bug in my program. I just wish it had been mentioned in the relevant Help file. Would have saved me hours of checking and head-scratching.
I just wish it had been mentioned in the relevant Help file. Would have saved me hours of checking and head-scratching.
Keyboard navigation between dialogue box controls is a feature of Windows; it's not (specifically) anything to do with BBC BASIC. It's unreasonable to expect the BB4W documentation to cross-reference every aspect of the Windows documentation which could possibly be relevant to a BBC BASIC program - which is just about everything in MSDN!
Ultimately, when accessing a feature of Windows from BBC BASIC or any other programming language, you must accept that there will be aspects of that feature that can only be discovered by reading Microsoft's documentation.
You should expect the BB4W documentation to cover everything about interfacing with the Windows API that is specific to BBC BASIC, but to the extent that BB4W simply provides a 'gateway' to Windows you should no more expect the BB4W documentation to cover it than the documentation for any other programming language.