Jump to content

JScript

Active Members
  • Posts

    1,213
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by JScript

  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. Is there any relation with SSD? JS
  10. @wakillon This is not an elegant solution, is more like "ignorance"! Let it go, do not worry about it... JS
  11. @wakillon Firefox 31.0 - I guess I better open another topic for not escape the current focus! JS
  12. @Danyfirex Now work! @wakillon Your signature breaks the forum interface: '> JS
  13. @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
  14. @Danyfirex Now it worked, but instead of 0 could be an empty string? JS
  15. @Danyfirex Your program shows the publisher of utorrent as the Jos van der Zande, but "Add and Remove Programs" windows shows this: JS
  16. @Danyfirex Result: JS
  17. If the function exists and was created with the purpose that is stamped in her own name, why not use it ?! @Rizonetech Nice work! JS
  18. Friends, have a few details that are delaying the release of a new version, one reason is the new "recording system for bitmaps in cache" on the local computer, thus you gain agility and performance for a particular image is only sent by the computer remote only once, it is excellent for slow connections with rates of around 128kbps upload! But I discovered a side effect in this system that I implemented... Look at the picture below: Picture 1: The remote computer is based on Windows XP SP3, running on a virtual machine with the following configuration: Figure 2: The network card is configured with the following options: Picture 3: Based on the Figure 1, we see that the Bitmap "About Notepad" already sent once and saved to the local cache indicated by the "tip" below titled "Load Bitmap from cache". But before I had written on "Notepad" to the remote computer phrase: "Falha do cache" (Cache Failed) I went to the [Help] menu and clicked on the option [About Notepad], with the Bitmap that was sent along with the phrase I mentioned above. Ok, so far so normal, but when you close the window, I removed the sentence and went back on the menu and as they can be seen in Figure 1, the phrase appeared along with the Bitmap that was in the cache!!! Well, that's it, I'm trying to solve the problem, although this "side effect" is very rare to happen, but it happens! JS
  19. @topten I'll update the program for the current version of AutoIt, then make a new tutorial explaining what you want ok? So long, JS
  20. @AdmiralClaws Thanks buddy, but unfortunately I do not understand! Yes, I know, but I just posted the question for the simple fact that I have not understood how to do this in practice!Forgive me if my intelligence is not enough to understand something that is very simple for you, but it would be great If you could reproduce an example. JS
  21. Or try this in pure AutoIt: JS
  22. Also confirmed in keyboard PT-BR! @Zohar Post your code so we analyze better... JS
  23. What section below I add this item?: JS
  24. How can I change the path of execution (marked in bold)?: The reason: I'm using a SSD HD and I want to spare the life of him. JS
×
×
  • Create New...