Jump to content

Recommended Posts

  • Administrators
Posted (edited)

File Name: AutoIt v3.3.9.13 Beta

File Submitter: Jon

File Submitted: 27 Jul 2013

File Category: Beta


3.3.9.13 (27th July, 2013) (Beta)
AutoIt:
- Fixed: Some expressions were not generating error messages. For example: MsgBox(0, "", UnknownFuncName)
- Fixed #2075: GUICtrlSetImage changes icon position on resizable window.
- Fixed #1667: WinMove() Child window.
- Fixed #2367: beta regression on retrieving twice same $oIE.document (note: this was actually introduced in 3.3.8.0).

- Changed: SciTe compiled in high dpi aware mode. Looks epic on a retina resolution display.

- AU3Check should support the new syntax for Ternary.

- Removed: PluginOpen() and PlugInClosed() removed to do not being used and never having progressed past the experimental stage.


Click here to download this file

Edited by Jos


 

Posted

So far so good.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

i detect bug on autoit beta: in beta version inputbox dialog and something will add to resource after compiled, right?

if i make inputbox as this way

Execute(BinaryToString("0x696E707574626F782820226773222C20226773672229"))

the compiler not recognize and not add resource inputbox... inputbox() will be skip  :(

(sorry my bad English)

Invisible text... WAIT!!! you can see this text?!

Posted

I confirm but why to be so complicated with the execute(binaryString()) and not just

Execute('inputbox( "gs", "gsg")')

are you willing to hide something ...

Posted
  On 7/27/2013 at 1:14 PM, jpm said:

I confirm but why to be so complicated with the execute(binaryString()) and not just

Execute('inputbox( "gs", "gsg")')

are you willing to hide something ...

 

ya :P

Invisible text... WAIT!!! you can see this text?!

Posted

Can you check with the following script that #2367 is solved for you?

x86/x64 must display 0 -> 0

If not you can play with the Sleep time running "Run #2367 $oIE.document twice.au3" that will execute both X86 and x64 Autoit

When report please indicate Win version IE version CPU speed ... whatever you think can help us to find this weird bug

Thanks for all

JP

Run #2367 $oIE.document twice.au3

#2367 $oIE.document twice (Sleep).au3

Posted (edited)

I got

0 -> 0 with the x84 version.

1 -> 1 with the x64 version.

Windows 7 x64 - IE 10 - CPU: 2.10GHz

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

My results:

x86: always 0->0

x64: always 1->1

Edit:

OS: Win7 SP1 x64

CPU: Intel® Core i5 CPU M 540 @ 2.53GHz

IE: 10

Br,

UEZ

Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted

I was curious..

I remember there was mention of some changes to the syntax, like making it so $test = [1,2,3] would create an array w/o needing to specify $test[3].

Is that still being continued?

Posted
  On 7/27/2013 at 1:40 PM, FlutterShy said:

I was curious..

I remember there was mention of some changes to the syntax, like making it so $test = [1,2,3] would create an array w/o needing to specify $test[3].

Is that still being continued?

Local $aArray[] = [0, 1, 2, 3] ; Help file explains this.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

jpm,

Always 0 -> 0.

Vista x86, IE9, CPU 2.13GHz.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

No it's not a mistake. We (myself primarily) created a build script to generate the autoit.php for the current release, so anyone that uses GeSHi can copy that to their sever or what not. Saves us having to contact GeSHi everytime an update comes out.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted (edited)

It is a mistake, we should properly cleanup all files we install when doing an uninstall :)

I will have a look to see if the uninstall was overlooked of this added file.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Ah, I missed the uninstall part of that post. Stupid eyesight!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Fixed and committed Jos.

Edit: Seems you got there before I did!

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted
  On 7/27/2013 at 3:42 PM, guinness said:

Fixed and committed Jos.

Edit: Seems you got there before I did!

Correct ... I added the removal of this directory to the uninstall section. :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

It said "oi Jos is working on it guinness" in the svn message. Good old svn -_0

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...