Fill Background Pen
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-17
09:22 PM
- last edited on
‎2023-05-24
11:37 AM
by
Rubia Torres
‎2016-12-17
09:22 PM
Why default Fill Background Pen is not Pen 0 (Transparent) or -1 (Window Background Color)?? Regardless of Pen Set used, this offers standard result.
Is there a way to change it globally?
AC26 > AC5 - Win10
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-18 02:26 PM
‎2016-12-18
02:26 PM
Extract the lcf-file and then run the LP_XML_Converter, converting all GSMs to XMLs.
Use an editor with file transcending search and replace, replace the default value in all objeccts.
Then convert all files back to GSM.
Or, if the value should not be changable anymore: Write a master.gdl file or a global master file where the value is set by PARAMETERS or VALUES.
(which may wor; i haven't tried)
Use an editor with file transcending search and replace, replace the default value in all objeccts.
Then convert all files back to GSM.
Or, if the value should not be changable anymore: Write a master.gdl file or a global master file where the value is set by PARAMETERS or VALUES.
(which may wor; i haven't tried)
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-18 09:09 PM
‎2016-12-18
09:09 PM
Or change your pen sets so Pen 19 is white
Much easier, and will still work when you update libraries in the future.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-22 04:51 PM
‎2016-12-22
04:51 PM
Joachim wrote:Uuuh this looks complex. Thank you for your reply.
Extract the lcf-file and then run the LP_XML_Converter, converting all GSMs to XMLs.
Use an editor with file transcending search and replace, replace the default value in all objeccts.
Then convert all files back to GSM.
Or, if the value should not be changable anymore: Write a master.gdl file or a global master file where the value is set by PARAMETERS or VALUES.
(which may wor; i haven't tried)
s2art wrote:Yes, this is much easier, you are right! But I still prefer Pen 0 (Transparent) and I don' t understand why Graphisoft chose Pen 19.
Or change your pen sets so Pen 19 is white Wink Much easier, and will still work when you update libraries in the future.
AC26 > AC5 - Win10