littlebigman Posted February 6, 2024 Posted February 6, 2024 Hello, Out of curiosity, can the TreeView control be modified to work like a one-pane outliner à la EccoPro? Thank you.
Danyfirex Posted February 6, 2024 Posted February 6, 2024 I think you can make that(or Similar) maybe with SciTE or Sciter. Also with some owndraw or using RichEdit Control. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
littlebigman Posted February 6, 2024 Author Posted February 6, 2024 (edited) Thanks. Since each line should actually be an independant item (node) instead of the whole thing just being free-flow text, would it be easier to tweak a TreeView control than starting with either SciTE Sciter, or Autoit's RichEdit? Once the user has opened/pasted data, it should be easy to add/edit/remove/move items in the tree using the keyboard (ENTER, F2, SHIFT/ALT+arrows). For those who've never heard of EccoPro (deadware since 1997), just download the zip and run its ecco32.exe. Edited February 6, 2024 by littlebigman
Nine Posted February 6, 2024 Posted February 6, 2024 Why not create a Tab control with $TCS_BOTTOM and create a TreeView control in each of the tab ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
littlebigman Posted February 6, 2024 Author Posted February 6, 2024 (edited) I don't know, which is why I'm asking for opinions before looking further 😛 -- Edit: I had an epiphany. The reason you mentioned a Tab control is because EccoPro supports displaying more than one notepad… as shown in the screenshot. For this project, I simply need to display a single tree… which should work like EccoPro. Since the other options seem to be free-flow text, I'll take a deeper look at AutoIt's TreeView control, see if it can be tweaked to look and work differently. Edited February 7, 2024 by littlebigman
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