2009-10-17 06:59 AM
2009-10-19 09:38 AM
dummy = LIBRARYGLOBAL(yourobject, yourIntParamName, iViewClass) ... hotspot2 0, 0, ..., xOffsets[iViewClass], ... hotspot2 -1, 0, ..., xOffsets[iViewClass], ... hotspot2 xOffsets[iViewClass], yOffsets[iViewClass], ..., xOffsets[iViewClass], ... hotspot2 0, 0, ..., yOffsets[iViewClass], ... hotspot2 0, -1, ..., yOffsets[iViewClass], ... hotspot2 xOffsets[iViewClass], yOffsets[iViewClass], ..., yOffsets[iViewClass], ...There is one important thing though. You have to communicate the difference between the two kind of dragging of zone stamps to your users. The 'built-in' drag moves the stamp in all views and the 'editable-hotspot-based' drag moves the stamp in the active view category only. It's easy to mess up but can be used with some extra care.
2009-10-19 09:55 AM
2009-10-20 05:14 AM
2009-10-28 07:53 AM
2009-10-28 10:30 PM
Master wrote:
Instead of moving the zone marker you LABEL the zone. The label can extract any information of the zone.
2009-10-28 10:40 PM
REQUEST ("Zone_relations", "", category_name, code, name, number)
2009-10-28 10:52 PM
2009-10-28 11:12 PM
2009-10-29 03:21 AM