PDA

View Full Version : notes popup - strange symbol



testkinda
06-16-2010, 06:43 AM
Hi there

HM version - 1.11.01b

Problem:
at notes popup strange symbol present (where line ends)

Screenshot:
http://kijaro.narod.ru/hm_notes_bad_linefeed.png

database encoding: UTF8.

any solutions?

netsrak
06-16-2010, 07:19 AM
It is the display for special characters like linefeeds or sth. else.

I just read from another user that this is fixed in 1.11.02 - can you try with this version?

If not where do your notes come from - do you enter them manually or copy via clipboard.

testkinda
06-16-2010, 10:36 AM
It is the display for special characters like linefeeds or sth. else.

I just read from another user that this is fixed in 1.11.02 - can you try with this version?
just upgraded to 1.11.02
problem still present.


If not where do your notes come from - do you enter them manually or copy via clipboard.
manually.

testkinda
06-18-2010, 12:42 AM
up

netsrak
06-18-2010, 03:29 AM
Which key do you enter for the new line?

testkinda
06-18-2010, 04:07 AM
I use 'enter' key

I don't have any assumptions..
db encoding - utf (anyway - i write notes in english, so unlikely that encoding may be a problem)

i wrote a program to fetch real value from db:
1) make a note for player:

first
second
third

2) get text value from db and print character and it's code (decimal):

char [f], code [102]
char [i], code [105]
char [r], code [114]
char [s], code [115]
char [t], code [116]
char [
], code [13]
char [
], code [10]
char [s], code [115]
char [e], code [101]
char [c], code [99]
char [o], code [111]
char [n], code [110]
char [d], code [100]
char [
], code [13]
char [
], code [10]
char [t], code [116]
char [h], code [104]
char [i], code [105]
char [r], code [114]
char [d], code [100]


char w/ code 13 -- CR
char w/ code 10 -- LF
for windows OS new line -- CR+LF (Newline - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Newline)), so it's ok.

i can't understand why in popup present this strange square

testkinda
06-18-2010, 04:19 AM
important additional info!

step1:
* open replayer
* write a note for player
* mouseover the notes asteriks - popup w/ squares

steps2:
* close replayer
* open same hand
* mouseover the notes asteriks - popup W/O squares!

bingo! :)

not tested on real tables (open table, write notes, detect a problem; close table, open same table, problem disappear(?)), but the same behaviour expected -- i'll inform u later, if u need

in this case priority for this problem (for me) decreased
it's unpleasantly, but not fatal

morny
06-18-2010, 10:25 PM
step1:
* open replayer
* write a note for player
* mouseover the notes asteriks - popup w/ squares

i tried this and couldnt replicate, i know Karsten could replicate this but im not sure the exact steps he done, i tried in replayer and on a table.

Maybe its something to do with your regional settings, when something weird like this happens thats often the culprit, can you post up screenshots of all your tabs in the regional settings so i can compare with Mine and Karstens

testkinda
06-28-2010, 11:16 AM
regional and language options scr's

morny
06-28-2010, 07:43 PM
Go into customise and change the decimal symbol to . (dot) and the digit grouping symbol to , (comma) for both the number and currency format, then aply, ok and reboot and see if the problem persists