Using gflSoften under VB5 works just fine if I only call it once. If I load another image and then call gflSoften again, I get a strange striped image returned, and the GflBitmap data isn't what I'd expect (see below)
I'm using "GflError = gflSoften(GflBitmap, GflPtrBitmap, 90)"
GflBitmap before ...
Search found 4 matches
- Sun Mar 13, 2005 12:03 pm
- Forum: GFL SDK
- Topic: gflSoften problem
- Replies: 1
- Views: 1392
- Sat Mar 12, 2005 7:10 pm
- Forum: GFL SDK
- Topic: VB problem
- Replies: 0
- Views: 1272
VB problem
In my application I'm writing in VB5, as a test, I can use the GFL SDK to load and show images in a picturebox, but if I put a DOEVENTS statement, or a simple message box before the statements that load and show the image, it doesn't work. I can reproduce this at will, remove a messagebox statement ...
- Tue Mar 08, 2005 9:24 am
- Forum: GFL SDK
- Topic: Occasional error when using Ctrl.GetPicture (VB)
- Replies: 2
- Views: 1749
VB Problem
Mmmm... I'm not sure, I'll investigate further. Thanks for your prompt reply, I'll get back to you once I've determined whether it's random or not.
- Mon Mar 07, 2005 11:41 pm
- Forum: GFL SDK
- Topic: Occasional error when using Ctrl.GetPicture (VB)
- Replies: 2
- Views: 1749
Occasional error when using Ctrl.GetPicture (VB)
I've just recently stumbled across GFLAx and I'm very impressed indeed. Just one problem I'm experiencing is that I occasionally get an error when using Ctrl.GetPicture for no apparent reason. If I unload VB and reload again, usually all is well. Any ideas ?