Re: [flexcoders] Missing files in caingorm demo app 0.99 ?

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 2:41 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Is it me, or is assets/products/ in the store example app empty ? Never mind :-) Tom Chiverton This email is sent for and on behalf of

[flexcoders] Re: problem in DateField

2006-05-10 Thread raghuramab
I have the same need and issue. Here is my use case. I retrive a date field from a webservice and what I get is a string of the format -MM-DD format. I would like to the DateField to select that date and display it in the text field portion too. I use the following code

Re: [flexcoders] Firefox status bar text - HTTPService

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 3:11 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I've an application that on 'initialize' reads some XML data using HTTPService. The status bar of the browser reads - Transferring data from localhost... even when the HTTPService has read all the data.

[flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread ColdFusion Editor
Hi. Would anyone here be interested in writing an article on Cairngorm for Fusion Authority? If so, please contact me offlist at editor AT fusion authority dot com. Thanks, Judith Dinowitz Editor Fusion Authority The House of Fusion Technical Magazine http://www.fusionauthority.com

[flexcoders] Flex2 Beta3: I just don't get it to work...

2006-05-10 Thread Thomas Rühl -akitogo-
Sorry, it's me again and I'm already stuck reading the documentation on the Labs site over an over again... For »Task 4«, it says... »» 1. Start the ColdFusion/Flex Connectivity Beta 3 installation program and follow the instructions in the wizard. 2. On the Configure Installation page,

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Dave Carabetta
On 5/10/06, ColdFusion Editor [EMAIL PROTECTED] wrote: Hi. Would anyone here be interested in writing an article on Cairngorm for Fusion Authority? If so, please contact me offlist at editor AT fusion authority dot com.Judith,As a long-time user of ColdFusion and reader of FA, I

[flexcoders] Flex 1.5 : International Characters in XML file loaded in Model

2006-05-10 Thread Pablo Apanasionek
I was reading a note of Matt (Chotin) on internationalizing validators and I built my own XML file for the error messages, which happen to be in Spanish. So far so good, the validator works fine with the custom message, but when it has some spanish-specific char (áéíóúñ), I get abox

Re: [flexcoders] Re: Installing Flex 2 beta 2 with flash remoting against multi-home ColdFusion.

2006-05-10 Thread Muzak
The url to your local server, including the port number. Something like: http://localhost:8300/ (on port 8300) http://localhost/ (on port 80) regards, Muzak - Original Message - From: ianskinnerbs [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 05, 2006 6:27 PM

[flexcoders] Re: Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-10 Thread wlbagent
Thanks, Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://kuwamoto.org/2006/05/08/tips-for-flex-2-beta-3/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Tom Chiverton
On Wed, May 10, 2006 at 3:43 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: The depth and clarity of the series really makes writing a separate write-up almost unnecessary. Seconded. Though it may be easier to start with part 6 (the overview) :-) Tom Chiverton

[flexcoders] Cairngorm demo shop and user not found

2006-05-10 Thread Tom Chiverton
So, I've get stuck on the infamous Error: java.sql.SQLException: User not found: CAIRNGORMSTORE error, which seems to be because the Java classes can't find the required database. I'm using tomcat on Linux. The store is in cd /opt/jakarta-tomcat-5.0.28/webapps/caingormstore cat

[flexcoders] problem in passing Collection of valueobjects from flex to java

2006-05-10 Thread ssdevi_2002
Hi, I am getting a weird problem when passing value objects from Flex 1.5 to Java. Initially it is not able to decode the action script value object to java value object. But after restarting the server multiple times it starts working. In the application we are having a CustomerVO.

Re: [flexcoders] problem in passing Collection of valueobjects from flex to java

2006-05-10 Thread Michael BADEN
Be sure that ALL your java VO classes have getter setter method for private properties, and a default constructor. 2006/5/10, ssdevi_2002 [EMAIL PROTECTED]: Hi,I am getting a weird problem when passing value objects from Flex 1.5 to Java. Initially it is not able to decode the action script

[flexcoders] Flex 2 Beta 3, j2ee FDS error

2006-05-10 Thread Chris Scott
I'm getting a really weird error with FDS on Tomcat 5 that I'm having a hell of a time tracking down. The samples and flex wars seem to deploy fine, but after replacing the flex libs, the flex director in WEB-INF and redefining my services, I still seem to be getting the following error.

[flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-10 Thread Mark Judd
Same issue here (on FileReference itself) ... the select doesn't seem to fire. Even their example code doesn't seem to work. I'm hoping this is just a change in the API that isn't documented. I'd hate to have to wait for another release to get this one fixed. - Mark --- In

[flexcoders] Re: problem in passing Collection of valueobjects from flex to java

2006-05-10 Thread ssdevi_2002
Thanks for the reply All the java VO classes are having accessor methods for the private properties and a default constructor. One more thing after including a single attribute for AddressVO in CustomerVO in action script it starts working. after removing this attribute also it is

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Darren Houle
Judith, I might have to disagree with Dave... Although Steven's 6 part series is certainly very helpful, it addresses Cg .99 and contains multiple references to the sample files in the cairngrom99.zip download. There are quite a few differences between Cg .99 and the newer Cg 2 beta

[flexcoders] How to Debug Flex 2 Beta 3 with FireFox

2006-05-10 Thread mvbaffa
Hi All, I have Internet Explorer and ForeFox installed, FireFox is my default browser. When I ask Flex 2 Beta 3 to debug my application it allways starts Internet Explorer. The problem is that I can not debug with Beta 3, I have already posted a message about that. So I would like to turn

[flexcoders] Flex2B3 :: namespaces :: use namespace problem

2006-05-10 Thread Michael Schmalle
Hi, I have a namespace set up in; com.teotiGraphix.core.teo_internal; Copied the same thing Adobe is doing with mx_internal, which in my opinion is a great example of how programming languages can evolve positivly. trying it here; import com.teotiGraphix.core.teo_internal; use namespace

[flexcoders] Re: combobox selection

2006-05-10 Thread Tim Hoff
When you select an item in the categories comboBox, the change event occurs. You can execute a function based on that event by placing somthing like this in the comboBox tag: change=populateSubCategories();. The populateSubCategories function would then either get the related subCategory

[flexcoders] Re: problem in DateField

2006-05-10 Thread Tim Hoff
You might have better luck using a dateFormatter before you cast to a string. -TH --- In flexcoders@yahoogroups.com, raghuramab [EMAIL PROTECTED] wrote: I have the same need and issue. Here is my use case. I retrive a date field from a webservice and what I get is a string of the format

[flexcoders] Problems deploying Flex Data Service 2 in JOnAS 4.6.6

2006-05-10 Thread Carlos Rovira
Hi,I'm trying to deploy samples.war in JOnAS/Tomcat app server and I'm getting the following problems.If I deploy the sample.war as it comes in fds2 installation, the following error

[flexcoders] Flex2B3 :: vocabulary :: field vs. variable vs. property

2006-05-10 Thread Michael Schmalle
Hi, Lets get a concensus... When I am writting comments, should I use field to describe something like... teo_internal var dragEnabledChanged:Boolean = false; or variable? I know these are public function set dragEnabled(value:Boolean):void properties. I have wondered this for awhile on

[flexcoders] Re: Caringorm with f2b3 issues

2006-05-10 Thread Tim Hoff
Not sure what to tell you Graham. I remember having a little trouble with this too. The code below works for me. Just make sure all of your paths are correct. Also, instead or static var, use static const. -TH xmlns:control="org.ets.main.code.control.*" import

Re: [flexcoders] cf flex intergration

2006-05-10 Thread Paul Hastings
� wrote: Well its a bit like CF + Flex 1.5. argh ;-) 6) Replace the /yourinstance/cfusion.ear/cfusion.war/WEB-INF with mine ok, i'll give this a spin. many thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex2B3 dataGrid variableRowHeight Bug?

2006-05-10 Thread Tim Hoff
I have a small dataGrid that has variableRowHeight set to true. One of the columns in the grid is description. It has wordWrap = true. When I retrieve the dataProvider data for the grid, the first time that the grid is displayed all that appears is the first line of the description. The

Re: [flexcoders] How to Debug Flex 2 Beta 3 with FireFox

