Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#33 No Bug _IsNumber() & IsInt() both incorrectly return true squirrely1
Description

XP SP2 EN x86

MsgBox(0,"Testing IsInt()",IsInt(Number("K")) & " - Should be: 0")
MsgBox(0,"Testing IsNumber()",IsNumber(Number("K")) & " - Should be: 0")
#51 No Bug Problem with "Au3Check" and "IsDeclared" Holger
Description

Au3Check 'seems' to have a problem with correct checking of lines with "IsDeclared". Here a small example:

#include <GUIConstants.au3>

If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111

Whith running these lines there is no problem only with checking. This is the output:

>C:\Userapps\AutoIt3\SciTE\..\au3check.exe "C:\Userapps\AutoIt3\test.au3"
AutoIt3 Syntax Checker v1.54.8  Copyright (c) Tylo 2007

C:\Userapps\AutoIt3\test.au3(3,71) : ERROR: $WM_COMMAND previously declared as a 'Const'
If Not IsDeclared("WM_COMMAND") Then Global Const $WM_COMMAND = 0x0111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Userapps\AutoIt3\test.au3 - 1 error(s), 0 warning(s)
>Exit code: 2    Time: 0.328

Holger

#72 No Bug MFC ActiveX Control doesn't work w/ AutoIt livewire
Description

MFC ActiveX controls' properies and methods cannot be accessed/invoked via AutoIt. These same controls can be accessed/invoked via VB6 and the ActiveX Control Test Container that comes with Visual Studio 6.

I would expect that if I create an MFC ActiveX Control, I would be able to access/invoke the properties and methods.

You can reproduce the bug by following my instructions on the link below.

OS: Windows XP SP2

Here is a link to my topic on the support forum which contains a sample MFC ActiveX Control: http://www.autoitscript.com/forum/index.php?showtopic=61095&hl=livewire

Thanks, Livewire

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.