Re: [flexcoders] Cairngorm - Call function inside View Component

2006-09-14 Thread Tom Chiverton
On Wednesday 13 September 2006 23:56, Pete Capra wrote: I have a view component that is nested inside the application, and it has a public function that selects an item on a Tree (manually, instead of the user doing it). I want the function to be called after a result handler fires from a RPC.

[flexcoders] Fault with code WSDL.BadType

2006-09-14 Thread Mozilla By
Hi people, I‘m trying to execute web method “login” from web service at http://smbproxy.org:8085/services/XMLService?wsdl What’s wrong with this service if I have the following exception? [WSDLError faultString=Type impl:loginResponse not resolvable faultCode=WSDL.BadType

Re: [flexcoders] Re: Trying to understand RemoteObjects

2006-09-14 Thread Tom Chiverton
On Wednesday 13 September 2006 14:04, dinger0007 wrote: I havn't tried using remote objects on my shared server becasue I thought I needed to update a xml file at the root of the server. You do, yes - otherwise how will the server know what services you are expecting to export ? For hopefully

[flexcoders] IF YOU WANT IMPORTANT AND USEFULL WEB-SITE

2006-09-14 Thread softwarejob2006
IF YOU WANT IMPORTANT AND USEFULL WEB-SITE HERE IS IT Movie Tags- http://softwaretutorial.myitcareer.org/allaboutmovietags Linux Boots- http://softwaretutorial.myitcareer.org/HowLinuxboots Make VCD From DivX- http://softwaretutorial.myitcareer.org/makeVCDfromDivX Spyware-

Re: [flexcoders] mxml escape character??

2006-09-14 Thread Johannes Nel
take the its a text attribute so do this function bla():String { return {} } mx:Text text=bla()/On 9/12/06, Chad Callahan [EMAIL PROTECTED] wrote: I need to include the { and } characters inside of an mxml tag's argument value but mxml reads the { and } as bindable. Is there

RE: [flexcoders] Re: Lost commit on data source with polling AMF

2006-09-14 Thread Jeff Vroom
I am checking into the hotfix process right now. I have the fix working locally on a simple test case and will run our test suite on this fix tonight. We do currently have the limitation that you have to merge before you commit or you get an error. Theoretically, we could relax

[flexcoders] Flex ruby on rails file upload

2006-09-14 Thread karan prabu
Hi guys Im working on a FLEX project which requires file upload, with ruby on rails at the backend.Im using the file reference class.The URLRequest is - http://localhost:3000/flex/upload_file where flex is the controller, upload_file is the method The rails method is def upload_file file_data

[flexcoders] Re: Deploying a Flex Application making rpc.remoting calls

2006-09-14 Thread paromitadey
Hello Matt, Thank you for your advice and suggestion and I am sorry for not able to reply back earlier. You are right I am using Flex Builder to compile. In Flex Builder compiler properties dialog box, I have added the -services-config argument along with the default argument '-locale en_US'

Re: [flexcoders] asfunction in flex 2

2006-09-14 Thread Hilary Bridel
Ashish, The following is from the docs: ++ The following code shows that the link event is dispatched when a user clicks the hypertext link: import flash.text.TextField; import flash.events.TextEvent; var tf:TextField = new TextField(); tf.htmlText = a

[flexcoders] www.goowy.com component

2006-09-14 Thread KP
Has anybody tried building components present in goowy.com I need time component. But I am not sure what kind of font they are using for displaying current time. Please suggest some approach for building that kind of font for displaying time I am not sure weather it is there font

Re: [flexcoders] Rotating html text

2006-09-14 Thread Johannes Nel
dunno if there is another work around but takinhg a snapshot using bitmapdata might solve the rotation. won't be particulary editable thoughOn 9/12/06, jeremyrichman [EMAIL PROTECTED] wrote: I have a Text field that I want to rotate but it must display htmltext, not just plain text.I have

[flexcoders] AutoSuggest TextField

2006-09-14 Thread DJ Lift
Hey there, Has anyone seen any auto suggest style text fields for flex? Similar to what google is doing? Thanks, mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] calendar component

2006-09-14 Thread Matt Chotin
The weblogs server ran out of disk space yesterday. Many of us on there have to rebuild them (but data wasnt lost). So might be tomorrow before his blog is back up. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank williams Sent:

[flexcoders] Problem with Application build and compile

