A great deal has happened in wxHaskell land over the past few weeks, so I thought a summary was worthwhile wxHaskell 0.90 Released A significant update to wxHaskell was released on April 14th. This br… more →
A rock to wind a piece of string aroundwrote 1 year ago: Recientemente publicaron la versión 0.90 de wxHaskell(2da semana de Abril), la cual trabaja con wxWi … more →
wrote 1 year ago: A great deal has happened in wxHaskell land over the past few weeks, so I thought a summary was wort … more →
wrote 1 year ago: Those who follow the wxHaskell developer or users lists will know that over the last few months ther … more →
wrote 1 year ago: I ran into this page while trying to figure out how to scale a bitmap image from within wxHaskell. T … more →
wrote 1 year ago: Some Background As some of you may have noticed, there has been a minor flurry of activity (if that … more →
wrote 2 years ago: I’ve been spending a bit of time, on and off, over the last few months thinking about one of t … more →
wrote 3 years ago: Edit: Please note that the issue described in this post has been fixed on newer versions of Haskell … more →
wrote 3 years ago: In looking at this issue, I’m not really addressing my TODO list in the correct order, but Kon … more →
wrote 3 years ago: In this section of the tutorial, we add find/replace functionality to the editor. Much of the requir … more →
wrote 3 years ago: In this very short post we add copy/cut/paste support to the editor. These will be accessible from t … more →
wrote 3 years ago: (Update: The original version of this installment included code which caused a memory leak. Fernando … more →
wrote 3 years ago: There was a short discussion on the wxhaskell-users list yesterday about a fairly long outstanding w … more →
wrote 3 years ago: In this installment, we will extend the text editor with some essential basic functionality: a menu … more →
wrote 3 years ago: Edit: added cabal install information. Thanks Slaava! This is the first post in a new series, aimed … more →
wrote 3 years ago: Window Painting Most of the windows in the control will use their default paint functions, but since … more →
wrote 3 years ago: Deciding what to render Our DiffCtrl has two viewport Window instances on which we will eventually b … more →
wrote 3 years ago: State management Note to readers: this is an aspect of the control implementation which I find rathe … more →
wrote 3 years ago: Eric Kow commented that it would be worthwhile to show the Layout version of the Diff control even t … more →
wrote 3 years ago: It may save you some typing to know that once this series is complete, I shall be publishing a Cabal … more →