PDF in tooltip?

This forum is for eXpress++ general support.
Message
Author
skiman
Posts: 1215
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: PDF in tooltip?

#11 Post by skiman »

Hi Tom,

As always, your screens are looking nice.
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: PDF in tooltip?

#12 Post by rdonnay »

Nice work Tom.
It was at our meeting here in Idaho that you gave me the idea for adding ownerdrawing to DCBROWSE.

How did I miss XbpHtmlViewer2?
Did you modify _DCCLASS.PRG for this, or did you create a subclass?

I need to look into this and find out what is different about XbpHtmlViewer2.
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1288
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: PDF in tooltip?

#13 Post by Tom »

Thanks, Chris, thanks Roger (and late happy birthday greetings!).

I modified DCCLASS.PRG (and some others) for this. Since XbpHtmlViewer needs a control which is not supported anymore, we decided to do that.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: PDF in tooltip?

#14 Post by rdonnay »

I modified DCCLASS.PRG (and some others) for this.
If you will send me those code changes, I'd like to update my library.
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1288
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: PDF in tooltip?

#15 Post by Tom »

If you will send me those code changes, I'd like to update my library.
I added the asset to DCLIPX_20.PRG and just changed every occurance of "XbpHtmlViewer" into "XbpHtmlViewer2" in a few PRGs in the DCLIPX-folder, that was it. Chris' suggestion was to add a new DCHTMLVIEWER2 which supports the new WebViewer2, which won't break existing behaviour.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: PDF in tooltip?

#16 Post by rdonnay »

So simple. Thanks.
The eXpress train is coming - and it has more cars.

skiman
Posts: 1215
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: PDF in tooltip?

#17 Post by skiman »

Hi,
The XbpHtmlViewer2 is working, but it is terrible slow. I remember something about this but I can't find it.
Best regards,

Chris.
www.aboservice.be

User avatar
Tom
Posts: 1288
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: PDF in tooltip?

#18 Post by Tom »

I also remember something about this. Check the runtime version of the installed viewer control. Use the most actual version of the asset.

We use it intensively. It's very fast and reliable, and it supports all common techniques.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
Tom
Posts: 1288
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: PDF in tooltip?

#19 Post by Tom »

With the Xbase++-update released today, the XbpHtmlViewer2-asset was improved. There are new methods for printing and exporting, and not only the ExecuteScript-method will support the new AsyncResult class, which sounds very interesting.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply