kovacsv
Booster
since ‎2021-12-15
‎2024-02-29

User Statistics

  • 30 Posts
  • 8 Solutions
  • 0 Likes given
  • 14 Likes received

User activity

So I have a GDL object that builds up from primitives, like this:VERT 0, 0, 0 VERT 1, 0, 0 VERT 1, 1, 0 PEN 5 MATERIAL 55 EDGE 1, 2, 1, -1, 0 EDGE 2, 3, 1, -1, 0 EDGE 3, 1, 1, -1, 0 PGON 3, 0, 0, 1, 2, 3I'd like to make the 2D script as a projection ...
Hey, I'm targeting AC26 and I'd like to make all columns of a DG::ListBox the same width in a way that they fill up the whole width of the ListBox. It works fine, but whenever I change the number of tab fields and recalculate the layout the changes a...