#include <ezxres.h>
RES_ICON_Reader ir;
ZMessageBox::information(0, ir.getIcon(xxxxxxxxx)......
Does anyone know where the icons that appear with the message boxes presented by the applications that come with the phone are located? I mean the exclamation mark icon and the hourglass icon... I know ZMessageBox takes a pixmap as an argument and I can just use my own icons but I wanna keep things consistent... How do I use these icons that come with phone under EZX? Thanks.
#include <ezxres.h>
RES_ICON_Reader ir;
ZMessageBox::information(0, ir.getIcon(xxxxxxxxx)......
if they're the ones i'm thinking of, the icons can be found in /usr/language/icon/iconres.ezx. you can do a strings on the file to get the long list of icons that you can use, and ezxdialog to test to see what they look like.
attached is the relevant output of "strings iconres.ezx", there's a lot there so have fun. (there may be more iconres.ezx files around, e.g. in the themes directory, but this one has some real nice ones.)