Hi ich hab eine Frage zu Koda.
Ich hatte mir mal ein Tut angesehen, in dem man ein Hintergrundbild so einstellt, dass man weiterhin Buttons etc. bedienen kann, was sonst nicht ging. So... Der Code sah ungefähr so aus vom Pic:
wenn ich jetzt versuche den text in Koda zu importen, kommt ein Fehler:
liegt es vll daran, dass im Object Inspector der Wert(oder wie das heißt), $WS_Disabled fehlt? Wenn ja, wie kann ich den hinzufügen?
Thx schonmal :D
Edit:
Wenn es von den Includes abhängt, ich hab folgende im Code:
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <StaticConstants.au3>
Ich hatte mir mal ein Tut angesehen, in dem man ein Hintergrundbild so einstellt, dass man weiterhin Buttons etc. bedienen kann, was sonst nicht ging. So... Der Code sah ungefähr so aus vom Pic:
Code:
$bgpic = GUICtrlCreatePic("C:\Users\User\Desktop\Autoit\Pics\bgpic.jpg", 0, 0, 809, 529, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS,$Ws_Disabled))
Code:
Koda is unable to open this form, parser reports an error: Error reading bgpic.Picture.Data: Out of memory while expanding memory stream
Thx schonmal :D
Edit:
Wenn es von den Includes abhängt, ich hab folgende im Code:
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <StaticConstants.au3>