Jump to content

Leagnus

Active Members
  • Posts

    55
  • Joined

  • Last visited

Profile Information

  • Location
    Ukraine

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Leagnus's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. And where to get _ControlHover.au3?
  2. Thank you a lot. I was usin Gary`s cSnippet for long period. Now I like Yours. One thing: a lot of empty @crlf in the end of the snippet while editing or pastin into Scite. File containing the snippet code doesn't have the endlines. Thank You a lot!
  3. You've forgotten #include <GuiMenu.au3>
  4. I've found why SciTE Jump didn't worked for me: everyone who uses Scite Ru-Board edition should put into his SciTEUser.properties file: title.full.path=1 because Scite title is something like this: "SciTE Hopper v1.0.2.1.au3 in E:cdsCodmanCodingAutoItSciteSciTE Hopper - SciTE [2 of 3]" instead of "E:cdsCodmanCodingAutoItSciteSciTE HopperSciTE Hopper v1.0.2.1.au3 - SciTE [1 of 2]"
  5. nothing: as if without SciTE Jump.What environment vars uses SciTE Jump? May be i can launch it with other script that sets them.
  6. SciTE Jump V1.18.64.77 Nothing happens. If i drop au3 file onto SciTE Jump it fires up with green for a moment and nothing changes. Autoit 3.3.8.0. I separate home folder from Scite home for easy update. I do this for a lot of software: this way is the best for a backup.
  7. I have my own environment: SciTE.exe is in one folder, SciTEUser.properties in other folder and i'm launching it with commandline shortcut. So when I start SciTE Jump.exe – I've got "File doesn't exist" in SciTE Jump. The same situation is with Scite hopper. What should i do? [userJS ExtraLinks Img] oops.gif
  8. I'm convinced of need to use ObjCreate("Shell.Explorer.2") in alternative shell environment. In the environment it's the only way to _IEAttach (recurrent use of existent IE object).
  9. I need a source of "Finder tool" of Au3Info.
  10. Thanks for amazing software! I've got 'Subscript used with non-Array variable' error too. It's because of "BitOR" for $iStyle in line 3096: $MIGUI = GUICreate("Ultimate Launcher", $W, $H, $ULP[0], $ULP[1], 0x80000000, $iStyle, 0x80); IMAGE GUI If I put it old way: $MIGUI = GUICreate("Ultimate Launcher", $W, $H, $ULP[0], $ULP[1], 0x80000000, 0x00080000 + 0x00000010 + 0x00000008); IMAGE GUI averything's workin ok.
  11. I use an alternative shell – PowerPro with it's own tray and window management – for years. But I have a problems with new version of Skype: it's windows don't respond on mouse clicks. They don't respond on mouse clicks until I put Au3Info Finder tool on Skype window – then skype window becomes respondable. What call or what function uses Au3Info Finder tool? I see Larry isn't active for years – so I can't ask him about it. But I see Au3Info is compiled recently...
  12. Is there a way to record music stream separately from all system sounds? Like in Egisca NexusRadio. It's for nice
  13. > The requested action with this object has failed IMHO server should be not 'MySQL' but 'localhost'. For remote connection we should use plink.exe or any soft that uses plink.exe (for example SQLyogEnt.exe). For SSH connection port can be 3310.
  14. Damn you for deleting *.txt in root of all partitions even without "Start" button.
  15. To anyone who've got to see nothing while launchin this cool script: erase "0x80" in the end of line 1606: $MIGUI = GUICreate("Ultimate Launcher", $W, $H, $ULPos[0], $ULPos[1], 0x80000000, 0x00080000 + 0x00000010 + 0x00000008, 0x80)
×
×
  • Create New...