Hello
Providing the following FYI
When i load select2 sample into environment (platform 10) it somes with 22 errors
Message:
Invalid Data Type'Text, Phone Number, Email or Text Identifier' data type required instead of 'Integer'.
Hello. The problem wasn't with the select2 control, the combo box controls were erroring on a reference to integer variable. I changed the referenced variables from integer to text and the example worked. let me know if you want me to upload oml file with changes
Joseph Foster wrote:
Hello Joseph and thanks for your feedback. I corrected the reported problem by changing the structure field from text to integer instead of changing all the variables. I also corrected other minor problems caused by the migration to platform 10, error handling and such...
After this changes everything seams to be ok but i can't seam to run the examples in the browser. Something about SilkUIFramework. In Service Center i can see that WidgetsForLayout.ascx from SilkUIFramework can not be found! I already submit a feedback to OS.
Did you have any similar problems?
Eduardo Luís wrote:
Hello there Eduardo,
I encountered the same issue when I tried to publish the example select2 project. Anyways, I made the changes to avert the errors, and now the following 404 error is what I receive every time I try to publish the project:
Error message from node SERVER (127.0.0.1): Deployment failedDeployment failed. Could not invoke ping. Exception: The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at OutSystems.HubEdition.DeployService.PageInvokes.PageInvoker.DoRequest(String espaceName, String ptaOrTenantName)CompModule : Broadcast Message
I'm pretty sure this is somehow connected to the Select2 widget, as I normally do not receive such unspecific error messages. Could you give me an idea about the possible reason? Maybe I shouldn't have changed the types of the variables and ask for an updated version of select2?
Thanks.