Dan,
I found it. Wow, it looks like you implemented your own alerts service from scratch. This will take days to figure out. Any pointers?
-Eric
I found it. Wow, it looks like you implemented your own alerts service from scratch. This will take days to figure out. Any pointers?
-Eric
----- Original Message ----
From: [EMAIL PROTECTED]
To: Mozdev Project Owners List <[email protected]>
Sent: Friday, July 21, 2006 9:01:09 PM
Subject: Re: [Project_owners] nsIAlertsSevice.showAlertNotification()
From: [EMAIL PROTECTED]
To: Mozdev Project Owners List <[email protected]>
Sent: Friday, July 21, 2006 9:01:09 PM
Subject: Re: [Project_owners] nsIAlertsSevice.showAlertNotification()
Hi Dan,
I downloaded and played around with ReminderFox, but I don't see nsIAlertService dialogs... I only see multi-line tooltips over the statusbar What am I missing?
Thanks,
Eric
I downloaded and played around with ReminderFox, but I don't see nsIAlertService dialogs... I only see multi-line tooltips over the statusbar What am I missing?
Thanks,
Eric
----- Original Message ----
From: Dan Lee <[EMAIL PROTECTED]>
To: Mozdev Project Owners List <[email protected]>
Sent: Friday, July 21, 2006 10:49:43 AM
Subject: Re: [Project_owners] nsIAlertsSevice.showAlertNotification()
Hi Eric
We had this very same frustration with ReminderFox. The only way that we found around it was to dig up the mozilla code that generated the alert and modify it to allow multiple lines. If you are interested, download the reminderfox jar and checkout reminderAlert.js.
http://reminderfox.mozdev.org/
Dan
From: Dan Lee <[EMAIL PROTECTED]>
To: Mozdev Project Owners List <[email protected]>
Sent: Friday, July 21, 2006 10:49:43 AM
Subject: Re: [Project_owners] nsIAlertsSevice.showAlertNotification()
Hi Eric
We had this very same frustration with ReminderFox. The only way that we found around it was to dig up the mozilla code that generated the alert and modify it to allow multiple lines. If you are interested, download the reminderfox jar and checkout reminderAlert.js.
http://reminderfox.mozdev.org/
Dan
On 7/21/06, Eric H. Jung <
[EMAIL PROTECTED]> wrote:
Hi,
Does anyone know how to display multiple lines of alertText with nsIAlertsSevice.showAlertNotification()? I don't mean using alertTitle and alertText as two lines; I mean having two or three lines of alertText. I've tried separating lines with "\n" and also "\r\n" but these characters just show up as funny question marks.
Thanks for any advice,
Eric
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
