Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/06/2018 in all areas

  1. #include <Constants.au3> #include <TrayConstants.au3> Global $aMousePos, $iMouseOver = 0 Opt("TrayOnEventMode", 1) TraySetOnEvent($TRAY_EVENT_MOUSEOVER, "_overTray") While 1 Sleep(100) WEnd Func _overTray() $aMousePos = MouseGetPos() If Not $iMouseOver Then AdlibRegister("_checkMouseOverTrayAdlib", 100) $iMouseOver = 1 EndFunc Func _checkMouseOverTrayAdlib() $aMousePos2 = MouseGetPos() If $aMousePos2[0] <> $aMousePos[0] Or $aMousePos2[1] <> $aMousePos[1] Then $iMouseOver = 0 AdlibUnRegister("_checkMouseOverTrayAdlib") ConsoleWrite("Mouse not over tray" & @CRLF) Return EndIf ConsoleWrite("Mouse over tray" & @CRLF) EndFunc
    2 points
  2. markyrocks, As you obviously have no intention of opening up about this app there seems little point in this thread remaining open - so it is closed. You are now firmly on our radar as "uncooperative", so expect similar treatment if you are equally evasive in the future. aa2zz6, caramen, As explained in the Forum rules and in this announcement the Mods take a dim view of people helping while we are trying to determine if a thread is legal - which should be patently obvious in this thread where 2 Mods are involved. You are each suspended for a week "pour encourager les autres". M23
    1 point
  3. Hi, There have been far too many occasions recently where the Mod team have been trying to determine whether a particular thread is legal and a member has posted offering help to the OP. If the Mods are concerned about a thread, please refrain from posting within it - and certainly do not offer anything at all useful - until the all-clear has been given. After this announcement has been posted, we will regard any future instances as unfriendly acts and the poster can expect to be sanctioned - you have been warned. M23
    1 point
  4. Trying to win the smart-ass of the day award? What about instead being way more specific in what it is you are doing or else please don't bother us with vague questions? Jos
    1 point
  5. Melba23

    Google Policy Violations

    As of now please do not post or link to any code or software which allows the downloading of YouTube content. Any such content that is already available on the forum will be removed by the Mods as and when it is discovered. Thank you for your cooperation - whether forced or voluntary. M23
    1 point
  6. Hi, A quick bump to get this back into view as the prohibition still stands. M23
    1 point
  7. spikespaz, There are many posts (often by me) on the forum which explain why the rule exists as it does, so I am not going to explain it yet again. Suffice to say that the site owner, and author of AutoIt, wrote those rules personally - so if you want to post in his forum you need to obey them. If that does not meet with your personal feelings of what should be allowed - tough. We cannot, and indeed have no wish, to determine what use people make of AutoIt - but we do, and most certainly will, police what is discussed in this forum. And so to prevent yet another Oozlum bird meeting a premature end, this thread is locked. M23
    1 point
  8. As it seems that some members do not bother to read the "Announcements" section, I have added the above to the list of prohibited activities in the Forum rules. M23
    1 point
  9. And just in case you were wondering, we were not joking: M23
    1 point
  10. Melba23

    Alphabet - (Moved)

    FrancescoDiMuro, Helping when a Mod is trying to determine the legitimacy of a thread is not a good idea - I warned everyone about it here: Have a couple of days to think about what you will do next time - although there had best not be a next time, clear? M23
    1 point
  11. Jos

    Alphabet - (Moved)

    ... and you think this will make it clearer for me? How does this align with the first post? So, let's try again and this time try to make some sense for an old fart like me that doesn't have the faintest clue what you are on about. Jos
    1 point
  12. Jon

    Google Policy Violations

    The irony is that I'm not entirely sure that this topic doesn't infringe on the last point of having a google trademark in the URL. I hope it means the domain name url part and not anything else ...
    1 point
  13. Jon

    Google Policy Violations

    This is due to me getting my Adsense account almost closed due to my "abuse". I only get 3 days warning when a violation occurs (which is easily missed in the console). Also it's not clear how many warnings trigger "bad things". Thanks for your cooperation
    1 point
×
×
  • Create New...