Wish B4A IDE freezes,Optimize IDE performance

byz

Active Member
Licensed User
hi @Erel ,I am developing an application with many pictures and videos.B4A's IDE often experiences freezing for 10 seconds or longer.
The specific situation is as follows:
1,Approximately 700 lines of code.
2,The file list clock contains over 300 images and 2 100mb videos.(Even when there are only 100 images, there may be lag, but the lag time is relatively short)
3,The layout in the visual designer has multiple nested layers, with a total of approximately 30 controls and images.

According to my observation, the more files in the list, the easier it is to get stuck.
 

Sandman

Expert
Licensed User
Longtime User
It sounds to me as if you have a fairly small project, it should work fine. Have you tried disabling the automatic backups? I imagine they can take a bit of time handling your pictures and videos.
 
Top