Hey 6700yuma.. I found 1 way to deal with the Text Messages (0) problem.
If you look at the code and find:
g_drawtextex(font1$, CountText$ , 22, 133, 240, 320, true);
(mine will be slightly different depending on the placement and label$)
Change it to this:
g_drawtextex(font1$, CountText$ - "Text Messages (0)", 22, 133, 240, 320, true);
If you have 0 sms it all disappears. If you have 1+ it appears as Text Messages (1) or whatever.
crazy huh?
|