Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently November 17th, 2024, 11:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Upper lower case
PostPosted: February 3rd, 2005, 6:46 pm 
Offline
User avatar

Joined: November 4th, 2004, 5:04 pm
Posts: 310
Location: New Zealand
Opus: Evolution 8.5
OS: Windows 7 Professional
System: AMD Phenom(tm) II X6 1055T Processor 2.80GHz
The facility to convert imported or incorrectly typed text from
Upper to Lower case

That should be fairly easy?


Pete :idea: :idea: :idea:


For this message Pete Smithies has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: February 4th, 2005, 1:48 am 
Maybe I'm missing something here but if I want to change the case of imported text, I use my word processor to convert the text before I import it.

If I type the text incorrectly, I would hope that I would notice the error before it became an issue.

I see these manual corrections as being simpler than asking for Opus to grow in size to become a de facto word processor -- which it isn't.

There are many things that I need to do with text, images, videos and audios before I use them in Opus.

There is an enormous amount of inexpensive special-purpose software (like shareware) which performs these tasks effectively and efficiently.

After making the mods I need, Opus readily accepts my new files. Over many years these have proved to be most effective alternatives to having perhaps limited functionality added to Opus.


Top
   
 
 Post subject:
PostPosted: February 4th, 2005, 3:28 pm 
Offline

Joined: October 25th, 2004, 12:27 pm
Posts: 526
Location: Digital Workshop
Hi,

Thank you for your enquiry.

Text imported using the 'Automatically read in this disk file' setting in the properties of the text object cannot be manipulated in this way. However, if you import the contents of the text file into a variable, using the Read from Disk File action or Read() script function, there are a number of string functions available which will allow you to convert the case.

For example, the following script will read the contents of a text file named 'text.txt' and store this information into a variable named 'text'. The toLowerCase function then converts the information to lower case:

Code:
var textObj = OpenFile("text.txt")
text = textObj.Read()
text = text.toLowerCase()


I hope this helps. Please do not hesitate to contact me if you have any further queries.

Kind regards,

_________________
Robin Garrett
Digital Workshop Technical Support


For this message Robin Garrett has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: February 4th, 2005, 3:46 pm 
Offline
User avatar

Joined: November 4th, 2004, 5:04 pm
Posts: 310
Location: New Zealand
Opus: Evolution 8.5
OS: Windows 7 Professional
System: AMD Phenom(tm) II X6 1055T Processor 2.80GHz
Sentosa....
Fair points.... However

We do obtain text from a variety of sources and suppliers

As this is meant to be a wishlist
I just added it a a productivity enhancement idea -
because the same argument can be used for spellchecking!


Pete :oops:

Robin
Was unaware of the solution that you posted
Pete


For this message Pete Smithies has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: See the point and agree with Pete
PostPosted: February 4th, 2005, 6:27 pm 
Offline

Joined: November 3rd, 2004, 2:08 pm
Posts: 130
Location: Above it all
I have also had the need to make universal changes to text like Pete said.
I too have to cut and paste sometimes to save hours of re-typing. Some of the really uninformed customers out there like to use all caps for example. Being able to make a universal change to lower case and then fix up the words at the start of a sentence is still far better than re-typing. I don't even know if any of the word processing programs will do this which would help. I try to stay away from running text through any of the word processing programs cause they insert their own formatting crap which Opus doesn' t like either.

Since this is a wishlist section, not a problem solver, why not ask?


For this message Evereddie has been thanked by : mackavi


Top
 Profile  
 
 Post subject:
PostPosted: February 4th, 2005, 6:38 pm 
Offline

Joined: October 25th, 2004, 3:09 pm
Posts: 32
You can change the case of text in Word. There is a Change Case option on the format menu.


For this message Tony Coleman has been thanked by : mackavi


Top
 Profile  
 
 Post subject: I'm with Ray
PostPosted: February 4th, 2005, 6:40 pm 
Offline

Joined: October 25th, 2004, 2:20 pm
Posts: 686
Location: Naperville, Illinois (USA)
Opus: 7.05
OS: Win XP SP3
System: P4 3.2GHz 1GB RAM 2-TB HDs + 4 more
I'm going to go with Ray's thought that you should do text adjustments like changing to Upper/Lower case using a word processor instead of bloating OPUS with this seldom used task.

It only makes sense to use a video editor to make MPEG or AVI files; graphic tools to make adjustments to images; and audio editors to modify or record sound files. Those tools are specialized and do a specific job very well.

Let's keep DW on the "interactive, multimedia, simulation tool" path rather than wandering off into "word processing land."

_________________
Fred Harms, Extraordinary Demos
Naperville, Illinois (USA) 630/904-3636
demofred@aol.com


For this message demofred has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: February 4th, 2005, 7:03 pm 
Offline

Joined: November 3rd, 2004, 2:08 pm
Posts: 130
Location: Above it all
Thanx Tony!


For this message Evereddie has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group