Font Issues with iPort Module
remeolb
Posts: 79
I am using the NetLinx Sonance iPort module. I am also using the included user interface. Because I am using an NXD-500i the small font used in the UI is difficult to read. I have edited the font (size, color, etc.) in TPD4 to a point where it is very easy to read. When I send the file to the panel the font changes back to what was originally included in the UI. I believe the module is changing the font. I'm not sure why it would do this. My question is, how do I fix it?
0
Comments
Didn't have any issues with font changes being lost. I was using MVP 8400's not 500i's.
You may have a corrupt panel file but I would try "remove all user pages" from the 500i's setup screen and do a full clean transfer to see if that fixes the problem.
Also there was a recent post about a similar issue and the fix was to use a font size slightly different than what the poster wanted originally. I don't remember the specifics but say for example you are trying to use the font set to size 10 well then try 11 instead even though there probably isn't an 11 in the drop down list, just go ahead and type it in.
Hopefully one of these things will fix it. I've had to start over from scratch before when a file became corrupted and it sucked!
I don't get all the unicode stuff.
Well unicode is an extension of the ascii character set and I believe is encoded differently. The function that you posted is there to make sure that nonstandard ascii characters are properly sent to the UI. This function should not be changing fonts or font sizes just the character encoding.
You can test this by commenting out the module definition in your code and seeing if the text is still changed when the module is disabled.
You also might try unchecking 'Smart Transfer' and check 'Normal Transfer' I've been seeing lots of issues like this with projects that have many different panel types. the upload will fail. When I go to normal transfer the load will occur. However, it takes considerably longer when this happens. Quite a few times I've seen fonts goofed up or graphics not changing when they're supposed to.
The corrupt file might be the problem as well.
I changed the font to something other than Arial Bold and it works fine.