|
I was having fun adding the ability to shade the containerPlus container on top with a different theme than the ones beneath it similar to the active/inactive window idea in operating systems. I ran into a problem with changing the code for the mb_BringToFront()/mb_bringToFront() function in the containerPlus code because it was being overwritten by a redeclaration of the function in the mbmenu code. I wasn't sure this was intended so I thought I raise the issue here to see what you thought about it. I temporarily fixed it in my containerPlus by mass renaming the function to mb_containerPlus_BringToFront() |
|
Yes, this function is trasversal to all my components so, changing it while you are using more than one mb.components you can have problems. I think that renaming it is a good solution if you need to make some changes. |



