something really annoying. With the latest B4j during typing/editing B4J freezes, after short while you see a turning circle, and then after 10-20 seconds the editor goes on again.
Happens many times when you are typing, scrolling of what ever.
Looks a bit like the program needs some time to sort things or update the database.
If you are typing and the program blocks, then you will see the typed chars after 10-20 seconds and busniss goes on again.
I have the exact same issue.... It is a wonder that many others have not piped up - or perhaps they did in another section - or - because B4J is so wonderful, no one would ever speak up...
Disabled implicit auto completion (tools - IDE options) and the Auto Backups and see if it makes a difference (at least you will know if one of those is causing it).
I used to have this some versions ago, but this worked for me. I was at the time working in a VMware machine and have now moved for some time my projects to a fast SSD on USB3 and hadn't any issue any more since then.
Disabled implicit auto completion (tools - IDE options) and the Auto Backups and see if it makes a difference (at least you will know if one of those is causing it).
I used to have this some versions ago, but this worked for me. I was at the time working in a VMware machine and have now moved for some time my projects to a fast SSD on USB3 and hadn't any issue any more since then.
i think Alain has right (as usual) Disabled autobackup and it seems to be gone....Watching it.....
Strangly i didnt have this issue with B4R. But difference is that B4J is a large program (lot of text), and B4R just 1 page.
B4A does the same but not in that way B4J does. B4J and B4A programs are both lots of text...
I forgot to mention: Sometimes I will get the Windows Dialog ("Program is Not Responding - Wait or Close"). (both A and J)
And when it is compiling, the compile window will have a black border around it (frozen), then continue after a period... (both A and J)
All my projects are large...
I re-enabled autocomplete in J (backups is still OFF) - and it seems to work fine now.
Perhaps if backups could detect a period of inactivity after the 10 minute mark before proceeding.
Now it seems, as soon as code changes, backups jumps on and delays you...
Or, run in separate thread (not in main).
Erel wrote in the other topic that it is running in the main thread. But indeed a backup when you type 10 chars is too much. Keep it every half hour or 1 hour. That's enough
The backup fires every 10 minutes. If you see more frequent slowdowns then they are not related to the backup. Also check the status bar message when there is a slowdown. A "backup complete" message should appear when the backup ends.
the freezing issue is 100% related to the backup feature. After disabling it didnt happen again.
might be that the freezing happens every 10 min but got more the idea it happens when you start scrolling/typing
Yes, if the IDE is just sitting idle, nothing happens (for hours)... Scroll or type - bring on the spinning circle of delay....
Sometimes, the B4A or B4J app (IDE) will terminate (close, crash, shut down).
I also have both A and J ide's open (sometimes 2 - 3 of both running different projects).
I (we) did...
It does NOT happen when disabled (freezing, reboot, all strange behaviour before you introduced autoback functionality - with all good intention).