v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by zarkogajic »

Hi Support,

I see in v9 some new interfaces are added: IPXV_InfoWindow (and IPXV_InfoWindowGroup) as a property of IPXV_Document.

When used, where are the info groups displayed for a document?

-žarko
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by zarkogajic »

Hi Support,

Ping here ...

-žarko
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by zarkogajic »

Ah, ah .. have to do all the hard work:

image.png
image.png (20.89 KiB) Viewed 957 times

Looks nice and I have some ideas for it ...

A few questions:

1. what would the "IPXV_InfoWindowGroup.Flags" be used for?

2. What is IPXV_InfoWindowGroup.SetTitle2 with integer parameter?

3. The user can move the "window" and dock to pages view edges (and this gets remembered). Any way to set the initial display position (defaults to bottom-right) of the InfoWindow ?

-žarko
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by zarkogajic »

Btw, I imagine this might not be fully implemented, as when I right click:

image.png

-žarko
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by Sasha - Tracker Dev Team »

Hello zarkogajic,

1. The IPXV_InfoWindowGroup.Flags are not being used anywhere yet.
2. IPXV_InfoWindowGroup.SetTitle2 excepts the ID of a localized string.
3. You can set the position of this window by setting the DocView.MeasureInfo.Pos setting. It's a rectangle - you can look into the registry how the values are filled.
As for the disabled Copy - it will be implemented soon.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by zarkogajic »

Hi Alex,

Thanks.

1. ok.
2. ok.
3. ok.

4. "Disabled Copy": please allow to disable default context menu, or to specify custom context menu, or at least to catch its display to hide it.

Since we (SDK users) can, obviously, add custom Info Groups/Items - the default context menu you would have will probably not be the one we want displayed - as its items will depend on the context and items added.


-žarko
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: v9 IPXV_InfoWindow / IPXV_InfoWindowGroup

Post by Sasha - Tracker Dev Team »

Hello zarkogajic,

Well, this is not available via the SDK yet. Though we will take that into an account.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply