
Synapse
Active Members-
Posts
104 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by Synapse
-
_FTP_ProgressUpload blocks app with bigger files
Synapse replied to Synapse's topic in AutoIt General Help and Support
Thx for the reply..i've already tryed out those methods in the thread u've pointed out...but with no luck... -
_FTP_ProgressUpload blocks app with bigger files
Synapse replied to Synapse's topic in AutoIt General Help and Support
The MsgBox returned: 323917/101 -
Hello...I wanted to ask if anyone had this problem before using _FTP_ProgressUpload. I have a script that update or download files from a private FTP server and when I try to upload or download files bigger then 10MB i noticed a huge script freeze (I can't move the window, can't cancel the process...almoust nothing until it's finished). Is there a workaround or a trick to not make it freeze while it's uploading? Or is there another way to get the progress to upload/download files from FTP. PS. I tryed using curl and read the STDOUT but I can't get a continuous stream of info from stdout to process the progress.. This is the function I call to show the progress...If i leave the call progress function empty it's still the same Func _UpdateProgress($percent) GUICtrlSetData($Progress, $percent) GUICtrlSetData($ProgressLabel, $percent &" %") Switch GUIGetMsg() Case $ButtonCancel Return 0 ; Just Cancel EndSwitch Return 1 ; Otherwise contine Upload Endfunc
-
u could use from the utils folder in the source code zip...there`s the db editor...u could that to dump the language file....or use from commandline sqlite.exe (i think is sqlite.exe -dump dbname > file.exe) do u have an example that i could use to include the windows scheduler in autoit? Thx
-
If u close it using the X button it will go to tray..and still backuping ur stuff if u use the close button under the Backup now button...it will shutdown. For the saturday thing...i thing it`s a bug...i`ll update the script and repost the source and binary...
-
Hmm strange...for me the timer works perfectly...i says exactly how minutes/seconds it took.....If u click the backup button after it allready did the backup i will do it...but i don`t think will backup anything...cuz the application backups only the new files or the ones that were modified. I`ll add the start-up option and for the new gui...well i allready working on it.
-
First post updated... Fixed the download links.. Corrected the grammatical errors (due to fast writing... ) Sorry for the long wait...i didn`t updated the thread...cuz i saw that no one was interested in the code...nor using it... Cheers... PS. a bigger update will be released later on...
-
Diablo3 is comming ! :D ScreenSsaver :D
Synapse replied to Uriziel01's topic in AutoIt Example Scripts
ur wellcome muttley -
Diablo3 is comming ! :D ScreenSsaver :D
Synapse replied to Uriziel01's topic in AutoIt Example Scripts
I fixed the height and the width of the gui....it hides the left and bottom lines that were showed muttley anyway nice idea!! Change the gui H and W into this: $gui=GUICreate("MY SWF SSAVER",@DesktopWidth+10,@DesktopHeight+32,-10,-32) -
Awsome function....one thing... could u add a new param to hide the scrollbar? Thx
-
Hi all...this is my 3 months of work. For now no comments...just a little demo. SCREENSHOTS: DOWNLOAD: http://www.mediafire.com/?olt119bmk0r
-
Nicely done....but with my example is much more simplier and u don`t need 4 functions to create the three states...and even in the while loop with ur example it would grow to big....
-
Hi MrCreatoR i wanned to say that i`ve made some modifications to your UDF and added the 3rd state of a button. The code is below...It needs some improvement but...i didn`t had the time... Hover.rar
-
This is awsome....thx ludocus i`ve been w8ing 4 a long time for something like this.....thx again...and keep up the good work !!
-
Hi first of all i want to say that u`ve made a good think doing this udf...and second i wanned to ask if there`s a way to integrate this udf with the hover udf to create the 3rd state of a button (pressed) thta would be very userfull
-
Hi Tlem...i think i found another way...using robocopy from Windows Server 2003...it has a lot of functions....log writers...and copied protected files....So..i`ll make some tests..and insert it in the next release... BTW thx for showing me shadow copy thing...in case not working with robocopy i`ll use shadow copy
-
New language added to the database thx to daJu. First post updated
-
Thx for your help... ...in the future...if there will be more things to translate I`m counting on you...thx again
-
Hmm...if i understand well u want to say that is not working on Vista? Could be...i said that i never had the chance to try it on Vista... @Tlem...i know windows sucks....i`ll try (or if someone has a better ideea on how to solve this please post) find something that bypasses this block of files that are in use......thx for the reply...
-
Are u using Vista? If so...i can tell u that it wasn`t tested with Vista....The app uses the xcopy.exe to synchronize the files...i don`t know if vista has it...and if it works the same....
-
With MS Windows Locked files what do you mean? Which folder(s) or file(s) are u refering to?
-
Updated database. Now contains translation in Spanish thx to elgabionline
-
Thx elgabionline.....because people like you...this piece of software will get better and better...
-
New update released...for more info check the release notes and screenshots
-
SQLite semi Embedded database functionality in AutoIt
Synapse replied to ptrex's topic in AutoIt Example Scripts
Thx ptrex