Re: anyone using wxHaskell
Zoran Bošnjak <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cafe |
|---|---|
| Message-ID | <[email protected]> |
Yes, the scrollbar is intended, but it's not there. Your sample shows exactly the problem. I am attaching the intended result (from the old wxHaskell version) and the actual result (from the latest wxHaskell version, the actual result is the same as yours). Do you have an idea how to modify the sample to show the scrollbar? regards, Zoran On 2024-10-15 10:05, Henning Thielemann wrote: > On Mon, 14 Oct 2024, Zoran Bošnjak wrote: > >> I have a problem with scrolledWindow inside notebook, when running >> with the latest version of wxHaskell. See the minimal example below, >> where the scrollbar is not shown (the same sample is OK on the >> wxHaskell version from few years ago). > > I can reproduce your example, see attached screenshot. Running on > libwxgtk3.2. > > Is scrolledWindow intended to have the scrollbar included? I would > simply add a scrollbar and connect it with the scrolledWindow. _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
frame1.png
(image/png, 7.7 KB) - not displayed
frame2.png
(image/png, 8.2 KB) - not displayed