BRT Community

General Category => Discussion - EVE => Topic started by: Geethanjali on June 18, 2021, 04:51:05 AM

Title: Text Box or drop down in EVE Screen Editor 4.0
Post by: Geethanjali on June 18, 2021, 04:51:05 AM
Hi,
 I am new to EVE Screen Editor (4.0) and I want to know if there are any drop drown widget or Text box widget where text can be entered for example it should be like a Rectangular box where text can be entered , also following are my queries
1.Can I make Customised Widgets if so how?
2.Where are these commands CMD_Button etc are defined How are they linked in EVE Editor?

Kindly Clarify on this doubts,

Thanks in Advance..
Title: Re: Text Box or drop down in EVE Screen Editor 4.0
Post by: BRT Community on June 18, 2021, 12:11:35 PM
Hello,

Unfortunately there are no drop down or text input box in-built widgets in ESD, however yes it is possible to define a custom widget by Right Clicking in the library browser, selecting New > Widget. You can then create a custom widget implementing any of the basic ESD or inbuilt widgets along with the logic editor to create you new widgets functionality. please remember to also implement the Render, Start and Stop functions .

The CMD_BUTTON command is defined within the 'EVE_CoCmd_Widgets.c file in the Ft_Eve_Hal.esd folder.


Best Regards,
BRT Community