Jump to content



Photo

FCoFix Software - *Updated: Quick-It*


  • Please log in to reply
18 replies to this topic

#1 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 07 December 2011 - 05:20 PM

Feel free to submit modified versions of my code in this topic. They'll get added to the code and you'll get credit.

=== Program Template (Linked Program Name Here) ===

Version: Stable / Dev
Name: Name
Usage: Description of program usage
Functions: Description of things the program can CURRENTLY do

Status: Work in Progress / Stable / Stable+Dev / Finalized / On Hold - (Reason)
License: FOSS / Restricted FOSS / Free Non-OSS / NA (UDFs Only)

Bugs: List
To do: List

Source (UDFs Only): Source Code

Disclaimer:
This is a disclaimer. I own all the software I code. You also own SOME it. You are legally free to modify, change, and/or redistribute any FOSS licensed software uploaded. I would like some credit if you do modify, change, and/or redistribute my software, however you are not required to. All programs listed in this thread are coded by Robert C. Maehl of Louisville Kentucky. Questions and comments are gladly accepted, however an answer is not guaranteed. <Insert more legal standard stuff here>


=== Benchmark.au3 ===

Version: Not Versioned.
Name: Benchmarking
Usage: Allows you to compare different coding to see which is faster with up to 7 different codes to be compared, and from Infinite or 1 to 9999, test cycles.
Functions: Script Performance Testing

Status: Stable
License: FOSS

Bugs:
When using ShellExecute or Run the first few results will be incorrect. Use RunWait or ShellExecuteWait instead?


To do:
Add choosing a file to benchmark option Add inserting code into the program to benchmark option


=== Cover (UDF) ===

Version: 1.1.0.0
Name: Cover
Usage: It saves your eyes
Functions: Allows for adjustable darkness levels from 0 (no darkness) to 255 (total darkness), Allows for custom colors

Status: Stable
License: NA

Bugs:
None


Todo:
None


UDF:
Func _Cover($iTransparency = 127, $sColor = 0x000000, $fQuit = False) Local $hCover If $iTransparency > 255 Then $iTransparency = 255 If $iTransparency < 0 Then $iTransparency = 0 If $fQuit Then GUIDelete($hCover) If WinExists($hCover) Then   GUISetBkColor($sColor, $hCover)   WinSetTrans($hCover, "", $iTransparency) Else   $hCover = GUICreate("", @DesktopWidth, @DesktopHeight,  0,  0, 0x90000000, 0x08000020)   GUISetBkColor($sColor, $hCover)   WinSetTrans($hCover, "", $iTransparency) EndIf EndFunc


=== Quick-It ===

Version: 1.0.0.0
Name: Quick-It
Usage: Live AutoIt Script editing
Functions: Allows you to see your GUI as you code it, includes AuStrip (compiled script size decreasing program)

Status: Work in Progress
License: FOSS

Additional Links: AuStrip

Bugs:
Too many to list


To do:
A lot of things


=== URSafe ===

Version: 1.2.1.0 / 2012.1.0.0
Name: URSafe
Usage: Use along side / in replacement of Win+L, Fork of the KidSafe Program.
Functions: Lock mouse to a section of the screen, Covers up to 2x2 screens (based on the height and width of screen 1), Blocks shutdown/task manager/command prompt, Prevents itself from moving/minimizing/closing when locked, Optional Automatic update checker, Allows for feedback (may be limited to status of feedback server)

Status: Stable+Dev
License: FOSS

Additional Links: Parent Program | Google Code

Bugs:
None Known


To do:
(In the shop) Neater coding (In the shop) New versioning format (In the shop) Improved performance (In the shop) Minor settings.ini tweaks (In the shop) Changing of background within URSafe (Planned) Changing of hotkeys (Planned) Calender within URSafe

Edited by rcmaehl, 03 May 2012 - 03:49 PM.

  • BiliyomKi likes this
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.





#2 BiliyomKi

BiliyomKi

    Seeker

  • Active Members
  • 35 posts

Posted 09 December 2011 - 08:29 PM

cool :D
An AutoIT user.

#3 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 15 December 2011 - 06:18 PM

Updated with latest program: AI-AV. AI-AV has a restricted FOSS license, which means that the majority of the source will be released excluding some functions to anyone who is not a developer. AI-AV will not be available to the public until its' status is Stable or Stable+Dev. AI-AV will take advantage of internet access when available and implement VirusTotal checking if the user so chooses to do so along with it's own private detection methods. AI-AV will also use _IsWine() to detect if the user is on Linux and running AI-AV under WINE and detect Linux viruses as well.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#4 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 10 January 2012 - 05:30 PM

Updated with latest program: Wine Bridge. Wine Bridge has the same license as AI-AV in which certain parts of the program will not be released within the source. Wine Bridge also implements _IsWine() to ensure that it's being run from within WINE to prevent any accidental system damage that could occur if not within WINE due to developer (me) oversight. The goal of Wine Bridge is to add functionality to running Windows Programs running under WINE.

