General Information
Posted: Thu Jun 22, 2023 12:38 pm
Book & Viewer & Magnify
• ComicBook.pb: Simulates a page turning effect.
• Left-Mouse-Click to turn the page / Esc to close the window.
Available Options
Default Options
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
• MagnifyGlass.pb: Creates a simulated magnifying glass.
• Right-Mouse Click to open another image / Spacebar to toggle the main image / Esc to close the window.
Available Options
Default Options
• ComicBook.pb: Simulates a page turning effect.
• Left-Mouse-Click to turn the page / Esc to close the window.
Available Options
Code: Select all
#ARCHIVE_TYPE_DATABASE = 0
#ARCHIVE_TYPE_FOLDER = 1Code: Select all
#BOOK_SIZE = 4
#PAGE_SPEED = 8
#ARCHIVE_TYPE = #ARCHIVE_TYPE_DATABASE• MagnifyGlass.pb: Creates a simulated magnifying glass.
• Right-Mouse Click to open another image / Spacebar to toggle the main image / Esc to close the window.
Available Options
Code: Select all
#MAGNIFY_SHOW_UNDER_WINDOW = 0
#MAGNIFY_SHOW_UNDER_MOUSE = 1
#MAGNIFY_RATIO_ORIGINAL = 0
#MAGNIFY_RATIO_FIT = 1
#MAGNIFY_RATIO_ZOOM_X2 = 2
#MAGNIFY_RATIO_ZOOM_X4 = 3
#MAGNIFY_RATIO_ZOOM_X6 = 4
#MAGNIFY_FRAME_SQUARE = 0
#MAGNIFY_FRAME_ROUND = 1
#MAGNIFY_FRAME_ROUND_CORNERS = 2
#MAGNIFY_FRAME_USER_DEFINED = 3
#MAGNIFY_BORDER_NONE = 0
#MAGNIFY_BORDER_OUTSIDE = 1
#MAGNIFY_BORDER_BOTH = 2Code: Select all
#MAGNIFY_SIZE = 400
#MAGNIFY_HANDLE = "styles\handle.bmp"
#MAGNIFY_PATTERN = "styles\steel.bmp"
#MAGNIFY_COLOR = $033B03
#MAGNIFY_OUTLINE = $000000
#MAGNIFY_SHOW = #MAGNIFY_SHOW_UNDER_WINDOW
#MAGNIFY_RATIO = #MAGNIFY_RATIO_ORIGINAL
#MAGNIFY_FRAME = #MAGNIFY_FRAME_ROUND_CORNERS
#MAGNIFY_BORDER = #MAGNIFY_BORDER_OUTSIDE