Jump to content

pjotterke

Active Members
  • Posts

    43
  • Joined

  • Last visited

About pjotterke

  • Birthday 06/13/1988

Profile Information

  • Location
    Zundert The Netherlands
  • WWW
    http://www.kleinzundert.nl
  • Interests
    Bloemen corso Zundert!!<br />

pjotterke's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. yeah that 1 i mean!! thanks man!
  2. hmm what i have thats +900 lines... but sorry for my english by maps i mean folders... so my question again... how can i check a folder on an item without activating the folder (so it stays on background)? i need to check an item named B458517Z.jpg thats suppost to be in the folder. dunno not know how i can do this... i have read about it but dunnot know how i have to fix this isue... kind regarts
  3. how can i check a map on an item without activating the map? i need to check an item named B458517Z.jpg dunno not know how i can do this... help me pleease
  4. go and look in the help file before you are going to ask something... nobody want to help you like this... go and search first for you self
  5. thanks for the reply it works..!! only 1 thing not:( i want to give the JPG a name that i have put in on input_1 now it gives a "0" (not good) is that because he thinks he have to give the JPG 2 names ore something elsE?
  6. i have looked @ the helpfile... but didn't understand thats why i have asked on the forum i just don't understand how i have to make a jpg with a variable... i can do it if i have a name... like picture then it's onlue picture.jpg thats easy but with a variable it is different...
  7. use if state ment... If WinActive ("window title", "window text" ) Then exit Else go to....
  8. thanks for the Reply MHz but there is a little prob $input_1 is a variable and iam using it in an other script... so if i use your script he gives a "0" :S:S verry odd... so he wants to use input_1 to times...
  9. Hi guys i want to make a prints screen of a screen this is my code... DllCall("captdll.dll", "int", "CaptureScreen", "str", $input_1, "int", 85) But i want to make "$input_1" like this "$input_1.JPG" understand? how can i do that
  10. ok i al ready found it ("{PRINTSCREEN}") but is there an option that placese the pictures in a file ore something? so i can save them directly with out opening a program where is past them and save like paint?
  11. Hi Guys... Is it possible to make an printscreen of a screen you call up with auto it... so i ahve a script winwait ("JBA System 21", "Item Master Quick") ControlFocus ("", "", 5) Do Sleep(10) Until ControlFocus ("", "", 5) Send ("2") ControlFocus ("", "", 6) Do Sleep(10) Until ControlFocus ("", "", 6) send ("FIMASTER") ControlFocus ("", "", 7) Do Sleep(10) Until ControlFocus ("", "", 7) Send ("FI") Send ("{enter}") WinWaitActive ("JBA System 21", "Item Master Quick") Send ("{F12}") ControlFocus ("", "", 5) Do Sleep(10) Until ControlFocus ("", "", 5) send ("3") And in this script 2 windows pop up can i make a printscreen of window A before Window "b" come;s up?
  12. Hi guys. a little quistion... Is it possible to make a programm button... just like a button from Word.exe if you double click it it starts word.. you understand? thanks enyway
  13. i have made i script for it... While Send ("!M") Sleep (500) send ("{ENTER}") Sleep (500) Send ("{ENTER}") sleep (1000) If WinActive ("Session Error", "Unrecognised panel received unexpectedly during logon" ) Then Sleep (1000) Send ("{enter}") sleep (200) Send ("{enter}") sleep (200) Send ("{enter}") sleep (200) Send ("{F3}") Sleep (200) Send ("{F3}") sleep (1000) else ExitLoop EndIf WEnd I explain.... This first command is that it have to open some files with the progres bar... if thats done it waits 1 second it looks for the specified window (the error) if there is now error it go's on if there is an error it wil loop until the error don't come up
  14. K thanks Smoke i have the salution... While Send ("!A") send ("P") Send ("{enter}") sleep (1000) If WinActive ("Session Error", "Unrecognised panel received unexpextedly during logon" ) Then Sleep (500) Send ("{enter}") else ExitLoop EndIf WEnd thanks again
  15. sleep (2000) While Send ("!A") send ("P") Send ("{enter}") sleep (1000) If WinActive ("Session Error", "Unrecognised panel received unexpextedly during logon" ) Then Sleep (500) Send ("{enter}") Sleep (1000) Send ("{F12}") Sleep (500) Exit Else EndIf WEnd like this? but it don't go out the loop now
×
×
  • Create New...