Photoshop Elements :: Text / Font Family - How To Get Drop Down Menu To Work
Jan 17, 2013
I can't change the text fonts in Elements 9. Most everything else seems to work except the font family drop down menu. When I click on the arrow, the menu drops but immediately dissappears. The font size drop down works but not the family menu.
View 5 Replies
ADVERTISEMENT
Mar 25, 2013
I'm building a script that will open a dialog box allowing the user to select a font family from a drop down list (not a list of all of the fonts), and then compare that value against the fonts that are in use, highlighting everything that doesn't match. I have not yet built the dialog, but I've got everything else working as I want except the list of font families.
The following code loops through the list of fonts (only 20 for testing purposes), compares the family name to the previous on the list (error trapped for the first loop), and pushes the family name (if it doesn't match the previous) into an array which will be used in the dialog box. With the two alerts at the bottom (for troubleshooting), I expect the alerts to show the same family name. For the first three fonts they do, but after that the array value is "undefined."
var iCount = 20;
//var iCount = textFonts.length;
var nameHolder = "";
var nameArray = new Array();
[Code]...
Questions:
1) Any speculation on why this behavior is happening (it isn't truetype versus opentype)?
2) Is there a better way to get the list of font families without duplicates??
2) Is an array the best way to populate a dropdown list in a JS dialog box??? [this will be my first dialog with a dropdown, the others have user-typed values]
EDIT: Additional Info
When it reaches the ninth font in the list, the above script starts writing undefined, but when tested manually, as below, it works fine. Hmmm.
alert (textFonts[9].family);
var nameArray = new Array();
nameArray.push(textFonts[9].family);
alert (nameArray[0]);
EDIT: More info
tried replacing nameArray.push(familyName); with nameArray.splice(i,0,familyName); bad behavior remains
View 4 Replies
View Related
Jun 15, 2013
When selecting a sub menu from within a main drop down menu the arrow points to the right but the actual sub menu pops up on the left in most cases. I have only noticed this recently and wonder if I have inadvertently messed up a setting as in the past I cant recall this being so but I don't use the editor a lot so may be mistaken.
View 9 Replies
View Related
Jan 23, 2013
we are using a custom font throughout the whole project, I need to use the same font within the stairs family , how do I change the "DN" in stairs to the other font?
View 5 Replies
View Related
Jan 20, 2014
how to change font size for the drop down words on top and bottom in photo editor page -
View 1 Replies
View Related
Feb 7, 2014
In PSE12 I cannot drag and drop an open photo to another open photo. I can use copy & paste.
View 5 Replies
View Related
Feb 6, 2013
How to make menu font larger?
View 8 Replies
View Related
Feb 12, 2013
I would like Abobe to create a patch for this problem affecting so many of us. The menu's font size cannot be adjusted in PSE. It is a HUGE problem for me. I cannot return the product, I lose money, but I am unable to continue with using it. I do not understand why Adobe keeps ignoring this problem. PSE would be a great product - only if Adobe listened to customer input. I am forced to think that Adobe simply does not care enough about its customers, especially not about the older population with presbiopia.
View 2 Replies
View Related
Mar 6, 2014
How to increase the font size on the main menu??
View 1 Replies
View Related
Dec 8, 2013
I have just bought Elements 12. Great programme. I used to use Picasa 3, a good free programme. In Picasa it is easy to move images around in their folders by simply click, drag and drop. This does not work in elements. Is it possible to achieve this somehow?
View 1 Replies
View Related
Dec 27, 2012
My parents have Photoshop Elements 8 and all of the images are stored on a external hard drive. My dad organized the hard drive in very vague categories (things like I:/photos/spring 2004/spring 2004 - 1. We are looking to change the folder structure to one that is easier to navigate (I:/photos/vacations/new york city 2003)We are trying to avoid loosing tags in the organizer.
I tried File -> Move with some of the photos. In one instance, it took the originals and moved them. In another it renamed the photos and copied them to their new destination.Should we go back and delete the originals once they are moved to their new location?
View 2 Replies
View Related
Aug 22, 2012
VSX5 .I click on the text, the size handles show, I right click the text to raise the font attributes box, I change the colour in the box + click OK. What exactly do I have to do next because the text colour has not changed and I cant find out how to do this…
View 3 Replies
View Related
Nov 16, 2012
I copied and paste text onto a pic on photoshop and it has completely resized the whole workshop. Everything, now is so small you can see it. I can select 72 pts but then it's just barely large enough to read. What has happened and how do I restore things there way they were? I have Photoshop 6.
View 3 Replies
View Related
Sep 2, 2013
Everyone says to do Layer > Layer Style > Style Settings.
But when I go to Layer Style and try to get to Style Settings, Style Settings is greyed out. (The text in quesiton is already selected.)
In fact, I've tried everything possible to get Style Settings to become engaged and have not been able to do that.
Also, when I go into Effects and try to add cool effect (torn paper, glowing edges, etc.) to the text, it automatically changes the color of my text. For example, my text is orange and when I tried "glowing edges" it changed the text to olive drab... and it certainly didn't glow.
View 2 Replies
View Related
Sep 5, 2013
How to insert drop shadows under text?
View 1 Replies
View Related
Oct 8, 2008
We seem to be having difficulty with the Swiss font family. Is there a reason why they don't work? We are using CS3.
View 6 Replies
View Related
Oct 4, 2013
I am trying to add Agenda font family to my mac via users>username>Library>Fonts but still Illustrator says these fonts are missing when I open up the document? I've added the .otf files
View 3 Replies
View Related
Dec 7, 2007
I use photoshop to create basic layouts and templates for some websites I make and I have a client who wants a 3 layer drop down system.
eg. contact > employees > names
I have one built in html and java but I dont like it and doesn't work to great across all browsers so I was wondering if anyone here knew how to make a drop down menu system in photoshop?
Im using cs3 on the mac but could adapt for any version or platform.
View 5 Replies
View Related
Dec 19, 2012
Every time I try to use the Text tool in PSE10, it won't let me change the font and the page will "jump up and down"and I get the "not responding" message.
View 5 Replies
View Related
Dec 24, 2012
I am having trouble reading the menu text in Elements 11 that I juat purchased. I have found that with many programs there is a way to enlarge the menu text, but so far I have not been able to find a way to make the menu text large enough for me to read unless I am about 1' away from the screen which I am sure you can imagine is not reasonable or acceptible.
View 3 Replies
View Related
Apr 16, 2012
I would like to create a drop down menu as example below. Would it be possible to create similar using photoshop cs5.1. URL....
View 6 Replies
View Related
Sep 11, 2013
I have been using photoshop cs4 since its release and yesterday the drop down menus at the top have started loading to the left instead of to the right. I have gone through recommended fixes from this forum and others and cannot fix the problem.
- I reset the program preferences.
- Changed the handedness in the Wacom preference file.
- My tablet pc input panel was disabled to remove flicks…so I cannot access it.
- My trial copy of PhotoshopCC is not experiencing the problem
I am using windows 7 64 bit home
View 1 Replies
View Related
Oct 2, 2013
After opening a .jpeg file, I'd like to add text. No problem adding text. The problem is editing the text. Apparently, PhotoShop Elements 10 gets stuck on one font. And it can't be changed. When clicking on the down arrow (to change the font), the User Interface "jumps" up and down. But, the font won't change. I am able to change the color of the text, but not the font. I checked my System and there's no problems. I even did a Virus scan...none found. Is there a setting from within
PhotoShop Elements 10 that I'd be able to import the fonts on my System ?
My System : Windows 7 Professional / 32-bit and 3 Gb RAM.
View 1 Replies
View Related
Apr 2, 2003
Is it possible to make a drop-down menu in imageready?
View 13 Replies
View Related
Jan 17, 2014
I am using PSE12 with Mac OS X Mavericks. If I use the type tool, type some text then want to change maybe the font or size, the text disappears! If I set the parameters before typing everything is OK, but it is really inconvenient.
Also when I do a return in text the first letter of the next line is always a capital whether or not I start a new sentence!
View 3 Replies
View Related
Aug 28, 2012
I have tried font 72 and still the font is tiny.
View 2 Replies
View Related
Aug 8, 2013
How do I change the menu buttons text label from black to white?
View 2 Replies
View Related
Feb 28, 2013
My text tool is "stuck" on horzontal text tool in PSE10, and any attempt to change results in program crash. I cannot even "reset" all tools without triggering the fatal crash (it's telling me that "ATMLIB.dll" is not a valid Windows file).
I've got Win 7 and more then enough resources to run the software. Actually it ran just fine until recently. Is ATMLIB possibly pointing to a font issue?
I've reloaded the software from scratch (that is I've de-installed, and re-installed it now a couple of times). I've reloaded it and used the regirstration code from Adobe's "my products."
It only seems to happen when trying to select the text tool.
(I did post another message pointing to the DLL but I'm now more suspecious that it might be a font or registration issue.)
View 1 Replies
View Related
Jun 9, 2012
where the setting for the size of type/font preview drop down is located in CS6, it used to be located under pref->type->type preview - but apparently not anymore. I'm probably "blind", they surely did include this option in CS6?
(A thing I find annoying in CS6 is how short the font drop down list is, only covers 1/3 of the height of my resolution, even though I have hundreds of fonts activated - requires a lot of scrolling! I really hope this gets larger if it is possible to have larger previews)
View 3 Replies
View Related
Apr 16, 2009
I can rate my images in Adobe Bridge CS3 by using the drop down 'Label' menu. However, I cannot rate my image by stars directly under my image thumbnails. stars directly under the thumbnail by clicking on the dots".
View 3 Replies
View Related
Jun 9, 2013
I have Windows 7 and PS Elements 10 and can't get the text button to work properly. What can I do?
View 2 Replies
View Related