NOTICE: All program downloads are currently unavailable pending movement of programs to github for various reasons.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#5 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 24 February 2012 - 05:21 PM

Edit: It wasn't released on March 1st, I forgot. Sorry!

Updated with WineBridge renamed to Cheese (Thanks to Mechaflash213 for the suggestion!). Winebridge 2.0 will be released on March 1st. It's upcoming features include (note statistics from a Hyperthreaded Intel Atom 1.6 GHz CPU, and are subject to vary per user):
  • Now a wrapper, allowing multiple instances per program
  • Less resource usage by using a read to wait for STDOUT
  • Now "translates" events instead of having the UDF do all the work
  • UDF now well documented including a variety of Return and @error codes
  • Math, ConsoleWrite, and Internet functions added
  • 200% faster
  • Runs faster compared to some AutoIt functions, especially in tight loops
  • Random allows for returning an array of numbers instead of being called multiple times for faster script times

Edited by rcmaehl, 14 March 2012 - 12:48 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#6 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 27 February 2012 - 03:16 AM

Discontinued AI-AV; It's source code is not available. DnD status changed to On Hold because I'm too lazy too develop it, status may eventually change to dropped.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#7 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 13 March 2012 - 11:56 AM

Updated with latest program: All Remote. All Remote can control your computer via Text, IM, or Email. It is also usable on Linux thanks to WineBridge and Cheese. Due to my stubbornness, I will be keeping this program Non-OpenSource Freeware, however I will be releasing a format for adding plugins to add custom compatibility to programs defined in that plugin. I've actually had this program for a while, I've just now decided to share it.

EDIT: Upload location is pending decision. Expect a link and mirrors within 72 hours.

Edited by rcmaehl, 13 March 2012 - 12:25 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#8 guinness

guinness

    guinness

  • MVPs
  • 10,276 posts

Posted 14 March 2012 - 09:09 AM

I decided to take a look at your github page in case there was more code than you've posted above and saw the UDF WineBridge.au3. Now I briefly skimmed the code and what stood out as clear as day was the code below (found in the function WB_HEX,) maybe it's me but surely the Return value is in the wrong place?

While 1                 If FileExists(@TempDir & "winebridge_stdout") And Not FileExists(@TempDir & "winebridge_lock") Then                     Sleep(10)                     Return StringTrimLeft(FileRead(@TempDir & "winebridge_stdout"), 2)                     FileDelete(@TempDir & "winebridge_stdout")                     ExitLoop                 EndIf             WEnd

Example List: _AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_DesktopDimensions()_DisplayPassword()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUISetIcon()_Icon_Clear()/_Icon_Set()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringIsValid()_StringReplaceWholeWord()_StringStripChar()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()AutoIt SearchAutoIt3 PortableAutoItWinGetTitle()/AutoItWinSetTitle()CodingFileInstallrGeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIGetBkColor()LockFile()PasteBinSciTE JumpSignature CreatorWM_COPYDATAMore Examples...Updated: 11/04/2013


#9 James

James

    jbrooksuk

  • MVPs
  • 9,468 posts

Posted 14 March 2012 - 12:31 PM

Polite guiness :oops:

The FileDelete will not work and the ExitLoop is redundant.

#10 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 14 March 2012 - 12:36 PM

I decided to take a look at your github page in case there was more code than you've posted above and saw the UDF WineBridge.au3. Now I briefly skimmed the code and what stood out as clear as day was the code below (found in the function WB_HEX,) maybe it's me but surely the Return value is in the wrong place?

While 1                 If FileExists(@TempDir & "winebridge_stdout") And Not FileExists(@TempDir & "winebridge_lock") Then                     Sleep(10)                     Return StringTrimLeft(FileRead(@TempDir & "winebridge_stdout"), 2)                     FileDelete(@TempDir & "winebridge_stdout")                     ExitLoop                 EndIf             WEnd

Fixed, the pending upload of both the UDF and batch script uses STDOUT and STDERR instead of writing to a file. It also waits for the file to exist using a Do Sleep(100) Until FileExists() loop. I really need a stubborn to do list program that will pop-up every once in a while because I get easily distracted.

Edited by rcmaehl, 14 March 2012 - 12:41 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#11 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 19 March 2012 - 12:05 PM

Can someone please make me an annoying to-do list program that will keep me on task? I mean right now I should be doing school work and not be on the forums, while at home I'm supposed to be on the forums but I get distracted with games. I'm seriously bad at self-management. I've tried making the to-do list program myself, but you know what happened; I got distracted. >.<

Anyway, updates:

NEW! Benchmark.au3, Multi-script time testing.
Xalt-plorer is now kind of discontinued; it will be added as a feature of WineBridge's Cheese

EDIT:

More updates: Discontinuing all development on scripts and programs I don't use personally; if I don't use them, but I made them then why did I make them? Hmmm....

Edited by rcmaehl, 19 March 2012 - 12:14 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#12 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 27 March 2012 - 12:51 PM

Updated: Benchmark.au3

Bug Fix: Removed Tray Icon
Bug Fix: Reset sets cycles to infinite instead of 1
Bug Fix: Test count changing disabled when running
Bug Fix: Cycle count changing disabled when running

Bug Fix: Start button text now changes with testing state.
Bug Fix: Removed small amount of variance within reported times.
New: Now has input boxes for test/cycle numbers.
Note: Specifying 0 cycles means infinite, until stopped, cycles

How to update: Re-download the file.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#13 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 13 April 2012 - 09:13 PM

Update:

All Remote Dropped because of lack of interest
Cheese/Winebridge dropped​ integrated into a different programming language for compatibility reasons.

New:

Quick-It, AutoIt coded SciTE/Notepad++ like tool. Featuring Live GUI previews (ULTRA BUGGY), VT (VirusTotal.com) uploader for false positive analysis of compiled scripts (Planned), Jurryrig detection (Planned), Game Automation detection and prevention (Buggy but working for games I own, can be turned off), Live GUI preview interaction (Planned, will require a clean and tidy script), KODA GUI importing (Planned, not too hard to do, exporting to KODA will not be implemented), QGUICtrl Tool (Allows rapid creation of GUI Controls using mainly the Numpad). The program itself is highly buggy, however I plan on getting this done so that it'll be easier for me to do my other scripts.

Edited by rcmaehl, 18 April 2012 - 12:47 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#14 guinness

guinness

    guinness

  • MVPs
  • 10,276 posts

Posted 13 April 2012 - 09:41 PM

I counted three times the word 'buggy' in your previous post, word to the wise, if you know the program is buggy don't release it, plus links to the examples are missing. (Four times for the word planned.)

I have to ask you, really what is the purpose of this thread please?

[I am also "hiring" developers for Cheese and URSafe (mainly because I've been really lazy with their development), developers won't be paid much, $5/month, but they will get paid.

If you're looking for developers this isn't the Forum to be asking in and when you consider this is only €3.82/£3.15 for a month, it's really not worth it. I know I wouldn't bite at that offer.

rcmaehl, my advice is concentrate on getting an education and enjoy being young.

Example List: _AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_DesktopDimensions()_DisplayPassword()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUISetIcon()_Icon_Clear()/_Icon_Set()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringIsValid()_StringReplaceWholeWord()_StringStripChar()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()AutoIt SearchAutoIt3 PortableAutoItWinGetTitle()/AutoItWinSetTitle()CodingFileInstallrGeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIGetBkColor()LockFile()PasteBinSciTE JumpSignature CreatorWM_COPYDATAMore Examples...Updated: 11/04/2013


#15 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 18 April 2012 - 12:52 PM

Added: Cover (UDF) - Allows you to create an adjustable dimming effect that doesn't interfere with input that can save your eyes during the night.

Replies: The purpose of this thread is to have information (and links to working projects) on my AutoIt Scripts.

Edited by rcmaehl, 20 April 2012 - 12:18 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#16 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 20 April 2012 - 02:49 PM

Updated:

Color (UDF) - Now allows for custom colors.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#17 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 03 May 2012 - 03:50 PM

Updated:

Included link to AuStrip that will be available in Quick-It. Use "AuStrip_x32.exe /?" for usage info.

Edited by rcmaehl, 03 May 2012 - 03:51 PM.

Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.

#18 guinness

guinness

    guinness

  • MVPs
  • 10,276 posts

Posted 03 May 2012 - 06:39 PM

So when is Quick-It going to be finished?

Edited by guinness, 03 May 2012 - 06:40 PM.

Example List: _AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_DesktopDimensions()_DisplayPassword()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUISetIcon()_Icon_Clear()/_Icon_Set()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringIsValid()_StringReplaceWholeWord()_StringStripChar()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()AutoIt SearchAutoIt3 PortableAutoItWinGetTitle()/AutoItWinSetTitle()CodingFileInstallrGeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIGetBkColor()LockFile()PasteBinSciTE JumpSignature CreatorWM_COPYDATAMore Examples...Updated: 11/04/2013


#19 rcmaehl

rcmaehl

    No where near a noob nor a pro coder.

  • Active Members
  • PipPipPipPipPipPip
  • 642 posts

Posted 09 May 2012 - 11:57 AM

So when is Quick-It going to be finished?


Currently, Quick-It development is focused on the add-on tools that can be used as standalone applications without Quick-It. The Primary development will be focused on full Quick-It development starting in June. Currently, Quick-It has had minimal development, however the basic concept is visible. A basic version of the script output and GUI previews are almost finished and a Stable Pre-Alpha Build will be released when they are completed; which should be around the time that Primary development focuses on Quick-It, if not sooner.
Making dumb decisions and posting without thinking since August 7, 2011.Jury-rigging AutoIt to work how I want successfully since a while.Reading the manual since no one else seems to.My Github: https://github.com/rcmaehl/FCoFix-SoftwareWarning!: I'm a compulsive poster. When I post something in chat, ignore it unless it's a huge wall of text, because it's probably a compulsive post.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users