| » Stats |
Members: 103,403
Threads: 84,986
Posts: 1,031,253
Top Poster: Karky (9,546) | | Welcome to our newest member, ankkavfrav | |
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
 | |
12-04-2003, 03:31 PM
|
.txt file for text Post #1 | | Banned
Join Date: Jan 2004
Posts: 0
Rep Power: 0 | .txt file for text
I was wondering if anyone knew how to make a .file in photoshop use the text from a .txt file. I thought I saw this before, but I am unsure how to do it.
It is used when you have a button, and you want to constantly change the text on the button, you just change the txt file.
Any ideas?
|
| |
12-09-2003, 11:05 AM
|
.txt file for text Post #2 | | Joe Blow
Join Date: Oct 2003
Posts: 3
Rep Power: 0 | .txt file for text
I'm not sure I understand your question, Bob. If I want to change the text I usually just double-click on the Text layer and type something new, or if I want different words for each button I just write something different on each Text layer.
|
| |
12-09-2003, 11:21 AM
|
.txt file for text Post #3 | | Joe Blow
Join Date: Oct 2003
Posts: 0
Rep Power: 0 | .txt file for text
Sounds like you're talking about building variable data. I'm not really sure how you'd do this in Photoshop or if it's possible. I know that you can build variable objects in Illustrator since it will allow you to asign XML:ID's to objects and then base them on a DS. I know that other applications like Flash will do this as well. I thought I remember reading something about that functionality in Photoshop, but I haven't really been able to figure it out. I worked on this a bit in Illustrator and the manual was about as much use as a brick when it came to explaining this feature.
Generally I just build multiple text layers for buttons and edit them manually, but if you're building hundreds of buttons, this is prohibitive, which is why they started introducing variables into graphics applications. Sorry if this isn't much help, but if this is what you're talking about, maybe this will clarify the question for someone who is more versed in the scripting aspects of Adobe products than myself.
|
| |
12-09-2003, 05:56 PM
|
.txt file for text Post #4 | | Banned
Join Date: Jan 2004
Posts: 0
Rep Power: 0 | .txt file for text
A better example:
I have the button http://www.photoshopgurus.info/forum...icon_buddy.gif (imagine it does not say buddy on it).
I also have a .txt file that inside says icon_buddy.gif= 'buddy'
That above (something similar to it) displays the word 'buddy' on the picture.
You have a similar idea of what I want to do. Do you know how to do this?
|
| |
12-09-2003, 06:09 PM
|
.txt file for text Post #5 | | Guest | Re: .txt file for text Quote: |
Originally Posted by BobbyDouglas I was wondering if anyone knew how to make a .file in photoshop use the text from a .txt file. | I don't understand it. Since you want to use Photoshop for it, why not just type it? [confused]
I mean... how many buttons are you going to change like this, hundreds??
Not only that, but you'll have text that is too wide... how are you going to deal with that?
I would just type the text and move on to the next project; my way of time managment | |
| |
12-09-2003, 06:29 PM
|
.txt file for text Post #6 | | Joe Blow
Join Date: Jul 2003
Posts: 4
Rep Power: 0 | .txt file for text
You need an action for this, and batch work.
You will have to make all your text files and save them in a folder, and have the button image on the other hand.
But as far as I know, it is not possible in Photoshop to have the Text tool automatically accept any kind of txt, rtf, or whatever files.
Unless it can be done with scripting, but that is way above my knowledge, and I suppose you'll have to go to the Adobe forums for that...
|
| |
12-10-2003, 12:04 AM
|
.txt file for text Post #7 | | Joe Blow
Join Date: Oct 2003
Posts: 3
Rep Power: 0 | .txt file for text Quote: |
Originally Posted by BobbyDouglas A better example:
I have the button http://www.photoshopgurus.info/forum...icon_buddy.gif (imagine it does not say buddy on it).
I also have a .txt file that inside says icon_buddy.gif= 'buddy'
That above (something similar to it) displays the word 'buddy' on the picture.
You have a similar idea of what I want to do. Do you know how to do this? | I'm sorry, Bobby. I just don't understand what it is you are trying to do. It sounds like you're trying to create more work for yourself than is necessary.
Could you maybe give us a few screenshots of what it is you're talking about?
|
| |
12-10-2003, 12:59 AM
|
.txt file for text Post #8 | | Newb
Join Date: Jul 2003
Posts: 12
Rep Power: 0 | .txt file for text
Guys Bobby is talking about Photoshop's scripting capabilities. I believe (or rather i 'think') PS uses Python for its scripting functions.
Unfortunately i don't think there are a lot of folks around, or around here, that can help with this subject. I'm not even so sure that this function of PS is widely used -- you have to download and install special additional files for Photoshop to have this ability. The stock version can't do scripting.
I suggest you ask around at the Adobe U2U Photoshop Forum Bobby. The additional files can be downloaded from Adobe's Photoshop download page on their site.
Good luck. And please feel free to enlighten us here should you find your answer elsewhere.
Thanks. [righton]
|
| |
12-10-2003, 01:17 AM
|
.txt file for text Post #9 | | Joe Blow
Join Date: Oct 2003
Posts: 3
Rep Power: 0 | .txt file for text
The only thing I know in Photoshop that deals with changing the .txt field is to make your own document presets, as illustrated in this article: http://www.creativepro.com/story/feature/19113.html
But like I said above, you are actually creating more work for yourself than is necessary. Just create your different text on individual layers.
|
| |
12-10-2003, 07:26 AM
|
.txt file for text Post #10 | | Joe Blow
Join Date: Oct 2003
Posts: 0
Rep Power: 0 | .txt file for text Quote: |
Originally Posted by C9Mouse But like I said above, you are actually creating more work for yourself than is necessary. Just create your different text on individual layers. | As I said before, this has to do with the ability to have quickly updatable information. Let's say you have a database of items that you want to have their own buttons. You have say, 1,500 items and half of them are seasonal and change every 3 months. Now, you could build a PSD with 1500+ layers, or you could build one object that is linked to a text document that builds the images on the fly. When you want to change something, you just change it in the text file, and it generates the image on it's own.
I don't really know the way to do this in practice, but I understand the need for it. Something that people are moving to is using binary image building servers. Basically the binary code for the image is stored in a database field and is actually streamed to the browser on command. This gives you lots of functionality but requries some more advanced programming knowledge.
|
| |  | | | Thread Tools | | | | Display Modes | Linear Mode |
More threads of BobbyDouglas | | Thread | Date | Forum | Replies | Last Post | .txt file for text
.txt file for text: I was wondering if anyone knew how to make a...
| 12-04-2003 | General Photoshop Board | 15 | 05-25-2004 05:03 PM |
Other threads in forum General Photoshop Board | | Thread | Date | Thread Starter | Replies | Last Post | I'm new to the board, & need a little help.
I'm new to the board, & need a little help.: Hey all...just found this board. The forum I've...
| 11-08-2007 | bryanr72 | 0 | 11-08-2007 12:48 AM | Creating icons in CS2. Halo problems.
Creating icons in CS2. Halo problems.: I have been creating icons for a 3D program for...
| 11-17-2006 | splinters | 2 | 11-28-2006 11:21 AM | Please ..!!
Please ..!!: hi ..
i wanted file full match france vs...
| 11-11-2006 | maradona | 0 | 11-11-2006 11:59 PM | Web design
Web design: Hello i was just wondering how do i open up my...
| 09-17-2006 | Ldubbz | 1 | 09-19-2006 09:46 AM | logo
logo: i whant the soccer-art logo ?
can you help me ...
| 06-17-2006 | aasg | 2 | 06-17-2006 01:22 AM | | » Online Users: 26 | | 0 members and 26 guests | | No Members online | | Most users ever online was 2,128, 07-21-2008 at 08:27 PM. | |