[flexcoders] Multiple Screen Application

2006-08-31 Thread Sam Shrefler
I'm just looking for an theory overview / suggestions on how to handle multiple screens with nothing in common:   For example, i have an application that I'd like to have a menubar on every single screen. After that, i'd have say 5 - 20 totally unrelated screens each with their own display and f

Re: [flexcoders] Stroke color on lineSeries - bug?

2006-08-30 Thread Sam Shrefler
Sree:   I'm not sure if its a bug, an error in the documents, or none of the abover...   If you need to change teh stroke color, I've successfully used the following...              Hope that helps Sam  On 8/30/06, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: Applying

Re: [flexcoders] Styles editor

2006-08-04 Thread sam / pixelconsumption
John, Do you mean the styles explorer? If so this one runs fine for me in the release player, http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html . - Sam John Grden wrote: > > Has that little gem been updated for the final release of FP9/

Re: [flexcoders] initial loader color/style

2006-07-19 Thread Sam Shrefler
Hank:   In my main application tag i put:   http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#(YOURCOLOR)"> I also add a CSS entry...     Application   {   theme-color: #789789;   backgroundGradientColors: #123123, #789789;  }   Hope this helps

Re: [flexcoders] How to organize projects in Flex Builder?

2006-07-13 Thread sam / pixelconsumption
Yeah and if you go this route you can use "Working Sets" to just view those two projects at one time. It helps get rid of clutter in your work space. - Sam Clint Modien wrote: > I would split it up into two projects for the sake of compiling it / > versioning it. That way yo

[flexcoders] A bit too ambitious?

2006-07-07 Thread Sam
e some progress with AMFPHP and remoting... but I have only started so... I have not made it very far yet :) What's your opinion? Sincerely, Sam Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See the

[flexcoders] how to handle large menus

2006-06-21 Thread Sam
What is the best way to handle generating a large menu? What I'm doing currently is looping thru an array and creating a mc and adding a text feild to it, as you can imagine this craps out on larger arrays. I'm sure this is not the preferred way to do something like this and I'm looking for

[flexcoders] data binding question

2005-12-15 Thread Sam
Can you bind the source of a Model to a DataGrid. I have a code here for that purpose and it's giving me an error. Is there another way around this? Attach Code Yahoo! Groups Sponsor ~--> Most low income homes are not online. Make a differ

Re: [flexcoders] Flex Server Alternatives

2005-09-29 Thread sam / pixelconsumption
at MAX almost 50% of the sessions are about Zorn or include Zorn some how, I'm sure we'll all have a clear picture of what the future holds after MAX. // sam robbins // pixelconsumption Clint Modien wrote: > According to Mike Chambers @ MM Zorn will > > http://web

[flexcoders] Re: Mouse click on panel header

2005-07-05 Thread Sam
Panels have a mousedown="" property that you can use. --- In flexcoders@yahoogroups.com, Valy Sivec <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any way I can catch the mouse click on a > panel header? > > Thanks, > Valy > > > > > > > > __

[flexcoders] where i can find it

2005-06-30 Thread sam bam
dear group   every time i download the fle or flex builder from macromedia site it does`t work i download it 10 times and still the same problem for the record i use windows xp home editon professional  windows 98 & windows 2003 server and still the same problem can u give link than macrome

<    1   2   3