[flexcoders] Re: AIR Performance

2009-10-27 Thread jwc_wensan
Gregor: I am doing my due diligence. That is why I am asking those who have more experience working with AIR than I do. I read the articles and I was just asking for input from the real world developers and not relying soley on information contained in article(s). Isn't this what this forum

[flexcoders] Re: AIR Performance

2009-10-27 Thread jwc_wensan
2009, jwc_wensan wrote: While I know it can be programmed, my question is should I and/or can I use AIR for this size project? For sure - look at the 'Matrix' trading application, for instance. http://www.morganstanley.com/matrixinfo/ -- Helping to professionally network meta-services

[flexcoders] AIR Performance

2009-10-26 Thread jwc_wensan
Good morning all, I have read that AIR 1.5 apps have some memory and CPU issues. This may or may not be fixed/improved in AIR 2.0. I am considering a large scale app that will have a hundred plus screens. It is AIR because of the requirement for local database. While I know it can be

[flexcoders] Re: AIR Performance

2009-10-26 Thread jwc_wensan
of INPS or any of its affiliates. If you are not the intended recipient please contact is.helpd...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jwc_wensan Sent: 26 October 2009 14:49 To: flexcoders@yahoogroups.com

[flexcoders] Flex 3: AIR Local Database

2009-10-22 Thread jwc_wensan
In all the articles I have read and some examples, it only talks about using SQLite as the database on the users' PC/Mac. Is that the only database that can be used locally? Can that database handle a large-scale commercial AIR app with tens of thousands of records? Also, since the AIR app

[flexcoders] Web Based Flex App AIR App

2009-10-21 Thread jwc_wensan
Good afternoon, I am about to begin development of a new Flex app. It will need to be both a web-based app and AIR app. I will also need to be able to sync the databases. I would appreciate any and all recommendations on how to approach this project including best practices, articles,

[flexcoders] ComboBox Text Color

2009-03-04 Thread jwc_wensan
Hello, I need to change the color of the text in a ComboBox on rollover. The fillColors are light brown and the text(color) is dark blue. When I place the mouse over the ComboBox, I have the fillColors change the ComboBox to a dark blue. Now I want the text in the ComboBox to change to white

[flexcoders] Delay on Hitting Backspace in FlexBuilder 3

2009-02-02 Thread jwc_wensan
Good Evening: I am having a weird problem. I am using Flex Builder 3: Build 3.0.2.214193. When I hit the Backspace key while in a CSS file, there is a delay before it actually erases the character. If I press the Backspace key several times, there is a longer delay. This delay is about 1/2

[flexcoders] Flex 3 - CRM or Contact Manager Example

2009-01-05 Thread jwc_wensan
Happy New Year to All. I believe in Flex 1.5 or maybe Flex 2, there was a working example with source code of a basic database driven CRM or Contact Manager application. Does anyone know if there is one in Flex 3 using Coldfusion or ASP.net with MS Access or MySQL? I have Googled but can not

[flexcoders] Install both Flex 2 and Flex 3

2009-01-05 Thread jwc_wensan
I have installed FlexBuilder 3 on my new PC. Can I go back and also install FlexBuilder 2 without messing anything up? I have existing code in Flex 2 on another PC and want to move it over to the new PC. Would I also just search for Flex 2 updates from within FlexBuilder? Thanks, Jack

[flexcoders] Flex 4

2008-12-19 Thread jwc_wensan
Can someone share what the expected or projected release date of Flex 4 will be? Thanks, Jack

[flexcoders] Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
Good morning: I have set the the 3rd and 4th colors for my TabBar as such in the CSS file. Example: fillColors: #DDE7F4, #DDE7F4, #FA075D, #FA075D; However, it does not use the second set of values. I set the second set to red in the example just to get a contrast. The Language Reference

