KB-13717: Autocad files in Elipse E3.
Question: Can I insert Autocad files into E3 applications? Solution: E3 does not support the Autocad standard file format (DWG). See the image files supported by E3 in the related…
Question: Can I insert Autocad files into E3 applications? Solution: E3 does not support the Autocad standard file format (DWG). See the image files supported by E3 in the related…
Question: How can I enable Elipse E3‘s virtual keyboard? Solution: At development time, you can do this via E3Studio: access the Viewer’s properties on Viewer tab, and then enable the…
Question: How can I set up a frame so that the size of its splitters can never be edited at run time? Solution: Via E3Studio, reset the SplitResizable property of…
Question: How can I use the parameters passed to the Viewer via command line? Solution: The parameters declared on the command line are available on Viewer’s Params property (Application). Examples:…
Question: Can I disable the visualization of “????” when there is a communication error? Solution: Yes. Via E3Studio, access the Organizer, right-click the Viewer, and choose Properties. On Communication Errors…
Question: Why can’t I view my E3Chart’s pens from a remote Viewer, even though I can see them from the local Viewer pointing to the same E3Server? Solution: A possible…
Question: How can I restrict the remote Viewers‘s access to certain IP addresses, that is, to indicate only specific IPs that can access the application via Viewer? Solution: This can…
Question: Can I limit the amount of characters typed in a SetPoint? Solution: No, because the SetPoint object has no property for doing so. Therefore, use the TextBox object and…
Question: After having added a new Setpoint on my application’s screen, the tab order (which was previously working) stops working. How can I re-sort my setpoints with the TAB key?…
Question: How can I structure an E3 application to run in two monitors at the same time? Solution: To do so, you can access the E3Studio and create a frame…