SteveMyres Posted November 5, 2011 Share Posted November 5, 2011 I'd like to add alignment to the dialogs of text-based elements that don't presently have the option, and add description of operation and value map to the docs. I'm implementing a variable-value display whose expression evaluates to a string (with embedded process values and calculated values), and some of the constituents are variable length strings themselves, so the result length is always changing, and I want the placement on the screen to look right. I have a solution for the immediate case (manually set the .align variable to 2, though this still doesn't allow wrapping), but this seems like a potentially common case, so it would be nice to handle it in the dialog (or just pitch the simplified dialog entirely and put up a dialog with the same list as in View -> Properties instead). Since many of the properties are common between numerous element types, how would you feel about a matrix showing what properties (field) apply to which element types (record), followed by a single detailed discussion of how to work each property? Link to comment Share on other sites More sharing options...
AzeoTech Posted November 6, 2011 Share Posted November 6, 2011 Again, I think I'll move this to feature requests... BTW: did you know that with the View - Properties list you can edit properties for multiple controls, even if they aren't the same control? The list will populate with all the common properties for the selected controls and any edits apply to all controls. Link to comment Share on other sites More sharing options...
SteveMyres Posted November 6, 2011 Author Share Posted November 6, 2011 No, I did NOT know that. Very helpful in the right circumstances. Link to comment Share on other sites More sharing options...
SteveMyres Posted November 6, 2011 Author Share Posted November 6, 2011 Actually, I intended to put it in feature requests. Sorry if I put it somewhere else, that's obviously what it is. Link to comment Share on other sites More sharing options...
SteveMyres Posted November 6, 2011 Author Share Posted November 6, 2011 BTW, my third paragraph was a suggestion in reference to the documentation on the various element types and their properties, not a suggestion for the UI. Glad I was misunderstood though, that was a good tip! Link to comment Share on other sites More sharing options...
AzeoTech Posted November 6, 2011 Share Posted November 6, 2011 Yes I got that, and I believe we are typically consistent across components when appropriate. Link to comment Share on other sites More sharing options...
SteveMyres Posted October 23, 2012 Author Share Posted October 23, 2012 Ah, just thought of another approach to doing this, which seems to give me everything I want. Create a Static Text object, set it's justification to center, name it, then write to Component.MyStaticText.strText from sequence. That accomplishes exactly what I was trying to do before. You can size the component, and if the strings that get written to it are all different sizes, they wrap as needed and center on the box. Perfect. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.