Computer Workshop forums

EZGUI 5.0 Professional => EZGUI 5 support forum => Topic started by: Brian Reynolds on June 03, 2022, 08:51:09 pm

Title: EZ_FListBox
Post by: Brian Reynolds 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?
Title: Re: EZ_FListBox
Post by: Chris Boss 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.