Skip to content

EGT progress bar can't be shown #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NelsonKon opened this issue Mar 18, 2021 · 1 comment
Closed

EGT progress bar can't be shown #14

NelsonKon opened this issue Mar 18, 2021 · 1 comment

Comments

@NelsonKon
Copy link

Hi,
Is there any example of how to show out the progress of a process using progressbar?

I tried to do this

adcch6_btn->on_click(adcch6_progress
{
adcch6_progress->show();
ret = iio_adc_settings();

});

My progress bar just doesn't appear. I need to comment out ret = iio_adc_settings();, then only it'll appear.

Does it have to do with event?
Looks like the UI thread is stuck
For Visual C++, we can use application.doevent(). But is there similar function in EGT?

@ldesroches
Copy link
Contributor

Hi Nelson,

Please stop use issues as a way to request help about how to use EGT and general topics as C++ and Linux. We want to keep this channel for bugs. When it comes about using EGT, please use the EGT forum: https://www.microchip.com/forums/f551.aspx.

I am aware you have some troubles with the forum. Let see if we can fix this.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants