Jump to content
You must now use your email address to sign in [click for more info] ร—

___

Members
  • Posts

    16
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Had no idea Photoshop implemented this, incredible. Bringing color into the new millennium.
  2. Looking through these forums for any hope of a basic function a kid could code is depressing. Here's someone with tasteful wording: https://forum.affinity.serif.com/index.php?/topic/89346-word-count-in-affinity-publisher/&do=findComment&comment=741949
  3. iPPro 11" Latest release iOS I transferred a macro from the Windows version through iTunes. If i try opening that through the "Import Macros..." option on the iPad (both beta and not) the file is grayed out. This is expected to not be gray, and to work; as in, I tap it and it imports. I searched the forums for answer and some people say to drag it in from files. Nothing happens on either version of Affinity Photo. I found another forum that said move it to iCloud, so I did. Nothing happened. This is my third workflow breaking post and I'll have to stop using my iPad for photo editing and graphic design or move to the adobe when it's released. Thanks and goodbye.
  4. extension UIColor { public convenience init?(hex: String) { let r, g, b, a: CGFloat if hex.hasPrefix("#") { let start = hex.index(hex.startIndex, offsetBy: 1) let hexColor = String(hex[start...]) if hexColor.count == 8 { let scanner = Scanner(string: hexColor) var hexNumber: UInt64 = 0 if scanner.scanHexInt64(&hexNumber) { r = CGFloat((hexNumber & 0xff000000) >> 24) / 255 g = CGFloat((hexNumber & 0x00ff0000) >> 16) / 255 b = CGFloat((hexNumber & 0x0000ff00) >> 8) / 255 a = CGFloat(hexNumber & 0x000000ff) / 255 self.init(red: r, green: g, blue: b, alpha: a) return } } } return nil } } Do you think this will help?
  5. I enjoy Affinity products over Adobe and wanted to see what was possible with Publisher. I'm typesetting a book, no images yet. The video will explain, and, aside from switching from OpenGL to Metal (and back) I haven't changed anything else, nor do I have any other apps open. Another issue is that odd page breaks don't work, they just do a regular page break. 3. Oddness in Table of Contents (screenshot added) 4. Was on FaceTime video call. APub was open in fullscreen. Quit Publisher for another occurrence of issue #1. Reopened. Anytime the FaceTime window lost active focus it would hide my camera stream. Issue was resolved with exiting fullscreen mode of publisher. 5. When setting a negative value for decoration indent, the negative symbol shows. After entering the value the symbol disappears, making for a confusing UI bug. Screen_Recording_2018-12-08_at_7_11.02_PM.mov
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.