hm, seems that that one will not update its state unless you tell it
to. here is how:

[this will work on any device that has this button on status bar]

int updateGolcdIconState(){ //return non-zero on success
        
        int ret_val = 0;
        UInt32 dummy;
        Err e = 0;
        
        LocalID LID = DmFindDatabase(0,"AppSlipGoLCD");
        
        if(LID){
                
                //call twice..
                e |= SysAppLaunch(0,LID,0,0x7F00,NULL,&dummy);
                e |= SysAppLaunch(0,LID,0,0x7F00,NULL,&dummy);
                
                ret_val = (e == 0);
        }
        
        return ret_val;
}
On 6/15/08, Dmitry Grinberg <[EMAIL PROTECTED]> wrote:
> that notification works on TX
>  i'll check into the T3 code...
>
>
>  On 6/15/08, Luc Le Blanc <[EMAIL PROTECTED]> wrote:
>  > Dmitry Grinberg wrote:
>  >
>  >  > set broadcaster to 0xFFFFFFFF
>  >  > and notification type to 0x48636867
>  >  > the rest should be zeroes
>  >
>  >
>  > That doesn't do anything on my T3 (nor on the T3 Simulator). The On screen 
> Graffiti icon remains set in the Status Bar even if I disable it. Should I 
> try StatShow? In this case, when do I open/close the StatusBar library? I 
> found this in PalmStatusBar.h
>  >
>  >
>  >
>  >  Luc Le Blanc
>  >  --
>  >  For information on using the ACCESS Developer Forums, or to unsubscribe, 
> please see http://www.access-company.com/developers/forums/
>  >
>
>
>
> --
>
> ----
>  Best Regards,
>  Dmitry Grinberg
>  (847) 226 9295
>


-- 
----
Best Regards,
Dmitry Grinberg
(847) 226 9295

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to