Jump to content

Run a Function in the Background


Recommended Posts

HI All,

This is my first post on this forum so please be gentle :whistle:

I'm also new to AutoIT/Programming and i've got a little problem

I'm call a Func which Loops... to check if a connection is persistent..

But this will disable the other functions in the GUI so i'm not able to disconnect

Is there a way to call a function in the background ?

TIA

Emiel

Edited by Emiel Wieldraaijer

Best regards,Emiel Wieldraaijer

Link to comment
Share on other sites

The proper way to do this is called "GUIOnEventMode" the functions that are used with this special mode are called "GUICtrlSetOnEvent" and "GUISetOnEvent".

Edit: I should also say, that you don't run the function in the background, but you run the GUI in the background and should put your function in the main loop. :]

Edited by Manadar
Link to comment
Share on other sites

@All

Sorry but all you GURU's were wrong

Because i couldn't get it working i thought lets spend a lot of time by reading every item in the Help File

I was lucky

The function for running a function in the background exists

Start a Background Function => AdlibEnable ( "function" [, time] )

End a Background Function => AdlibDisable ( )

Thanks for your time

Emiel

Best regards,Emiel Wieldraaijer

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