spyrorocks Posted May 7, 2006 Posted May 7, 2006 THis is cool. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
nfwu Posted May 8, 2006 Author Posted May 8, 2006 push....nfwu could you answer if this is something like you searched?Not really... I need it at least 1/30 of a second. (if possible, 1/60 would be nice.) Anybody knows if this works?: $ClearScreen[800][600] $ScreenBuffer = $ClearScreen #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Busti Posted May 8, 2006 Posted May 8, 2006 iks a (max)res with 1600x1800 ok ? otherwise it will take so long :/ My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
hackernohat Posted May 14, 2006 Posted May 14, 2006 Sorry When i test this code.It running not good.Much error found but I can't fix all of them (ex: _radian() is not found ) .v.v
nfwu Posted May 14, 2006 Author Posted May 14, 2006 1) Are you using beta? 2) Try the compilied file. Does that work? 3) _Radian is found in Math.au3. Did you install AutoIt correctly? #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
LineageIIC3Freak Posted May 14, 2006 Posted May 14, 2006 lol i have no idea what this is or does... shows how equivelant a GED is to a highschool diploma lol [quote]I don't like to think, Therefore I ChEaT[/quote]
Busti Posted May 14, 2006 Posted May 14, 2006 1) Are you using beta? 2) Try the compilied file. Does that work? 3) _Radian is found in Math.au3. Did you install AutoIt correctly? #) nfwu, i found a method, but the source is 97mb big and the exefile 10mb WriteDown() Func WriteDown($p_color="0x000000") FileWriteLine( "CalcScreen.au3" , "Func CalcScreen()" ) FileWriteLine( "CalcScreen.au3" , "; - CalcScreen :") FileWriteLine( "CalcScreen.au3" , "; Dim CalcScreenMax :") FileWriteLine( "CalcScreen.au3" , "Dim $CalcScreen[1601][1801]") FileWriteLine( "CalcScreen.au3" , "; - Cleaning Screen, up to 3000") $nput = "" For $H = 1 To 1600 For $W = 1 To 1800 $put = "$CalcScreen["&$H&"]["&$W&"] = "&$p_color &@CRLF $nput &= $put ToolTip( $W & " " & $H ) Next Next ClipPut($nput) FileWriteLine( "CalcScreen.au3" , "EndFunc" ) EndFunc otherwhise you need multithreaaaaaad My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
nocow Posted May 17, 2006 Posted May 17, 2006 (edited) Soz if stupid question but is there a way to define a pixel to a color or to make a line in a GUI window or at the top over all? would't be bother to make a new topic when its related... Regards Edited May 17, 2006 by nocow
nfwu Posted May 18, 2006 Author Posted May 18, 2006 Please note: The Scripts and Scraps forum is not a general support forum! Bact to your question: Yes. Refer to the help file: GUICtrlSetGraphic GUICtrlCreateGraphic #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
temor Posted February 17, 2014 Posted February 17, 2014 The download link (http://www.autoitscript.com/fileman/users/nfwu/AutoIt3D.zip) don't work !
BrewManNH Posted February 17, 2014 Posted February 17, 2014 This thread is 8 years old I'm not surprised the link is dead. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now