Search found 1022 matches

by Lupo73
Fri Sep 27, 2013 10:44 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

I'm trying to do it, even if this example (taken from the Help) works fine and so I'm a little confused of what could be the cause. :( #include <GDIPlus.au3> Example() Func Example() _GDIPlus_Startup() Local Const $iW = 460, $iH = 100 Local $hBitmap = _GDIPlus_BitmapCreateFromScan0($iW, $iH) ;create...
by Lupo73
Thu Sep 26, 2013 1:54 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

The function that cause the crash is _GDIPlus_ImageGetGraphicsContext(). Now the problem is to determinate the reason of the crash in this main function (maybe guinness or other AutoIt coders have an idea about it): Func __SetItemImage($gImageFile, $gIndex, $gHandle = 0, $gType = 1, $gResource = 1, ...
by Lupo73
Sun Sep 22, 2013 2:03 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

I made a new test version with some error messages (let me know if you see something or not before the crash, thanks!): http://www.lupopensuite.com/files/dropit/DropIt_v5.3.1_Portable5.zip The new system to store settings allowed to extent some features. You can find old versions here: http://source...
by Lupo73
Sat Sep 21, 2013 12:35 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

If someone with win8 would like to test the 64bit exe of DropIt, this is a version with some messages to help me to understand the problem position:
http://www.lupopensuite.com/files/dropi ... table4.zip
by Lupo73
Thu Sep 19, 2013 2:37 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

It seems that only "DropIt_x64.exe" doesn't work and so also the installed version on win8 64bit, given that is automatically installed the 64bit exe. Some users are doing tests to help me with this issue and I'm reporting the problem on AutoIt forum, because I can't understand the cause.
by Lupo73
Tue Sep 17, 2013 11:56 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

Some users reported that the last version of DropIt doesn't start on Windows 8 systems. Can someone verify it?

One of the core changes of version 5.3 is the update to the last beta version of AutoIt (to fix a FTP issue), I don't know if it can be the problem.
by Lupo73
Sat Sep 07, 2013 2:00 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

Stable version 5.3 is available!

One of the main new features is the "Create Gallery" action, developed with tproli collaboration.
These are some theme examples: Brochure, Circles, Default, Pile, SquareHeads...
by Lupo73
Thu Sep 05, 2013 4:04 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

You can use "abbreviation modifiers" to do it (info at 5.4 of the guide). You could try using this association:
Name: Sort Images
Rules: *.jpg
Action: Move
Destination: C:\MyPhotos\%FileName#>2,3%
by Lupo73
Mon Sep 02, 2013 5:29 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

Starting from your examples, we may consider to create a database of useful profiles for the users. :roll:

Edit: maybe in a next version they could be included with profile Examples already available in DropIt, extending this feature.
by Lupo73
Thu Aug 29, 2013 11:15 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

If you want, you could start to propose your rule examples here. Then if someone is interested to write new tutorials, you can propose them to be added in the official blog. If someone would like to create it, I'd like to add also a official video presentation of the project. :D
by Lupo73
Sat Aug 24, 2013 4:34 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

@kajwar: you can use *.* as rules and %FileName#>1,1% as destination folder (more info are available in cap. 5.4 of the guide). @claydegruchy: I recommend you to read the included pdf guide and the tutorials of the blog to find good solutions like this: http://dropitblog.wordpress.com/2012/11/10/how...
by Lupo73
Wed Aug 07, 2013 8:26 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

I added the requested feature: http://www.lupopensuite.com/files/dropit/DropIt_v5.3_Portable.zip Currently I added support only to docx files (no other compressed formats), maybe I'll improve it in future. Let me know if correctly works. Note: to fix a FTP issue, the version 5.3 is compiled with the...
by Lupo73
Wed Aug 07, 2013 1:20 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

It is not a bug, but simply a limit of the feature. This additional filter try to search file content reading files as normal text files. The problem is that docx files are internally zipped to reduce their size and so cannot be normally read. Maybe in future I'll improve this feature.
by Lupo73
Sat Aug 03, 2013 1:25 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

I fixed several reported issues and added some minor features. The test version is available here: http://www.lupopensuite.com/files/dropit/DropIt_v5.3_Portable.zip Changes since version 5.2: - improved minor interface aspects - added "Create Gallery" action (thanks to tpr) - added option ...
by Lupo73
Mon Jul 29, 2013 1:07 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723305

Re: DropIt

The next release is under development and the first beta version is available for tests: http://www.lupopensuite.com/files/dropit/DropIt_v5.3_Portable.zip It includes only some of the planned features and bug fixes, but the new "Create Gallery" action developped with tproli collaboration i...