View Single Post
  #129  
Old 07-17-2006, 03:13 PM
SixthSense SixthSense is offline
Senior Member
 
Join Date: Jun 2006
Posts: 642
Default Re: New Software Announcement - SIXTH SENSE

[ QUOTE ]
[ QUOTE ]
Ben,

Table opening is a bit slow - any way to speed it up, maybe doing relative searches instead of starting from the top for every table?

[/ QUOTE ]
If you look at my Remote-PTS script in the PTS thread, then Roland showed me a cool AHK trick to open the tables by just sending the table name to the List (it's instant).

Also, maybe "borrowing" some of the code from the AHK source might help remove the reliance on AHK at all (and maybe speed stuff up a bit?).

Juk [img]/images/graemlins/smile.gif[/img]

Just took a look, and the helpful line is buried in the script (which has lost all its indentation), here the line you need:

ControlSendRaw, SysListView321, %TableName%


[/ QUOTE ]

Thanks Juk, I'll check that out. [img]/images/graemlins/smile.gif[/img]

-Ben
Reply With Quote