Hi, ich bins mal wieder...
hab ein Problem, möchte gern eine Scrollbar für ein Entry Feld machen, mein Code sieht ungefähr so aus:
self.formula = Entry(root, bg="white")
self.formula.pack(side=TOP, fill=X)
self.formulaScrollbar = Scrollbar(root, orient=HORIZONTAL, command = self.formula.xview ...