Jump to content

Recommended Posts


Posted

First of all, thank you to Shark, great work with these installers, and great help your repository.

I've tested the spanish version and verified that doesn't work in handling pdf through a web browser (it freezes, as Annita says), and no wonder, since 'External Windows Handler (EWH32.api)' is missing.

Regards,

AV

Posted
First of all, thank you to Shark, great work with these installers, and great help your repository.

I've tested the spanish version and verified that doesn't work in handling pdf through a web browser (it freezes, as Annita says), and no wonder, since 'External Windows Handler (EWH32.api)' is missing.

Thanks for the information, i havent had time to look into the cause. I have uploaded new files...

shark

Posted

Shark, the versions I found (from the link in your sig) were from December 15th. Is there another place to download from? I searched the whole thread and I didn't find any links... Thanks!

Posted
Spanish New version works fine. Thnx Shark007
Thanks Annita
Shark, the versions I found (from the link in your sig) were from December 15th. Is there another place to download from? I searched the whole thread and I didn't find any links... Thanks!

English, German and French versions did not require updates. yes, those 3 are dated Dec 15, 2006.

shark

Posted (edited)

Adobe Reader8 (Chinese, Traditional)

Autoit (.AU3)

======================

AutoITSetOption ("SendKeyDelay", 20)

AutoItSetOption("WinDetectHiddenText", 1)

AutoItSetOption("TrayIconDebug", 1)

Run("AdbeRdr8.exe")

WinWaitActive ("Adobe Reader 8 - 安裝")

$ret = 0

While $ret == 0

$ret = WinWaitActive ("Adobe Reader 8 - 安裝")

if $ret == 0 then WinActivate ("Adobe Reader 8 - 安裝")

Wend

sleep (3000)

Send ("!N")

$ret = 0

While $ret == 0

$ret = WinWaitActive ("Adobe Reader 8 - 安裝")

if $ret == 0 then WinActivate ("Adobe Reader 8 - 安裝")

Wend

Send ("!I")

$ret = 0

While $ret == 0

$ret = WinWaitActive ("Adobe Reader 8 - 安裝", "安裝程式已完成", "ReaderBanner" )

if $ret == 0 then WinActivate ("Adobe Reader 8 - 安裝", "安裝程式已完成", "ReaderBanner" )

Wend

sleep (1000)

Send ("{TAB}"&"{SPACE}")

Send ("!F")

=======================

END

Edited by book531231
Posted
I'll perform some tests and post results

Could you do 1 further test?

Does THIS PDF FILE open in your web browser OK?

To other non english users; please try openning the above URL and post back your results.

shark

Sorry for the delay I didn't see this post :P

Anyway I can confirm that ie 7 opens the pdf file you linked without issue :)

I don't use firefox so I cannot perform this test but if you need I can install it

Posted

Hi Shark,

I was dowload the last version - February 17 - of Acrobat Portugues BR Lite and try open your file test but also have the browser problem.

No problm found in open files saved.

Hasta.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...