longzu / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

Work Offline #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. puting Work offline actually not works
2. I usually setting browser to work offline before saving a page to force 
IE to save the cashed page instad of waiting till he will suncrnaize it 
from web.
3. In this wraper when saving the page in this whay offline property makes 
no diference, and the saving procedure not hapens from the cashe.

What is the expected output? What do you see instead?
To work!!

What are the OS and IE versions?
Win vista IE7

What version of the product are you using?
1.0.0.7

Please provide any additional information below.
Thank you for your work agine, and hoping that you will can solve this 
issues soon ;-)

Original issue reported on code.google.com by TMS2...@gmail.com on 14 Jan 2008 at 11:52

GoogleCodeExporter commented 8 years ago
Dear Merhant

Any solution with this problem?
Besides i was wondering if there is any way to prevent SaveAs dialog from 
raicing 
when saving the page?
I tried couple things like excuteCmd and WBDocHostShowUIShowMessage but in 
vaine, 
any sugestions ?
thank you in advance...

Original comment by TMS2...@gmail.com on 21 Jan 2008 at 11:01

GoogleCodeExporter commented 8 years ago
I have reproduced the issue. I have been planning to add a routine to save the 
page 
but have not got around it yet. I will try to implement this feature but please 
be 
patient as I can only work on this project in my spare time based on the 
priorities.

And no, SaveAs function can not be used without displaying the dialog in a 
normal 
fasion. However, you can use windows HOOK to take over the SaveAs dialog, hide 
it 
offscreen and using sendmessage API save the page without user interaction.

MH

Original comment by mehr...@gmail.com on 22 Jan 2008 at 2:19

GoogleCodeExporter commented 8 years ago
dear Merhant, i understand , I'm not trying speed you up, and you did a great 
work.
Regarding save as, acttually what i'm trying to do is to add a possibility to 
save a 
page without user interaction (this is the easy part, as you said win hook) but 
how 
to hide page saving progress window, becuase the bigest problem with it that it 
freazes the whoole app interfase while saving, and i can't find a way to hook 
it :-)

Original comment by TMS2...@gmail.com on 22 Jan 2008 at 4:29