quanken / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

Microsoft office Powerpoint using ActiveX on Chrome #283

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Could you help me to create a Microsoft office Powerpoint using ActiveX? I 
added custom rule for extension with loading 'dynamic'-script. 
But created object is empty :(
  var ppApplc = new ActiveXObject("PowerPoint.Application");
For example, ppApplc.Presentations = null

Log:
---------- Start of log --------------
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/31.0.1650.63 Safari/537.36
Extension version: 1.5.0.7

------------ Frame 2 ------------------
Objects:
{"href":"http://localhost/fast/Pages/results.aspx?s=Documents","actived":true,"r
ule":"custom_1387356229061_24_53266"}

Log:
3:53:52 PM PageURL: http://localhost/fast/Pages/results.aspx?s=Documents
3:53:52 PM Loading config from session cache
3:53:52 PM Page 
rule:{"title":"Rule","type":"wild","value":"http://localhost/*","userAgent":"","
script":"dynamic ieevent","identifier":"custom_1387356229061_24_53266"}
3:54:19 PM Dynamic create PowerPoint.Application
3:54:19 PM BeforeLoading 
3:54:19 PM Found objects created by client scripts
3:54:19 PM 0x026b0e08 axhost.cpp:468 AxHost.setClsIDFromProgID: PROGID 
PowerPoint.Application resolved and set
3:54:19 PM 0x026b0e08 FakeDispatcher.cpp:83 Disp 0x0043fb48 Type: [object 
HTMLDocument], Name: 
3:54:19 PM 0x026b0e08 axhost.cpp:556 AxHost.CreateControl: control created 
successfully
3:54:19 PM 0x026b0e08 npactivex.cpp:460 026b0e08 AxHost.NPP_New: Create control 
finished

---------------- End of log --------------- 

Original issue reported on code.google.com by ZeroF...@gmail.com on 18 Dec 2013 at 1:18

GoogleCodeExporter commented 9 years ago
Hi I have the same issue with opening  new ActiveXObject("word.application"), 
did you happen to find any clue, kindly share. Thanks

Original comment by WincyBeu...@gmail.com on 5 May 2014 at 6:23