Might want to check to see if the control is a Vertical Trackbar, otherwise you have to use right/left arrows which is weird to me...
I also noticed something odd. When I imported my DDT over it didn't import the %ES_MULTILINE of my textbox, but it was the same size. When I hit the down arrow the cursor would just disappear. Now that I added multiline it doesn't move, but where was Windows sending my focus since your function thought it was a singleline and was setting focus to the next "DlgGroupItem", but it never got there and repeatedly pushing down never looped back around?
What is the point of the up/down arrows going to different controls too? It doesn't seem to honor TabStops and stops on labels, etc that Tabbing doesn't stop on...is there a way to turn it off other than editing the code that is generated?
Quote from: Roger GarstangWhat is the point of the up/down arrows going to different controls too? It doesn't seem to honor TabStops and stops on labels, etc that Tabbing doesn't stop on...is there a way to turn it off other than editing the code that is generated?
I have fixed the generated code. The arrow keys now behave correctly when part of an OptionButton group and when they are not. When the focus is not on an OptionButton it acts like the TabStops. It will no longer stop on Labels, etc, that do not have the WS_TABSTOP style.
Fix will be 1.06.
Awesome...like many others have said, you really are "Da Man"!
You are cramming a lot into this 1.06 realease...probably need to call this one SuperFly!
:mrgreen:
I'm trying my best. FireFly is such a huge program that there is always areas that need refinement. Hopefully, over the coming weeks I'll be able to address everything.... yeah, right! :)