From: Daan L. <daa...@xs...> - 2004-10-22 11:24:23
|
Bernie Pope wrote: >I promised I would send a link to it: > > http://www.cs.mu.oz.au/~bjpop/code.html > >There's screenshots also. > > It looks quite cool :-) As soon as I have some time, I'll try it out on windows. > - When you recompile the program and run it for the first time > it doesn't get the size of the first window right (its too big). > > Then when you run it again (and again ...) the window sizing > is right. > > This is a known problem. I think you can solve it by creating the frame with a "visible := False" property, and setting it to true after setting the layout. > - I can't seem to get transparent bitmaps working properly > using drawBitmap > > Can you send me the .png file? I have never tried working with transparent bitmaps and would like to investigate this. There is a good chance that I have done something wrong in my abstractions so we should try some lowlevel calls. All the best, Daan Leijen. ps. Have you looked at the latest direct pixel buffer functions in WXCore.Image? The lastest cvs version contains functions to transform "Array Point Color" arrays into images and bitmaps (but than you need to build wxHaskell yourself) >Thanks to all those who put in the enormous effort to get wxHaskell >going. I was really impressed with the library. I look forward to >using it more often. > > Thanks, this is nice to hear :-) > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >wxhaskell-users mailing list >wxh...@li... >https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > > > |