[flexcoders] Re: dumb: eclipse on dual monitor?

2007-12-11 Thread fuad_kamal
lex 3 Beta on Mac solves the multi-display issue; in Flex 2.01 it wasn't possible to break the various panels in flex apart across multiple displays like you could easily do in the Windows version. They said it was due to some limitation of Eclipse on Mac. In Flex 3, right-click on the tab of

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
--- In flexcoders@yahoogroups.com, grimmwerks [EMAIL PROTECTED] wrote: Anyone have any tricks/settings for the Flex IDE on a dual monitor? Kind of driving me nuts. In this vein, would be particularly interested in knowing how to detach the text editor from the main window. I am using 4

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Same here, I am running multiple monitors and the main panel I want detached won't, the code view. Mike On 9/11/07, mitch [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, grimmwerks [EMAIL PROTECTED] wrote: Anyone have any tricks/settings for the

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
I did a little more hunting in the Eclipse Bugzilla; perhaps this is not fixed yet: https://bugs.eclipse.org/bugs/show_bug.cgi?id=8886 --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Same here, I am running multiple monitors and the main panel I want detached

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread candysmate
--- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Same here, I am running multiple monitors and the main panel I want detached won't, the code view. Mike I hear ya! It's the same here for me. Also, is it possible to view both the code and the design at the

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread mitch
--- In flexcoders@yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Michael Schmalle teoti.graphix@ wrote: Same here, I am running multiple monitors and the main panel I want detached won't, the code view. Mike I hear ya! It's the same

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
No, Seems like the mxml code/design module is one piece. Although you could open notepad. hahah ;-) Peace, Mike On 9/11/07, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Same here, I am

Re: [flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread Michael Schmalle
Wow, just learned something... Peace, Mike On 9/11/07, mitch [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle teoti.graphix@

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread candysmate
Yes. Right click on the tab for the editor, select New Editor. This will give you a 2nd view of the window. Drag that tab to the edge of the window--the cursor will change from a stack of folders to an arrow. When it changes to an arrow, let go--you now will have a split view. You

[flexcoders] Re: dumb: eclipse on dual monitor?

2007-09-11 Thread fuad_kamal
Are you guys all on Windows platform? I can split flexbuilder across monitors in Windows, but on Mac it seems limited to a single screen - none of the panes detach. The split-screen view does work though - thanks for the tip! --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED]