Jump to content

FF.au3 _FFFormRadioButton and FFFormCheckBox functions


Recommended Posts

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 !

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...