ronan_rt Posted July 9, 2017 Report Share Posted July 9, 2017 Hello again! My textedit are randomly printing some bad characteres..some are, some are not..why This is happening? I tried to increase and decrease heap tô Max and min value possible, but nothing happened Cheers!! VID_20170707_101651.mp4 Link to comment Share on other sites More sharing options...
ronan_rt Posted July 13, 2017 Author Report Share Posted July 13, 2017 @Joel Bodenmann? @inmarket? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 14, 2017 Report Share Posted July 14, 2017 @ronan_rt? Link to comment Share on other sites More sharing options...
ronan_rt Posted July 14, 2017 Author Report Share Posted July 14, 2017 Hello! Couldnt you open my video with the bug?? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 15, 2017 Report Share Posted July 15, 2017 I could watch your video - no problems with that. Did you make sure that the maxSize parameter you pass to gwinTexteditCreate() is sufficiently large? Link to comment Share on other sites More sharing options...
ronan_rt Posted July 15, 2017 Author Report Share Posted July 15, 2017 Yes. In fact, when I increase the size, dumb chars appears. For example: I wanna type 1.456, when I type '6', chars like 'p?' apear. Its randomly apearing into any textedit. Lots of textedits of my program are making this. Link to comment Share on other sites More sharing options...
inmarket Posted July 17, 2017 Report Share Posted July 17, 2017 There is another thread in the forum on a very similar issue. You will find a number of things to try in that thread. In summary it is likely to be a memory, stack or touch driver problem and very unlikely to be a textedit bug. You should be abke to find it by searching the forum. Unfortunately i can't look at the video as I am currently only able to get internet on my phone (not enough data capacity). I should be able to look around the 22nd if you haven't sorted it by then. Link to comment Share on other sites More sharing options...
ronan_rt Posted July 17, 2017 Author Report Share Posted July 17, 2017 @inmarket, maybe the threat was my post..If wasnt, please point me the post. But anyway, about the memory: I tried to change the values of HEAP_SIZE like a lot! Nothing happened, still bug. I do think its a memory problem, but I couldnt find yet. This infos help you to solve my case? Link to comment Share on other sites More sharing options...
inmarket Posted July 17, 2017 Report Share Posted July 17, 2017 Check if you are overflowing one of your stacks. That is the most likely cause of this sort of problem. Another test is to run the same program using the win32 or linux emulators. If it runs fine there you know the problem is definitely not in the text edit or your program. In that case it must be memory or stack or something similar - something that is runtime environment sensitive. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now