View Single Post
Old 12-18-2008, 07:04 AM   #3
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Hi ericshliao,

The intersting functions are in liberipc
Code:
// busy indicator
erIpcStartClient(ER_BUSYD_CHANNEL, &erbusyChannel);
busySetBusy(erbusyChannel, ccBusyState_Blink);
busySetBusy(erbusyChannel, ccBusyState_On);
busySetBusy(erbusyChannel, ccBusyState_Off);


// pagebar
erIpcStartClient(ER_PAGEBAR_CHANNEL, &erpagebarChannel);
... (more functions, because redrawing is involved
Clear examples can be found in the ipdf code, in src/channels.[cpp .h]
http://iliad.hpelbers.org/irexdox/ip...CChannels.html
hansel is offline   Reply With Quote