View Single Post
  #92 (permalink)  
Old 04-11-2007, 11:36 PM
andason's Avatar
andason
Halfway to VIP Status
Offline
Threadstarter
Location: At Home
 
Join Date: Nov 2006
Posts: 504
Reputation: 210
andason is keeping up the good workandason is keeping up the good workandason is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to andason
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?
Reply With Quote