Copy link to clipboard
Copied
I only see UPPERCASE or LOWERCASE option. No CAPITALIZED option or "Sentence Case" option (e.g., John Doe, instead of JOHN DOE or john doe). I would like all entered word to be converted in to "Capitalized" so they can be easily used for various purpose.
If this option is not available, what is the alternate? or is there another way to do it?
Al
Copy link to clipboard
Copied
You are correct that there are no options for Sentence Case with the Text Entry Box.
As far as I am aware, you are the first person on this forum to ever ask about this missing option. Feel free to log an enhancement request with Adobe for such an option to appear in some future version of Captivate (perhaps). But please be prepared to wait patiently.
If you want a solution somewhat quicker, you may need to look into engaging the services of a programmer.
Copy link to clipboard
Copied
I am surprised and disappointed that developers @ Adobe never thought about adding simple things/enhancements over period of time. They keep releasing new versions of Captivate and keep making money, but not adding basic features. I am really disappointed.
Hiring a programmer for this kind of feature? Seriously ! You guys should push out updates periodically to improve user experience.
Al
Copy link to clipboard
Copied
I think you misunderstand something. I don't work for Adobe. I'm just a Captivate user like yourself. Chiding me about what you perceive to be gross oversights in Captivate's featureset is not going to get you anywhere.
As I pointed out earlier, the feature you want has (to my knowledge) never been asked about before on this forum. Adobe adds enhancements that MANY people request. Have you ever even logged a request for this enhancement? If not, and nobody else did either, it's hardly surprising that it's not in there as yet. I doubt that very many people even use (or even know about) the existing options to turn text into upper or lower case.
Adobe is a business and believe me when I say they're VERY keen to make their product appealing to customers in any way they can. But the budget for developing extra features in the app has to be very carefully spent, otherwise money would get wasted developing things that few people would ever use, while the competitors hop in and steal the lead by developing things that actually sell product.
I know what I gave you before wasn't what you wanted to hear, but at least I'm telling you the truth.
Copy link to clipboard
Copied
Sorry if i misunderstood you. My apology. I have submitted enhancement request. Hopefully they will address this issue very soon. Adobe can push small updates from time to time to add missed out features. If they want their customers to be happy then they should keep pushing this updates periodically.
Al
Copy link to clipboard
Copied
Since Captivate 9 first came out there have been several updates with improvements.
However, having worked in software development houses myself (in a previous life) I know firsthand that just pushing out updates is not as easy as many people might think. Every time you change even the smallest piece of code in an application you have to do extensive testing to ensure that change does not impact something else and make the entire app (or some part of it) unstable.
Adobe is currently very focused on getting the next version of Captivate ready for release. I have no idea whether your wishes will get granted in that release or not. But logging an enhancement request is the best way to get Adobe's attention.
In the meantime, if Sentence Case in TEBs is essential to your project, I still think you should look into whether or not this can be achieved via programming. If your output is SWF, you'll need someone with ActionScript 3 expertise. If the output will be HTML5 then the programming language involved will be JavaScript (and you might also be able to achieve similar results using CSS to just display the text in Sentence Case even if it remains under the hood as the user typed it).
Copy link to clipboard
Copied
Thank you for your input and advise. I am using HTML5 output for all my projects. Sentence Case in TEBs is essential to my project to avoid lot of manual work. If someone with programming knowledge can suggest or provide/offer any solution will be helpful. I am not a programmer, but i am an educator, i am just a user.
Copy link to clipboard
Copied
If i add js code in "On Focus Lose" where there is an option for Execute JavaScript, would it work? Please see below screen. Advice if this can take care of my need to have all word in Sentence case. If any change in script needed, let me know.