Jump to content

Small Help :).


Yoooj
 Share

Recommended Posts

  • Developers

WinActivate will set the active window but for some reason I think you are asking something totally different.

What do you want to accomplish?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

I want to ''work on my computer" and let Script working in minimized Program while i'm doing something diffrent. :mellow:

What program do you want to control when minimised?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

It's too complicate for me

Download for this program is:

http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a

Which idk what is it.

I'm still looking for other way to run AutiIT script to work in minimized program ;s.

Link to comment
Share on other sites

  • Developers

It's too complicate for me

I would say that is your problem and lets keep it that way.

Learn and come back when you have questions.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Ok i got it somehow...

But...

How to compile this:

http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a

With:

No clue what you mean unless your question is how to add ff.au3 to your code.

.. but you really should have that answer already when you took the time to look at the examples.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

1.

$Label3 = GUICtrlCreateLabel("Ksywa", 8, 33, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label4 = GUICtrlCreateLabel("Ranga", 8, 57, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label5 = GUICtrlCreateLabel("Szmal", 8, 81, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label6 = GUICtrlCreateLabel("Poziom", 8, 105, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label7 = GUICtrlCreateLabel("Punkty", 8, 129, 95, 20)

2.

$btnSilka = GUICtrlCreateButton("Trenuj", 8, 248, 75, 25, $WS_GROUP)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

3.

Func Logowanie()

$login = GUICtrlRead($inpLogin)

$haslo = GUICtrlRead($inpHaslo)

If _FFConnect() Then

_FFOpenURL("http://prisonwars.pl/")

_FFSetValueByName("login", $login)

_FFSetValueByName("password", $haslo)

_FFFormSubmit(0)

EndIf

EndFunc

GUICtrlSetState(-1,$GUI_SHOW)

How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.

All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me?

Edited by Yoooj
Link to comment
Share on other sites

  • Developers

How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.

All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me?

Well you confused me for sure.

First of all you will have to learn the base things and get experience yourself if you want to be able to script.

When you can wait you should hire a programmer to do the work for you.

Secondly you will have to try to write better "normal" English to allow people like me to understand it... I am not up to speed in "turbo lingo".

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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