RE: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Stacey Mulcahy
Try setting your textFormat after you apply the text. Also, I try to make sure the linkage name of the font is the same as the actual font for the purpose that its easier to read and self descriptive. Order of operation does matter for this kinda thing, you have to embed fonts before setting

RE: [Flashcoders] weirdness passing string to text field

2006-07-05 Thread Stacey Mulcahy
How are the variables being generated and set? Are you getting those values from external source such as xml or text file? I haven't followed the thread... sorry. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Lecoat Sent: Wednesday, July 05, 2006

RE: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Stacey Mulcahy
N0 actually it doesn't affect the entire string, if you use the optional params. setTextFormat takes optional index parameters for the index to start the format and end the format. You can go mytf.setTextFormat(startIndex,endIndex,textFormat) I use that all the time to format something bold,

RE: [Flashcoders] replacing the Library palette?

2006-07-04 Thread Stacey Mulcahy
You could easily write yourself a jfsl command that would find the item in the library - find out which item is currently selected in the document, loop through the library items, select the match - etc. Add a mapping to a key combo and yer golden. -Original Message- From: [EMAIL

[Flashcoders] Image and scale Grid

2006-05-25 Thread Stacey Mulcahy
Alrighty, I'll take one for the team and post the stupidest question of the day - I have the following (flex 2b3) [Embed(source='assets/header.png',scaleGridTop='20', scaleGridLeft='10', scaleGridBottom='30', scaleGridRight='20')] [Bindable] var headerImage:Class; and mx:Image

RE: [Flashcoders] Image and scale Grid

2006-05-25 Thread Stacey Mulcahy
Damn - sorry wrong list!!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stacey Mulcahy Sent: Thursday, May 25, 2006 5:46 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] Image and scale Grid Alrighty, I'll take one for the team and post

RE: [Flashcoders] Using ARP without Forms?

2006-04-18 Thread Stacey Mulcahy
Just chiming in here late... Straight up I haven't used ARPX - even tho I've been recommended to do so many times. I’m interested in checking it out and seeing what it has to offer. I'd be interested in knowing the benefits, differences from ARP - if someone has used it extensively, please feel

RE: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Stacey Mulcahy
http://www.5etdemi.com/blog/archives/2005/06/careful-with-_rootgetnexthighes tdepth-and-other-fun-ways-of-breaking-combo-boxes/ http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=Flash_MX_2004file=2934.html

RE: [Flashcoders] Enhanced stroke is not supported in this player

2006-02-01 Thread Stacey Mulcahy
You can also just save the file as the lower version and that works to get rid of the error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Wednesday, February 01, 2006 11:18 AM To: Flashcoders mailing list Subject: RE:

RE: [Flashcoders] Cellrenderer confirmation

2006-01-25 Thread Stacey Mulcahy
I believe the list components calculate the visible space divided by the row height and figure out how many rows to render. Visible being the amount of rows the height and row height of the component will allow - not being total rows in reference to amount of dataprovider items. Not sure that is

RE: [Flashcoders] Public examples of Business RIAs

2006-01-17 Thread Stacey Mulcahy
We did one for the financial sector that deals with business mergers. Canned demo is here : http://63.88.61.59/demo/ You can also check more about on Tony's blog - http://www.teknision.blogspot.com/ http://teknision.blogspot.com/2005/12/snl-merger-model-demo-update.html -Original