Re: [wxhaskell-devel] The future of wxC

2012-01-25 Thread Dave Tapley
On 16 January 2012 00:46, Eric Kow eric@gmail.com wrote: I was going to post on your blog, but you beat me to mentioning it. So better hear it from me, you should totally use GitHub for wxC. Plus it would be a chance to work with darcs-bridge maybe. 1. Eric will probably kill me for

Re: [wxhaskell-devel] The 'making wxC build on all platforms thread

2012-01-25 Thread Dave Tapley
Hi all, Sorry I've been a little quiet the last week or two, rest assured I have lurking all along. On 22 January 2012 00:37, Jeremy O'Donoghue jeremy.odonog...@gmail.comwrote: I now have wxC building on Windows. Details below and patches attached. Excellent! I'll take a look. Jeremy

Re: [wxhaskell-devel] I declare the wxHaskell repo open for merging of wxWidgets 2.9.x support

2012-01-16 Thread Dave Tapley
On 15 January 2012 22:38, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Hi developers, Think the subject says it all :-) Bwahahahaa. So, this is code.haskell.org? How does one go about obtaining access? Jeremy

Re: [wxhaskell-devel] Using a shared library for the C++ in wxhaskell

2012-01-12 Thread Dave Tapley
On 12 January 2012 15:09, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Thank you Kenneth, That's an extremely detailed and complete set of notes. It is very much appreciated. I'd also like to offer my thanks, this is extremely useful to us. Best regards Jeremy On 12 January 2012

Re: [wxhaskell-devel] Weird implementation of wxTreeCtrl_GetBoundingRect

2012-01-11 Thread Dave Tapley
On 11 January 2012 00:56, Dave Tapley duked...@gmail.com wrote: Does anyone know why wxTreeCtrl_GetBoundingRect is implemented [1] such that: 1. It returns a null pointer on non-Windows platforms. 2. It disregards the returned value and returns GetRect(). It came in with: wxhaskell-from-cvs

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-10 Thread Dave Tapley
On 9 January 2012 22:19, Jeremy O'Donoghue jeremy.odonog...@gmail.comwrote: On 9 January 2012 18:09, Dave Tapley dave.a.tap...@gmail.com wrote: On 9 January 2012 17:04, Jeremy O'Donoghue jeremy.odonog...@gmail.comwrote: On 6 January 2012 16:02, Dave Tapley dave.a.tap...@gmail.com wrote

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-09 Thread Dave Tapley
2012/1/8 shelarcy shela...@gmail.com Hi, I think that we can remove old-time dependency from wxcore now. Because wxcore uses old-time's System.Time modules in only Graphics.UI.WXCore.Db module, and that module is removed this version. I attached a patch for removing old-time dependency in

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-09 Thread Dave Tapley
On 9 January 2012 17:04, Jeremy O'Donoghue jeremy.odonog...@gmail.comwrote: Hi Dave, all On 6 January 2012 16:02, Dave Tapley dave.a.tap...@gmail.com wrote: 2012/1/6 shelarcy shela...@gmail.com 2. It seems that wxcore depends on Eric's wx-config implicitly at least Windows environment

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-06 Thread Dave Tapley
2012/1/6 shelarcy shela...@gmail.com Hello, This version has two installing problem. 1. wxdirect's sdist dropped IOExtra module, so I can't install this version. I uploaded newer version for fixing this problem, and attached a patch for fixing same problem in Dave's wxhaskell-dev branch.

Re: [wxhaskell-devel] Happy New Year, wxHaskellers

2012-01-05 Thread Dave Tapley
On 4 January 2012 18:23, Eric Kow eric@gmail.com wrote: On 4 Jan 2012, at 16:59, Dave Tapley wrote: Also, I imagine that while this brings us closer to wxHaskell in GHCi, we would still need to solve the second start crash? https://sourceforge.net/tracker/?func=detailaid

Re: [wxhaskell-devel] Happy New Year, wxHaskellers

