KB-28551: Pixel/Himetric ratio.
Question: What is the pixel/Himetric ratio? Solution: 1 Pixel equals to approximately 26,4 Himetric.
Question: What is the pixel/Himetric ratio? Solution: 1 Pixel equals to approximately 26,4 Himetric.
Question:How can I set an MSForms Frame to appear behind other buttons on screen at runtime, and not in front of them? Solution: Being displayed always in front of other…
Question: How can I set up the datatype to be displayed in the SetPoint when it receives focus? Solution: Via SetPointDataType property.
Question: How can I set a Label object to be displayed vertically? Solution: You cannot set a Label to be displayed vertically; however, you can use a Text object (which…
Question: How can I insert a scrollbar into a Display? Solution: You cannot insert a scrollbar into a Display. However, you can use a TextBox object to visualize a larger…
Question: In my application, there are two PLC tags indicating the status of a circuit breaker (double point). How can I set them so a figure shows a certain color…
Question: How can I make a text slide on screen? Solution: To do so, you must first create a RampUp demo tag on Viewer. Then, on screen, add a display…
Question: How can I disable Click() event via space bar in certain buttons of the application? (That is, I want to keep E3 from interpreting the space bar being pressed…
Question: At runtime, how can I change the picture loaded in a button’s Picture property? Solution: To do so, use LoadPicture method. Example: Screen.Item(“CommandButton3”).Picture = LoadPicture (“D:\TEMPPuc1.bmp”)
Question: What is the best way to create 500 different Displays on screen? Can I do this automatically, or only manually? Solution: To do so, there are two possibilities: At…