Messages by koen

One topic, 2 messages
Kuix technical support » screen.setCurrent() from a 2nd thread

However, what I did discover was that once you push a new Task into the worker instance a "memory leak" occurs. The worker just keeps on creating objects even when there is no acitivity. This can be seen on a memory monitor.

 

I think you need to return true instead of false (@return <code>true</code> if the task need to be removed after execute).

Kuix technical support » Dynamic bottombar

I'm trying to create a dynamic bottombar with my own inherited class from DataProvider. Sometimes show a popup with bottom bor and sometimes without.

This is what I currently have (and works fine) -> with bottombar:

http://pastebin.com/2jyw06bR

 

This is what I'm now trying but is failing (trying to delete the bottomBar at once):

http://pastebin.com/tygsBqDS

 

I have the same issue with the reglar bottom bar. I need it to be shown in some cases, and in other cases not.

Why doens't the second piece of code doesn't work?

Can anyone help me with this?