Posts by Bruno Silva • 43 points
3 posts
-
1
votes0
answers91
viewsQ: Network connection does not work after an idle time. (Socket error 10050)
Hello, The problem described occurs on windows mobile platforms. Tested on equipment: CN50, CN51, MC65, MC67. How to produce the error: Install an app on one of the devices described above.…
totalcrossasked Bruno Silva 43 -
1
votes0
answers35
viewsQ: File content is not read completely
I am with a case where the contents of the file is not read whole, only part of it. Follow the example: I performed the test to see if the file was correct on the device opening it without using…
totalcrossasked Bruno Silva 43 -
2
votes1
answer65
viewsQ: Is it correct to cast an exception within a Synchronized?
In my app there are some threads that access the database and control this competition using the totalcross Lock. My question is: Can I allow exceptions to be thrown into a Synchronized block ? or…