Jump to content

Running GUIBuilder in Scite


 Share

Recommended Posts

i need to open guibuilder after i have opened a saved au3 file.. through scite

the key strokes are Alt+G, however with send and with controlsend, i cant seem to get it to work..

believe me i have tried... any ideas?

thx

8)

Hi,

I don´t know whether that is what you are searching for, but maybe it helps. I tried to send Alt+G during SciTE is open (write the script and start with Alt+F5)

That doesn´t seem to work. Because everything is grey after hitting Alt+t so you can´t click it.

see-->

Opt ("WinTitleMatchMode", 2)
WinActivate("SciTE")
Send("!")
Send("t")
Sleep(15000)

But if you compile your script and start the exe file, it seems to work.

This in an exe file.

Opt ("WinTitleMatchMode", 2)
WinActivate("SciTE")
Send("!")
Send("t")
Send("{down 14}" & "{Enter}")

Hope that helps :lmao:

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

i saw the "down" capability, i just wanted to stay waway from that, because i have seen the "list" change a few times

yes, i figured it would need to be in an exe to work, and thats what i have

thanks for your effort, i appreciate it

anyone else??

8)

No prob. What about running the exe directly???

Opt ("WinTitleMatchMode", 2)
WinActivate("SciTE")
Run("c:\Programme\AutoIt3\SciTe\GUIBuilder\GuiBuilder.exe")

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

No prob. What about running the exe directly???

Opt ("WinTitleMatchMode", 2)
WinActivate("SciTE")
Run("c:\Programme\AutoIt3\SciTe\GUIBuilder\GuiBuilder.exe")

So long,

Mega

as i stated in the original post, i can do that, its "catching" the output of the script i am after. when i use the exe it asks the user to "save" it as a file name. i wanted it to "post" the code like it does when you open it from Scite

thx

8)

NEWHeader1.png

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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