allcapone1912 Posted September 1, 2014 Posted September 1, 2014 need to run a function in background or under a message/image so that the function steps will not be visible when its running example: ; Hidden Step Run("firefox.exe") navigate some page,copy some info End ; while function is running user will see only a mesage("Waiting") or and image
Xenobiologist Posted September 1, 2014 Posted September 1, 2014 Try using Shellexecute (parameter for hidden start!) IE.au3 or FF.au3 or even try _InetGetSource ... 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
allcapone1912 Posted September 1, 2014 Author Posted September 1, 2014 what do you want to do with script? navigate on some webpage and copy some info
Maelstrom Posted September 1, 2014 Posted September 1, 2014 navigate on some webpage and copy some info Try >this. This has always worked well for me, I have run into the same problems.
Muzaiyan Posted September 2, 2014 Posted September 2, 2014 navigate on some webpage and copy some info did your script follows the Forum Rules ?
MikahS Posted September 2, 2014 Posted September 2, 2014 Did you give xeno's solution a try? If so, how did it go? @Muzaiyan I'm fairly sure they are within the rules Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
allcapone1912 Posted September 2, 2014 Author Posted September 2, 2014 Try >this. This has always worked well for me, I have run into the same problems. For my script i have to use only Mozilla Firefox(No IE)
Developers Jos Posted September 2, 2014 Developers Posted September 2, 2014 Always "fun" to see the "some web page" need to copy "some data" questions and, after some generic answers are given the next piece of info pops up. Oh well.. going back to fly-on-the-wall mode until some proper requirements are defined. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
MikahS Posted September 3, 2014 Posted September 3, 2014 I'm fairly certain xeno answered your question, all you need to do is do a deep dive into the FF.au3, since you have just now specified that you can only use that browser. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
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