2006-05-10 Thread Michael Schmalle
Hi, Goto Window - Preferences - General - Web Browser; Check FireFox and that will do it ;-) Peace, MikeOn 5/10/06, mvbaffa [EMAIL PROTECTED] wrote: Hi All, I have Internet Explorer and ForeFox installed, FireFox is my default browser. When I ask Flex 2 Beta 3 to debug my application it

RE: [flexcoders] MenuItem with icon

2006-05-10 Thread Deepa Subramaniam
You need to be sure your assets are embedded in your swf, then all you have to do is specify an iconField on your Menu (ie: myMenu.iconField = @icon). Here's a simple working example: mx:Script ![CDATA[ [Embed(source=sendBack.jpg)] public var _sendBack:Class; import mx.controls.Menu;

[flexcoders] Beta3 Tree Easy Question

2006-05-10 Thread sufibaba
Hello Everyone, I'm trying to find out if there is a way for new Tree Control to fire an event when it is finished loading all of its data. P.S. I have another bit of code that needs to run once after the tree finishes loading all of its data. Help on this is Greatly Apreciated. Cheers,

[flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-10 Thread Antoine Malpel
As I said I do not understand how I can modify a value (As object) as it get it's value from it, when I try to update the object values by using the change event it rest my change to the initial object's value... this is something I can't find in example... I would be very thankful for help

[flexcoders] Where can I find the FlashPlayer for beta2?

2006-05-10 Thread flexabledev
I need to re-install the beta2 flash player and can't seem to find any links to it on the Labs website. They all point to B3 (Flash Player 9). Please advise... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Installing the CF Wizards on FB3

2006-05-10 Thread Wally Randall
The documentation Using ColdFusion MX with Flex2 for FB3 says on page 46: (that is the second page 46!) to Unzip the Coldfusion Wizards.zip file in the Flex Builder directory. and then restart Flex Builder. The FB3 install creates two directories with similar names: \MyDocuments\Flex

[flexcoders] Flex 2B3: Lazy loading a flex tree node

2006-05-10 Thread box110a
Has anybody had any luck lazy loading a Tree? I've tried implementing an ITreeDataDescriptor with no luck. The Documentation seems to be out of date. The implementation could be with xml or FDS Java-adaptor. thanks, JB -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Beta3 Tree Easy Question

2006-05-10 Thread Thomas Rühl -akitogo-
Hi Tim, do you use the standalone FlexBuilder App? When you're using Eclipse, just put the extracted jar's from the archive into eclipse's plugin-folder - no matter where you installed that before. The wizards should appear around somewhere then. Greetings, Thomas sufibaba wrote:

[flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
I need to generate random numbers and strings... is this some AS class that already does this? Been looking but can't find it. Need it in Flex 2. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-10 Thread Dave Carabetta
On 5/10/06, Darren Houle [EMAIL PROTECTED] wrote: Judith, I might have to disagree with Dave... Although Steven's 6 part series is certainly very helpful, it addresses Cg .99 and contains multiple references to the sample files in the cairngrom99.zip download. There are quite a few

RE: [flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
Nevermind just found it Math.random() Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Wednesday, May 10, 2006 3:07 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Random

[flexcoders] BackgroundColor

2006-05-10 Thread Chris Scott
In Flex 2 Beta 3, setting the backgroundColor on the application doesn't seem to work anymore, is this really so? I am also having TONS of issues with states, adding and removing child components... Chris Scott [EMAIL PROTECTED] http://cdscott.blogspot.com/

[flexcoders] Re: AS3 Custom Component question

2006-05-10 Thread sufibaba
Hi there Mike, Manish Sorry for not replying sooner, been so busy with another section of code in the app so haven't had a chance to try out the suggestions. I tried the measure() method and it worked like a charm. Haven't tried the scrollbar approach but I think that would have worked also.

RE: [flexcoders] Random number or string utils?

2006-05-10 Thread Jim Robson
UIDUtil.createUID(); Math.random(); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Wednesday, May 10, 2006 3:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Random number or string utils? I need to

[flexcoders] Re: How to Debug Flex 2 Beta 3 with FireFox

2006-05-10 Thread mvbaffa
Thanks Michael, I could make it work turning Firfox the default browser and boot the machine. Do you have any information about the problem with the debug version of Flash 9 and Internet Explorer Thanks in advance --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED]

[flexcoders] Re: BackgroundColor

2006-05-10 Thread Tim Hoff
Try setting backgroundImage = . And change target to relativeTo on the states addChild. -TH --- In flexcoders@yahoogroups.com, Chris Scott [EMAIL PROTECTED] wrote: In Flex 2 Beta 3, setting the backgroundColor on the application doesn't seem to work anymore, is this really so? I am also

[flexcoders] Popup window Change event is broken!!!

2006-05-10 Thread wayneposner
I posted the following message yesterday and have done a ton of testing. It now seems apparant that any events executed the list component in a popup window simmply do not execute. I created the exact same window as a standalone application and the code functions as expected. However, move

RE: [flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
thanks! Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim RobsonSent: Wednesday, May 10, 2006 3:12 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Random number or string utils?

Re: [flexcoders] Re: BackgroundColor

2006-05-10 Thread Chris Scott
Thank you, thank you, thank you!!!Now how about go over to the ColdSpring list and help me argue that init should be treated as a real constructor in coldfusion cfcs! :) Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/ On May 10, 2006, at 3:27 PM, Tim

[flexcoders] Re: Beta 3 Debug Error

2006-05-10 Thread mvbaffa
I had to turn to Firefox to continue debgging my application. Flash 9 and IE 6 does not work ! --- In flexcoders@yahoogroups.com, mvbaffa [EMAIL PROTECTED] wrote: Hi everybody, I have just downloded Beta 3 and when I try to debug a project I receive an error: Internet Explorer

[flexcoders] Re: BackgroundColor

2006-05-10 Thread Tim Hoff
Well, I'm using .NET and SQL Server for the back-end. So, I don't think that I can help you there. ;-) Cheers, Tim --- In flexcoders@yahoogroups.com, Chris Scott [EMAIL PROTECTED] wrote: Thank you, thank you, thank you!!! Now how about go over to the ColdSpring list and help me argue

[flexcoders] Re: BackgroundColor

2006-05-10 Thread Tim Hoff
Well, I'm using .NET and SQL Server for the back-end. So, I don't think that I can help you there. ;-) Cheers, Tim --- In flexcoders@yahoogroups.com, Chris Scott [EMAIL PROTECTED] wrote: Thank you, thank you, thank you!!! Now how about go over to the ColdSpring list and help me argue

