unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04873
[Bug 1337899] [NEW] Indicator label do not accept changes after a period of time
Public bug reported:
I'm using c# to develop an indicator application.
I my app I update the indicator label each one minute. The app works fine and new label text is changed for a period of time.
But, I noticed that the indicator stops updating its label after period of time.
I'm using a timer to do the update. I tried to write new label values in the console and it was works fine, but the instruction indicator.label = "new value"; stops working after a while.
** Affects: libappindicator
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to libappindicator.
https://bugs.launchpad.net/bugs/1337899
Title:
Indicator label do not accept changes after a period of time
Status in Libappindicator:
New
Bug description:
I'm using c# to develop an indicator application.
I my app I update the indicator label each one minute. The app works fine and new label text is changed for a period of time.
But, I noticed that the indicator stops updating its label after period of time.
I'm using a timer to do the update. I tried to write new label values in the console and it was works fine, but the instruction indicator.label = "new value"; stops working after a while.
To manage notifications about this bug go to:
https://bugs.launchpad.net/libappindicator/+bug/1337899/+subscriptions
Follow ups
References