Blogs about: Wxhaskell

Featured Blog

Instalar wxHaskell 0.90 en Windows 7

gcarlos wrote 1 year ago: Recientemente publicaron la versión 0.90 de wxHaskell(2da semana de Abril), la cual trabaja con wxWi … more →

Tags: Haskell, GUI

wxHaskell News5 comments

jeremyodonoghue 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 →

Tags: Haskell

wxHaskell and wxWidgets 2.95 comments

jeremyodonoghue wrote 1 year ago: Those who follow the wxHaskell developer or users lists will know that over the last few months ther … more →

wxHaskell: Scaling a Bitmap Image

Shinobu 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 →

Tags: Haskell, Bitmap

How does wxHaskell event handling work - part 11 comment

jeremyodonoghue wrote 1 year ago: Some Background As some of you may have noticed, there has been a minor flurry of activity (if that … more →

Tags: Haskell, Events, Contributor

Working around the static libstdc++ restriction

jeremyodonoghue 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 →

Tags: Haskell

Haskell Platform 2010.1.0.0 and wxHaskell on Windows4 comments

jeremyodonoghue wrote 3 years ago: Edit: Please note that the issue described in this post has been fixed on newer versions of Haskell … more →

Tags: haskell platform

Wrapping optional components

jeremyodonoghue wrote 3 years ago: In looking at this issue, I’m not really addressing my TODO list in the correct order, but Kon … more →

Tags: Haskell, Wrappers, SWIG

Building a text editor (Part 5)1 comment

jeremyodonoghue wrote 3 years ago: In this section of the tutorial, we add find/replace functionality to the editor. Much of the requir … more →

Tags: Beginner

Building a text editor (Part 4)

jeremyodonoghue 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 →

Tags: Beginner

Building a text editor (Part 3)3 comments

jeremyodonoghue wrote 3 years ago: (Update: The original version of this installment included code which caused a memory leak. Fernando … more →

Tags: Beginner

Ever expanding TODO lists5 comments

jeremyodonoghue wrote 3 years ago: There was a short discussion on the wxhaskell-users list yesterday about a fairly long outstanding w … more →

Building a text editor (Part 2)2 comments

jeremyodonoghue wrote 3 years ago: In this installment, we will extend the text editor with some essential basic functionality: a menu … more →

Tags: Beginner

Building a text editor (Part 1)5 comments

jeremyodonoghue wrote 3 years ago: Edit: added cabal install information. Thanks Slaava! This is the first post in a new series, aimed … more →

Tags: Beginner

Custom Controls in wxHaskell (part 5)

jeremyodonoghue wrote 3 years ago: Window Painting Most of the windows in the control will use their default paint functions, but since … more →

Tags: Intermediate, Controls

Custom Controls in wxHaskell (part 4)1 comment

jeremyodonoghue wrote 3 years ago: Deciding what to render Our DiffCtrl has two viewport Window instances on which we will eventually b … more →

Tags: Intermediate, Controls

Custom Controls in wxHaskell (part 3)2 comments

jeremyodonoghue wrote 3 years ago: State management Note to readers: this is an aspect of the control implementation which I find rathe … more →

Tags: Intermediate, Controls

A digression into wxHaskell Layout

jeremyodonoghue wrote 3 years ago: Eric Kow commented that it would be worthwhile to show the Layout version of the Diff control even t … more →

Tags: Intermediate, Layout

Custom Controls in wxHaskell (part 2)4 comments

jeremyodonoghue 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 →

Tags: Intermediate, Controls


Related Tags
All →

Follow this tag via RSS