Webgadget problem!

Everything else that doesn't fall into one of the other PB categories.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Webgadget problem!

Post by srod »

Hi,

just wondering if someone can test out some strange behaviour with the webgadget for me?

Load an OLE document into a webgadget (e.g. an Excel worksheet from your hard disc - give the full path to a .xls file) and see if there are any redrawing problems please?

Here, if I load up an Excel sheet, resize a row and then drag the entire window off screen and back I get some horrendous redrawing problems (tested on XP and Vista, PB 4.3).

I don't know if this is a bug or I am simply misusing the webgadget? I get the same behaviour with a Word document. pdf files are okay though.

Thanks.
I may look like a mule, but I'm not a complete ass.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I have had this problem with pdf files.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Aye, as a workaround I simply force repaints on the webgadget far more than should really be required.

You think this a bug with the web gadget?
I may look like a mule, but I'm not a complete ass.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Webgadget problem!

Post by rsts »

I seem to be having this problem too. I can't mimic it with ie, so "apparently" it has to do with the webgadget.

When did you choose to refresh the webgadget. Is there any way to determine an partial or full offscreen drag and return without tracking the window coordinates? I can't pick it up with wm_activate.

cheers
Post Reply