2012-01-04 Thread Dave Tapley
of people (Dave Tapley in particular) have been putting a lot of work over the last few months towards support of the wxWidgets 2.9 releases. This does introduce a small number of breaking changes as the wxWidgets API has changed in places, but brings with it quite a number of improvements

Re: [wxhaskell-devel] Using a shared library for the C++ in wxhaskell

2011-12-12 Thread Dave Tapley
' place before wxcore gets built. On 9 December 2011 14:13, Dave Tapley duked...@gmail.com wrote: On 8 December 2011 22:34, Dave Tapley duked...@gmail.com wrote: Hello everyone, I wrote a story, and I invite you all to comment and help me make it better. As an experiment I've decided

[wxhaskell-devel] No more Eiffel

2011-11-11 Thread Dave Tapley
Firstly I'd like to say thanks to Eric for offering up these patches, I've only been working with wxHaskell for a few months, but I must say I wholeheartedly welcome the work; I for one don't want to see wxHaskell go the same way as ewxw! I just have a few requests/questions for you Eric: 1.

[wxhaskell-devel] OpenGL support

2011-10-04 Thread Dave Tapley
Hi again Jeremy, Did the work on OpenGL, or the branch you mention on darcsden[1] ever get anywhere? I'd like to nominate myself to work on it :) I've created my own wxhaskell branch on darcsden[2], to which I'm committing all the wx-2.9 dev build / GTK2 / I don't care about supporting wx 2.9

[wxhaskell-devel] SourceForge project

2011-10-03 Thread Dave Tapley
Hi all, would someone like to add me (davetapley) to the SourceForge.net project. It doesn't look like there has been much activity on it, I assume this is just through lack of interest/development, and not because we've moved somewhere else? I'd like to start looking at getting OpenGL support

[wxhaskell-devel] Wrapping wxAny

2011-09-27 Thread Dave Tapley
Hi all, I've spent a few hours now trying to wrap the wxAny class, I just wondered if anyone had given any thought to this (or it's 2.8 predecessor: wxVariant) already? It's needed because I'm wrapping this functionality:

Re: [wxhaskell-devel] Wrapping wxAny

2011-09-27 Thread Dave Tapley
Hi all, I'm still struggling along with this. I've summarised my current problem here: http://hpaste.org/51854 If any of you would be kind enough to take a look. Dave, On 27 September 2011 21:05, Dave Tapley duked...@gmail.com wrote: Hi all, I've spent a few hours now trying to wrap the wxAny

Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-22 Thread Dave Tapley
On 20 September 2011 20:57, Dave Tapley duked...@gmail.com wrote: Hi Eric, Am I correct in recalling that you did some of the work to get wxHaskell supporting unicode? I've using wxHaskell with wxWidgets 2.9.2 (the latest development release) and it seems that any attempt to get back

Re: [wxhaskell-devel] Compile time for wxcore

2011-09-21 Thread Dave Tapley
On 21 September 2011 17:33, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Hi Dave, On 20 September 2011 17:58, Dave Tapley duked...@gmail.com wrote: On 16 September 2011 23:30, Dave Tapley duked...@gmail.com wrote: I presume everyone has a very long compile time when building wxcore

Re: [wxhaskell-devel] Patches to build wxHaskell with wxWidgets 2.9.2 GTK on Linux

2011-07-29 Thread Dave Tapley
On 29 July 2011 08:54, Heinrich Apfelmus apfel...@quantentunnel.de wrote: Dave Tapley wrote: Hmm, further to this: $ darcs pull Pulling from http://code.haskell.org/wxhaskell;... Official wxHaskell darcs repository ** No remote changes to pull in! $ cd wx

Re: [wxhaskell-devel] Patches for wxWidgets 2.9.2 GTK2 Linux

2011-07-29 Thread Dave Tapley
On 29 July 2011 21:40, Dave Tapley duked...@gmail.com wrote: Hi all, So I can now build the latest from the wxHaskell darcs repo, but only after applying the attached patches. Quite a lot of them are very hack it to make it work patches, but I thought I'd offer them to the list for review