2006-09-14 Thread paromitadey
Hello All, While building the project, if Build Automatically is selected under the Project menu, the project is supposed to build while we perform a save operation. The build process is indicated at the Flex Builder status bar right hand bottom corner. In my case this build indication is

Re: [flexcoders] Re: Flex + .NET Web Services irritations

2006-09-14 Thread Sam Shrefler
John: I'm a little confused by your reply. Could you educate me why you are using WS's if you feel you could use remoting? Also, JSON plugs right into Web Services. It simply serializes and deserializes the data to allow for easy transfers of data types. Sam On 9/8/06, John C. Bland II

Re: [flexcoders] Motionbox VideoPlayer with Deep Tagging functions

2006-09-14 Thread Marcel Fahle
Damn! I've forgot the bloody links: http://motionbox.com/video/player/1c99d5b41392/5f8e06082419b3f3 http://blog.motionbox.com/motionbox/2006/09/deep_tagging_an.html Sorry for that. Marcel Fahle wrote: Hey Guys, I've recently stumbled on Motionbox' new video player and I find it quite

Re: [flexcoders] adding control bar to panel programitically

2006-09-14 Thread Harish Sivaramakrishnan
Hi,Here is a partial solution to ur issue. The problem here is when you add a controlbar to the Panel as a child, you also need to tell the panel that the added Child is of the type controlBar. Once this property is set, the Panel itself takes care of layouting the controlbar at the required

[flexcoders] FDS and web service.

2006-09-14 Thread secolaha
Hi all, I have just started experimenting with FLex, and learned to my dismay that you need FDS if you want to use authentication when calling a web service. This might not be such a big problem as the web service is hosted on our weblogic server, and I have been able to install FDS and got the

[flexcoders] what's going on with this Flex?!?

2006-09-14 Thread arnold_charming
Hi! I have some tabs in my flex application and when I want to access a text field on my last tab I get an error about null reference. If I click on this tab and try again then it works. I guess the error happens because the last tab isn't yet loaded. So please explain to me how can I solve this

Re: [flexcoders] DataGrid labelFunction

2006-09-14 Thread Harish Sivaramakrishnan
Hi Rafael,Can you please add a code snippet here for the problem that you are encountering?ThanksHarishOn 9/13/06, rafael_magalhaes007 [EMAIL PROTECTED] wrote: Hi, i have a datagrid with N column, in this datagrid there's a column in the end that makes the

[flexcoders] Motionbox VideoPlayer with Deep Tagging functions

2006-09-14 Thread Marcel Fahle
Hey Guys, I've recently stumbled on Motionbox' new video player and I find it quite impressive how the labeling and draging a box on the timeline has been done. Do you guys have an idea what is the best way to accomplish a similar application? How would you start building something like that?

RE: [flexcoders] Deploying a Flex Application making rpc.remoting calls

2006-09-14 Thread paromita dey
Hello Matt,Thank you for your advice and suggestion and I am sorry for not able to reply back earlier.You are right I am using Flex Builder to compile. In Flex Builder compiler properties dialog box, I have added the -services-config argument along with thedefault argument '-locale

[flexcoders] Error with Flex Builder

2006-09-14 Thread paromitadey
Hello All, I am getting a strange error while working on the Flex Builder 2.0. It displays a dialog box with the following text - JVM Terminated. Exit code=1 C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe -Xms128M -Xmx512M -XX:MinHeapFreeRatio=20 -jar C:\Program Files\Adobe\Flex

[flexcoders] Re: Using objects in XML

