Custom Query (3920 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 of 3920)

Ticket Resolution Summary Owner Reporter
#1241 Fixed Invalid MsgBox flag cause exit without warning scriptonize
Description

Hi,

I recently discovered this strange behavior of the MsgBox() function. When I enter a wrong/unknown flag number the app will exit, without any warning (The exit code on the console = 0).

I've attached a zip file with sample code, console output and debug info. If you need more info please do contact me through this email address: u.mail2@…

Cheers, Scriptonize

#1242 Fixed GDIPlus Encoder stuff doesn't work. Valik
Description

The GDIPlus Encoder stuff doesn't work because a pointer is passed to _WinAPI_WideCharToMultiByte() which treats it wrong and ends up doing the wrong thing.

Simple example that reproduces the problem is the _GDIPlus_Encoders() example which displays hex strings instead of text for things like DLL name, file extension, et cetera.

This should probably be fixed in _WinAPI_WideCharToMultiByte() by testing if the input IsPtr() and doing the right thing. I imagine GDIPlus isn't the only place calling the function in this manner which means there are possibly other broken things.

_WinAPI_MultiByteToWideChar() is probably broken, too.

#1246 Fixed Broken links in Helpfile Jpm Rob Saunders <therks@…>
Description

I found the link in the remarks for GUICtrlCreateEdit had an invalid destination:

To set or change information in the control see GUICtrlUpdate....

It links to "/html/functions/GUICtrlUpdate%20Managenent.htm"

Note that Management is spelled wrong (Managenent). It seems to be broken in all the GUICtrlCreate- pages except Date, TreeView, and TreeViewItem.

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