Re: [wxhaskell-devel] Property sheet

2011-07-29 Thread Dave Tapley
On 29 July 2011 21:49, Dave Tapley duked...@gmail.com wrote: Hi Jeremy, Did you ever make a start wrapping wxPropertyGrid? http://permalink.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/1016 I'm going to have a go now. Dave, In my quest to understand how a class from wxWidgets

[wxhaskell-devel] Conflicting exports in wxcore

2011-07-28 Thread Dave Tapley
Yep, I see this¹ as well, I'll take a look now. Dave, ¹ http://sourceforge.net/mailarchive/message.php?msg_id=27810904 -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help

[wxhaskell-devel] Patches to build wxHaskell with wxWidgets 2.9.2 GTK on Linux

2011-07-27 Thread Dave Tapley
Please find attached a darcs patch file with the changes I had to make to build wxcore. Feel free to have a look and comment, they are all very much make it compile changes and I suspect I may have introduced badness (returning a null pointer). Unfortunately having made these changes and

Re: [wxhaskell-devel] Specifying wxWidgets version to build wxHaskell with

2011-07-26 Thread Dave Tapley
On 26 July 2011 06:59, Eric Y. Kow eric@gmail.com wrote: On Tue, Jul 26, 2011 at 00:28:01 +0100, Dave Tapley wrote: I'm getting the impression that most people are using wxWidgets 2.9 with wxHaskell, is that a fair assumption? I was surprised by your impression, but now I see why you

Re: [wxhaskell-devel] Specifying wxWidgets version to build wxHaskell with

2011-07-26 Thread Dave Tapley
On 26 July 2011 09:15, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: On 26 July 2011 06:59, Eric Y. Kow eric@gmail.com wrote: On Tue, Jul 26, 2011 at 00:28:01 +0100, Dave Tapley wrote: I'm getting the impression that most people are using wxWidgets 2.9 with wxHaskell

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-26 Thread Dave Tapley
On 26 July 2011 00:41, Dave Tapley duked...@gmail.com wrote: On 25 July 2011 15:49, Jeremy O'Donoghue jeremy.odonog...@gmail.comwrote: Hi all, On 25 July 2011 07:45, Eric Y. Kow eric@gmail.com wrote: On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: A very good suggestion

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Dave Tapley
On 25 July 2011 15:49, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Hi all, On 25 July 2011 07:45, Eric Y. Kow eric@gmail.com wrote: On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: A very good suggestion. I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix

[wxhaskell-devel] Specifying wxWidgets version to build wxHaskell with

2011-07-25 Thread Dave Tapley
I'm getting the impression that most people are using wxWidgets 2.9 with wxHaskell, is that a fair assumption? I've just grabbed the latest dev release (2.9.2) of wxWidgets because I'm still getting errors trying to compile against the 2.8.10 version I got from the Ubuntu repositories (I'm going

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Dave Tapley
On 25 July 2011 15:49, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Hi all, On 25 July 2011 07:45, Eric Y. Kow eric@gmail.com wrote: On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: A very good suggestion. I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-22 Thread Dave Tapley
: wxCursor::wxCursor(const wxCursor) On 21 July 2011 23:00, Dave Tapley dave.a.tap...@gmail.com wrote: That was exactly the problem! Thank you very much Eric :) Dave, On 21 July 2011 22:44, Eric Y. Kow eric@gmail.com wrote: Hi Dave, On Thu, Jul 21, 2011 at 21:54:11 +0100, Dave Tapley

[wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-21 Thread Dave Tapley
Hi all, I am having trouble compiling wxcore on Ubuntu 10.04. The source I am using I pulled with a darcs get from hackage, I then descended into the wxcore directory and did a cabal configure. It gives me a * Missing C libraries: wx_baseu-2.8, wx_baseu_net-2.8, wx_baseu_xml-2.8... error, I have