2006-09-14 Thread kristian_wright2002
Solved! Created a function: private function createRepeaterData(label:String, id:String, required:Boolean, selected:int, dataprovider:Array):void { xmlText = dataprovider/dataprovider; for (var item:String in dataprovider) {

[flexcoders] Flex - Database

2006-09-14 Thread Sudharshan Rao
Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks in advance. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] calendar component

2006-09-14 Thread hank williams
Ahh... Bummer.But thanks for the info. I was looking forward to re-reading a couple of alistair's entrys but I can certainly wait until tommorrow :).HankOn 9/12/06, Matt Chotin [EMAIL PROTECTED] wrote: The weblogs server ran out of disk space yesterday. Many of us on

RE: [flexcoders] calendar component

2006-09-14 Thread Alistair McLeod
Hi, Yes, I had to rebuild my weblog (sounds a lot worse than it was), so it should be back up now. Cheers, Ali From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: 14 September 2006 12:46To: flexcoders@yahoogroups.comSubject: Re: [flexcoders]

[flexcoders] Re: adding control bar to panel programitically

2006-09-14 Thread gustavo.saume
Hello aaron, i had the same problem recently... you just have to change the order of you components when you add them to the panel, as far as i know the controlBar has to be the last one to be add in order to be under the white content area of the panel, try the following...

Re: [flexcoders] Flex - Database

2006-09-14 Thread Paul Andrews
- Original Message - From: Sudharshan Rao [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 8:46 AM Subject: [flexcoders] Flex - Database Hi, I am new to flex, Can somebody please help me in how to connect to database through flex. Thanks in

Re: [flexcoders] FDS and web service.

2006-09-14 Thread Rich Tretola
Try this: http://www.everythingflex.com/blog/1/2006/03/WebService-setup-for-FES.cfm Rich On 9/14/06, secolaha [EMAIL PROTECTED] wrote: Hi all, I have just started experimenting with FLex, and learned to my dismay that you need FDS if you want to use authentication when calling a web service.

Re: [flexcoders] Flex - Database

2006-09-14 Thread Rogerio Gonzalez
You can connect direct to database with webservices in SQL2005 (end points)RogerioOn 9/14/06, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Sudharshan Rao [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September

[flexcoders] Gap between root level menu items

2006-09-14 Thread nischalpathania
I'm facing some issues with MenuBar tag. Let me know the workaround to fix following issues. 1. How can I reduce the gap between root level menu items? 2. How can I customize separator? Again the width of the separator is too much and it is selectable just like others menuitem. I want to put

Re: [flexcoders] Flex - Database

2006-09-14 Thread Paul Andrews
- Original Message - From: Rogerio Gonzalez To: flexcoders@yahoogroups.com Sent: Thursday, September 14, 2006 2:00 PM Subject: Re: [flexcoders] Flex - Database You can connect "direct" to database with webservices in SQL2005 (end points)Rogerio How does

[flexcoders] Data synchronisation tip and tricks?

2006-09-14 Thread Paul Andrews
Most of the traffic conversation here seems to revolve around applications that are essentially read-only or are behaving as though they are single user. Any tips and tricks to be found regarding the synchronisation of data in a multi-user application involving a database. For example (since

RE: [flexcoders] what's going on with this Flex?!?

2006-09-14 Thread Matt Horn
if that is the issue, you could set the container's creationPolicy to all. Check out the chapter on improving startup performance in the Building and Deploying book for more info. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Programmatic Skinning bug in Flex?

2006-09-14 Thread Chris Simeone
Hi All,I believe I found a Programmatic Skinning bug in Flex.Whenever I set the "borderSkin" property to a custom skin class, the flash player hangs in all browsers, the CPU peaks around 95% and memory is consumed rapidly.After waiting for about 10 minutes I get the following... [SWF]

Re: [flexcoders] Error with Flex Builder

2006-09-14 Thread Tom Chiverton
On Thursday 14 September 2006 06:20, paromitadey wrote: Is this a common problem? Please advise what do I need to do to solve this problem. It means the JVM has blown up. In your workspace, look for the .metadata/.log file and see if that helps. -- Tom Chiverton Helping to vitalistically

Re: [flexcoders] Rotating html text

2006-09-14 Thread Alias™
Are you sure your fonts are embedded properly?AliasOn 12/09/06, jeremyrichman [EMAIL PROTECTED] wrote:I have a Text field that I want to rotate but it must display html text, not just plain text.I have embedded the font that I am settingin the html with the CSS font face style but on rotation,

[flexcoders] How to configure Java web service

2006-09-14 Thread Mozilla By
Hi all, My Flex application raises WSDLError “Type … not resolvable” with fault code “WSDL.BadType” at http://smbproxy.org:8085/services/XMLService?wsdl I’ve found in docs that Flex applications can interact with web services that define their interfaces in a Web Services Description

RE: [flexcoders] Flex - Database

2006-09-14 Thread Tracy Spratt
If this functionality is the same as the SQLXML functionality I played with a year or so ago, SQL Server provides an url against which you can make SQL queries. No other server-side code is requiered. Obviously it is not direct, but it appears so. I had a lot of problems with it

[flexcoders] Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.Bad

2006-09-14 Thread arnold_charming
Hi! Now and then I get the above error. Does somebody know why is this happening? I'm using amfphp to talk with database. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] DateField in a TitleBar of a panel

2006-09-14 Thread gustavo.saume
Hello everybody... is there a way to add an DateField in the titleBar of a panel?? Thanks in advence... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

[flexcoders] Looking for a Flex Coder/Programmer!

2006-09-14 Thread dbarenboym
Folks: I am working on a project and seince Flex is new to me I would like to find someone whom i can pay on hourly basis and have him do periodic work for me (when i run into problems that i can't fix) I have a set up where someone can login to my server remotly. if anyone is intrested please

[flexcoders] export to excel

2006-09-14 Thread Tom Van Haver
Hi, I was wandering how one can export to Excel format out of a flex application (via web service on a service that responds with excel document ?) ? And what about layout possibilities? Thanks, Tom. __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Data synchronisation tip and tricks?

2006-09-14 Thread Mike Anderson
Hello Paul - This is an *excellent* topic to discuss, and I am glad you brought it up. I too will face the same issues shortly - except mine revolve more around inventory control - but still, the same problems apply (me selling a product to a customer, when quite literally during the same phone

[flexcoders] How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Mark
I'm creating an AreaChart that has labels inside each area. Very few of the series will be large enough to display a label so for performance reasons I only want to add labels to those that are big enough. It seems to me that the best place to create and add the label is in createChildren(),

[flexcoders] Re: Data synchronisation tip and tricks?

2006-09-14 Thread bill_sahlas
Hi Paul, If you haven' t done so already then you should download and install FDS 2.0 - This page has all the links as well as the synopsis of the Data Services that FDS 2.0 offers - http://www.adobe.com/products/flex/dataservices/ Data synchronization Flex Data Services manages this

[flexcoders] alpha value of a text field...

2006-09-14 Thread oktay nba
why can't we change alpha valueof a text field? is there anyway to do it? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Data synchronisation tip and tricks?

2006-09-14 Thread Jurgen Beck
Very good topic! I'm working on a RIA using Flex that deals with a similar situation for an online ticketing system. Imagine two or more folks selecting the same seat and wanting to purchase a ticket for it. Essentially this is collision bound, unless it is being handled carefully. I see

Re: [flexcoders] alpha value of a text field...

2006-09-14 Thread Michael Schmalle
Yeah, embed the font.You cannot change the alpha of system fonts or any font for that matter that does not have it's paths embeded into the application.Peace, Mike On 9/14/06, oktay nba [EMAIL PROTECTED] wrote: why can't we change alpha valueof a text field?

[flexcoders] Re: Installation recommendations

2006-09-14 Thread carl_steinhilber
I asked this question about a week ago, and didn't get any sort of response. Does really no one have any suggestions/comments? I really need to get an install working in the slimest footprint possible. Thanks again! -Carl Steinhilber --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL

RE: [flexcoders] criticla problem charting component - coding axis

2006-09-14 Thread Ely Greenfield
Hi Olivier. it's hard to diagnose your problem, or even what behavior you're seeing, without a more details description of what you're trying to do, what you're doing, and what the actual behavior you're seeing is. Sample code would help too. Flex 1, or Flex 2? Ely. From:

[flexcoders] Re: criticla problem charting component - coding axis

2006-09-14 Thread olivier
Hi, I have to detail my problem. I'm creating a component full actionscript. This component create a CartesianChart adding some functionalities. here is the source code var tAxis:DateTimeAxis=new DateTimeAxis(); tAxis.alignLabelsToUnits=true; tAxis.autoAdjust=true; tAxis.dataUnits=minutes;

[flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread bill_sahlas
I've tried reproducing it using the link to the doc exampleand cannot confirm the bug/errors that you reported here. It works as I'd expect. Whatflash playerversion are you on? --- In flexcoders@yahoogroups.com, "Chris Simeone" [EMAIL PROTECTED] wrote: Hi All, I believe I found a Programmatic

[flexcoders] Re: Data synchronisation tip and tricks?

2006-09-14 Thread jbeck_sound
Very good topic! I'm working on a RIA using Flex that deals with a similar situation for an online ticketing system. Imagine two or more folks selecting the same seat and wanting to purchase a ticket for it. Essentially this is collision bound, unless it is being handled carefully. I see two

[flexcoders] drag only CERTAIN items from a list?

2006-09-14 Thread Clare Todd
I have a tree for a training site. It has Courses who have CourseInstance children: info course title="Cooking 101" courseinstance location="Houston" date="02/11/1974" / courseinstance location="Chicago" date="12/23/2007" / /course ... I want people to be able to drag items off the tree

RE: [flexcoders] How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Ely Greenfield
Hi Mark. createChildren() is the right place for a compnent to create 'static' children. But dynamic children...i.e. children that are created or destroyed based on some runtime information, like amount of data, size on screen, etc...need to be created elsewhere. In general, I would

RE: [flexcoders] Re: criticla problem charting component - coding axis

2006-09-14 Thread Ely Greenfield
Thanks for the addiitional imformation Olivier. Can you send a small, complete compilable/runnable sample so I can try it out myself? Thanks. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of olivierSent: Thursday, September 14, 2006 9:07 AMTo:

[flexcoders] Re-draw parent when child size changes

2006-09-14 Thread Battershall, Jeff
I'm having trouble getting this to work in a custom component... I want to show and hide a child object (a group of checkboxes in its own custom component) on state change of the parent (a panel) and have the panel re-calcuate its correct height with the re-sized sub-component and re-draw itself

[flexcoders] Re: How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Mark
Thanks for your response Ely. Is there any concern with a circular reference? What I mean is if I call addChild in updateDisplayList that will call invalidateDisplayList, which will ultimately call updateDisplayList again, right? If I make my child creation code conditional (so that it only

[flexcoders] Flex position open @ Optimal Payments in Montreal, Canada

2006-09-14 Thread Stacy Young
Hello all! Optimal Payments is looking for a Flex developer with complementary skills in Coldfusion and/or Java. Be part of a dynamic team building state-of-the-art applications using the latest technologies. We're open to new ideas that push the envelope and help us deliver the best possible

Re: [flexcoders] Flex - Database

2006-09-14 Thread Rogerio Gonzalez
Hi Tracy and others... I had a lot of problems with it at the time and gave up, but if they got it working then it will be a very effective answer to "how do I query a database with Flex?"I have troubles with that in past too (Flash + SQL + IIS) with security issues. This time, the MS seems to

Re: [flexcoders] AutoSuggest TextField

2006-09-14 Thread Jeff Tapper
I've built type-ahead boxes for clients before. to do it well requires a well architected and ultra fast back end. At 07:34 AM 9/14/2006, DJ Lift wrote: Hey there, Has anyone seen any auto suggest style text fields for flex? Similar to what google is doing? Thanks, mark -- Flexcoders

[flexcoders] Re: asfunction in flex 2

2006-09-14 Thread ashishpatel2007
Thanks! I'll try it out. My apologies for multiple postings. It was done by accident. --- In flexcoders@yahoogroups.com, Hilary Bridel [EMAIL PROTECTED] wrote: Ashish, The following is from the docs: ++ The following code shows that the link event

[flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread Chris Simeone
I'm using Flash Player version 9.0.16.0 --- In flexcoders@yahoogroups.com, bill_sahlas [EMAIL PROTECTED] wrote: I've tried reproducing it using the link to the doc example http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html /w\

Re: [flexcoders] Flex - Database

2006-09-14 Thread greg h
Sudharshan, I concur with Paul's intial post. Database driven Flex applications are generally at least a 3-tier architecture. 1) UI = Flex; 2) Database = ?; 3) Middle tier (aka application server) = ?. Generally the middle tier is an http server. However, in the case of mx:RemoteObjects it is

Re: [flexcoders] Re: Data synchronisation tip and tricks?

2006-09-14 Thread Paul Andrews
To be honest, this is old-hat for database programmers, yet it's rarely discussed in Flex/Flash circles and largely ignored in most web discussion. Things tend to move up a notch in complexity once you have to consider multiple users and databases. Usually I tend to favour optimistic locking

RE: [flexcoders] Re: How can I add a child element to an AreaSeries based on the render data?

2006-09-14 Thread Ely Greenfield
Hi Mark. I would make your child creation code cache regardless of circularity reasons, for performance concerns. I don't believe adding a child automatically invalidates your display list. I'm pretty sure it _does_ invalidate measurement, which then _potentially_ invalidates display.

[flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread Tim Hoff
Hi Chris and Bill, Don't have time to test your code, but the following code works with no hang-ups. You can also use the following borderSkin class to apply a gradient fill to the background of a panel. For some reason it doesn't work for an HBox or VBox. However, setting headerHeight to "0"

[flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread Chris Simeone
I found the problem. It's in my CSS file. If there's a borderStyle property as defined below the application hangs. Take out the borderStyle property and the app runs. See my test code below (FYI: it does not do much. My first attempt at border skinning using code)...

[flexcoders] passing variables into Flex via the URL

2006-09-14 Thread godsman4amy
Okay, I'm sure this is probably an easy thing to do, but I haven't gotten it to work yet. I need to pass a variable into my Flex app through a URL like this: www.myurl.com\myflex.html?itemId=12345 Can anyone give me any pointers of how to accomplish this? Thanks ahead! David --

[flexcoders] Styling a DataGrid at the Row Level

2006-09-14 Thread Harris Reynolds
Is it possible to style individual rows within a DataGrid differently? Or is styling only available for the DataGrid as a whole? ~harris -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Styling a DataGrid at the Row Level

2006-09-14 Thread dadrobson
Hey Harris! I take it you want to do more than alternatingItemColor ? Jim --- In flexcoders@yahoogroups.com, Harris Reynolds [EMAIL PROTECTED] wrote: Is it possible to style individual rows within a DataGrid differently? Or is styling only available for the DataGrid as a whole? ~harris

Re: [flexcoders] passing variables into Flex via the URL

2006-09-14 Thread greg h
David, How you will access that URL parameter inside of Flex 2 is detailed in the docs here: Using the Application.application.parameters object http://livedocs.macromedia.com/flex/2/docs/1004.html hth, gOn 9/14/06, godsman4amy [EMAIL PROTECTED] wrote: Okay, I'm sure this is probably

[flexcoders] Re: Posting data with HTTPService....Please help!

2006-09-14 Thread dadrobson
Hi Bruce, Try this: private function test():void{ HttpRequest.addEventListener(result, testResponse); HttpRequest.url = http://IIS_Server/AJAX/test.asp;; HttpRequest.resultFormat = text; HttpRequest.method = POST; HttpRequest.contentType = application/x-www-form- urlencoded; var params:Object =

[flexcoders] Re: DataGrid labelFunction

2006-09-14 Thread rafael_magalhaes007
Hi Harish, This is my code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute backgroundGradientColors=[#A6D2FF, #d5eaff] backgroundColor=#8CC6FF initialize=initVars(); mx:Script![CDATA[ import

[flexcoders] Problems debugging

2006-09-14 Thread joshuajnoble
Hi, I'm having a little problem with running the debugger out of FB2. When I invoke the debugger FB2 doesn't create a new debug swf, which is a little annoying. The timestamp on the debug swf is from yesterday, even though I've run the debug a few times today. I ran a 'clean' thinking that FB2

[flexcoders] Re: SWFLoader how to access host application

2006-09-14 Thread Daniel
I had the same problem and I solved it using Application.application.variable in the swf application. Dont know if this works for functions as well. Greetings --- In flexcoders@yahoogroups.com, kosir.milan [EMAIL PROTECTED] wrote: Hi all, I'm posting this again after first unseccesfull post.

[flexcoders] Re: Styling a DataGrid at the Row Level

2006-09-14 Thread Harris Reynolds
Hey Jim... what's going on? Yeah... I'd like to be able to style rows based on three categories: winners, losers, and disqualified. All I can tell from the doc though is that a DataGrid has a top-level style that is applied to the whole component. ~harris --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Styling a DataGrid at the Row Level

2006-09-14 Thread dadrobson
Try writing a custom Item Renderer? That way, you can set the style of each row (or even each cell) based on the data. Jim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] have there any rightClick mouseEvent in Flex2?

2006-09-14 Thread Deepa Subramaniam
Yes - you can add a ContextMenu that pops open when you right click in a Flex application. You can use the flash.ui.ContextMenu class to add custom menu items to your ContextMenu and then use event handling to invoke the desired behavior. Attached is a simple example that shows how you can right

[flexcoders] Re: Process CheckBoxes Displayed Inside a DataGrid

2006-09-14 Thread phillips1021
Tracy: Thanks for the response. I was afraid that was the case. I did notice that the checks don't remain if you scroll. I'll have to come up with a better way to do this. I wanted the user to be able to check 30 items in a list of 100 and after checking the last item and clicking on a

RE: [flexcoders] Re: Process CheckBoxes Displayed Inside a DataGrid

2006-09-14 Thread Tracy Spratt
You do not need to call the server for each check. You just need to update the LOCAL dataProvider item when the user clicks the check box. Then when you are ready, loop through the dataProvider to extract the data to send to the server. There are other ways. When a checkbox is

[flexcoders] Hierarchical Cairngorming!????

2006-09-14 Thread Aldo Bucchi
Hi all, ok, now I know what to say... I would love to have a straightforward way of adding mini hierarchichal cairngorms to my components instead of exteriorizing their internal MVC to the global cairngorm. Something in the line of how Spring manages the hierarchy of contexts. Any thoughts?

[flexcoders] subject

2006-09-14 Thread Aldo Bucchi
Hi all, thanks, Aldo -- : Aldo Bucchi : mobile (56) 8 429 8300 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the

Re: [flexcoders] Flex - Database

2006-09-14 Thread Nick Collins
In relation to Apollo, it has been mentioned it will be possible to write database drivers in AS3... might it not be possible then to do it for Flex as well? Just curious... it may well be a part of the Apollo API that allows that, but perhaps worth considering. On 9/14/06, greg h [EMAIL

[flexcoders] Re: AutoSuggest TextField

2006-09-14 Thread mthielman11
http://weblogs.macromedia.com/sho/archives/2006/02/mxml_text_compl.cfm Have not tried it myself. I will be needing a solution at some point too. We had built one for an html front end utilizing JSP and MySQL that worked great, have not tried one in flex yet. --- In

[flexcoders] Re: Posting data with HTTPService....Please help!

2006-09-14 Thread mthielman11
I don't have the code with me now but i will post it later to help you out. This KILLED us for over a week. The documentation was NOT accurate and I think we sort of got lucky with our solution but it works. I will do my best to post it later tonight. --- In flexcoders@yahoogroups.com,

[flexcoders] Panel Windows Title Icon

2006-09-14 Thread Jeremy Rottman
I am working on styling my application, and I have searched throught the live docs/help files for flex. But I cant seem to find how to set the titleIcon to the right side of the window. Is there anyway to do this? -- Flexcoders Mailing List FAQ:

[flexcoders] Re: criticla problem charting component - coding axis

2006-09-14 Thread trader230
Hi Olivier - This turns out to be a bug in Charts, which we've entered. (Thanks for pointing it out!) There is, fortunately, a workaround: to the code that you have, tAxis.baseAtZero=false also add this line: tAxis.autoAdjust = taxis.autoAdjust; That should force the redraw.

RE: [flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread Robert Vollmar
Hello, I apologize if this is a duplicate message; my messages do not seem to be appearing on the Yahoo forum. A friend looked this over and he found what was going on: - GridBorders.as and GridBorders.mxml are both going to create a class called GridBorders, which is bad. The mxml one takes

[flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread rvollmar_adobe
Hi, I had a friend look this over and he found what was going on: - GridBorders.as and GridBorders.mxml are both going to create a class called GridBorders, which is bad. The mxml one takes precendence, so the entire application is being used as the border skin. Then that app. has a border skin

RE: [flexcoders] Panel Windows Title Icon

2006-09-14 Thread Pete Capra
Hi Jeremy, You can do it by nesting the Panel inside a Canvas with an image: mx:Canvas width=100% mx:Panel id=sample title=Sample Panel width=100% !--content here-- /mx:Panel mx:Image right=10 width=22 height=22 y=4 source=icon.gif/ /mx:Canvas

Re: [flexcoders] Panel Windows Title Icon

2006-09-14 Thread Jeff Tapper
take a look at my MaxRestrorePanel class... http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm At 08:00 PM 9/14/2006, Jeremy Rottman wrote: I am working on styling my application, and I have searched throught the live docs/help files for flex. But I cant seem to find how to set the titleIcon

[flexcoders] Re: Panel Windows Title Icon

2006-09-14 Thread jgraham_us
You can also extend the Panel class that will give you access to the protected titleBar component of Panel, you can then do something like this. titleBar.addChild( yourTitleIcon ); You might also have to override layoutChrome and position the icon within the titleBar. --- In