Questions
Als letztes aktiv
Hello, I would like to ask is it possible to place content into the component you created in repeat grid. Now when I place text into the component it paste just first part of the content. If I want to use all I have to ungroup grid and components, but this is something I don't want to.
When i load cloud document it keeps loading for hours without allowing me to work on the file.
Hi!I have been using XD on a Mac and had no problems opening up illustrator files, which was super useful. Now I have switched to a Windows 10 machine, and suddenly I am not able to open any of the .ai files in XD. Is there a workaround for this?Thank you!
I've been working on a design with a blue accent color. When editing text, it is nearly impossible to see which text I am selecting to edit. Is there a setting to change the text-selection/highlight color? Or is there some other workaround? Highlighted: Not highlighted:
Dear Adobe, It's my painful duty as an adobe fanboy that has made me into an avid community contributor. Earlier I didn't really feel motivated to share bugs, but now I think I feel more concerned as I want XD to be the best. However, version 28.9.12 came with a lot of unexpected surprises. Please find the list of bugs I've also posted separately about them - Co-Editing removes the asset panel link and files whenever anyone else except the owner accesses the file. Sharing a newly made cloud file has problems 1. The file has the cross-cloud icon (not syncing) I restarted the file, XD multiple times the icon didn't vanish. I couldn't share the file with others too. Nor the file was being shown on my XD cloud on the web. Only the local XD cloud documents tab.2. I restarted my laptop the icon got fixed, I could find the new file on my XD cloud web but the sharing is still a problem. It's giving me an error that my storage is full go to published links. Though
Hello,I have a problem with linked symbols. I have a library file. There I have text in different symbols(A,B) and I combined these in another symbol.(C). Symbol C is linked in another file but if I update this symbol in my library File the Texts changes position und the Symbol looks really destroyed. But if I drag and drop Symbol C again in my File it looks normal. Can someone help me?
HelloI have created a component with 17 states. After that I'm trying to update the public link and all the time I have this error: Something went wrong. Please create a new link.Learn More (Error 44:47)Without this component, I can easily update the link. I even tried to save this single component in the file, but in vain.Size of the file: 21.5mb (local)MacOS Catalina: 10.15.6 (19G73)Adobe XD: 30.3.12Creative Cloud: 5.2.0.436 Do you have any limits on states?
Hello, when I create interactive previews for my clients some images (speacially big) are notorious pixelated without a reason. And even when the viewport is native size in width XD adds white margins at right and left. I pay and have the updated version. I try with low weight in big images but nothing changes. Also changing the the zoom in my Chrome for the white margins. Any know why this happen with this app ?? thanks.
Hi everybodyTo begin, i'm french and my english is not very wheel but i will explain you the better i can.i Work on a prototype for application on XD and when i try it in the visualisation, XD crash automatically when i click on an image.Do you seen this before? have you got a solution?I'm in exam period so....😄
I'm unable to add a tap trigger to a component state when it has a hover trigger. So if I have a menu text with a hover state, I can add a tap state with a link to an artboard but it won't work. Nothing happens when I click it. Also, I'm unable to chose None to transition, its grayed out.
I have troubles with exporting components using the Export Batch function.So what I do a lot of times is designing a button with 2 states as a master component, duplicate it to a couple of buttons, change the text and icon, mark them for export and export them as batch. Normally all components Marked for Export would be exported in all component states. But now, no matter how many duplicated components are on my artboard and marked for export, only 1 component gets exported. So when I have 5 buttons with 2 states based on the same design (master is not on the artboard) and I export them I would only get 1 button exported in 2 states. I work all the time like this so it worked before. Does anyone know a solution?Thanks in advance!
i Hvae make a Multiple Comopnent Then After all select components and one make compoent but issue is sprate component clicks working but all components make then clicks problem not working many components Cancel and save click not working.?Please some body help me fast
All of my cloud documents are gone since today (or yesterday). Only cloud files shared with me are available. I'm looking for Adobe XD files.
Hello,i work in several documents at the same time and use a global library. but when i copy edited symbols from one xd document to the other, the symbols imme are reset to their original state.is there a plug ins or another solution?thank you. glad you are here. adobe has no idea
I tried most of the solutions in the forum and online yet still couldn't fix the issue or find out what is wrong. I tried clearning MS store cache and updating it, tried to reinstall Creative Cloud app still the same. I use a windows 10 OS and here is the error log: Exit Code: 191 -------------------------------------- Summary -------------------------------------- - 2 fatal error(s), 2 error(s), 0 warnings(s) FATAL: Error (Code = 191) executing in command 'AddUWPAppxCommand' for package: 'UWPAssets', version:30.2.12.3 FATAL: Error occurred in install of package (Name: UWPAssets Version: 30.2.12.3). Error code: '191' ERROR: hdhelper exe at C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\HDBox\HDHelper.exe failed to install UWP app with error code 1 - OS Message: C:\adobeTemp\ETRD3B.tmp\1\SparklerApp\SparklerApp.appx#@#OS_Error_Code: 0x80073cf3#@#OS_Error_String: Windows cannot install package Adobe.CC.XD_30.2.12.3_x64__adky2gkssdxte because this package depends o
My website is a one scroll website with many chapters. I want to do when tap on the Chapter1 in the menu it will scroll down to the text or picture of Chapter1 (as shown in the image). How do I do it? <The Title was renamed by moderator>
Hello all,I have a question about Overlay and priority of Layers. Please read the description of my problem :I have a NavBar in "Fix position when scrolling". This NavBar is placed on top of all the other elements because it is the navigation bar, this is normal.When I click on one of the NavBar items, it opens a Menu that appears and Overlay. Thanks to your help, it works well.The problem is that this menu in overlay appears over the NavBar, suddenly we can no longer click on the elements of the NavBar. Please see pics (NavBar + Overlay over the NavBar). How to make the Menu appear in Overlay while keeping the NavBar over it?Many thanks ^^
I created a UI deisgn for an app and sent it to myself to access on my new laptop. It appears as a .zip file and won't open on XD.Please help
Hello.Normally, before editing a document through plugin API, a user must interact with the plugin in some way (e.g. clicking a button), but JavaScript allows us to fake a button "click" through the code using HTMLElement's click() function, which bypasses this need because that faked button "click" event is considered to have been made by the user. I assume this is not intended to work this way?Here's the code of this little "exploit":const div = document.createElement('div'); div.addEventListener('click', () => { // Now we can edit the document without any problems: // application.editDocument(...) div.remove(); }); document.body.appendChild(div); // Wait for our <div> to be actually added to the DOM, otherwise // the click event will not be fired. setTimeout(() => { div.click(); });Tested on the latest version (30.3.12.5).
In the image attached notice the word "Fill" and the checkbox for border, this normally only happens when I've connected my laptop to an external monitor. Any help is appreciated. p.s Using XD on windows 10 device <The Title was renamed by moderator>
I am writing a plugin to export the list of color Assets from XD. I am using the assets.colors.get() method to retrieve the colors and iterating to find the value of each, however, the values return in an indiscernable 8-10 digital numeric format. Is there a way to convert the value returned to a hex value? Below is the object returned by the get method: [ { name: 'COLOR 1: TABLE BACKGROUND - COLOR 4: MODULE BACKGROUND', color: { value: 4294638330 } }, { name: 'COLOR 2: TABLE BACKGROUND 2 - COLOR 5: MODULE SUB NAV', color: { value: 4293256677 } }, { name: 'COLOR 3: TABLE HEADER', color: { value: 4281545523 } }, { name: 'COLOR 6: MODULE FEATURE COLUMN', color: { value: 4278605191 } }, { name: 'COLOR 7: HEADLINE TEXT', color: { value: 4294506744 } }, { name: 'COLOR 8: REVERSED TEXT', color: { value: 4294967295 } }, { name: 'COLOR 9: REVERSED LINK', color: { value: 4288934143 } }, { name: 'COLO
Hi! I've a problem importing ai. files to Xd. Everytime I do so Xd messes up my font formats (see screenshot attached). Any ideas how to solve that? Thanks a lot!
Hello AllI'm from the Photoshop world, I usually add a mask layer to my assets/components/layers so they export the entire size of the artboard - how can I do this in XD?In other words, I want my logo export to be the entire size of the artboard with transparent background, not just the cropped out asset. Thanks!
I'm trying to download and install Adobe XD and it is refusing saying that my system is unable to run it. I've tried other solutions except downloading with using the Creative Cloud and nothing is working. I've made sure to update all my drivers and windows just to be sure. If anyone could help, this is my system:Windows 1909 or 2004 I'm not really sure16gb ramGTX 960mCore i7 6700
Why is it that in the version of Windows, the interface for XD is so limited? If you look at the version for IOS, there's the navigation bar at the top along with a dropdown menu for size when using the type tool. Why in the hell is this not an option for users who are paying for their Creative Cloud licenses on Windows? What is going on with the fraudulent activity?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.