topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 1:45 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hatatat [ switch to compact view ]

Pages: [1]
1
N.A.N.Y. 2013 / Re: N.A.N.Y 2013 Submission - BookCrop
« on: April 10, 2016, 10:45 AM »
After doing this in the ahk file, it seems to work (I have a German computer)

Code: Autohotkey [Select]
  1. Loop 283
  2.    {
  3. ;    if (objFolder.GetDetailsOf(objFolder.Items, A_Index) = "Width")
  4.     if (objFolder.GetDetailsOf(objFolder.Items, A_Index) = "Breite")
  5.        imgw := objFolder.GetDetailsOf(objFolderItem, A_Index)
  6. ;    if (objFolder.GetDetailsOf(objFolder.Items, A_Index) = "Height")
  7.     if (objFolder.GetDetailsOf(objFolder.Items, A_Index) = "Höhe")
  8.        imgh := objFolder.GetDetailsOf(objFolderItem, A_Index)
  9.    }

2
N.A.N.Y. 2013 / Re: N.A.N.Y 2013 Submission - BookCrop
« on: April 09, 2016, 12:16 AM »
Hi,

I tried to use the software but without success...

Observation: after installing everything, executing BookCrop and droping a folder to the window:

1. a message "creating overlay" appears for some seconds
2. a vertical line appears that divides my screen. Pressing the R or L key toggles the view to a small horizontal window with a non clickable area titled 'crop'. Nothing else can be done apart from closing the application.

I use Windows Home Premium.

Please find attached the horziontal window.

Thanks in advance.

Pages: [1]