Re: [Flashcoders] AS3: non-latin characters not displayed

2008-12-22 Thread Alexander Farber
Thanks but neither On Mon, Dec 22, 2008 at 2:18 PM, Cor wrote: > Change the indexN_txt.defaultTextFormat = BLACK; into > indexN_txt.setTextFormat(BLACK); nor > Quick guess: set indexN_txt.embedFonts = true; > right after the ... NewTextField(); have worked for me. I've ended up putting an invi

Re: [Flashcoders] Custom buttons - radio style

2008-12-22 Thread Ashim D'Silva
I'd say you need to wrap the system in a RadioControl class of some sort. This is a group class and knows of all the radio buttons that are affected as part of this group. That was you can have a second group if you need it. This class can have a currentSelection variable which stores whatever is c

[Flashcoders] Custom buttons - radio style

2008-12-22 Thread jim skolmoski
Listers,As an experienced AS2 coder, and a very new AS3 coder, I'm having trouble writing some classes.Since I work with a few Flash designers, I'm hoping that I can create some classes that would automatically add functionality to interactive programs that they are designing.The current proje

RE: [Flashcoders] RE: Flash AS3 debugging

2008-12-22 Thread Mendelsohn, Michael
Thanks, that's a great article...but this is a really weird issue. It might be some sort of Windows bug. I hit a break point, things are rendered on the stage. As soon as I click stepIn in the debug console, the swf window crashes (not responding). - MM

[Flashcoders] RE: Flash AS3 debugging

2008-12-22 Thread SJF
This image might help you visualize what occurs internally with Flash Player AV2M on each frame: http://www.craftymind.com/wp-content/uploads/2008/04/marshalledsliceexport.png And this is the article at length: http://www.craftymind.com/2008/04/18/updated-elastic-racetrack-for-flash-9-and-avm2/ B

RE: [Flashcoders] Flash AS3 debugging

2008-12-22 Thread Mendelsohn, Michael
[Windows XP, CS3] I stopped it at a point where everything is rendered on the screen. I can see it all fine, then I go back to the debug console, and click step into, and then I alt+tab back to the swf window, and everything has vanished from the stage. Does this situation sound familiar? At the

Re: [Flashcoders] Flash AS3 debugging

2008-12-22 Thread Paul Andrews
Does what you expect to appear appear when you just run the code? if not maybe it's your code. Could you make a small example of adding something to the stage and test that? Paul - Original Message - From: "Mendelsohn, Michael" To: "Flash Coders List" Sent: Monday, December 22, 2008

RE: [Flashcoders] Flash AS3 debugging

2008-12-22 Thread Merrill, Jason
>> I'm getting used to AS3, but debugging isn't updating the stage as I >>step through. Actually, nothing is rendered at all, even though I'm >>stopping at a point where things should be on the stage. Am I doing >>something wrong? Yes. (please provide more info, you could be doing ANYTHING wr

[Flashcoders] Flash AS3 debugging

2008-12-22 Thread Mendelsohn, Michael
Hi list... I'm getting used to AS3, but debugging isn't updating the stage as I step through. Actually, nothing is rendered at all, even though I'm stopping at a point where things should be on the stage. Am I doing something wrong? Thanks, - Michael M.

Re: [Flashcoders] Re: Swf File Use as Interface for Executable

2008-12-22 Thread Steve Mathews
I currently work on an application that is winforms .NET (C#) that the UI is in-part a Flash swf. We use f-in-box (http://www.f-in-box.com/) as the wrapper and send/receive quite a bit of data between the forms and the swf. We currently have a mixture of using ExternalInte

Re: [Flashcoders] cs3 datagrid allow html text from xml doc question

2008-12-22 Thread Ed Kelly
You will have to fool around with creating a cell renderer for your DataGrid instance. Here is something useful that could help you: http://chakramedia.com/blog/2007/11/13/htmltext-with-as3-datagrid/ --- On Mon, 12/22/08, Patricia Britt wrote: > From: Patricia Britt > Subject: [Flashcoders

RE: [Flashcoders] AS3: non-latin characters not displayed

2008-12-22 Thread Cor
Alex Change the indexN_txt.defaultTextFormat = BLACK; into indexN_txt.setTextFormat(BLACK); HTH Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Alexander Farber Sent: maandag 22 december 2008 10:16 To:

[Flashcoders] cs3 datagrid allow html text from xml doc question

2008-12-22 Thread Patricia Britt
I have an actionscript 3 based datagrid that pulls data from an xml document.  All of it is written in as3(no on stage component).  I like the as3 version verses the as2 version because of the filter arrays function(I need to allow multiple filters concurrently) but I am having difficulty findin

Re: [Flashcoders] Frame rate

2008-12-22 Thread Paul Andrews
- Original Message - From: To: Sent: Saturday, December 20, 2008 3:38 PM Subject: [Flashcoders] Frame rate In a pure AS3 project with a very small file size, what is the effect of a frame rate of 90 or above versus the standard 30. Size, performance, "look", etc. Thanks everyone. I

Re: [Flashcoders] Frame rate

2008-12-22 Thread Meinte van't Kruis
actually, most browsers won't even allow the flash player to run at a higher rate than 60 (except firefox I think) On Mon, Dec 22, 2008 at 10:43 AM, allandt bik-elliott (thefieldcomic.com) < alla...@gmail.com> wrote: > enter_frame events will cause the plugin to chug quite a lot i'd imagine > > O

Re: [Flashcoders] Frame rate

2008-12-22 Thread allandt bik-elliott (thefieldcomic.com)
enter_frame events will cause the plugin to chug quite a lot i'd imagine On Sat, Dec 20, 2008 at 3:46 PM, Cor wrote: > It depends. > Pure AS3, so no timeline at all. > If you are using ENTER_FRAME, it is triggered 3 times more often. > Otherwise, I guess, it has no effect. > > > -Original Me

[Flashcoders] AS3: non-latin characters not displayed

2008-12-22 Thread Alexander Farber
Dear flash coders, I'm porting a small russian card game from AS2 to AS3 and currently struggle with the problem that the playing card (which is a sprite) indices (which are TextFields) do not display cyrillic letters (for jack, queen, king, ace). The digits (7,8,9,10) are displayed just fine. I'