Posts by Fake • 49 points
6 posts
-
0
votes1
answer232
viewsQ: Python thread
To be very quick I’m trying to create 10 threads so that 10 attempts at a time are made, that is, from 10 to 10 so that the process is streamlined saving time and processing(maybe), my initial code…
-
0
votes1
answer364
viewsQ: Add value to a variable in the mysql table
I have a Rigger, whenever a value is added to the table in mysql I take the old value(OLD) and add to another table, but I would like to improve this by adding the values to the same table but…
-
1
votes1
answer1384
viewsQ: Simulate mouse click
I need to simulate the click of mouse, but I can’t use PostMessage nor mouse_event. Is there any other way to send the click?
-
1
votes1
answer863
viewsQ: Load listview lines from an Opendialog
I need to load items from a text file into a Listview using Opendialog, how to precede? Is there any property LoadFromFile?
-
1
votes1
answer1641
viewsQ: Post method with idhttp without locking
Hello, I will explain more or less what I wish to do, I have some data that need to be sent by post method to a server, but whenever it makes a upload the program "Freeza"(program crashes quickly),…
-
-1
votes1
answer77
viewsQ: index of Bounds and timer problems
Next, I have a timer that fills 2 fields in a webbrowser, the same makes the following function... var pega : string; begin pega := Listaimportados.Items[i]; I := i +1 nome.text := Copy(pega, 0,…