Open GoogleCodeExporter opened 9 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
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
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
Original issue reported on code.google.com by
TMS2...@gmail.com
on 14 Jan 2008 at 11:52