Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 3922)

Ticket Resolution Summary Owner Reporter
#389 No Bug ProcessExists or ProcessWaitClose anixon
Description

The following process fails to stop script execution when Outlook has previously been opened and closed by a user in Windows Vista.

#include <INet.au3>;Email Processor

$Address = "anyone@…" $Subject = "Application Number: " $Body = "The detail is as follows: " $PID = (_INetMail($Address, $Subject, $Body))

ProcessWaitClose($Pid) msgbox(0,"","I waited like the good script I am") Exit

The reason for this is that oulook.exe is still listed as a running process as reported by "Task Manager - Processes".

If you 'End Process" outlook.exe in Task Manager - Processes then when running the "ProcessWaitClose' script it pauses execution whilst Outlook.exe has been launched by _INetMail.

To remedy this perhaps registry should be read HKCR\mailto\shell\open\command\"default value" to determine the name of the default executable [outlook.exe or msmn.exe] Email client and close any running processes.

My guess is that the Windows mail client continues to run to manage desktop delivery processing

#390 Fixed Bugfix in visa.au3 Gary jdoering@…
Description

In the visa.au3 not only the DLLCall for viQueryf needs the int:cdecl declaration but also the viPrintf DLLCall. So the calls must look like this: ((( $a_results = DllCall("visa32.dll", "int:cdecl", "viPrintf", "int", $h_session, "str", "%s", "str", $s_command) )))

#391 Rejected TreeView to just accept select in the checkboxes Wooltown
Description

I want a feature in treeview, just accepting that you click in the checkboxes to make them selected.

Normally you can click anywhere on the text, but I would like just to have the checkbox to make it selected, is it possible ?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.