Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is there a good explanation of deserialization?
Collapse
X
-
Thanks, I've replied to that thread.Originally posted by ETFVoyageur View Post
Comment
-
This thread has gotten so that it would be pretty unreasonable to expect NT support to understand the bug I am reporting. I now have a simple test program that shows the bug, complete with instructions in the comments at the top describing exactly how to reproduce the bug. The hardest parts were:
(a) remembering how to produce the problem
(b) getting the instructions written down, since the editor is modal
I am going to start a new thread that should be clear on the bug., so it is reasonable for NT to act on it.
(done: http://ninjatrader.com/support/forum...ad.php?t=88257)Last edited by ETFVoyageur; 08-10-2016, 01:11 PM.
Comment
-
The main issue motivating me was that SimpleFont, which is what V8 uses, has size ONLY in pixels. Furthermore, that is not even screen pixels, as most non-tech-y users would expect. It is DIPs (device independent pixels). That means:Originally posted by bltdavid View PostI've had no problems (in NT7) using Font properties.
What problems were you trying to solve?
- A user who is used to points needs to multiply by 96/72 to get DIPs
- A user who expects screen pixels needs to know he is specifying 96 ppi pixels, and adjust accordingly.
- If a user really does care about exact screen pixels there is no way to do that.
I'll add support for pixels, both DIPs and screen pixels, to my todo list. For now, though, my font picker supports points, which I contend is the single most expected sizing for a font.Last edited by ETFVoyageur; 08-10-2016, 02:00 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
672 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
577 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment