Book a Demo

Author Topic: sort order and SQL  (Read 3743 times)

rayt

  • EA User
  • **
  • Posts: 28
  • Karma: +1/-0
    • View Profile
sort order and SQL
« on: September 24, 2015, 12:54:13 am »
Hello all,

when in the project browser, the order of items under a package hasn't been changed yet by the user, then there's no entries in their SQL TPos.

when it's changed using "move up" or "move down", the TPos entries appear in the SQL table.

My problem is that they don't disappear again when a "reset sort order" is done, so I'm not able to detect if the reset has been done from inside my scripts/addons.

Should I log this as a bug / is there an alternative way to detect if the sort order has been reset?

Cheers.
-rayt

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: sort order and SQL
« Reply #1 on: September 24, 2015, 02:31:37 am »
This is so called EAUI. You will likely not be able to log a change. It has been this way ever since. Even if this would be accepted you will most likely not see it realized in a meaningful time.

Maybe if you subscribe to a couple of EAOn.... events you'd be able to discover a change (though I doubt it; at least it will be difficult and produce a lot of overhead).

q.
« Last Edit: September 24, 2015, 02:34:14 am by qwerty »