RE: [Flashcoders] format alert text

2007-04-25 Thread Steve Abaffy
Can you not use \t in the text for tabbing, not sure about making it bold
tho.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Maziak,
Peter
Sent: Wednesday, April 25, 2007 3:48 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] format alert text

Is there a way to bold or indent specific text within an alert?
 
ie:
The following fields will be deleted:
b
Name
Number
/b
Are you sure you want to continue?
 
 
Thanks,
-Pete
 
 
Peter Maziak
Web Design
Global Repertoire Management
Universal Music Group
voice: 818.286.5122
fax: 818.286.7539
email: [EMAIL PROTECTED]
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] format alert text

2007-04-25 Thread Maziak, Peter
\t and \n DO work, but the \t is not so great when you want to
indent an entire paragraph.   Really what I'd like to do is bold (and/or
indent the entire paragraph).

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Abaffy
Sent: Wednesday, April 25, 2007 2:07 PM
To: flashcoders@chattyfig.figleaf.com
Subject: RE: [Flashcoders] format alert text

Can you not use \t in the text for tabbing, not sure about making it
bold tho.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Maziak,
Peter
Sent: Wednesday, April 25, 2007 3:48 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] format alert text

Is there a way to bold or indent specific text within an alert?
 
ie:
The following fields will be deleted:
b
Name, Number, ... Age
/b
Are you sure you want to continue?
 
 
Thanks,
-Pete
 
 
Peter Maziak
Web Design
Global Repertoire Management
Universal Music Group
voice: 818.286.5122
fax: 818.286.7539
email: [EMAIL PROTECTED]
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] format alert text

2007-04-25 Thread Andrew Sinning

Have you considered using a modal pop up?

script type=text/javascript
   function modalWin(url, width, height) {
   if (window.showModalDialog) {
   
window.showModalDialog(url,name,dialogWidth:+width+px;dialogHeight:+height+px);

   } else {
   window.open(url,'name','height='+height+',width='+width+
   
',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,modal=yes');

   }
   }
/script


Maziak, Peter wrote:


Is there a way to bold or indent specific text within an alert?

ie:
The following fields will be deleted:
   b
   Name
   Number
   /b
Are you sure you want to continue?


Thanks,
-Pete


Peter Maziak
Web Design
Global Repertoire Management
Universal Music Group
voice: 818.286.5122
fax: 818.286.7539
email: [EMAIL PROTECTED]

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com