Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 3922)

Ticket Resolution Summary Owner Reporter
#1279 Fixed _FTP_FilePut() - DOC precission - for parametres Valik Zedna
Description

_FTP_FilePut - parameters

1) In remarks should be added: Both $s_RemoteFile and $s_LocalFile can be either partially or fully qualified file names relative to the current directory.

2) parameter $l_Flags now helpfile says: [optional] as in _FTP_FileOpen().

according to MSDN for FtpPutFile http://msdn.microsoft.com/en-us/library/aa384170(VS.85).aspx it should be:

Conditions under which the transfers occur. The application should select one transfer type and any of the flags that control how the caching of the file will be controlled.

The transfer type can be any one of the following values:

FTP_TRANSFER_TYPE_ASCII Transfers the file using FTP's ASCII (Type A) transfer method. Control and formatting information is converted to local equivalents. FTP_TRANSFER_TYPE_BINARY Transfers the file using FTP's Image (Type I) transfer method. The file is transferred exactly as it exists with no changes. This is the default transfer method. FTP_TRANSFER_TYPE_UNKNOWN Defaults to FTP_TRANSFER_TYPE_BINARY. INTERNET_FLAG_TRANSFER_ASCII Transfers the file as ASCII. INTERNET_FLAG_TRANSFER_BINARY Transfers the file as binary.

The following values are used to control the caching of the file. The application can use one or more of the following values:

INTERNET_FLAG_HYPERLINK Forces a reload if there was no Expires time and no LastModified time returned from the server when determining whether to reload the item from the network. INTERNET_FLAG_NEED_FILE Causes a temporary file to be created if the file cannot be cached. INTERNET_FLAG_RELOAD Forces a download of the requested file, object, or directory listing from the origin server, not from the cache. INTERNET_FLAG_RESYNCHRONIZE Reloads HTTP resources if the resource has been modified since the last time it was downloaded. All FTP resources are reloaded.

#1280 Fixed wrong lines in au3.api Valik Tweaky
Description

In the line 233 an following: AutoItSetOption ( "@@End@@", param ) AutoItSetOption ( "###Related###", param ) AutoItSetOption ( "Many.", param ) AutoItSetOption ( "###Example###", param ) AutoItSetOption ( "@@IncludeExample@@", param )

In the line 537 an following: Opt ( "@@End@@", param ) Opt ( "###Related###", param ) Opt ( "Many.", param ) Opt ( "###Example###", param ) Opt ( "@@IncludeExample@@", param )

I think you can delete these files

#1282 Fixed WinMove results in unespected resizing behavior of controls Jpm anonymous
Description

Hi, I believe I have encountered a problem:

First, I create a window (that is initially hidden), I use GUICtrlSetResizing($GUI_DOCK{TOP+LEFT+RIGHT+HEIGHT}) for a few controls (mostly Labels), I use GUICtrlSetResizing($GUI_DOCKBORDERS) for an Edit control, then I use GUICtrlSetPos() to vertically adjust all controls, WinMove() to resize the window, before I @SW_SHOW it.

The problem is this: after I manually resize the window with my mouse, the Label-like controls do proper resizing, but the Edit control takes all bad sizes. Like it "obeyed" the GUICtrlSetPos() properly. But when I resize the window myself, it seems to shoot back to sizes before I used the WinMove, both horizontally and vertically.(!)

I attached the script, maybe you guys see the same thing and know where the problem is to begin with. Or how to solve it.

Thanks in advance.

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