I have a big problem (again i know... )
It is possible to create a script based on Dialog box with auto-refreshing images?
I'll try to explain what I need at example.
I need status monitor script on 3 different computers connected via hamachi or FTP.
Computer A is main, what means that computer B and C sends screenshots to him, and then Computer "A" shares with B and C.
Another eg. (more scripted)
Computer A capture specified screen area and saves at local hard disk.
Computer B capture specified screen area and sends to Computer A via hamachi or FTP.
Computer C capture specified screen area and sends to Computer A via hamachi or FTP.
Then
Computer A loads local images from A,B,C at Dialog Box
Computer B loads ABC images via Computer A (FTP/hamachi)
Computer C loads ABC images via Computer A (FTP/hamachi)
Few secs sleep and loop.
And now i have a few questions
Q1. It is possible to auto refreshing images in Dialog Box? (After each loop)
Q2. It is very important to images are fit to dialog box w/h(65x65)
Q3. I already have script which save images on Main computer via Hamachi, but it is possible to add extra edit box to easier change coordinates at each computer?
Something like this:
ScreenCapture>$ValueFromEditBox1,127.0.0.1\Sharedfolder\example.jpg
Q4. Yeah im lazy person but basing at Q3 it is possible to add extra edit box to easier change ip adress?
Something like:
ScreenCapture>354,445,447,510,$ValueFromEditBox2\Sharedfolder\example.jpg
At the end I'll add script which are already done
And im very sorry for my bad english language .Dialog>Dialog1
Caption=Dialog1
Width=368
Height=158
Top=490
Left=822
Image=C:\A.jpg,16,16,65,65,msImage1,0
Image=C:\B.jpg,96,16,65,65,msImage2,0
Image=C:\C.jpg,176,16,65,65,msImage3,0
Label=Comp. A,24,88,true
Label=Comp. B,104,88,true
Label=Comp. C,184,88,true
Button=Start,263,19,75,25,0
Button=Stop,263,56,75,25,0
EndDialog>Dialog1
After Start is clicked
ScreenCapture>355,449,451,516,\\IP(or local for comp A)\shared\A(B or C.jpg)
Then waits 5 secs and refreshing all another 5 secs and loop.
After Stop is clicked
Pauses script and rapidly send to Comp A "stopped.jpg" image.
Thanks for everything!