From: Fabrice M. <fab...@if...> - 2003-04-27 22:14:40
|
Why don't you add this array in your class ? I dont think this is a library problem, but it's a GUI problem. I mean StatusModeEnum, is an enum class and therefore should only containts all possible values, nothing else. What's your point of view ? why should i add this array ? Should i add a similar array in all Enum classes ? Anyway, i have to work on this class as i want to merge it with StatusFlagEnum.... So we have time to discuss this. I look forward for your reply. Fabrice ----- Original Message ----- From: "Felix Berger" <bf...@gm...> To: <ooi...@li...> Sent: Sunday, April 27, 2003 9:32 PM Subject: [Ooimlib-joscarlib] another feature request > Hi, > > I just checked, all status messages (dnd, online, invisible) sent by the gaim > client were properly interpreted. > > Here's my feature request: > > Add an array like this to StatusModeEnum: > > public static final StatusModeEnum[] STATUS_MODES = new StatusModeEnum[] { > new StatusModeEnum(StatusModeEnum.ONLINE), > new StatusModeEnum(StatusModeEnum.AWAY), > new StatusModeEnum(StatusModeEnum.NA), > new StatusModeEnum(StatusModeEnum.OCCUPIED), > new StatusModeEnum(StatusModeEnum.DND), > new StatusModeEnum(StatusModeEnum.FREE_FOR_CHAT), > new StatusModeEnum(StatusModeEnum.INVISIBLE), > new StatusModeEnum(StatusModeEnum.OFFLINE) > }; > > I could use it in the GUI to show all possible states to a user and let him > choose which one he wants to set. > > Felix > -- > Use Debian GNU/Linux! > http://www.felix.beldesign.de > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Ooimlib-joscarlib mailing list > Ooi...@li... > https://lists.sourceforge.net/lists/listinfo/ooimlib-joscarlib > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger > http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France |