Jump to content

Search the Community

Showing results for tags 'scroll'.

  • Search By Tags

    • scroll ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. I am working on windows desktop automation in which two fingers scrolling option is requried to move objects on screen. The single horizontal mouse scrolling is not functioning while I do it manually. So, my question is, is there a way to do two fingers horizontal scrolling based on coordinates in a...
  2. I have a web page which has somewhere from 90-100 records any time. So one has to scroll from from certain height to bottom using scroll bar on the right or using the down key. Is there any functionality to take a single screenshot and give .jpeg file. Any previous links or direction will be very...
  3. Internet Explorer 11, AutoIt 3.3.14.2 I want to download many files which are published with hyperlink on a web page. I use AutoIt and when there is a few files, it works even if It's on a website with secured links. I have a script to download link items with the object method (I gave a p...
  4. Hi guys, I have a GUI which requires scrolling, however resizing is a bit of a problem because any time you scroll down/up and then resize, the controls move down/up and blank space is created within the scrollable area. Any help with maintaining scrollable area size to be fixed would be great...
  5. How can you scroll to the end of a text area in IE without using focus/ControlSend? I have tried several solutions (see code below) but I can't seem to get them to work. Test HTML (test.html) <!DOCTYPE html> <html> <body> <textarea id="textarea-test" rows="4" cols="50"> </textarea> </...
  6. Hello AutoIt community, I have a question for you all. Now, I know using a multi column listbox could do such as my question will ask, but I would like to know this for only multiple single column listbox's. I have been able to select all three values and scroll the listbox's (I have 3 side by s...
  7. hello! how it possible, i load a siote, i send a scroll (send up) or simpley scroll by scrollbar, and the after and pre datas are same? i mean ;~ l(_IEPropertyGet($l,"browsery")) ;~ l(_IEPropertyGet($l,"screeny")) ;~ l(_IEPropertyGet($l,"top")) so these parameters dont change after effect.. is...
  8. Could you please show me or refer me to the documents how to do these things: Remap the {LEFT CLICK} to letter A. Remap the {RIGHT CLICK} to letter B. Remap the {MIDDLE CLICK} to letter C. Remap every single {SCROLL UP} to number 1. Remap every single {SCROLL DOWN} to number 2. It looks like it's h...
  9. This function no need to describe but maybe be helpfull for somebody Func _GUICtrlListView_ScrollToItem($hListView, $item) ; $item : zero based ListViewItem $item_to_scroll = $item If $item_to_scroll >= 0 Then $item_to_scroll -= 1 $aRect = _GUICtrlListView_GetItemRect($hListView, $item_to_scr...
  10. Hi there ya'll! What I've got is 2 GUIs being ontop of eachother, one being the others parent. The parent serves mostly as a background as the child is a bit smaller, transparent and contains a set of images/icons. The child GUI also has a scrollbar created by _GUIScrollbars_Generate. The problem...
  11. Hi all, I'd like to create a simple way to diffuse some text messages at the bottom of a screen from right to left on the entire width in continue. Goal is to diffuse message to my company's people on a 16/9 TV in a continue way. Messages would be taken from text files created in a specified d...
×
×
  • Create New...