Jump to content

jak

Members
  • Posts

    10
  • Joined

  • Last visited

About jak

  • Birthday 05/29/1990

Profile Information

  • Location
    Germany
  • WWW
    http://www.jak-software.org/
  • Interests
    Computer<br />SeaMonkey

jak's Achievements

Seeker

Seeker (1/7)

1

Reputation

  1. I released Version 0.4.1, please use this one. Here you can simply use the functions _SevenZipCMD, _SevenZipAdd and _SevenZipExtract without calling other functions. You also should get no warnings.I removed Version 0.5 Alpha 1, because I am going to rewrite all functions, add new ones and provide better documentation. 0.4.1 is stable now and everything works like version 0.4 with AutoIT 3.1.x
  2. I'm currently working on version 0.5 of the functions, and there you will be able to specify the path of the dll. (Edit 15 Oct 2006: We will need Dll Handle from DllOpen for the functions in 0.5) At the moment: To use the 7-zip32.dll ín your temp folder you could add the following to the top of your script: EnvSet("PATH", @TempDir & ";" & EnvGet("PATH"))oÝ÷ Ú«¨µéÚoÝ÷ Û­«­¢+Ø}MÙ¹i¥Á 5 ÅÕ½ÐíµÑé¥ÀÅÕ½ÐìµÀìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìµÀìÀÌØí½±ÉÁÑ µÀìÅÕ½ÐìÀäÈì¡i¥ÁÁ¤ÀäÈìÅÕ½ÐìµÀìÀÌØíÍé9µµÀìÅÕ½Ðì¹é¥ÀÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìµÀìÀÌØí½±ÉÁÑ µÀìÅÕ½ÐìÀäÈìÅÕ½ÐìµÀìÀÌØí¥±1¥ÍÑlÀÌØí¥tµÀìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìÅÕ½ÐìµÀìÅÕ½Ð쵡¥ÅÕ½Ðì¤íÉÕ¸Ýé¥À½µµ¹±¥¹oÝ÷ Ù»­mëmz¼(ºW[y«­¢+Ù}MÙ¹i¥Á ÀÌØí½±ÉÁÑ µÀìÅÕ½ÐìÀäÈì¡i¥ÁÁ¤ÀäÈìÅÕ½ÐìµÀìÀÌØíÍé9µµÀìÅÕ½Ðì¹é¥ÀÅÕ½Ðì°ÀÌØí½±ÉÁÑ µÀìÅÕ½ÐìÀäÈìÅÕ½ÐìµÀìÀÌØí¥±1¥ÍÑlÀÌØí¥t°Ø°ÅÕ½Ðíé¥ÀÅÕ½Ðì°ÅÕ½Ð쵡¥ÅÕ½Ðì and of course include SevenZip.au3 or Copy and paste the needed function to your code.
  3. Try Version 0.4.1 RC1, this should fix the problem. (I have not tested it, because I'm not using Windows at the moment.)
  4. Functions for 7-zip32.dll To hide the created window, you need to use -hide for the $cmdline parameter The newest files and 7-zip32.dll are on my website now: http://www.jak-software.org/pub/autoit-stuff/7-zip/ (2006/10/14: Only 0.4 at the moment) Newest Version: 0.4.1 (2006/10/15) [0.5 Alpha 1 Removed] New in 0.4.1 includes the Multiple Zip Script from cue (http://www.autoitscript.com/forum/index.ph...586&hl=7zip), but modified to use my functions.Works with AutoIT 3.2 now (Tested with 3.2.0.1 inside Wine in Linux)7_zip32.dll SevenZip_0_4_1.zip
  5. The compiled script file should run without errors. The script file needs the include folder. A new version is downloadable now: GenIndex 2.0.1 in nightly: GenIndex 2.0.2 Downloads here: http://www.jak-software.de/downloads/GenIndex/
  6. GenIndex 2.0 is downloable now: GUIRecursive Mode SelectionHelp FileMany More...See: http://www.jak-software.de/downloads/GenIndex http://www.jak-software.de/html/en/genindex.html http://www.jak-software.de/html2/en/1036/ Have fun GenIndex200.zip
  7. GenIndex 2.0 is downloable now: See here: http://www.autoitscript.com/forum/index.php?showtopic=13138
  8. Here is my modified version: Added Displaying "oben.txt" on the top of the page and "unten.txt" on the end of the page if exists. Added LogfileAdded Version InformationAdded Recursive ModeAdded Icons for FiletypesAdded "Last Modified" categoryAdded MB and GB for size informationName: GenIndexGNU GPLFor new versions see : http://www.jak-software.de/downloads/GenIndex or http://www.jak-software.de/genindex-en.htmlor send a mail to : webmaster@jak-software.de or julian.klode@gmail.com GenIndex121.zip
  9. I have written a browser with functions like reload, back, forward, etc... #include "GUIConstants.au3" $dll = DLLOpen("cwebpage.dll") $u="No Message" $b="1" $hwnd = GUICreate("JAK Webbrowser 1.0...",800,600,-1,-1, -1) $pos = WinGetClientSize($hwnd) $u=GUICtrlCreateInput ( "www.autoitscript.com", 280, 510, 120,20 ) $b=GUICtrlCreateButton ( "Go!", 400 , 510, 60, 20) $word=GUICtrlCreateInput ( "www.autoitscript.com", 480, 510, 120,20 ) $search=GUICtrlCreateButton ( "Search!",600 , 510, 60, 20) $back=GUICtrlCreateButton ( "<Back", 270, 535, 60, 20) $for=GUICtrlCreateButton ( "Forward>", 345 , 535, 60, 20) $re=GUICtrlCreateButton ( "@Reload", 420 , 535, 60, 20) DLLCall($dll,"long","EmbedBrowserObject","hwnd",$hwnd) GUISetState() DLLCall($dll,"long","DisplayHTMLPage","hwnd",$hwnd,"str", "http://www.autoitscript.com" ) DLLCall($dll,"none","ResizeBrowser","hwnd",$hwnd,"int", 800, "int", 500 ) While 1 $msg = GUIGetMsg() If $msg = -3 Then ExitLoop If $msg= $b then DLLCall($dll,"long","DisplayHTMLPage","hwnd",$hwnd,"str", GuiCtrlRead($u) ) If $msg= $back then DLLCall($dll,"none","DoPageAction","hwnd",$hwnd,"int", 0) If $msg= $for then DLLCall($dll,"none","DoPageAction","hwnd",$hwnd,"int", 1) If $msg= $search then DLLCall($dll,"long","DisplayHTMLPage","hwnd",$hwnd,"str", "http://www.google.com/search?q=" & GuiCtrlRead($word) ) If $msg=$re then DLLCall($dll,"none","DoPageAction","hwnd",$hwnd,"int", 4) WEnd Func OnAutoItExit() DLLCall($dll,"long","UnEmbedBrowserObject","hwnd", $hwnd) DLLClose($dll) EndFuncbrowser.au3
×
×
  • Create New...