Jump to content

MaxMeyer123

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by MaxMeyer123

  1. if i dont take the dlg_moveable parameter its not movable? it shouldnt be movable // i search a overlay function for textes not picture :S but ty anyways
  2. i already wrote the "structure" of it i just need help with the overlay heres the code + result (msg box for testing) Result
  3. Hi guys, how can i create an undraggable, transparent, foreground (over Chrome, VLC Player etc, idc Games because i want dat Overlay for my second Screen) overlay? (just for textes (like Wlan on/off, NAS on/off(i already wrote the functions))) Ty guys.
  4. still the same error, and still the log dont get created :S
  5. i wrote If _Nas_Ready() = 1 Then now but still the same error but if i just run the script without include it and run it on my test script it work and the log get created but when i include this in my test.au3 it just say "keine verbindung" (line 15) __ Sorry M23
  6. if the "include" connect to my server it should return _py_Connect() = 1 if i start the test script it dont even create a log if i just acitvate the include it does.. (if i start the script with _py_Connect() i put a ;~ infront for the include now still not working) i copyed my whole scripts
  7. Hi guys, first of all sorry for my bad english. Atm im coding an Include for my Pyload (Nas) really simple because i just started with coding I tested every Function by ~ the return under the WInHttpConnect successful and write an test() But if i Include this and wanna test it i get the Error Line 15 -> "Keine Verbindung" Second Question, i have some more Function to see things like Wlan on/off how can i write an Overlay that is undraggable, in foreground of all windows, transparent. (Just Text, Pics would be possible too) I tried to make an Overlay via a GUI but it didnt work out. Ty guys
  8. wuut its as include for my pyload script, the html source code contains like 500 lines :S i thought to something like this but i get error $GBArr = StringRegExp($sPaket,'<label style="font-size: 0.8em; font-weight: bold; padding-left: 5px; position: relative; top: -17px">[\r\n]+[ ]+(\d+) / (\d+)</label>',3) but i get "C:UsersKNG HOLDYDesktop_FB_Tools 1.5includesPyload_Selfmade.au3" (94) : ==> Subscript used on non-accessible variable.: Msgbox(1, $GBArr[0], $GBArr[1]) Msgbox(1, $GBArr^ ERROR if i wanna call it with Msgbox(1, $GBArr[0], $GBArr[1])
  9. Hi guys, currently im writing an really simple api for pyload. For one function i wanna see how much parts are left. <label style="font-size: 0.8em; font-weight: bold; padding-left: 5px; position: relative; top: -17px"> 800.00 MiB / 33.66 GiB</label> 800MB downloaded from 33,66 GB How can i use StringRegEx if theres more then 1 line? Sorry for my bad english Ty guys
  10. I have a problem with my Imagesearch, i put the DLL in system32 (64Bit) and the Imagesearch.au3 in my Include Folder Heres the Error <snip> I hope you can help me TY!!
  11. I wanna make a Script that automaticly login me in League of Legends because i play on 3 Realms and i dont wanna change by hand all the time. It works fine so far but i have a problem where i need a Imagesearch Heres the Error <snip> I hope you can help me TY!!
×
×
  • Create New...