Event KeyPressed on TextField

Hi,

i have an “old” Xojo Webapp which i would like to develop further.

When i open the app in Xojo, i get this error message:

TaskTextField on taskplaner implements the event "KeyPressed," but its superclass WebTextField has already implemented the event

TaskTextField is a WebTextField.

Any ideas what changes since older versions of Xojo?

Michael

Hi @Michael_Bzdega,

Probably that get fixed implementing the TextChanged event instead.

I think you mean ValueChanged?

Yep. that one :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.