Jump to content

Synapse

Active Members
  • Posts

    104
  • Joined

  • Last visited

About Synapse

  • Birthday 04/02/1985

Profile Information

  • Location
    Romania

Synapse's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. Thx for the reply..i've already tryed out those methods in the thread u've pointed out...but with no luck...
  2. The MsgBox returned: 323917/101
  3. 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
  4. 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
  5. 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...
  6. 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.
  7. 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...
  8. 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)
  9. Awsome function....one thing... could u add a new param to hide the scrollbar? Thx
  10. Hi all...this is my 3 months of work. For now no comments...just a little demo. SCREENSHOTS: DOWNLOAD: http://www.mediafire.com/?olt119bmk0r
  11. 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....
  12. 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
  13. 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 !!
  14. 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
×
×
  • Create New...