Jump to content

bling8d

Members
  • Posts

    17
  • Joined

  • Last visited

bling8d's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. looks like _Skype_ChatGetActive() doesn't exist anymore. I'm trying to make this snipper work. ChatGetAll/Active didn't work. Could you help me? edit: actually I can't have nothing to work... This code give me an error #include "..\Skype.au3" _Skype_IsRunning() (yes the file is in the right folder) The error looks like this
  2. It's a very well known website and I guess nobody here will answer me If I'd give it x)
  3. Yep that's what I've tried but it didn't work :/
  4. Thank you (: Is there anyway to click on a button when I get his class? I've just tried with _IEAction but it doesn't works... But I'm not sure this is possible
  5. I used the same code and my problem is that I can put any value in the if $class_value = "any value" then msgbox and it will launch the msgbox... Can somebody explain that to me please?
  6. Hey guys, I've just found about this API: http://www3.oovoo.com/API/Pages/Download.aspx Is it possible to use that whith autoit ? If yes how? I'm kinda new (not really new but not a pro) in autoit and I don't have any clue about how would I use this.. Thank you
  7. Thank you buddy! =D It works perfectly (: Now I have to write all the data from my list to a file but how can I do that? I can't find a function to get the data from the list. I can GuiCtrlRead the list but Iit returns this: ListView Control identifier (controlID) of the selected ListViewItem. 0 means no item is selected so that's not really helpfull... If I do this consolewrite(GUICtrlRead(GUICtrlRead($List1))) I get one line but I don't know how to select one particular line/all the lines So I could make a loop with the code you've written and write each string ($sData) in the file but that's heavy =p I'm looking for a way to directly extract all the data from the listView
  8. Ow nevermind, I had like 25 process of IE xD I added _IEQuit (: So to do what I want I should make a loop that will trim the string then put every line in the list with GUICtrlCreateListViewItem, am I on the right track? Also is that possible do completely delete column of an array?
  9. Yep that's where I was just looking (: now I just need to know how to make it write all the lines and not only the first. But I have another problem... Without any reason I get this --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop --> IE.au3 V2.4-0 Error from function _IECreate (Browser Object Creation Failed) --> IE.au3 V2.4-0 Error from function _IETableGetCollection, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IETableWriteToArray, $_IEStatus_InvalidDataType I didn't modify the code and the site is still up.. Any idea?
  10. Thank you for the code =) but how would I do if I want to print it as an array? I mean if I print the string it's kinda awful and I'd like to print the array with column etc
  11. Yes I'm sure because _arrayDisplay shows me the array full of data. The status of @error is 3 - $avArray is not an 1 dimensional array. So I need a 1D array? oO
  12. $myarray=_ArrayToString($atabledata) GUICtrlSetData($Edit1,$myarray) This return nothing, I remember having try this and I couldn't do anything with the arrayToString function :/ If I try to consoleWryte $myarray nothing happens and if I make a msgBox It returns a box with nothing
  13. Yes sorry, so I have something like that for now $test2=_IETableGetCollection($oie,1) $atabledata=_IETableWriteToArray($test2,true) _ArrayDelete($atabledata,0) GUICtrlSetData($Edit1,_ArrayDisplay($atabledata)) $edit1 is obviously an edit button, this return "1" (so succes) in the edit button and the array pops up. I've tried other thing but I don't even remember x)
  14. Hello, I just want to display my array in my gui, like in an edit button if it's possible? I've tried to set the data of the array in the button but it doesn't work and _ArrayDisplay shows a pop up and I don't want it. I can copy paste it maybe but I don't want to modify the clipboard of the user Thank you
  15. _IEBodyReadText($oIE) returns --:--:-- too I'm gonna browse the js code see if I can get something that can help me
×
×
  • Create New...