Can't select controls in design screen

As of yesterday I’m unable to select any controls in the design screen. I can select them in the project explorer, but I need to add existing controls to a container and I am unable to do this since I can’t select (either right or left clicking) the control…which leaves me totally stuck.

Can’t think of anything that might have changed other than recently updating to MacOS 11.4?

Any ideas?

Thanks,

Nate

MacOS 11.4 should be OK, if your copy of AppStudio is up to date. What version are you using?

That was the issue…I wasn’t on latest version. I updated and now we’re good. Thanks!

Hello, I have the same problem, I’m unable to select any controls in the design screen. I have macOS 11.4 and AppStudio 8.5.4.0.

Any advise?

Thank you

When you run the app, are there any messages in the Chrome Console?

It is a mobile app, it runs well with VoltBuilder Native App.

Good. Can you check the Console for messages? There may be a clue there as to what is going on.

This is the console log:

2021-07-14 09:28:13,235 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-07-14 09:28:13,236 - JFormat - ERROR - borderWidth.isdigit()
2021-07-14 09:28:13,236 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2021-07-14 09:28:13,236 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-07-14 09:28:13,236 - JFormat - ERROR - borderWidth.isdigit()
2021-07-14 09:28:13,236 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2021-07-14 09:28:13,249 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-07-14 09:28:13,250 - JFormat - ERROR - borderWidth.isdigit()
2021-07-14 09:28:13,250 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2021-07-14 09:28:13,250 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-07-14 09:28:13,250 - JFormat - ERROR - borderWidth.isdigit()
2021-07-14 09:28:13,250 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’

That’s not the one I’m looking for.

When you run the app, are there any messages in the Chrome REMOTE Console?

Sorry!, here it goes.

Nothing unusual there. Could you zip your project folder and send it to me? Let’s see if it happens here, too.

Sure, thank you!

Thanks for sending this.

Your project still has jQuery Mobile controls in it. You need to convert those to Boostrap.

https://wiki.appstudio.dev/Converting_jQuery_Mobile_to_Bootstrap_4