chruetli

Results 4 issues of chruetli

When I print a label I always get a "pre-cut". Approximately 1 cm of label is cut befor the label is printed. Is there a parameter to reduce or disable...

I have a question about using Implicite Messaging. After some time I found out how to apply my EDS file to the `ImplicitMessagingExample.cpp`. When I run the example the following...

Hi I'm using the "reset" (0x05) service of the "identity" (0x01) class to bring my device into a defined state. In my current implementation has to handle an exception because...

bug

How can I select an item from a QComboBox? The `Select` from Selenium doesn't work. ```python from selenium import webdriver from selenium.webdriver.support.select import Select driver = webdriver.Remote(...) myComboBox = driver.find_elements_by_xpath("//QComboBox[@id='aComboBox']")[0]...