[flexcoders] Java to AS mapping issue

2006-05-10 Thread Chris Scott
Questions are coming fast today, Beta 3 now seems to be having an issue with converting HashMaps contained in HashMaps. The outer map is converting to Object, the keys are converting, but the data is now coming up NULL, it was fine in Beta2. Anyone seen this yet? Thanks, Chris Chris Scott

Re: [flexcoders] BackgroundColor

2006-05-10 Thread michael . corbridge
backgroundColor=#008040 fillColors=[#008040,#008040] gets you a green background fillColors=[#008040,#008040] gets you a green background with an momentary flash of grey --

RE: [flexcoders] Free Spyware Remover Softwares

2006-05-10 Thread Gordon Smith
I'd be more interested in something that would block posts to flexcoders that are unrelated to Flex. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of preetyzinta1981 Sent: Tuesday, May 02, 2006 2:49 AM To: flexcoders@yahoogroups.com

[flexcoders] Flex 2 Beta 3 - Tree with funky XML

2006-05-10 Thread Jonathan Bezuidenhout
Hi all, I am receiving XML which is sort of in this format: node label=aaa node label=bbb/ node label=ccc/ another nolabel=ddd/ /node another nolabel=eee//node The problem is that when the Tree is bound to this, the element with nolabel shows up as an empty row in the Tree (because

Re: [flexcoders] BackgroundColor

2006-05-10 Thread Peter Baird
Title: Re: [flexcoders] BackgroundColor And one last, lest we forget: backgroundColor=#008040 FillAlphas=[0, 0] Gets a green background, for those purist who can't stand knowing that their solid color was actually created by a gradient. -Peter On 5/10/06 3:52 PM, [EMAIL PROTECTED] [EMAIL

[flexcoders] Flex 2 FMS problems solved and a short article