[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
: { var upFillColors:Array = [ falseFillColors[0], falseFillColors[1] ]; You will need to implement your own skin for that functionality. Mike On Mon, Sep 22, 2008 at 12:26 PM, jwc_wensan [EMAIL PROTECTED] wrote: Good morning: I have set the the 3rd and 4th colors for my TabBar

[flexcoders] Re: Flex 2.01 - TabBar

2008-09-22 Thread jwc_wensan
I would expect what you are doing to work correctly. Although I am looking at Flex 3 sdk code. I'm sure it is the same for Flex 2.0.1 Can you post the code you are using. Mike On Mon, Sep 22, 2008 at 1:22 PM, jwc_wensan [EMAIL PROTECTED] wrote: Michael: I guess I expected

[flexcoders] How to have no MenuBar No ToolBar in Browser

2007-12-03 Thread jwc_wensan
Good Morning: I am using FlexBuilder 2.01. When I run my app, I want the app to display in the browser without the menu bar and toolbar. Like when JamJar and other apps display it just has the Title bar. I am using IE 6 as my browser. I think I need to change the index.template.html file

[flexcoders] 4 Color Gradient

2007-03-29 Thread jwc_wensan
Hi Guys: I recently ran across this entry: http://weblogs.macromedia.com/mc/archives/2005/10/4-color_gradien.cfm Does anyone know if it has been upgraded for Flex 2.01? Can we get the Source? Thanks, Jack

[flexcoders] Re: 4 Color Gradient

2007-03-29 Thread jwc_wensan
Shaun: I'll take a look at it. Thanks, Jack --- In flexcoders@yahoogroups.com, Shaun [EMAIL PROTECTED] wrote: I don't know about that one, but you could check out the simplegradientborder class on Dirk Eisman's blog (scroll to bottom): http://www.richinternet.de/blog/index.cfm?

[flexcoders] Root Node open when displayed.

2007-02-21 Thread jwc_wensan
I have a tree with one node/root and several branches. When this screen is displayed, I would like to have the branches automatically opened. In other words, so the user does not have to click on the node to open its branches. I would also like to prevent/turn off where the node/root can be

[flexcoders] Text Character Spacing

2007-02-06 Thread jwc_wensan
Is there a way to change the character spacing of text? Without extending the component or custom fonts? In other words, either expanding or reducing the space between each text character. Thanks, Jack

[flexcoders] Large Application SWF Size

2007-02-05 Thread jwc_wensan
To All: I know we can now implement modules now, but even the modules may become large. For this discussion, let's look at just a single large application . . . . Would we be better off with 200 views/screens with all the code in the MXML files or the same code split among 400 or 500 MXML

[flexcoders] ToggleButtonBar

2007-01-13 Thread jwc_wensan
Hi All: I have a ToggleButtonBar with 8 buttons. I am trying to get the corners of the Bottom Left of the first button Bottom Right of the last button to NOT be rounded. I have tried focusRoundedCorners=tl tr in the MXML code and focusRoundedCorners=tl in the firstButtonStyleName and

[flexcoders] Not Receiving Flexcoder Posts

2006-10-17 Thread jwc_wensan
Moderator: I have not received any flexcoder posts since Sat. I have reverified my Yahoo Groups email address several times. Everything seems to be OK, yet I still do not get any posts. Can you assist? Or direct me to someone who can? This continues to happen at least once a month. Thanks,

[flexcoders] Re: Validator._init method

2006-08-31 Thread jwc_wensan
Testing reactivation --- In flexcoders@yahoogroups.com, bharg.flex [EMAIL PROTECTED] wrote: Yeah this is Flex 1.5 only. So is there any other way to validate the dynamically created controls? --- In flexcoders@yahoogroups.com, Matt Chotin mchotin@ wrote: This is Flex 1.5?

[flexcoders] Yahoo Groups Problems

2006-07-16 Thread jwc_wensan
To All and or Moderator(s): As of this post there have been 16 posts with a date stamp of July 16 that I can see on the Yahoo web site. However, I have my profile set to send to me email address and I have only received ONE today. This happens at least once or twice a month. Why? Do any of

Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread jwc_wensan
, and also check to see if your ISP filters mail without your knowledge. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Sunday, July 16, 2006 10:42 AM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - MED] [flexcoders

[flexcoders] Test

2006-07-14 Thread jwc_wensan
Just sending myself a test. I haven't received any posts for over 4 hours. I guess Yahoo is screwing up again. Jack Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

[flexcoders] Change Text Color in FlexBuilder 2 Editors

2006-07-11 Thread jwc_wensan
In FlexBuilder 1.5 you can change the color of the code being displayed in the code editor. In other words, if I wanted to change the Comments code from Red to Green you could do that. In FlexBuilder 2, I can not find any way to do this. I have checked every option under Window . .

[flexcoders] Re: What is the difference between versions of Flex Data Services

2006-06-29 Thread jwc_wensan
Matt: Is Dual-Core considered 1 or 2 CPUs? Thanks, Jack --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: A departmental server often needs a server for testing and perhaps one other server for failover. We want you to be able to support this configuration so we

[flexcoders] Flex 2 Pricing

2006-05-30 Thread jwc_wensan
To all: Many have said a June release of Flex 2 is accurate. If that is the case, should we not have firm pricing on ALL Flex 2 products by now? I know they have said to expect FB for around $ 1,000, but what about the other products? If pricing has not be determined, that would seem to

[flexcoders] AJAX versus Flex

2006-05-25 Thread jwc_wensan
To all: Got this email today, http://ajax.sys-con.com/ and it got me to thinking. I may get blasted for this, but here goes . . . just my .0199 cents. Let me first say I believe 100% that the Flex platform is a better mousetrap. I am currently developing applications with Flex. I prefer

[flexcoders] Not receiving posts

2006-03-01 Thread jwc_wensan
Moderator: I have not received any FlexCoder posts for the past 3 hours. I am getting other emails to my email address. I checked my Yahoo Group account and see no errors or bounced email error that I have seen in the past even though I got all other emails. Can you assist? Thanks, Jack

[flexcoders] Re: Flex 1.5 Bug Fixes ?

2006-02-06 Thread jwc_wensan
your options with you further, it's why we have an involved sales force, dedicated support reps, etc, all of which you paid good money for. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Thursday, February 02

[flexcoders] Flex 1.5 Bug Fixes ?

2006-02-02 Thread jwc_wensan
To Adobe or anyone with knowledge: Since Flex 2 is on the horizon, can we conclude that there will not be any patches, etc. regarding bug fixes for 1.5? And before I get flamed by everyone who says why would you stay with Flex 1.5?, well it is not out yet and I don't believe Adobe is going to

[flexcoders] Re: Flex 1.5 Bug Fixes ?

2006-02-02 Thread jwc_wensan
Matt: Surely you are not saying that each individual company would get a fix for a bug and NOT everyone? In other words, if Company A has a problem, contacts support and support decides to issue a fix . . . do they ONLY send Company A the fix. Then if Company B has a different problem and so on

[flexcoders] Recent Outages RIA

2006-02-01 Thread jwc_wensan
To All: Since RIA's (Flex Apps) are web based, it concerns me about all the news we are seeing about outages. Is it the databases crashing? If so why? Are large scale databases: MySQL, MS SQL Server, Sybase, Oracle, etc. NOT really capable of handling the volume? Are they set up wrong?

[flexcoders] Bounced FlexCoder Post Emails

2005-11-27 Thread jwc_wensan
Moderator(s): I have had to reactivate my account twice this month due to Bounced emails. This in turn has caused me to miss 20-30 posts. The error is NOT on my email server's side because I continue to get other emails. In both cases the error on Yahoo referred to a spam message coming

[flexcoders] Bounced Emails

2005-11-10 Thread jwc_wensan
To Moderator: I have not received posts to my email address on file due to a bounced email since Sunday. I have reactivated my account several times today, but have yet to start receiving again. I have received emails (100s) since Sunday from other sources with no bounces, so I do not know

[flexcoders] Resend Posts To Email Address

2005-11-10 Thread jwc_wensan
To Moderator or others: I have all Flexcoder Posts coming to my email address. Since I have not received any posts since Sunday, is there a way to go back and have those posts resent to my email address? Thanks, Jack Yahoo! Groups Sponsor ~--

[flexcoders] Re: Image ScaleContent

2005-11-04 Thread jwc_wensan
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Wednesday, November 02, 2005 9:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Image ScaleContent Matt: I made the change by adding width=100% . . . mx:Image

[flexcoders] Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread jwc_wensan
To All: We are beginning a large project that we project will take 3-4 months to complete. We are not tied to a deadline, but would like to have up and running by March 1, 2006. We do have some wiggle room. My question(s) to the experts . . . . Would you develop with Flex 1.5 and then

[flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread jwc_wensan
be online somewhere. - Original Message - From: jwc_wensan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 02, 2005 11:30 AM Subject: [flexcoders] Start Project with Flex 1.5 or Flex 2.0 To All: We are beginning a large project that we project will take 3-4

[flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread jwc_wensan
. - Original Message - From: jwc_wensan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 02, 2005 12:06 PM Subject: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0 Jester: Well, there is a deadline, but we do have SOME, not much, wiggle room. It was our

[flexcoders] Image ScaleContent

2005-11-02 Thread jwc_wensan
I have the following code. mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* marginTop=0 marginBottom=0 marginLeft=0 marginRight=0 horizontalGap=0 backgroundColor=#71897F mx:VBox width=100% height=69 mx:Image scaleContent=true

[flexcoders] Re: Image ScaleContent

2005-11-02 Thread jwc_wensan
% on the image, the scaleContent is whether it should scale proportionally or stretch. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Wednesday, November 02, 2005 1:08 PM To: flexcoders

[flexcoders] Re: Image ScaleContent

2005-11-02 Thread jwc_wensan
Muzak: I am using Flex 1.5. Thanks, Jack --- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote: Try cleaning and rebuilding the project. FB2 has a caching problem with embedded images. regards, Muzak - Original Message - From: jwc_wensan [EMAIL PROTECTED

[flexcoders] Multiple Tabs Rows

2005-10-27 Thread jwc_wensan
Good Morning: I have researched this but may have missed it. Can we set multiple tab rows. In other words, for example, can we set that the tab has 2 rows with 5 tabs each? This is a common feature with desktop app tools. Thanks in advance, Jack Yahoo! Groups

[flexcoders] Re: Macromedia's Sho Kuwamoto says he put sample code on flex2 site but it's not there

2005-10-20 Thread jwc_wensan
I have Flash Player 8 installed, but when I try to access the demos from the http://labs.macromedia.com/wiki/index.php/Showcase it seems to not recognize that I have Flash 8 and pops up a dialog box to install Flash 8. Any ideas why it does not recognize that my PC already has Flash 8?

[flexcoders] Running DW 8 FlexBuilder

2005-10-12 Thread jwc_wensan
To All: When I have DW 8 up and then click to start FlexBuilder, it defaults to DW 8. In other words, I can't get both to be running at the same time so I can switch back-n-forth. I'm sure I have something set wrong or not set. Your help will be greatly appreciated. Thanks, Jack

[flexcoders] Message Approval

2005-08-09 Thread jwc_wensan
Just Curious . . . Why are some messages I post waiting for approval while others are posted almost immediately? Thanks, Jack Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] Jump Start Flex Development

2005-08-09 Thread jwc_wensan
I trust I am not breaking any rules of this site. If so I apologize in advance. I need to jump start my Flex Development and would like to hire a programmer/consultant for several small projects. There could be future projects as well. Can anyone direct me to a web site(s) where I can find

[flexcoders] Re: Fastest Hardware for Flex compilation

2005-08-08 Thread jwc_wensan
Dave: Am I understanding correctly, that the Starter Kit can ONLY be used on a SINGLE server that has from 1-4 CPUs? Thanks, Jack --- In flexcoders@yahoogroups.com, Dave Carabetta [EMAIL PROTECTED] wrote: On 8/8/05, kaibabsowats [EMAIL PROTECTED] wrote: Is not the Flex license per CPU

[flexcoders] Re: Flex CPU License(s)

2005-07-27 Thread jwc_wensan
Dave: I had talked to MM several times, but know one mentioned this document. I greatly appreciate you letting me know about it. Thanks, Jack --- In flexcoders@yahoogroups.com, Dave Carabetta [EMAIL PROTECTED] wrote: On 7/20/05, jwc_wensan [EMAIL PROTECTED] wrote: To All: Yesterday I

[flexcoders] Re: Flex CPU License(s)

2005-07-21 Thread jwc_wensan
is going to be a bigger issue then Flex performance for the number of projected users. Its really hard to say what a specific server can do without knowing the extent of how its going to be used and the application being built. Renaun --- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL

[flexcoders] Flex CPU License(s)

2005-07-20 Thread jwc_wensan
To All: Yesterday I made a post regarding trying to determine how many users a single server with one CPU could handle. I realize it depends and I did not define any type of application. I am trying to get some type of handle on what my costs will be regarding CPU licenses, servers, etc. So

[flexcoders] Flex 2.0

2005-07-20 Thread jwc_wensan
To All: Anyone have any idea, speculation, guess, etc. on release timeframe of Flex 2.0 ? Thanks in advance, Jack -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Flex CPU License(s)

2005-07-20 Thread jwc_wensan
with the actual application. Renaun --- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL PROTECTED] wrote: To All: Yesterday I made a post regarding trying to determine how many users a single server with one CPU could handle. I realize it depends and I did not define any type

[flexcoders] Flex License(s) Performance

2005-07-19 Thread jwc_wensan
To All: I have asked MM and have not gotten what I see as a reasonable answer. Their own website says that the typical application would need 6-8 licenses. Let's take this example server: Dell Server @ 3.8 GHz with 1 GB RAM JRUN4 Win 2000 Server 1 Flex license MySQL

[flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread jwc_wensan
--- In flexcoders@yahoogroups.com, Darron J. Schall [EMAIL PROTECTED] wrote: jwc_wensan wrote: With the above scenario how many simultaneous users can adequately access the server before I would need a second server? Or is it better to ask how many per hour? See Ted's entry here about

[flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread jwc_wensan
--- In flexcoders@yahoogroups.com, Dave Carabetta [EMAIL PROTECTED] wrote: I'll take a stab at a high level. Comments inline below On 7/19/05, jwc_wensan [EMAIL PROTECTED] wrote: To All: I have asked MM and have not gotten what I see as a reasonable answer. Their own website says

[flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread jwc_wensan
Tarik: Why so many CPUs? What was the expected number of users? Thanks, Jack --- In flexcoders@yahoogroups.com, Tarik Ahmed [EMAIL PROTECTED] wrote: At Flex's old price making the case was do-able. Where I'm at now... One of our sub-companies wanted us to build a new intranet for them

[flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread jwc_wensan
Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Tuesday, July 19, 2005 1:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex License(s) Performance

[flexcoders] Longhorn Impact

2005-07-19 Thread jwc_wensan
To All: Just interested to hear your opinions. Regardless of when Microsoft's Longhorn ships, either mid/late 2006 or even 2007, what are your thoughts on its impact to the RIA development area? Will it force MM's hand on pricing? Other thoughts? Thanks, Jack -- Flexcoders Mailing List

[flexcoders] Re: Longhorn Impact

2005-07-19 Thread jwc_wensan
as pricing, no clue what your talking about; elaborate. - Original Message - From: jwc_wensan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 19, 2005 3:38 PM Subject: [flexcoders] Longhorn Impact To All: Just interested to hear your opinions. Regardless

[flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread jwc_wensan
:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Tuesday, July 19, 2005 2:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex License(s) Performance Rob: Does the SWF have to be embedded in the web page or can it be standalone? Thanks, Jack --- In flexcoders

[flexcoders] Re: Flex License(s) Performance

2005-07-19 Thread jwc_wensan
on your development machine. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Tuesday, July 19, 2005 3

[flexcoders] Re: Placing controls on top of Panel Container

2005-07-14 Thread jwc_wensan
know.. thanks, Nithya Tracy Spratt [EMAIL PROTECTED] wrote: I am not following your question. What do you mean by on top? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Wednesday, July 13, 2005 1:30 PM

[flexcoders] Placing controls on top of Panel Container

2005-07-13 Thread jwc_wensan
To All: I need to be able to place controls(combobox, textfield, etc.) on top of a Panel container. Is that possible? Much like you can with the ControlBar. I tried to place a control on the Panel from Design View, but that did not work either. Thanks in advance, Jack -- Flexcoders

[flexcoders] Flex Builder FYI

2005-07-13 Thread jwc_wensan
To All: For the past 2 days I have had problems with Flex Builder locking up. I would reboot with no luck. I then uninstalled and reinstalled, ran virus protection, etc. Again no help. Today I unchecked the Design View from Preferences and that has for the time being, solved the problem.

[flexcoders] Re: Placing controls on top of Panel Container

2005-07-13 Thread jwc_wensan
Scott: Thanks for the help. Jack --- In flexcoders@yahoogroups.com, Scott Barnes [EMAIL PROTECTED] wrote: mx:Canvas mx:Panel/ mx:ComboBox id=comboID mx:TextField x={comboID.width+10} /mx:Canvas Will do the trick. On 7/14/05, jwc_wensan [EMAIL PROTECTED] wrote: To All: I

[flexcoders] Re: Placing controls on top of Panel Container

2005-07-13 Thread jwc_wensan
, Tracy Spratt [EMAIL PROTECTED] wrote: I am not following your question. What do you mean by on top? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan Sent: Wednesday, July 13, 2005 1:30 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Control Bar Background Color

2005-07-08 Thread jwc_wensan
www.flexdaddy.info --- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL PROTECTED] wrote: Good Afternoon: In my code I have changed the headerColor of the Panel and want to change the ControlBar background color to match. I changed the background color to match, but it did

[flexcoders] Control Bar Background Color

2005-07-07 Thread jwc_wensan
Good Afternoon: In my code I have changed the headerColor of the Panel and want to change the ControlBar background color to match. I changed the background color to match, but it did not work. I then read this from livedocs: The mx:ControlBar container inherits all the properties of

[flexcoders] Training

2005-06-25 Thread jwc_wensan
Hello to All: I have been programming in various desktop environments for over 25 years. The past 10 years in VB and VB.NET. I have spent the past 10 days studying up on Flex, downloaded the trial, samples, tutorials, etc. I have installed Flex and Jrun4. I have previously installed MX