Jump to content

tobi2006

Active Members
  • Posts

    32
  • Joined

  • Last visited

tobi2006's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. It works! Thanks! Think problem was $result[0]...
  2. Link: http://ww3.servemp3.com/s1-Single-Charts.html It's the line with "Aktueller Titel:". I want to get what's after "Aktueller Titel:"
  3. hey guys, i want to get from a webpage's body text a special part! I already played around with _StringBetween, but no success: _StringBetween(_IEBodyReadText($ie),"Aktueller Titel:","") Getting "0" or nothing everytime. Can anyone help me?
  4. Thanks! It works very well...
  5. Hello AutoIt users, I need a function that retrieves the style from gui control. For gui there is a function (GUIGetStyle) But there's not something like: GUICtrlGetStyle Is there a function like that or did anyone a function like that...? Yours, Tobi
  6. hi colafrysen i would like to control windows media player... is that possible...? please add it...
  7. THANK U SO MUCH! It works perfect now!
  8. There's a change in Sound.au3. I get this error, when I want to use _SoundPos(...........) : C:\PROGRA~1\AutoIt3\Include\Sound.au3 (442) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: If $aSndID[1] <> 0 Then If ^ ERROR What must I do, that this error falls away? Please help me!
  9. Okay, no problem anymore. I played around with the settings in the compile dialog. And now it works fine! But before I never played around with the settings. Oh, I am so happy! Thx for your help^^
  10. I'm using AutoIt Ver. 3.2.12.1 And there is no update yet.
  11. When I compiled it, it returns ver = 0.
  12. I wrote a script and saved it like it's normal as an au3 file. Then I ran it as beta. Everything works perfect. But when I compile the script to an exe file it works not how it should work. Some functions won't work. For example: I'm going to read out an html file with a text "1.0.1". In the script is a text "1.0". Now it should compare if the both are the same or not. If not, it should show me it in a MsgBox. But now when it's the same: IN AU3 it prints out: "No updates available!" IN EXE it prints out: "Version 0 is available!" Then there is a second error. But why the compiled script isn't the same as the au3 script? $ie=_IECreate("http://www.tobiserver.kilu.de/SWAP/version.htm",0,0) $ieread=_IEBodyReadText($ie) If $ieread = "1.0.1" Then MsgBox(0,"SoundWave Audio Player","Keine Updates verfügbar!") Else MsgBox(0,"SoundWave Audio Player","Version " & $ieread & " steht zum Download bereit" & @CRLF & @CRLF & "http://www.tobiserver.kilu.de/soundwave.htm") EndIf
  13. Can you make a list with the commands for the chat? Please write a short description for every command. It would be helpful!
  14. CODE Orange 18 [bg-Color] Green That's my ini-file. No values.
×
×
  • Create New...