Jump to content

JScript

Active Members
  • Posts

    1,213
  • Joined

  • Last visited

  • Days Won

    7

JScript last won the day on October 31 2012

JScript had the most liked content!

About JScript

  • Birthday 07/01/1975

Profile Information

  • Member Title
    I'm back ... I miss, why not!
  • Location
    Somewhere out there!
  • WWW
    http://forum.autoitbrasil.com/

Recent Profile Visitors

1,738 profile views

JScript's Achievements

  1. You're right Jos! It was a problem in the ramdisk folder: I recreated the folders, re-installed the current version and everything returned to normal operation, thank you! JS
  2. I do not use any AV program, only the Deep Freeze! But I decided to return to the 3.4.4 version and the error disappeared. JS
  3. @Jos When I go to compile, the following error appears: Output: JS
  4. @UEZ The way below also works on my test: #include "_GUIResourcePic.au3" _Example() Func _Example() Local $hGUI = GUICreate("GIF Animation", 200, 200), $bStart = False Local $iPic = _GUICtrlPic_Create("\Lear_jet-(128x100).gif", 0, 0, 0, 0) _GUICtrlPic_SetState($iPic, $GUI_GIFSTOP) GUISetState() While 1 Switch GUIGetMsg() Case -3 Exit Case $iPic ConsoleWrite('clicked' & @LF) EndSwitch Switch GUIGetCursorInfo($hGUI)[4] Case $iPic If Not $bStart Then _GUICtrlPic_SetState($iPic, $GUI_GIFSTART) $bStart = True EndIf Case Else If $bStart Then _GUICtrlPic_SetState($iPic, $GUI_GIFSTOP) $bStart = False EndIf EndSwitch WEnd EndFunc JS
  5. @t0nZ Hello! These glitches have been seen in other posts here, but no solution for it! Glad you enjoyed and thanks for using it. JS
  6. All your codes are very interesting, somehow ends up completing one another! Thanks for sharing another pearl. JS
  7. Nice! You have some examples to provide us? SSControlHover_Register($idCtrl, $aIdAttachedCtrl, _ $fnNormalCb, $vNormalData, $fnHoverCb, $vHoverData, $fnActiveCb, $vActiveData) Something like popular the sentences below ; #FUNCTION# ==================================================================================================================== ; Name ..........: SSControlHover_Register ; Description ...: ; Syntax ........: SSControlHover_Register($idCtrl, $aIdAttachedCtrl, $fnNormalCb, $vNormalData, $fnHoverCb, $vHoverData, ; $fnActiveCb, $vActiveData) ; Parameters ....: $idCtrl - An integer value. ; $aIdAttachedCtrl - An array of unknowns. ; $fnNormalCb - A boolean value. ; $vNormalData - A variant value. ; $fnHoverCb - A boolean value. ; $vHoverData - A variant value. ; $fnActiveCb - A boolean value. ; $vActiveData - A variant value. ; Return values .: None ; Author ........: Your Name ; Modified ......: ; Remarks .......: ; Related .......: ; Link ..........: ; Example .......: No ; =============================================================================================================================== JS
  8. It is unfortunate the amount of idiots looking for that language to trifles as bots games! JS
  9. @wakillon This is not an elegant solution, is more like "ignorance"! Let it go, do not worry about it... JS
  10. @wakillon Firefox 31.0 - I guess I better open another topic for not escape the current focus! JS
  11. @Danyfirex Now work! @wakillon Your signature breaks the forum interface: '> JS
  12. @ResNullius Yeah, sure, it makes more sense to me because I always thought the "snippets" should not have includes ... I also noticed that here is a little slow, I posted several snippets that are still here: http://www.autoitscript.com/forum/index.php?app=core&module=search&do=search&fromMainBar=1 JS
  13. @Danyfirex Now it worked, but instead of 0 could be an empty string? JS
  14. @Danyfirex Your program shows the publisher of utorrent as the Jos van der Zande, but "Add and Remove Programs" windows shows this: JS
×
×
  • Create New...