Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 18 of 18 total
Thread HTMLObject examples
Sun, Apr 29 2012 1:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< it is working without the Chrome pdf plugin. But it is not quite a
satisfactory solution. The visitors of a webpage cannot be expected  to
this. >>

Why not ?  They're browser *plugins* - that's how they work.

<< I have noticed that there are two TPlugin declarations in different
units. WebCtrls must be listed before  WebDOM in the uses clause in order to
make it work. >>

Yes, normally WebDOM won't be included in a form unit, so it won't be an
issue except in rare cases.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, Apr 29 2012 1:18 PMPermanent Link

Leslie

= The visitors of a webpage cannot be expected  to do this.

Cheers,
Leslie
Thu, May 10 2012 5:08 AMPermanent Link
 Cancelled Message Cancelled
Thu, May 10 2012 5:08 AMPermanent Link
 Cancelled Message Cancelled
Thu, May 10 2012 5:09 AMPermanent Link
 Cancelled Message Cancelled
Fri, Feb 1 2013 9:57 AMPermanent Link

pedrini.franck

Axima srl


I wan't to go on a specifiche page with this code
var
 PP : Tplugin;
begin
 PP:=tplugin.create(form2);
 PP.top    :=5;
 PP.left   :=5;
 PP.height :=500;
 PP.width  :=500;
 PP.visible:=true;
 PP.MIMETYPE:='application/pdf';
 PP.url:='go1.pdf';
 PP.params.add(' page=10');
 
 I tested in firefox
but page is open is always 1

 Anyone have an idea
 Thank
Fri, Feb 1 2013 4:41 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I tested in firefox but page is open is always 1  >>

It seems to work fine here: FF 18.01, Adobe Acrobat Plugin 9.5.3.305

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Feb 2 2013 7:15 AMPermanent Link

pedrini.franck

Axima srl


 i try thank you
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image