Author Topic: EZ_FListBox  (Read 824 times)

Brian Reynolds

  • Newbie
  • *
  • Posts: 20
    • View Profile
EZ_FListBox
« on: June 03, 2022, 08:51:09 pm »
I am having problems with EZ_FListBox.
I note in Codeclip the FListBox is entered as:
Code: [Select]
    EZ_FListBox %FORM1_LISTBOX1, 7, 2, 30, 17, "", "STV"
When I enter a FListBox in the designer, it produced:
Code: [Select]
    EZ_FListBox %FORM1_FLISTBOX1, 7, 2, 30, 17, "", "STV"
when it is compiled.
Is there any reason for the difference?

Chris Boss

  • Administrator
  • Newbie
  • *****
  • Posts: 49
    • View Profile
Re: EZ_FListBox
« Reply #1 on: June 03, 2022, 10:44:18 pm »
The Designer generates the ID constant based on the user defined control name you define in the property dialog.

The codeclips were not generated by the designer and the name is what I wrote it to be.