Author Topic: FormChangeButton cannot detect at sub folder of parents  (Read 792 times)

AmazingTrans

  • Newbie
  • *
  • Posts: 3
    • View Profile
FormChangeButton cannot detect at sub folder of parents
« on: October 23, 2015, 12:14:48 AM »
I created multiple subfolders under the main project. I kept the mainform under the main project.
Is it possible for the formchangebtn to detect all sub-folders for forms instead of just the parent?

Also, where are the string store once it has been detected? I noticed the string stays even the form is removed.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: FormChangeButton cannot detect at sub folder of parents
« Reply #1 on: October 23, 2015, 04:52:56 AM »
The FormChangeButton uses reflection to find the current forms. You must build the project for the list to be updated.