Questions tagged [sketch-3]

Sketch is a digital design application for Mac.

Sketch is an application built for modern graphic designers. Features a flexible workflow with support for Multiple Pages and Artboards and Symbols and Shared Styles to make reusing elements quick and easy.

94 questions
0
votes
1 answer

Sketch 3 Plugin Changing Artboard Color

So I can't seem to find the the method to change the color of the art board's background color. This is what i have currently just missing the method to set the color. var doc = context.document; var artboard = MSArtboardGroup.new() var…
0
votes
1 answer

iPhone @2x design in Sketch TROUBLE

I have already read a huge amount of posts and articles about iPhone screen sizes but can't find the info about next problem. Recently i get a design made in sketch and artboard sizes are 640x1136 (and all the resources are so, like background…
fundamental3
  • 31
  • 1
  • 7
0
votes
1 answer

Making SketchApp pages interactive and link to other pages

I have stumbled across the ability before and cannot find it to save my life. I have done research and cannot find anything relevant to help. What I have done before is I had a few different pages each with a button on them. I want to make those…
Gary
  • 43
  • 4
0
votes
1 answer

Unable to resize instance of symbol in Sketch 3.7

In Sketch 3.7 when I convert an artboard into a symbol and then insert that symbol into another artboard, I can no longer resize that symbol (the resize handles and the width/height fields in the right menu are disabled). The only way to enlarge the…
bart
  • 14,958
  • 21
  • 75
  • 105
0
votes
1 answer

Wrong size when exporting png from Sketch

I've an image that I set to 37x37 in Sketch and then export it in @1x, @2x and @3x sizes using the Export option as in the screenshot When examining the images after export the are not symmetrical - one side is off. Is this a Sketch bug or am I…
MickeDG
  • 404
  • 5
  • 18
0
votes
0 answers

Editing text in ActionBar on a template using Sketch3

I am trying to edit text on an ActionBar in a Sketch Android template I downloaded. However, when I make changes, I don't see the changes being reflected on the Sketch Artboard. I also installed an "unlock all layers" plugin, however, I am still…
ap6491
  • 805
  • 1
  • 10
  • 26
0
votes
1 answer

Cannot export Sketch file to Zeplin. Forbidden 403 Error

I am new to both Sketch and Zeplin. When I am exporting my artboard by pressing cmd + E everything seems to be fine. Zeplin prompts me to select a project. When I select a project to export into, I get a notification saying "Exported 1 screen(s) to…
SafaOrhan
  • 690
  • 9
  • 19
0
votes
1 answer

iOS image resolution sizes with Sketch 3

I'm trying to understand the different image asset resolutions in Xcode/iOS development and I can't seem to wrap my head around it. I use sketch 3 to develop the images I use in my apps. So let's say I have an art board set up at the iPhone 5…
Setleaf
  • 75
  • 1
  • 7
0
votes
1 answer

How to size down a vector shape in Sketch 3 without losing quality?

I have been trying to resize a logo and make it fit into my navigation bar, but the problem is that it started off as an image from someone at 3932 X 1712px. I traced it with the vector tool, but I need to resize the entire logo as 108 X 47px. Every…
Carson
  • 300
  • 3
  • 17
0
votes
3 answers

How to parse .sketch files in Python

How can I parse .sketch files generated by sketch - mac application? I know that psd_tools can be used to parse .psd files generated in Adobe Photoshop.
Bhartendu
  • 199
  • 5
  • 17
-1
votes
1 answer

Blank screen: can't see my design from imported file

I am unable to see my design from the imported file, all I can see is the background color of the settings page I have tried modifying the containers and adding other files within. As you will see there are two sets of code the first being Menu…
Camille Basbous
  • 299
  • 5
  • 11
  • 34
-1
votes
4 answers

ios design in iphone SE but I want to make the design in iphone 8 plus

I have got the application design in iphone SE (sketch). But I am designing app in iphone 8 plus. I want the exact sizes and dims for iphone 8 plus. But when I change the simulator I sketch it only changes the screen sizes not all the elements.
-1
votes
1 answer

Make name tags dynamically in Sketch

So I'm creating a name tag for a conference where I have 250 participants. Each name tag needs a different name, location, a specific color of a square and a question. Is there any way I can program or a get an addon that does this for me, so I…
MadsVJ
  • 678
  • 6
  • 19
-1
votes
3 answers

How to combine to shapes into one? Sketch

I have just installed sketch and I am trying to create a circle with a tick sign inside. The issue is that whenever I use the Union option to merge the circle and tick sign the tick sign is hidden. Here are the steps. Insert -> Shape -> Oval …
bibscy
  • 2,598
  • 4
  • 34
  • 82
-1
votes
1 answer

Unexpected response from NSFileManager in Sketch Plugin

I published a Sketch Plugin with some functionalities with a strong dependency in files management. When execute, plugin needs to check if a folder exists, if not, create, and then manage several files inside this directory. Some weeks ago, one user…