dsprata Posted October 5, 2015 Share Posted October 5, 2015 Hello how are you?Needed to implement in a unicombobox the autocomplete, however, do not think the property on the component , does anyone know another way to do?Thank you Quote Link to comment Share on other sites More sharing options...
Sherzod Posted October 5, 2015 Share Posted October 5, 2015 Hi, While, maybe like this: function beforeInit(sender, config) { config.typeAhead = true; config.minChars = 3; } Best regards. Quote Link to comment Share on other sites More sharing options...
dsprata Posted October 5, 2015 Author Share Posted October 5, 2015 The error is occurring : Cannot set property 'typeahead' of undefined. Quote Link to comment Share on other sites More sharing options...
dsprata Posted October 5, 2015 Author Share Posted October 5, 2015 Does anyone know the solution? Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 typeAhead not typeahead Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 Can you specify your unigui version and edition? Quote Link to comment Share on other sites More sharing options...
dsprata Posted October 5, 2015 Author Share Posted October 5, 2015 I copied and pasted the example set , and the error persists. I am usingconfig.typeAhead = true; Quote Link to comment Share on other sites More sharing options...
dsprata Posted October 5, 2015 Author Share Posted October 5, 2015 Version 0.93.1 with Delphi XE4 Quote Link to comment Share on other sites More sharing options...
Sherzod Posted October 5, 2015 Share Posted October 5, 2015 Hi, In your case, the decision will be like this: function beforeInit(sender) { sender.typeAhead = true } Best regards. Quote Link to comment Share on other sites More sharing options...
Sherzod Posted October 5, 2015 Share Posted October 5, 2015 But please, you must "upgrade" to the latest version!! Best regards! Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Share Posted October 5, 2015 Version 0.93.1 with Delphi XE4 We no longer support old versions. Quote Link to comment Share on other sites More sharing options...
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.