Post #759285
2026-03-22 06:14 UTC
Hey Claude/Accessibility-agents? Using the SetName() window method before controls is not how you label a damn WX control! That's internal window lookup, a setter! Had to go and update six dialog controls with wx.StaticText manually. Every time I tried to correct the agent it freakin' added SetName somewhere else. That must be embedded into the training data because it does it even when reenforced with documentation information and my own knowledge. I'll point out that StaticText works on edit boxes and such. SetLabel works on other controls like listboxes etc. I opened a PR against accessibility-agents to attempt to guide it in the right direction, but this is a case where if I only relied on AI I'd be fixing this one edit box label for an hour. The good news: accessibility issues I've been considering minor for months to put them off are now fixed, such as the reversed buttons in the settings dialog.
Replies (0)
No replies.