hi there,
doesnīt richEdit or EditBox object supports the option Upper/Lower Case (activation/deactivation)?
I remember that they could do that but I canīt find the option :/
Thanks in advance. ;)
Printable View
hi there,
doesnīt richEdit or EditBox object supports the option Upper/Lower Case (activation/deactivation)?
I remember that they could do that but I canīt find the option :/
Thanks in advance. ;)
In the very first properties tab at the bottom under Misc. there is a dropdown box for converting case. ;)
Well I looked after that in both extensions, but I canīt find that.
It shall be like this: (for example)
Start of Frame -> lower case
Timer equal 3 sec. -> upper case
But the whole text shall not change into lower or upper case but just the new letters which follow.
So basically, you want to have the edittime property "Case modification" to be changed at runtime? I could update an extension of mine for this, so you could do it a little indirectly if you wish.
Actually yes.Quote:
Originally Posted by Looki
It must be like this:
"this is the first text..."
And after switching to the upper case, the following must be:
"this is the first text...AND NOW EVERYTHING IS IN LARGE LETTERS..."
It was very nice if you would make an update as quick as possible please. :)
Thanks ;)
Oh, I don't think that's possible - Either it displays everything big or everything small. What about using Upper$() and Lower$()?
Oh yeah thatīs what I can use as an alternative. Perfect.Quote:
Originally Posted by Looki
Thanks very much! ;)
You're welcome.