Book a Demo

Author Topic: Enable Custom Draw Style bug EA Version 16.0.1604  (Read 2749 times)

JamesM

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Enable Custom Draw Style bug EA Version 16.0.1604
« on: June 14, 2022, 02:46:00 am »
Hoping someone might have an answer to this before I go to the trouble of scripting a change to t_object.stylex for affected elements.

Problem
Where an element has previously been assigned a Default Image and subsequently this has been reset to None in the Image Manager, it is not possible to fully exploit the 'Enable Custom Draw Style' functionality.  You are limited to changing the shape.  Any attempt to change fill colour is ignored whilst you have 'Enable Custom Draw Style' active.  If you disable it you will find that the default element appearance has been affected by your colour choices.  Noted that the key difference between elements which can and cannot be manipulated fully using this feature appears to be the entry in t_object.styleX of DefaultImage=0;  i.e. if there is reference to a DefaultImage the functionality is reduced.  Elements which do not have this value may be manipulated using the aforementioned function.  Used all the reset to defaults options.  At a loss to resolve this so would appreciate some help.  If not I'll hack

Cheers

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: Enable Custom Draw Style bug EA Version 16.0.1604
« Reply #1 on: June 14, 2022, 04:47:05 pm »
Had similar problems with DefaultImage=0 left in the t_object.styleex. Ended up writing script to remove DefaultImage=0 to correct it
Happy to help
:)

JamesM

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Enable Custom Draw Style bug EA Version 16.0.1604
« Reply #2 on: June 14, 2022, 08:42:29 pm »
Had similar problems with DefaultImage=0 left in the t_object.styleex. Ended up writing script to remove DefaultImage=0 to correct it
Cheers.  Always nice to know I'm on the right track.   Figured out the script and things are working the way we require. Cheers