dummzeuch 1505 Posted November 25, 2018 (edited) My coworkers know my obsession with the tab order in dialogs. I frequently tell them to check it before committing code to the repository (they even released it at some time 😞 ). Now I have to do the same with Embarcadero: https://quality.embarcadero.com/browse/RSP-21726 Why did I notice? Because it broke the GExperts enhancement for the Run -> Parameters dialog. Now I have to change that code yet again. Edited November 25, 2018 by dummzeuch wrong RSP again 2 Share this post Link to post
Uwe Raabe 2057 Posted November 25, 2018 14 minutes ago, dummzeuch said: I frequently tell them to check it before committing code to the repository You can automate this with Pascal Analyzer: Control Tab Order Report 1 Share this post Link to post
Der schöne Günther 316 Posted November 25, 2018 That's usually how I can spot if an application has been made with Delphi - They forgot to make dialogs close with [Esc] or the tab ordering is completely random 🙃 Share this post Link to post
dummzeuch 1505 Posted November 25, 2018 55 minutes ago, Der schöne Günther said: That's usually how I can spot if an application has been made with Delphi - They forgot to make dialogs close with [Esc] or the tab ordering is completely random 🙃 No, that's Visual Basic programs. 1 Share this post Link to post