User Activity

 I have a text field that's left aligned and rotated by 270 degrees so that the first character is at the bottom.If I change the language where the text is longer the first character shifts down.This is not what I expect.I expect that a text that is ...
This notification is incorrect. This user created a new topic and did not reply in this topic: This notification is also incorrect:Two unrelated notifications got merged. I saw this happen once before and I was confused about it.I use Firefox.
I'm not satisfied with the limited alignment options of the text field in the standard button with label object. My text field is left aligned, but I want an offset without using spaces. I copied the cpp file and added a horizontal offset to the text...
 If I enable USB host and TouchGFX without OS I get the following generated code: /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ MX_USB_HOST_Process(); MX_TouchGFX_Process(); /* USER CODE BEGIN 3 */ } /* USE...
I want to align digits without prepending with 0. So %3d instead of %03d. 000:00 100:00 10:00 1:00 With non-monospaced fonts, such as verdana this doesn't work due to the space character not having the same width as digits. I don't care about the ...