New scripts, templates and translation files that allows to use Ant Movie Catalog to manage other things than movies
antp
Site Admin
Posts: 9664 Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:
Post
by antp » 2013-02-06 15:38:44
What does your patch do exacty? That could help fixing the problem in AMC directly
Galnospoke
Posts: 20 Joined: 2010-05-23 14:22:32
Post
by Galnospoke » 2013-02-06 15:47:39
If You use bigger font, search field is broken.
soulsnake
Posts: 756 Joined: 2011-03-14 15:42:20
Location: France
Post
by soulsnake » 2013-02-06 18:04:43
Hi,
This bug has been fixed (with the other one in script options) for next update 4.1.2.3.
I don't test this patch but thanks.
Soulsnake.
antp
Site Admin
Posts: 9664 Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:
Post
by antp » 2013-02-07 13:25:29
Galnospoke wrote: If You use bigger font, search field is broken.
I know, but I was asking what you changed to fix it
soulsnake wrote:
This bug has been fixed (with the other one in script options) for next update 4.1.2.3.
What did you do, in the end?
soulsnake
Posts: 756 Joined: 2011-03-14 15:42:20
Location: France
Post
by soulsnake » 2013-02-07 18:47:40
Hi,
What did you do, in the end?
I just adjust some widths and heights on runtime on some components using this ratio: Self.PixelsPerInch / 96 * originalSize + (Self.PixelsPerInch - 96) * adjustValueIfNeeded.
I also set the anchors to top left on all components in ToolbarFind because auto stretch was not handled correctly with high DPI.
For more details you can see the code if you want
.
Soulsnake.
antp
Site Admin
Posts: 9664 Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:
Post
by antp » 2013-02-09 21:18:28
Thanks, as I'll have to fix similar bugs in other programs