GameIDevelp Posted March 30, 2009 Posted March 30, 2009 Heloo .. I begin to learn about FF.au3 , on the first 2-3 experimets I see when I use _FFStart and _FFTabAdd (see the exemple below) I wont to no runing the _FFLoadWait ,, but the scripts run automate the _FFLoadWait ,,, why .? #include <FF.au3> #NoTrayIcon _FFStart("ww.ex.cl") _FFTabAdd("http://www.yahoo.com") _FFTabAdd("http://www.yahoo.com") Look at my Foto .... Thanks .....
Stilgar Posted March 30, 2009 Posted March 30, 2009 (edited) Hello, if you look at the syntax then you can see why: _FFTabAdd([$sURL = "about:blank"[, $bSelect = True[, $bLoadWait = True]]]) Edited March 30, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF
GameIDevelp Posted March 31, 2009 Author Posted March 31, 2009 (edited) not understant .. Modify $bLoadWait = True In FF.au3 to False ..? ----------------------------------------------- I tray directly to load url and is working without FF Load Wait . Edited March 31, 2009 by GameIDevelp
Stilgar Posted March 31, 2009 Posted March 31, 2009 (edited) Hello, no, just the call the function with: _FFTabAdd("http://www.yahoo.com",true,false) Edited March 31, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF
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