Flash setup (codeview)
- Started
- Last post
- 7 Responses
- kult
I always work with dual screens when developing Flash at my home workstation, utilizing the second screen entirely for coding AS3... now I'm relegated back to one screen at the workplace and it's killing me.
What's the ideal setup you programmers use on a single screen Mac for coding? Programming extensive projects in that tiny little pane is simply not feasible.
(Note: Flash, not Flex.)
- enjine0
bring your own monitor into the office. that's what i did...
- kult0
Nah, I still do a lot of freelance from home. Short of buying a new one.. I'd like a more elegant solution if possible. I've fumbled with Virtual monitors in XP before but meh... it sucked.
- Ceballos0
get comfortable with f9, or option f9... just turn the window on and off as needed. besides that slit ur wrists and call it a day.
- jpea0
Can't imagine that'd be fun. I code from my laptop some, but any of the intensive days I head into my office and use my desktop.
- kult0
*lowers head in dispair*
- jpea0
- don't use weak references for your button actionsenjine
- If I knew what ya meant, I'd take note. What are weak references?jpea
- And how do they apply to AS2? All I find is stuff on them with regard to AS3.jpea
- it's when you decrlare the function on the fly like onRelease = function(){...
instead you should say:enjine - onRelease = myFunction;
function myFunction(){
//function body here
}enjine
- maximillion_0
I use this at home on a single monitor - dev on one screen, browsers/ouput on another
http://www.hardwaregeeks.com/boa…
demo

