|
|||
|
first if the file is doc or chm file, it is right.
but if it is excel file ... , use getPath = getAppDir(); Shell.open(getPath + "excel/1.xls"); to open one xls file, something wrong! i built it in win2000 pro, then: 1.in my computer, it's all right. 2.but when test it in winxp or win98, it launch the Excel2000 and show one message which said it can not find the "1.xls". 3.if change the location of "1.xls" to the root, use Shell.open(getPath + "1.xls"); it's all right all all OS. so strange! why? |
|
|||
|
yeah, from this way, it's all right.
i think it's swfkit's bug. it's easy to test it . buid it in win2000 pro, use shell.open(); 1. to open one doc file . it's all right wherever the doc file is. 2.to open one excel file. if the excel file at root folder, like shell.open(appPath + "1.xls"); it's all right. if the excel file at sub-folder, like shell.open(appPath + "excel/1.xle"); it's ok only at win2000 system. at win98 or winXP , it does not work! |
|
|||
|
Quote:
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|