We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2006-03-23 06:41 PM
2006-03-23 07:22 PM
Jay wrote:I think what you would need is a variable that holds the entire string and a stretchable hotspot that controls the width of the note.
I would like to create a GDL that looks like the standard text label, but gets is text from the object it's attached to. The picture below demonstrates what I want. The 4"x4"... text will exist in the Column's parameters.
I've seen how this can be done with the Label tool and a single line of text, or a typical marker shape, but I want it to look and act like the standard (text) Label tool -- which means the ability to wrap, and the user can change the wrap width. I'm not familiar with the Rich Text functions, so can somebody please point me in the right direction?
2006-03-24 12:34 AM
2006-03-24 01:44 AM
iReturn = REQUEST("ASSOCLP_PARVALUE", "Material_DCA", NameInd, iType, iFlag, iDim1, iDim2, sNote)...where "Material_DCA" is the parameter whose value I want. sNote will contain the value.