N
Nicolas
Guest
Cadence has a few shortcomings in their checkAndSave checks, so we
implement our own. One drawback is that we can only insert a warning/
error marker in a position "determined by the software" using the
following function:
geCreateMarker(
d_dbobjectId
t_severity
t_owner
t_reason
t_displayText
)
=> d_shapeId / nil
Creates a box-shaped marker whose size and position are determined by
the software.
-------------------
Does anyone know the (undocumented?) function to create markers at a
designated location with a specific size?
thanks!
implement our own. One drawback is that we can only insert a warning/
error marker in a position "determined by the software" using the
following function:
geCreateMarker(
d_dbobjectId
t_severity
t_owner
t_reason
t_displayText
)
=> d_shapeId / nil
Creates a box-shaped marker whose size and position are determined by
the software.
-------------------
Does anyone know the (undocumented?) function to create markers at a
designated location with a specific size?
thanks!