2006-05-10 Thread Brian Lesser
Hi Folks, I've been playing with Flex 2 beta 3 and Flash Media Server 2.0.1. In the short time I've had to test, I've found that all the FMS related bugs from the previous Flex betas are gone. Remote SharedObjects, NetStream.soundTransform, Microphone.gain, proper handling of default

[flexcoders] Re: BackgroundColor

2006-05-10 Thread Tim Hoff
Have you actually used fillAlphas and fillColors for the application background and made it work in B3? -TH --- In flexcoders@yahoogroups.com, Peter Baird [EMAIL PROTECTED] wrote: And one last, lest we forget: backgroundColor=#008040 FillAlphas=[0, 0] Gets a green background, for

Re: [flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-10 Thread Luís Gustavo Sanabio
Same problem here. Beta 4 now On 5/10/06, Mark Judd [EMAIL PROTECTED] wrote: Same issue here (on FileReference itself) ... the select doesn't seem to fire.Even their example code doesn't seem to work. I'm hoping this is just a change in the API that isn't documented.I'd hate to have

Re: [flexcoders] Re: Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-10 Thread Luís Gustavo Sanabio
relativeTo works fine here. Thanks Ben. On 5/10/06, wlbagent [EMAIL PROTECTED] wrote: Thanks, Ben--- In flexcoders@yahoogroups.com, ben.clinkinbeard[EMAIL PROTECTED] wrote: http://kuwamoto.org/2006/05/08/tips-for-flex-2-beta-3/ Yahoo! Groups Sponsor

[flexcoders] Link Bars

2006-05-10 Thread s_hernandez01
Hey Flexers Does anybody know how to embed an icon on a linkbar navigator, but have the icon above the text? For example, say I was to have a link with a phone icon and then it says Phone right below the icon. or... How would I design a button that blends in with the application control bar

[flexcoders] Flex 1.5 Standard config Flex-error setup not working...

2006-05-10 Thread Libby
When I have an error in my application, the server attempts to use the error-page definitions provided by Flex in my web.xml and flex.jar files. But, it fails with the following error: The server cannot use the error page specified for your application because of the exception printed below.

[flexcoders] FB2B3 Installation Question

2006-05-10 Thread judah
On the FB2B3 standalone complex download page there is this notice. Important: If you have used an earlier release of Flex Builder 2.0, you must completely uninstall Flex Builder 2.0 AND delete your project definitions before installing and using beta 3. Please see the installation

[flexcoders] Setting the insertion point (caret) in a text input field

2006-05-10 Thread d93574
When my application starts I want the user to be able to begin typing without having to use the mouse. When I call controlName.setFocus the focus is set to the correct control, but the mouse caret is not set until I click somewhere in flex application. It seems the focus is still set on the

[flexcoders] Beta3 Please Help

2006-05-10 Thread sufibaba
Hello Everyone, I am migrating from Beta2 to Beta3. I have a custom component that draws a series of boxes on the screen from an XML file. The boxes are attached to one another according to their parent child relationship that is defined in the XML. The boxes have different object types

Re: [flexcoders] Setting the insertion point (caret) in a text input field

2006-05-10 Thread Michael Schmalle
Hi, You could use an event listener for the controlName component FocusEvent.FOCUS_IN and in the handler event.currentTarget.setSelection(0,0); I am not sure where the setSelection() method comes from throught the event. Most likly it's the currentTarget property. something like that ?

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread Tim Hoff
Did you change target to relativeTo in the addChild? --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hello Everyone, I am migrating from Beta2 to Beta3. I have a custom component that draws a series of boxes on the screen from an XML file. The boxes are attached

RE: [flexcoders] Re: Beta3 Please Help

2006-05-10 Thread Gordon Smith
It sounds like Tim is using addChild(), not mx:AddChild. I'm not sure why it broke; I don't think we had to adjust the drawing code in our components between Beta 2 and Beta 3. Can you simplify the problem and post some code? BTW, why are you creating a separate child Sprite to draw into? Why

[flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-10 Thread dpsweb
i have some probleman too !! beta 4 now ! again :) --- In flexcoders@yahoogroups.com, Luís Gustavo Sanabio [EMAIL PROTECTED] wrote: Same problem here. Beta 4 now On 5/10/06, Mark Judd [EMAIL PROTECTED] wrote: Same issue here (on FileReference itself) ...

[flexcoders] sorting user headerRelease in dataGrid sorts just once?

2006-05-10 Thread djbrown_rotonews
I'm trying to use a headerRelease in Beta2 to sort by columns in my dataGrid. I've been able to determine via debugging that it's only swapping two rows, and leaving the remaining rows in their original order. Any idea what might be going wrong? I have a filterFunction set up for

[flexcoders] CF FlashForms

2006-05-10 Thread Chris
I hope I'm posting to the correct Yahoo Group, but I'm just starting to get into Coldfusion Flash Forms. One of my test forms, I've created a few required fields. Not a problem when I execute the application, only when the required fields are not filled in. I have: First Name (required) Last

[flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-10 Thread Tim Hoff
It's always frustrating when you try to hit a moving target. It is a privilege to be able to get up to speed on Flex, while it's still in development. I don't really think that it will help you to include multiple exclamation points here. You just have to realize that we are at the mercy of

RE: [flexcoders] Flex 1.5 Standard config Flex-error setup not working...

2006-05-10 Thread Peter Farland
I believe that since flex.compiler.ErrorPageServlet doesn't override doPost, this is expected. Any chance you can track down what is making the request via POST instead of GET? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent:

Re: [flexcoders] Getting Error with Beta 3 ColdFusion update.

2006-05-10 Thread Gareth Edwards
I only copied the wording you see attached, I had debugging on, although I didn't switch any of the custom debugging output on. Unfortunately I didn't have the time to try and work it out, so I've reinstalled a fresh copy of CF7 without any updates as yet. The error was occurring while

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
Hi Gordon, Thanks for replying. The reason for creating separate sprites is because some of the sprites that are created in the box object needs to be added as a child to the main custom component that is calling the box object. In short, some sprites need to be a direct child of the box

[flexcoders] Validating text inputs upon submission

2006-05-10 Thread Jeremy Rottman
In my app, I have several inputs fields that I have to validate before submission to my cfc. Can someone show me how I can do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Validating text inputs upon submission

2006-05-10 Thread Tim Hoff
Jeremy, Search for validator in the help docs. There's a ton of info there. -TH --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: In my app, I have several inputs fields that I have to validate before submission to my cfc. Can someone show me how I can do this?

[flexcoders] MenuBar Border

2006-05-10 Thread Tim Hoff
Just another little thing that changed from B2 to B3. I have a MenuBar in an ApplicationControlBar. The border color of the MenuBar is the same as the backgroundColor of the ApplicationControlBar. What appears is 3 sides of a border (L, R, B - no Top) in a darker color, around the MenuBar.

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
Hi Gordon, I am trying out a few things, below is an example from the Extending Components.pdf docs, but it doesn't seem to be working. Can you see if it works for you? -- package { import mx.core.UIComponent; import mx.styles.CSSStyleDeclaration;

[flexcoders] Re: Beta3 Please Help

2006-05-10 Thread sufibaba
Hello Gordon, Some Update: I found that when I compile only the MyTable.as file, nothing shows up. When I wrap it in an mxml file, then it works. - TestMain.mxml --- ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100%"

[flexcoders] Stalling the upload of a file

2006-05-10 Thread David Harris
hi Guys, I am working with the upload of a file in Flex (beta3) I would like the user to file out a form, and pick the file, and the file not uploaded until the form is saved. EG: form with 5 fields, and one of them is a file (image) The user files in the form, selects a picture on their

Re: [flexcoders] Re: BackgroundColor

2006-05-10 Thread Peter Baird
Yep, in a couple flavors of beta 3 (Flex Builder on a PC and the Flex Data Services on a Mac) it works fine (although I notice my previous email, I inadvertently left out a quote, but that would have thrown an error anyway. You can also see it working, and play around with it a bit in the

[flexcoders] Flex 1.5 and Coldfusion--Same Server and Same Context

2006-05-10 Thread Cam Bevis
I'd like to run Flex 1.5 and ColdFusion under the same instance. I have read many different tech notes, blogs, copied down several web.xml files, merged my own, etc. I have yet to be successful. Here are my goals: 1. Intermix cfml and mxml in the same file (is there Great value in this?) 2.

[flexcoders] Cairngorm Sample Store

2006-05-10 Thread stefan_schmalhaus
I'm reading Steven Webster's six part series on Cairngorm at the moment. Are the Flex files for the sample store (Cairngorm Store) available for download? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Problem with Firefox and Flex 2 apps? Solved

2006-05-10 Thread billlane1962
Solved (sort of): The problem still existed after updating to Beta 3. I had ensured that I followed all installation instructions including uninstalling players prior to installation. I have a laptop that I use on the train home and it had no problems. Which made me consider what is

[flexcoders] TextEvent.LINK not calling function

2006-05-10 Thread Anderson, Todd
Hello, Im trying to get a TextEvent.LINK working in Flex Builder 2 beta 3. The following worked in beta 2 and it would trace out the event myEvent1, or myEvent2 when each was clicked. Now nothing is traced out. Any ideas? Thanks. mx:Application

RE: [flexcoders] Flash Player crashes the browser b3

2006-05-10 Thread Matt Chotin
Any SWF that causes different behavior its a good idea to let the Player team know so they can test it all out. Sounds like youre running into crashes too quickly for it to be generic though. I guess when you notice a crash copy the url and wait a few hours in case you run into more and

Re: [flexcoders] Cairngorm Sample Store

2006-05-10 Thread Graham Weldon
The sample ships with Cairngorm v 0.99 http://www.iterationtwo.com/open_source_cairngorm.html Regards, Graham Weldon stefan_schmalhaus wrote: I'm reading Steven Webster's six part series on Cairngorm at the moment. Are the Flex files for the sample store ("Cairngorm Store") available

[flexcoders] Re: BackgroundColor

2006-05-10 Thread Tim Hoff
I mean, have you used fillAlphas and fillColors to create a gradient background for the application. I'm still struggling to find the correct combination of CSS to make it work. Tim --- In flexcoders@yahoogroups.com, Peter Baird [EMAIL PROTECTED] wrote: Yep, in a couple flavors of beta 3

RE: [flexcoders] Flex 1.5 and Coldfusion--Same Server and Same Context

2006-05-10 Thread Grant Straker
Its certainly possible to run Flex 1.5 inside a CF instance. The instructions from memory were in the download install instructions when you download a demo of CFMX. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cam Bevis

[flexcoders] Re: Cairngorm Sample Store

2006-05-10 Thread Tim Hoff
Once you download and unzip the file, you can find the store sample code in the cairngorm-0.99/samples/store/webapp/org/nevis/cairngorm/samples/store directory. Because of changes to flex and cairngorm (now alpha 2.0), you will have a difficult time actually running the sample application.

Re: [flexcoders] Installing the CF Wizards on FB3

2006-05-10 Thread Simeon Bateman
in C:\Program Files\Flex Builder 2.0 Beta 3 there is a plugins directory. You will want to put the files from the cf flex builder extensions zip in there.simOn 5/10/06, Wally Randall [EMAIL PROTECTED] wrote: -- Flexcoders Mailing List FAQ:

[flexcoders] Flex 1.5 - Possible BarChart bug?

2006-05-10 Thread jgraham_us
Here is an example of the problem I am seeing. 1) I have a BarChart with 4 BarSeries, the order of the BarSeries matters here.. So the xField values on the BarSeries are set value1,value2,value3,value4 2) The dataProvider for the BarChart comes from a remote object. 3) There are cases

[flexcoders] Re: Cairngorm Sample Store

2006-05-10 Thread Barry Beattie
for something a bit more recient: (Im just in the process of getting it going ATM) http://www.richinternetapps.com/archives/000148.html Cairngorm 2.0 / Flex 2.0 / Coldfusion Sample Application - for real this time So careful what you wish for ... I made a mistake in suggesting that Benoit

RE: [flexcoders] Flex 1.5 - Possible BarChart bug?

2006-05-10 Thread Ely Greenfield
Are you stacking the series? Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgraham_us Sent: Wednesday, May 10, 2006 9:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 1.5 - Possible BarChart bug? Here is an example

[flexcoders] ZTORLog4f logging tool

2006-05-10 Thread tyombria
Hi, all. New release of ZTORLog4f for Flex2 (beta 3) was released. You can download it here. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

<    1   2