At 3:11PM -0700 8/9/03, Ken Ray wrote: >I have this problem that the field is smaller than the text that is in >it. When I tab into the field, the text is highlighted, but pushed off >to the left. For example, a field that says "United States" in it, but >unselected shows "United S" would end up showing "d States" when it was >highlighted. When you tab out of the field, it *leaves* it that way. > >So I'm trying to do one or both of the following: > >1) Keep the text from shifting to the left when it gets highlighted as >the cursor enters the field > >2) Keep the text from remaining shifted when I tab out of the field (or >alternately, be able to restore the text to its original state when it >tabs out
(I'm assuming the field has its dontWrap set to true.) Try this: on closeField set the hScroll of the target to zero end closeField on exitField closeField end exitField -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - Software at the Speed of Thought http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
