Jump to content

qayqay

Members
  • Posts

    8
  • Joined

  • Last visited

qayqay's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. UFF, Thank you!
  2. You mean the Panel where the Error stands? As follows "C:\Anwendung\Tools\AutoIt3\SciTE\CompileAU3\CompileAU3.exe" /prod /CompileDefaults /in "C:\Anwendung\Tools\AutoIt3\Backup\Clock\test.au3" /autoit3dir "C:\Anwendung\Tools\AutoIt3" >Running AU3Check C:\Anwendung\Tools\AutoIt3\SciTE\Defs\Production\Au3Check\au3check.dat C:\Anwendung\Tools\AutoIt3\Include\string.au3(78,32) : ERROR: SetError() [built-in] called with wrong number of args. Return SetError(1, 0, $sStr) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Anwendung\Tools\AutoIt3\Include\string.au3(119,45) : ERROR: SetError() [built-in] called with wrong number of args. If Not $sHold Then Return SetError(1, 0, 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Anwendung\Tools\AutoIt3\Include\string.au3(134,26) : ERROR: SetError() [built-in] called with wrong number of args. Return SetError(1, 0, 0) ~~~~~~~~~~~~~~~~~~~~~~~^ C:\Anwendung\Tools\AutoIt3\Backup\Clock\test.au3 - 3 error(s), 0 warning(s) >AU3Check Ended with Error(s). >Exit code: 0 Time: 2.959
  3. Hallo, I just updated my Autoit and now I get a funny bug... Whenever I #include <string.au3> I get 3 Errors. AutoIt3\Include\string.au3(78,32) : ERROR: SetError() [built-in] called with wrong number of args. Return SetError(1, 0, $sStr) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C\AutoIt3\Include\string.au3(119,45) : ERROR: SetError() [built-in] called with wrong number of args. If Not $sHold Then Return SetError(1, 0, 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ \AutoIt3\Include\string.au3(134,26) : ERROR: SetError() [built-in] called with wrong number of args. Return SetError(1, 0, 0) ~~~~~~~~~~~~~~~~~~~~~~~^ Why can't I include just a UDF without errors. I uninstalled everything and reinstalled. No help! What do I do wrong??? Code as follows: #include <GUIConstants.au3> #include <string.au3>
  4. Äh no :"> But I did it now, and it works! Thank you, MHz!
  5. Please help! I allways get the following error: "Error 429. In routine 'Class_Initialize' Objekterstellung durch ActiveX-Komponente nicht möglich" What do I do wrong???
  6. Ah I spoke too fast! How do I get $iX width $iY height for the calculation????
  7. Wow! Gene, TNX for that quick reply! But I must say "cross multiplication" sounds hevy I think I have to play with it, but I should get it to work! Thank you
  8. Hallo everybody! First of all I must say I am so happy that I found autoit! I is just amasing. Now to my question: I found out that I can resize pictures when I use GUICtrlCreatePic . But I wanted to adjust just the height and the width should be changed proportional to the original picture. For example: Picture a 200x40 Picture b 400x70 I want them to resize to 600x ??, so that it shows a 600x120 b 600x210 Can someone help me! TNX
×
×
  • Create New...