Y ykucuk Well-Known Member Licensed User Longtime User May 11, 2016 #1 Hello I can't handle error in debug mode. (Please look image) It shows me error on line 456 but problem is there is nothing on line 456 How can i find this error (code) I added try catch but also didn't help Best regards Attachments Screen Shot 2016-05-11 at 18.18.02.png 68.1 KB · Views: 327
Hello I can't handle error in debug mode. (Please look image) It shows me error on line 456 but problem is there is nothing on line 456 How can i find this error (code) I added try catch but also didn't help Best regards
DonManfred Expert Licensed User Longtime User May 11, 2016 #2 Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here... Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly. Upvote 0
Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here... Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly.
somed3v3loper Well-Known Member Licensed User Longtime User May 11, 2016 #3 456 is a line in the generated Java file . Upvote 0
Y ykucuk Well-Known Member Licensed User Longtime User May 11, 2016 #4 DonManfred said: Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here... Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly. Click to expand... I also understand about font initialise issue but which one because i don't get this error all time. Cant copy log because i need to copy-past line by line Upvote 0
DonManfred said: Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here... Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly. Click to expand... I also understand about font initialise issue but which one because i don't get this error all time. Cant copy log because i need to copy-past line by line
DonManfred Expert Licensed User Longtime User May 11, 2016 #5 you can copy ALL lines at once. That´s easier ykucuk said: but which one Click to expand... you may find the right line in the generated java source at the given line in the errormessage. Upvote 0
you can copy ALL lines at once. That´s easier ykucuk said: but which one Click to expand... you may find the right line in the generated java source at the given line in the errormessage.
Y ykucuk Well-Known Member Licensed User Longtime User May 11, 2016 #6 DonManfred said: you can copy ALL lines at once. That´s easier you may find the right line in the generated java source at the given line in the errormessage. Click to expand... Where can i find generated java source? Upvote 0
DonManfred said: you can copy ALL lines at once. That´s easier you may find the right line in the generated java source at the given line in the errormessage. Click to expand... Where can i find generated java source?
DonManfred Expert Licensed User Longtime User May 11, 2016 #7 Inside Objectfolder of your project Upvote 0