Good day, folks. I am making use of the HiEdit control in my AHK/NPP based project.
I have successfully placed the HiEdit control on top of an AHK tabbed control as depicted here:
http://www.autohotkey.com/forum/viewtopic....p=193264#193264.
I'd love to be able to force the 'console' instance of the control to be a read-only control (I know, making an EDIT control read-only seems counter intuitive, but as a serial console control, the user doesn't need to be making edits to it...). Is this able to be accomplished via HiEdit resources, or via calls to the OS, or would it require subclassing the control?
Also, is there a way to programmatically force a whole line of text to be a certain color, vs. relying on the word for word syntax highlighting functionality?
Finally, as described in the linked post, I am having an issue with the refreshing of the control, when a new parent tab is clicked onto - the HiEdit sub-controls are not being redrawn properly. I suspect that I can simply use a message to trigger a re-draw when a parent-tab is clicked into.
[EDIT] I got the refreshing issue to disappear and the sub-controls to reappear - flipping magic... Actually a simple and quick hide/show resolved the issue for me. The hide/show event is tied to the folder tab clicks, so it is not noticable to the user... Nice control!!! [/EDIT]
Please review and advise.
Regardless, if any of this gets addressed, I wanted to close with a big note of appreciation. Quite simply, Thank you!
-t
Here are some pics: