Author Topic: uncheck the sorting alphabetically  (Read 4439 times)

sandeep bhat

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
uncheck the sorting alphabetically
« on: November 12, 2015, 10:45:54 pm »
Hi,
I want to check if the sort alphabetically is checked, I want to do this programatically. Any of the Class which will have this information? I looked through the Repository and Element   classes, no luck. Would really appreciate it if somebody could help me with it.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: uncheck the sorting alphabetically
« Reply #1 on: November 12, 2015, 10:56:35 pm »
I guess that's an option stored somewhere in the registry.

q.

P.S.: HKEY_CURRENT_USER\Software\Sparx Systems\EA400\EA\OPTIONS\SORT_FEATURES
« Last Edit: November 12, 2015, 10:59:40 pm by qwerty »

sandeep bhat

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
Re: uncheck the sorting alphabetically
« Reply #2 on: November 13, 2015, 04:50:41 pm »
right on! Thanks qwerty, you are always there when I need some help :)