58 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

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...