307 views
in GUI Development by
Hi!

I've the following code in a push button slot.

if(Device::Device_AutoObj_DataLog.NoOfExportedDatalogs == 0)
  {
    PresentDialog( Datalog_GUI::AutoObj_NoLogs, null, null, null, null, null, null, null, null, false );
   }
else
  {
    PresentDialog( Datalog_GUI::AutObj_DLogExportInProgress, null, null, null, null, null, null, null, null, false );
    Timer.Enabled = true;
   }

Earlier this timer slot got triggered and executed. Now it is not getting triggered. I've set timer period to 1000ms. Do you have any guess what it causes the timer to not expire and not triggering the slot?

Thank you

Thanushiyah

1 Answer

0 votes
by
Hello,

difficult to say what is going wrong unless having an example that shows the issue. Maybe the timer is not enabled?

Best regards,

Manfred.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...