A little problem with slider, listbox, treeview...etc
Verfasst: Mi 6. Okt 2021, 02:29
First, I have to say, "AWESOME Program!"
You have make my life much easier in making some nice looking autoit scripts. So this is more like a THANKS, than reporting a small problem.
The styles and ex-styles of Slider control is not accurate any more. It's not a big deal, since I can just modify the source and compile the form studio plugin. I just want to remind you that when you have time, probably you need to update the control's style entries to reflect the latest changes.
Or, since you already make this open-source, why not put this whole thing in the GitHub, and let us do this for you. I am sure plenty of people, including me, wants to improve your program and share it to the public as well.
Update: It turns out the AutoIt document is at fault. In one large list it shows all the constants you have written in the program, but when dig into individual controls, the "guictrlxxxx_create()" method has extra style options that's missing.
The styles and ex-styles of Slider control is not accurate any more. It's not a big deal, since I can just modify the source and compile the form studio plugin. I just want to remind you that when you have time, probably you need to update the control's style entries to reflect the latest changes.
Or, since you already make this open-source, why not put this whole thing in the GitHub, and let us do this for you. I am sure plenty of people, including me, wants to improve your program and share it to the public as well.
Update: It turns out the AutoIt document is at fault. In one large list it shows all the constants you have written in the program, but when dig into individual controls, the "guictrlxxxx_create()" method has extra style options that's missing.