2018년 5월 2일 수요일

델파이 StatusBar Height 문제

델파이를 사용하다보니
언제부터인가 Statusbar 에서 SimpleText 를 사용할라 치면
가끔씩 높이가 줄어들어 글자 하단이 잘리는 경우가 있다.

StatusBar.Canvas.Font := StatusBar.Font;
로 해주고
속성창에서 StatusBar.ParenFont 를 True; <코딩으로 하지마세요>
로 해주면 정상으로 돌아온다.


tensorflow gpu 사용하기에서

 tensorflow 설치시 주의해야 한다. # Anything above 2.10 is not supported on the GPU on Windows Native python - m pip install "tensorflow<2.11...