gcriaco Posted December 20, 2005 Author Share Posted December 20, 2005 For the inputbox can you make it so we can have more than 1 input line (optional selection box)It's impossible. See the Inputbox Topic in the AutoIt Helpfile. Link to comment Share on other sites More sharing options...
gcriaco Posted January 16, 2006 Author Share Posted January 16, 2006 (edited) CodeWizard 1.5.1 released Changelog: 1.5.1 15/1/2005 - Added: SplashText option 32 "Centered vertically text" Scite users: extract the compressed files into the %Program Files%\AutoIt3\SciTe\CodeWizard folder. Regards Peppe Edit: attachment removed Edited November 19, 2006 by gcriaco Link to comment Share on other sites More sharing options...
GaryFrost Posted November 18, 2006 Share Posted November 18, 2006 gcriaco need to update the context help being keyhh.exe is no longer installed with autoit Func _ContextualHelp() If FileExists(@ScriptDir & "\CodeWizard.chm") Then Select Case GUICtrlRead($TAB) = 0;MessageBox Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::msgbox.html") Case GUICtrlRead($TAB) = 1;InputBox Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::inputbox.html") Case GUICtrlRead($TAB) = 2;ToolTip Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::tooltip.html") Case GUICtrlRead($TAB) = 3;SplashText Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::splashtext.html") Case GUICtrlRead($TAB) = 4;SplashImage Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::splashimage.html") Case GUICtrlRead($TAB) = 5;Colors Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::colors.html") Case GUICtrlRead($TAB) = 6;Fonts/Cursors Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::Fonts/Cursors.html") EndSelect Else #Region --- CodeWizard generated code Start --- ;MsgBox features: Title=Yes, Text=Yes, Buttons=OK, Icon=Critical MsgBox(16, "CodeWizard", "The HelpFile CodeWizard.chm doesn't exist in the directory " & @ScriptDir) #EndRegion --- CodeWizard generated code End --- EndIf EndFunc ;==>_ContextualHelp SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference.  Link to comment Share on other sites More sharing options...
gcriaco Posted November 19, 2006 Author Share Posted November 19, 2006 gcriaco need to update the context help being keyhh.exe is no longer installed with autoit Func _ContextualHelp() If FileExists(@ScriptDir & "\CodeWizard.chm") Then Select Case GUICtrlRead($TAB) = 0;MessageBox Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::msgbox.html") Case GUICtrlRead($TAB) = 1;InputBox Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::inputbox.html") Case GUICtrlRead($TAB) = 2;ToolTip Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::tooltip.html") Case GUICtrlRead($TAB) = 3;SplashText Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::splashtext.html") Case GUICtrlRead($TAB) = 4;SplashImage Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::splashimage.html") Case GUICtrlRead($TAB) = 5;Colors Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::colors.html") Case GUICtrlRead($TAB) = 6;Fonts/Cursors Wizard Run(@WindowsDir & "\HH.exe " & @ScriptDir & "\CodeWizard.chm::Fonts/Cursors.html") EndSelect Else #Region --- CodeWizard generated code Start --- ;MsgBox features: Title=Yes, Text=Yes, Buttons=OK, Icon=Critical MsgBox(16, "CodeWizard", "The HelpFile CodeWizard.chm doesn't exist in the directory " & @ScriptDir) #EndRegion --- CodeWizard generated code End --- EndIf EndFunc ;==>_ContextualHelp Done! See the first post for info & download. Thanks Gary. Link to comment Share on other sites More sharing options...
Recce Posted December 25, 2008 Share Posted December 25, 2008 Is this great script still fully supported by the new AutoIT version? /Regards Thomas Link to comment Share on other sites More sharing options...
ProgAndy Posted December 25, 2008 Share Posted December 25, 2008 It is still included in the fill Scite4AutoIt package *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
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