DrJohn Posted May 6, 2020 Posted May 6, 2020 I am not finding this function to work. Even if I run the example on the Help page, or the one on this website: https://www.autoitscript.com/autoit3/docs/libfunctions/_GUICtrlListView_SetOutlineColor.htm (which I think is the same as the one on the help page), it doesn't seem to work. By my reading, the example should be setting a blue border (0x0000FF). But on my system, it always comes up gray. Is this function broken? Or am I? Thanks. /John
TheXman Posted May 6, 2020 Posted May 6, 2020 The help file's example works for me. The color setting is BGR not RGB, so the outline color (0000FF) should be RED. If you click on an item and then click on a different item, you should see a red outline around the previously selected item(s). CryptoNG UDF: Cryptography API: Next Gen jq UDF: Powerful and Flexible JSON Processor | jqPlayground: An Interactive JSON Processor Xml2Json UDF: Transform XML to JSON | HttpApi UDF: HTTP Server API | Roku Remote: Example Script About Me How To Ask Good Questions On Technical And Scientific Forums (Detailed) | How to Ask Good Technical Questions (Brief) "Any fool can know. The point is to understand." -Albert Einstein "If you think you're a big fish, it's probably because you only swim in small ponds." ~TheXman
DrJohn Posted May 8, 2020 Author Posted May 8, 2020 Thanks for the reply. My mistake. I thought _GUICtrlListView_SetOutlineColor() meant the outline (probably frame would be a better word) around the entire ListView. 😑
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now