[flexcoders] Disable TitleList,DataGrid scroll on click and drag

2009-07-03 Thread michaeljonknight
TitleList and DataGrid scroll the view area when you click and drag outside of the control area. In my application I would like to drag items from one control to another and don't want them to scroll. Is there a way I disable this click-drag functionality? thanks, Michael

[flexcoders] set camera position for 3d content

2009-05-04 Thread michaeljonknight
I am trying to solve a bug that I think is related to the camera position for z transforms. I want to resize my frame and keep the z positions in tact. However, as we scale the document the z transform slides from side to side. I think is because the initial camera position is centered in

[flexcoders] Re: set camera position for 3d content

2009-05-04 Thread michaeljonknight
); then face.transform.perspectiveProjection = persp; That will do for your example. Kenneth. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of michaeljonknight Sent: 04 May 2009 15:09 To: flexcoders@yahoogroups.com Subject: [flexcoders] set

[flexcoders] Re: difference between stage and application?

2009-04-24 Thread michaeljonknight
://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of michaeljonknight Sent: Wednesday, April 22, 2009 2:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] difference between stage and application

[flexcoders] Re: difference between stage and application?

2009-04-23 Thread michaeljonknight
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of michaeljonknight Sent: Wednesday, April 22, 2009 2:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] difference between stage and application? Hello, I am somewhat new to flex. We are working on a project that uses

[flexcoders] difference between stage and application?

2009-04-22 Thread michaeljonknight
Hello, I am somewhat new to flex. We are working on a project that uses an exported swc from Flash and running into some problems getting everything we want to show up layered correctly. I want to add a menu bar (mx.controls.MenuBar) on top of some content from the flash swc