Backreferencing separators

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-11-25 01:37 AM
‎2008-11-25
01:37 AM
TEXT2 posX, posY, "<BACKREFSHEETNUMBER_R><DUMMY><"+ gs_backref_separator + ">" + AC_BackReferenceGUIDList[1]Thanks.
Erich
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-11-30 05:40 PM
‎2008-11-30
05:40 PM
Has anyone else created or modified a title object with back referencing abilities?
I would like to be able to split up the returned back reference names into multiple lines but given the code used, see above, I don't think this is possible. Still, I have some hope that someone better with GDL skills than myself might have an idea how to do this.
Thanks.
I would like to be able to split up the returned back reference names into multiple lines but given the code used, see above, I don't think this is possible. Still, I have some hope that someone better with GDL skills than myself might have an idea how to do this.
Thanks.
Erich
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-12-08 12:13 PM
‎2008-12-08
12:13 PM
In order to break backreference texts, you have to rescript the title object:
Add some intelligent hotspots, which will define the width of the textblock.
This width has to be added to the "textblock" width parameter, this way it will be possible to split each reference so it appears on separate lines (Sy_RichTextType, nonBreaking, width).
Afterwards probably the autotext's text
"<BACKREFSHEETNUMBER_R><DUMMY><"+ gs_backref_separator + ">" + AC_BackReferenceGUIDList[1]
has to be rewritten because of prior changes into RICHTEXT2.
Add some intelligent hotspots, which will define the width of the textblock.
This width has to be added to the "textblock" width parameter, this way it will be possible to split each reference so it appears on separate lines (Sy_RichTextType, nonBreaking, width).
Afterwards probably the autotext's text
"<BACKREFSHEETNUMBER_R><DUMMY><"+ gs_backref_separator + ">" + AC_BackReferenceGUIDList[1]
has to be rewritten because of prior changes into RICHTEXT2.
Barbara Sommer
Technical Support Team
Graphisoft
Budapest, Hungary
archicadwiki - the ArchiCAD knowledge base
Technical Support Team
Budapest, Hungary
archicadwiki - the ArchiCAD knowledge base

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-12-08 04:35 PM
‎2008-12-08
04:35 PM
Barbara,
Thank you for the reply. I will give this a try.
Thank you for the reply. I will give this a try.
Erich
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K