Daniel Lévy

Results 2 comments of Daniel Lévy

``` | boxLayout | boxLayout := SpBoxLayout newLeftToRight add: (SpNumberInputFieldPresenter new number: 10; minimum: 1; maximum: 15; climbRate: 1; disable; yourself) width: 100; add: SpTextInputFieldPresenter new. SpPresenter new layout: boxLayout;...

Workaround: Attach the action of a SpButtonPresenter adorned by the icon #arrowDown with opening a SpMenuPresenter like in #exampleShowAtPointer.