I make a quiz software in B4J...it works fine...but I notice that when I run a question it makes a temporary file of approximately 22MB in my c drive. Screenshot is attached.
When it run it start filling c drive space...any computer having low c drive space...quiz software crashes after somEtime.
Please help to get out from this problem.
You are not giving enough informations. Where does the Tempfiles comes from?
What are you doing which create these Tempfiles?
Are these Tempfiles httpjob-downloads? If so then you probably forget to Release the Job!?
java updated....but problem still there....No internet is used in my project...fetching question from sql database and displaying in labels on by one....
Have you tried with a different font file? There are lots of royalty free ones about.
The one you are using is a licensed full Unicode font, hence the 22MB, if you only display letters and numbers, could you not use a smaller TTF font, this may not remove the problem but will certainly help with disk space usage.
Have you tried with a different font file? There are lots of royalty free ones about.
The one you are using is a licensed full Unicode font, hence the 22MB, if you only display letters and numbers, could you not use a smaller TTF font, this may not remove the problem but will certainly help with disk space usage.
Solved....The problem was due to font ArielUNI....it is making a temporary file every time when displaying a new question...By changing font type....this problem is eliminated...Thanks specially @don,@OliverA AND @Daestrum to come out from this problem...Thanks..B4X....a wonderful community..