RE: [Flashcoders] InputTextField issue

2009-02-28 Thread Cor
Keith, Thanks. But I don't have all the thing mentioned. I guess that's a Flex thing? I use Flash CS3/AS3 Thanks again Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Keith Reinfeld Sent: zaterdag 28 f

[Flashcoders] OT Philadelphia opportunities: contract and permanent

2009-02-28 Thread Rinaldi, Joe
Hello all, A Flash developer I put a lot of stock in suggested I reach out to you all and your vast network regarding a few opportunities in and around Philadelphia. It looks like the sluggish economy is finally starting to dust itself off and get off its rear end. As a result I'm working

[Flashcoders] best way to perform collision detection on rigid objects?

2009-02-28 Thread Anthony Pace
For 2d I would assume a xor for the solid object created by a shape created by the displacement of object1 in the next frame and the object1 in the current frame to detect if a collision occurs between it and object2? For 3d spherical subdivision mixed with 6 sided bitmap xor in the same resp

Re: [Flashcoders] MVC(S) Question

2009-02-28 Thread dr.ache
and here some words on performance: http://puremvc.org/content/view/76/188/ Glen Pike schrieb: Hmmm, Just realising this looks an awful lot like the PureMVC GetNotificationInterest system... Glen ___ Flashcoders mailing list Flashcoders@

RE: [Flashcoders] InputTextField issue

2009-02-28 Thread Keith Reinfeld
Cor, A recent thread on the Flexcoders list had this to say: (see below) What the heck, give it a try. Regards, -Keith http://keithreinfeld.home.comcast.net --- In flexcod...@yahoogroups.com, "huu...@..." wrote: > > This *is* possible. > > In your html-template directory, locate the in

Re: [Flashcoders] Printing table receipt with Flex

2009-02-28 Thread Omar Fouad
Thanks all for the replies... However a datagrid would not be a good idea because it would show scrollbars if any, also what is printed it is not shown into the appliaction... Cor your Idea is good I'll try that. Cheerz On Fri, Feb 27, 2009 at 11:41 PM, Anthony Pace wrote: > Why not treat the te

[Flashcoders] Fluid background with correct ratio for picture AS2

2009-02-28 Thread natalia Vikhtinskaya
Hi to all I have fluid background that loads picture. I want a picture on the background with correct ratio. On the main timeline I have clip: mcStage.mcBackground.pic I load the picture (that is inside mc: mcStag.mcBackground.pic ) then resize it in function resizeHolder(). That works fine only i

RE: [Flashcoders] InputTextField issue

2009-02-28 Thread Cor
@Gerry, Thank for the reply. I did set the focus like that, but no correct result? Any suggestions? Cheers Cor package { import flash.display.*; import flash.events.*; import flash.text.*; public class KeyboardEventTextInput extends Sprite { p

Re: [Flashcoders] MVC(S) Question

2009-02-28 Thread dr.ache
Wait..i cannot really follow you ;-) Just a guess: Try to implement a state machine with transitions between those states. Your states have IDs and so the transitions do. Whenever you transition IN a new state you can setup your controller, show your views and so forth. I expect you to have som

Re: [Flashcoders] InputTextField issue

2009-02-28 Thread Gerry
You can look up focus (stage.focus = txtName; ), that will allow you to set which textfield has focus and for tabbing use tabIndex like this. txtName.tabIndex = 0; txtEmail.tabIndex = 1; txtAddress.tabIndex = 2; txtCity.tabIndex = 3; -Gerry On Feb 28, 2009, at 3:19 AM, Cor wrote: Hi Keith,

RE: [Flashcoders] InputTextField issue

2009-02-28 Thread Cor
Hi Keith, I think I have put it wrong in my question. When running in the IDE is discards several, like: q,e,r,t, but the w is accepted. When I run in in html it accepts nothing. But in both cases when I first click the textfield the give it the focus it works as expected. So my problem really