Jump to content

Recommended Posts

Posted

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.

  • 4 weeks later...
  • Replies 65
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (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 by gcriaco
  • 10 months later...
Posted

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.

 

Posted

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.

  • 2 years later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...