2007-09-11 06:26 PM - last edited on 2023-05-23 05:05 PM by Rubia Torres
2007-09-28 10:19 AM
2007-09-28 10:28 AM
Nathan wrote:BTW Nathan, can you explain what you referred to here?
Much thanks is owed to James Murray, "Shape Label JM9" whose elegant part puts ALL the GS labels to shame.
2007-09-28 04:01 PM
2007-09-28 06:45 PM
2008-09-05 06:02 AM
2008-09-05 06:23 PM
xx=REQUEST("ASSOCLP_PARVALUE", parToLabel, ...where 'parToLabel' is the name of the parameter in the object. Note the absence of quote marks. If you want a label that only ever describes one object parameter, the name of that parameter goes in quotes:
xx=REQUEST("ASSOCLP_PARVALUE", "objectDataParam", ...Usually GDL doesn't distinguish between single and double quotes, but there are cases where it does matter. I don't think it matters here, but it's another thing to keep in mind for troubleshooting. I believe the name of the request must be in double quotes.
2008-09-06 02:06 AM
2008-09-08 04:35 PM
Nathan wrote:We're getting a little off topic from Nathan's original post. I'm seeing this issue too, for the first time and think it's a v12 bug. In my case, the labeled elements were deleted in plan and the elevation view was moved to a new location (also in plan, obviously). Yet the labels persisted in their original location when viewed in the layout.
some earlier placed labels are lingering on the elevation in layout view only, despite having eliminated the object and the label in the model. When I open the view, and show all layers, the offending label is nowhere to be seen.
2008-09-08 11:16 PM