elGringo Posted November 22, 2016 Posted November 22, 2016 trying to update tUniEdit.EmptyText on tUniCombobox OnSelect and it happens nothing - what to do? Quote
Sherzod Posted November 23, 2016 Posted November 23, 2016 Hi, Sorry, can you clarify your issue ?! Best regards. Quote
Hayri ASLAN Posted November 23, 2016 Posted November 23, 2016 Hi, As i understand you trying to set emptyText in runtime. Try this code in Combobox.OnSelect Uniedit.EmptyText :='Changed'; UniSession.AddJS(Uniedit.JSName + '.emptyText = "'+Uniedit.EmptyText+'"; '+Uniedit.JSName +'.applyEmptyText();'); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.