Written by Terry Judd on Thu Apr 2, 2009 - 4:19 PM CDT
How do people deal with displaying long pathnames in Rev fields that aren't wide enough to display the entire string in one line? Is there any solution other than iteratively testing the formatted width of substrings and inserting returns? Terry... Hi Terry, If the stack is an interactive stack, in other words if the user can park in fields, etc., then you could: 1) set the tooltip of fld "PathName" to (the text of fld "PathName") AND/OR 2) apply Geometry to the "PathName" field, so that it extends to the right upon resizing the stack, which will display more of the text in the field. HTH you, Mark Stuart ------------------------------------------------------------------------ ----------- Sent from Archive List Reader v1.0 ------------------------------------------------------------------------ ----------- Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
