I am trying to do some incremental upgrades on a project. Current code is in 5.0.7.0 When I open this in 5.2.1.3 I get the error "The project uses a deprecated control (Button). Please replace it in the previous version of AppStudio then try again
Same error for (Text)
The button ids the jQuery Module Button.
Is there an incremental upgrade I should save the project in first?
Thank you, I believe I am, I can see in the deploy folder jquery.mobile.js.
So When I look at the toolbar tools in a 5.2 there are still controls (button etc) under Jquery mobile but I can see that they do not deploy the Jquery.mobile.js, however they look like the exact same controls.
I’m not sure exactly how to switch these out in 5.0 version first to not use the mobile 1.3 version
The project opens and runs fine in 5.0. It just gave me this error when jumping from 5.0 to 5.2
When I look at the project, how do I determine which version of JQueryMobile the project uses?
Do I just replace the 1.3 .JS files with 1.4.5 versions?
Thanks for your support, I appreciate y’all having this forum for us to use!
Would it be possible for you to post the link again for 4.2.9 download again? I have another app with this issue and I no longer have that download thanks!
Thanks, I was able to upgrade as you recommended!
There was one feature in the old buttons that does not appear to exist anymore. The JQM buttons allowed multi line text (word wrap). I cannot seem to find a way to create multi line text, even if I insert a carriage return. Do you have any creative work around?