NetTalk Central

Author Topic: Orphaned Embeds - How did this Happen ?  (Read 2472 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
Orphaned Embeds - How did this Happen ?
« on: April 17, 2013, 12:23:37 AM »
Orphaned Embeds - all of a sudden ????

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Orphaned Embeds - How did this Happen ?
« Reply #1 on: April 17, 2013, 02:05:48 AM »
AdditionalDebugHooks are only included when the app is compiled in debug mode, they're excluded when the app is compiled in release mode.

CustomPrepareStart and CustomPrepareEnd are in the
Prepare::FieldEquate
routine - for Progress Bar controls.
So if you changed a field equate, or changed the field from being a progress bar, or deleted a progress bar field, then you'd get this.

cheers
Bruce