Default ProgressMon dialog - timerid to show it  SOLVED

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: 1370
Joined: Thu Sep 05, 2019 12:35 pm

Default ProgressMon dialog - timerid to show it

Post by zarkogajic »

Hi Support,

I know default progress monitor's dialog will appear only after some time has passed after Start method called.

Can you please let me know the timerID so I can send the message to the window - as I really need it to appear right after Start...

p.s.
Of course, I'm hoping that having that dialog's WndHandle (I have it) and timerID will be enough for SetTimer(WndHandle, timerID, 0, null) to do what I'd like to achieve.

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

Re: Default ProgressMon dialog - timerid to show it  SOLVED

Post by zarkogajic »

Hi,

Nevermind, figured out and took a different approach ...

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

Re: Default ProgressMon dialog - timerid to show it

Post by Sasha - Tracker Dev Team »

Hello zarkogajic,

Well, if still needed, the progress ID is

Code: Select all

#define DELAYED_SHOW_TIMER_ID 'DSTI'
Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply