I we use HaverstHQ Chosen Picker for our app and all of a sudden the down arrow on the drop down box has disappeared. See this pic: Picture of Problem
Any help appreciated!
EDIT:
So the app is a rails app, hosted on heroku, postgres backend and backbone front. We are using the plugin from HarvestHQ "Chosen", but the inverted arrow has disappeared from the right hand side of the drop down box. The drop down box still works. See picture for the best explanation.
I had a similar problem. My problem was the location of the chosen-sprite.png file. The png is referenced in the chosen.css file and the reference is relative to the location of that file. I moved the file to the same directory as chosen.css and the icons reappeared.
Related
I'm developing an Angular application that browses a datastore and I want the UI to look a bit like Google Drive, complete with icons next to the directory entries. What's the name of the icon Google Drive uses for regular files? It's a little blue rectangle with one corner that looks like it's been folded down.
Found it! <mat-icon>insert_drive_file</mat-icon>. I swear I searched for the string "file"... :D
I have created a simple application for my Mac using Automator. I am trying to change its icon from the default robot icon, but anything I try does not work. I have tried copy-pasting the image I want using the Get Info technique, but that didn't work. I also converted the image I want as my icon to a .icns file and put it in the resources folder inside the package contents folder for the app. I also renamed that icon to AutomatorApplet.icns. This technique did not work either. Are there any other techniques I can try, or am I simply doing something wrong?
The copy-paste technique actually works. The one thing I realized I missed is to select the image. You need to hit command-a to "select all" before you can copy the image you want to use as your icon. Then to paste the image onto the app/file you want to have the image as an icon for, just select the item and hit command-i. The get info panel opens and you will need to click on the icon on the top left. Hit command-v and your new image should be used as an icon.
This has been answered many times, but I couldn't seem to find an answer that worked.
I'm building a cordova app. I added GCM and when I build in Xcode, it doesn't give me any errors. When I build from the command line for cordova, I get library not found for -lPods-App. In my project, it shows libPods-App.a in red (the name is different as well). When I select it and view the source control on the right, the location is not correct. If I search my computer, none of those libraries in red are found either.
Here is a screen shot:
How could I fix this? Thanks!
I'm currently working in the .xcworkspace, so that isn't the issue. I al
I don't know why this worked. Here's what I did: but I clicked on the buggy file on the left, and it brought up the window on the right that you see. There is a little folder icon next to the name of the file, right above the full path. I clicked that. It brought up a finder window where I double-clicked libCordova.a to select it. Then I rebuilt and it worked!
So I started a project by adding my code to an existing project. The previous project used a res file to hold its icon, and loaded the res in the dpr.
Anyway, if I go to the Project->Options->Application... I should be able to decide what icon I want to use for my project ( using Load icon... button)
But my icon and Load icon button are disabled, and I have no idea on how to re-enable them.
I really dont want to start a new project from scratch now, and move the whole code there. It would be a huge waste of time.
I never had this problem before...
Anybody has any idea why this happens?
Again, how do I change my application's icon?
You should be able swap the icon image just use the same name and delete the old image.
I was doing some work on my iOS app and all of a sudden, something really strange began to happen:
For a second or so after I open my workspace, all of the files that I've added to the workspace are visible in the left sidebar as they should be. But after this second passes, a large chunk of these files vanish from the left sidebar. And it's not like they're completely gone - I can see the entire directory structure and files through the dropdown view, as shown in the attached screenshot. But as can also be seen in the attached screenshot, I cannot see this same information in the left sidebar.
And it's not because I haven't actually added these files to the workspace. I have - when I try to add the files again, all of the files are greyed out...meaning they've already been placed in the project.
I've tried restarting Xcode and restarting my Mac. I'm thinking about deleting the .workspace file and re-running pod install, but I don't want to do that until I've ruled out other options...that I might not be aware of but someone here might be able to quickly point out.
I've tried searching for this particular problem on Stackoverflow and on Google but to no avail.
Help would be much appreciated.
Look at the bottom of the left sidebar. You have selected the second icon (in blue) which means, you are displaying only the recent files of your project. Unselect it to display all your files.