--- In [email protected], "jroncalm" <jroncal2...@...> wrote:
>
> Ooops !!!
> 
> The solution (with script) has a problem.
> 
> I can not have more than one entry  in the list with the same Label 
> (*win32pad). It slows the response.
> The waiting times (for n) are added.
> 
>


Case 1.- I've tried now on another machine.
Before was Pentium-IV. Now is Core2Duo.
Result is the same.
App->Win32pad --> "win32pad" only in debug
etc,

Case 2.- I've done another test:
In Command List :
I put one entry BEFORE:

Label = $=win32pad
LCmd1 = *Window
LParam1 = Position wmax active

And AFTER:
Label = =win32pad
LCmd1 = win.debug(win.caption(lastautorunhandle))

And result in debug : CAPTION COMPLETE OF THE WINDOW !!!! Any window !!!

Why ??
Let's see:
In case 1:
- App and debug are open, but window App has "Untitled" as caption. Debug show 
"win32pad" only.
- Then, the document is displayed, and App refresh caption.

In case 2:
- App is open with "Untitled" as caption, but debug is not opened yet.
- Then, document is loaded
- window App is maximized, with real caption.
- Debug is loaded with real caption.

That's all.

Regards
Jose



Reply via email to