FireFox Posted August 18, 2013 Posted August 18, 2013 The working dir of the application may be edited. Instead of a relative path use the @ScriptDir macro. ;e.g: ;Bad GUICtrlCreatePic("mypic.jpg", ... ;Good GUICtrlCreatePic(@ScriptDir & "\mypic.jpg", ... Br, FireFox.
martin Posted August 18, 2013 Posted August 18, 2013 Possibly you need to add a line at the start of your script like this FileChangeDir(@ScriptDir) Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Skorm92 Posted August 18, 2013 Author Posted August 18, 2013 (edited) Nope, FireFox's solution helped it, Everything works perfectly except for when i'm adding double slashes to myapp: But I can't thank you enough for your what you've done already! Kudos to you! Edited August 18, 2013 by Skorm92
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