On my form, I have five Labels for text and another one for a bitmap. Each twenty seconds, I update labels like that __pLabel->SetText(str) or __pLabel->SetBackgroundBitmap(*pBitmap) and after __pLabel->RequestReadraw(false). But with this solution, I have some memory leak.
May be it will be better to use another control like Canvas for the Bitmap and EnrichedText (refresh).
Update Label
Hi,
On my form, I have five Labels for text and another one for a bitmap. Each twenty seconds, I update labels like that __pLabel->SetText(str) or __pLabel->SetBackgroundBitmap(*pBitmap) and after __pLabel->RequestReadraw(false). But with this solution, I have some memory leak.
May be it will be better to use another control like Canvas for the Bitmap and EnrichedText (refresh).
What do you think?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio