Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 20:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AutoIT Koda Problem

Discussion on AutoIT Koda Problem within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
Zagaris123's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 440
Received Thanks: 98
AutoIT Koda Problem

Hi Leute,

ich will mal wieder was mit autoit machen...
ich habe mit dem kode FD ein GUI erstellt,
Es ist ein Bild enthalten, ich habe auch alles gemacht wie es sonst auch ist aber jetzt kommt eine fehlermeldung wegen einem bild

Hier erstlan der gui script:

Code:
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 862, 747, 185, 121)
$Pic1 = GUICtrlCreatePic("C:\Dokumente und Einstellungen\Lukas\Desktop\Wow botbild.jpg", 0, 0, 857, 745, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Input1 = GUICtrlCreateInput("ID# Entry", 736, 96, 113, 21)
$Input2 = GUICtrlCreateInput("Name", 16, 96, 233, 21)
$Input3 = GUICtrlCreateInput("Display ID", 736, 128, 113, 21)
$Input4 = GUICtrlCreateInput("Mindest Level", 16, 200, 121, 21)
$Input5 = GUICtrlCreateInput("Maximal Level", 16, 232, 121, 21)
$Input6 = GUICtrlCreateInput("HP", 368, 176, 121, 21)
$Input7 = GUICtrlCreateInput("Mana", 368, 208, 121, 21)
$Input8 = GUICtrlCreateInput("Größe", 16, 560, 121, 21)
$Input9 = GUICtrlCreateInput("Angriffsgeschwindigkeit", 368, 552, 121, 21)
$Input10 = GUICtrlCreateInput("Mindest DMG", 368, 584, 121, 21)
$Input11 = GUICtrlCreateInput("Maximal DMG", 368, 616, 121, 21)
$Input12 = GUICtrlCreateInput("Respawnzeit", 16, 592, 121, 21)
$Input13 = GUICtrlCreateInput("Armor", 368, 240, 121, 21)
$Button1 = GUICtrlCreateButton("Button1", 712, 600, 139, 41, 0)
$Button2 = GUICtrlCreateButton("Button2", 712, 648, 137, 41, 0)
$Button3 = GUICtrlCreateButton("Button3", 712, 696, 137, 41, 0)
$Input14 = GUICtrlCreateInput("Quote", 16, 128, 233, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd
und in der fehlermeldung steht:

==> Variable used without being declared.:
$Pic1 = GUICtrlCreatePic("C:\Dokumente und Einstellungen\Lukas\Desktop\Wow botbild.jpg", 0, 0, 857, 745, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Pic1 = GUICtrlCreatePic("C:\Dokumente und Einstellungen\Lukas\Desktop\Wow botbild.jpg", 0, 0, 857, 745, BitOR(^ ERROR

weiß da einer was?

wenn ja direkt das richtigen hier posten =)

lg
Zagaris123 is offline  
Old 07/05/2009, 15:50   #2

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Falsches Forum
#moved nach AutoIt.
Adroxxx is offline  
Old 07/05/2009, 17:10   #3
 
Syc0n's Avatar
 
elite*gold: 20
Join Date: Oct 2008
Posts: 1,835
Received Thanks: 1,638
Dir fehlt ne include datei...
Syc0n is offline  
Old 07/05/2009, 17:36   #4
 
felixli93's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 820
Received Thanks: 909
#inlcude <staticconstants.au3> müsste das sein
felixli93 is offline  
Reply


Similar Threads Similar Threads
Koda-Autoit Problem
07/30/2011 - AutoIt - 12 Replies
hallo Leute, ich habe ein paar fargen: 1) Wie kann ich in Koda in eine Picturebox bilder einfügen?? O.o 2) Wie muss der code aussehen: Ich habe ein fenster indem ein bild A ist. Wenn ich jeztz "0" drücke soll bild be erscheinen und Bild A weg sein. Wenn ich allerdings wieder 9 drücke soll wieder Bild A kommen^^ unhd wenn ich dann wieder irgendwann mal 0 drücke soll wieder B kommen^^ hoffe ihr könnt mir helfen
Koda+AutoIt
03/12/2010 - AutoIt - 6 Replies
HI, ich habe ein Problem. Ich habe mit Koda ein GUI erstellt. Nun will ich das wenn ich auf den "Button1" klick
[AutoIT]Hilfe mit Koda 1.7
03/16/2009 - Metin2 - 0 Replies
Hallo, Ich Bin noch nicht sehr erfahren mit Koda 1.7 Mein problem ist Wenn ich bei Koda ein Bild einfüge kommt da immer so ein errror also es geht zwar man kann die position wählen bild verkleinern und so ABER wenn man dann das Script starten will kommt dann immer so nen Error kp wieso Ich Habe aber eig. alles richtig gemacht naja Deswegen wäre es nett wenn mir hier jemand eine kleine Anleitung geben würde für Koda 1.7 wie man genau Bilder einfügt und richtig^^



All times are GMT +2. The time now is 20:51.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.