sambalec Posted April 1, 2009 Posted April 1, 2009 Hello, how can I use _FFFormRadioButton and FFFormCheckBox functions with the new FF.au3 version ? I tried documentation example but it doesn't work : CODE#include <FF.au3> _FFStart("http://ff-au3-example.thorsten-willert.de/") If _FFIsConnected() Then _FFFormRadioButton( 0, 2,"index", 2) sleep(3000) _FFFormRadioButton( "size", 2,"name", "Pizza_Groesse", "name") EndIf Thank's a lot !
Stilgar Posted April 1, 2009 Posted April 1, 2009 Hello, I've tried it one minute ago and it works. What doesn't work if you try it? jEdit4AutoIt PlanMaker_UDF
sambalec Posted April 1, 2009 Author Posted April 1, 2009 Oh yes, mistake ! sorry ! This script is good. Thanks
Stilgar Posted April 1, 2009 Posted April 1, 2009 Ok,but I see your problem with _FFFormSubmit on AutoIt Français, I'll fix this with the next update.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