2 TC author !
Does anything have been done to help TC automation ?
A does some command like openbar, or or the em_cmd command that have the $A could receive parameter using postmessage or sendmessage (like CD command)
B Does some new messages are available ?
C Which object have been modified that impact ahk or powerpro scripts ??
What's new about SendCommand ?
Moderators: Hacker, petermad, Stefan2, white
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2nsp
I think someone will provide more/better info
AFAIK File list related controls changed their names. Also text returned for them is Unicode.
To get path you need to check some of TMyPanel.UnicodeClassX classes.
I think someone will provide more/better info

AFAIK File list related controls changed their names. Also text returned for them is Unicode.
To get path you need to check some of TMyPanel.UnicodeClassX classes.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Indeed many controls are Unicode now, and then they have the .UnicodeClass suffix in the class name.
WM_COPYDATA can now accept Unicode names. To send a Unicode name, send it in UTF-8, and put a UTF-8 byte order marker (as Notepad creates it when saving as UTF-8) in front of the name. When passing two paths to TC, both are treated separately and can or cannot have the UTF-8 prefix.
WM_COPYDATA can now accept Unicode names. To send a Unicode name, send it in UTF-8, and put a UTF-8 byte order marker (as Notepad creates it when saving as UTF-8) in front of the name. When passing two paths to TC, both are treated separately and can or cannot have the UTF-8 prefix.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Spy++ told me this already... So as some of us i will have to modify my powerpro scripts... Normal job for automation of major version..ghisler(Author) wrote:Indeed many controls are Unicode now, and then they have the .UnicodeClass suffix in the class name.
Thx to give the info !ghisler(Author) wrote:WM_COPYDATA can now accept Unicode names. To send a Unicode name, send it in UTF-8, and put a UTF-8 byte order marker (as Notepad creates it when saving as UTF-8) in front of the name. When passing two paths to TC, both are treated separately and can or cannot have the UTF-8 prefix.
By the way, does it exist a complete official list/documentation of all messages that are handled by TC 7.5.....
Does some addition have been done to get info from TC ?
ex : GetAllTabs, GetAllTabsw, GetCurentPath, GetCurentPathw, .....
Does the cm_...toClip command have utf8/ansi variants (not seen in totalcmd.inc) ?
........
Great Job !
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, not so far, sorry.Does some addition have been done to get info from TC ?
They automatically copy cf_unicodetext, which is converted by Windows automatically to cf_text when requested by the target program.Does the cm_...toClip command have utf8/ansi variants (not seen in totalcmd.inc) ?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com