Re: [flexcoders] flex2: styles sheets and accessing elements

2005-11-25 Thread Muzak
Try styleName instead of className: mx:Application styleName=MainApplication regards, Muzak - Original Message - From: Johannes Nel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 25, 2005 2:50 AM Subject: Re: [flexcoders] flex2: styles sheets and accessing

Re: [flexcoders] flex2: styles sheets and accessing elements

2005-11-25 Thread Muzak
Disregard that, missed a few post and you're obviously doing something entirely different. Just need to remember to have coffee before posting ;-) Muzak - Original Message - From: Muzak [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 25, 2005 9:01 AM Subject:

RE: [flexcoders] Any Mask in Flex 1.5

2005-11-25 Thread al77_t
Sorry to be pedantic but masks are available even in Flash 6 player -- MovieClip.setMask() Availability Flash Player 6. Usage my_mc.setMask(mask_mc:Object) : Void Parameters my_mc The instance name of a movie clip to be masked. mask_mc The instance name of a movie clip to

[flexcoders] Re: flex 1.5 support Oracle 9? (source)

2005-11-25 Thread aoi_zip
-- system infomation --- OS windows 2003 coldfusion Version: 7,0,0,91690 Flex Version: 1.5 Oracle Version: 9.2.0.5.0 result screenshot --- // getDataGrid_msAccess.mxml result

RE: [flexcoders] Re: flex 1.5 support Oracle 9? (source)

2005-11-25 Thread João Fernandes
Hi there, Are those fault functions beeing called? Anyway, since your cfcs are returning CFQueries you should bind your dataProviders to yourRo.yourMethod.result._items instead of yourRo.yourMethod.result. João Fernandes Secção de Desenvolvimento Departamento de Informática -Original

[flexcoders] Re: How to view attachment file

2005-11-25 Thread sreeni_r
Hi Jagadeesh, You can use a custom cell renderer for the DataGridColumn and handle the click event there to show the popup and take necessary action. -Sreenivas --- In flexcoders@yahoogroups.com, jagabcdeff [EMAIL PROTECTED] wrote: Hi All, Now i working on to view attachment file which is

RE: [flexcoders] Problem with binding from webservice

2005-11-25 Thread Stacey Mulcahy
I havent used the new xml bit in as3 but , maybe you need to so something like result[0].Login.User_Name Also you can trace out what you are getting returned that might help you a bit with something like trace(ObjectUtil.toString(this.service.logonXML1.result)) Wish I could be

[flexcoders] Validate without ERRORTIP appeariing

2005-11-25 Thread moyosaned
Can anybody tell me how I can validate without the Errortip is appearing in View. O yeah I'm tying to use Validate.isValid But this one turns on the ERROR- border and ERRORTip. So does anybody know how you validate using the validator spedified in mxml. Yahoo!

[flexcoders] Flex in Eclipse

2005-11-25 Thread R*. S*.J*
Dear Developers, I am a biginner in flex , I want to write Flex in jsp code (J2ee)on eclipse 3.1 ,how i do it? and if possible to write jsp in flex builder 2 please guide me, Thanks Yahoo! Music Unlimited - Access over 1 million songs. Try it free. -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: How to view attachment file

2005-11-25 Thread Abdul Qabiz
You can also look for cellPress event. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sreeni_r Sent: Friday, November 25, 2005 11:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to view attachment file Hi Jagadeesh,

[flexcoders] Cursor change problem

2005-11-25 Thread Allen Manning
Hello, I saw the below post on Flexcoders, but didnt see an answer. Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor - hand or something like that? I couldnt find it in the docs. Best, Allen Probably an easy question for those

[flexcoders] Context Menu - hiding everything ?

2005-11-25 Thread jamiebadman
Is it possible to hide the 'Settings' and 'About' parts of the contextMenu ? I've added some menu items of my own for the application I'm developing but the 'Settings' and 'About' parts just don't look appropriate in the menu - I'd really like the menu to just contain elements pertinent to the

[flexcoders] 32 K limit in Player 8?

2005-11-25 Thread Manish Jethani
Is there a 32 K limit in Player 8? Manish Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM

Re: [flexcoders] 32 K limit in Player 8?

2005-11-25 Thread Alias
To? On 11/25/05, Manish Jethani [EMAIL PROTECTED] wrote: Is there a 32 K limit in Player 8? Manish -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo!

RE: [flexcoders] 32 K limit in Player 8?

2005-11-25 Thread Mika Kiljunen
If I remember correctly, no. Its a lot bigger now (2 Mb or so). -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: 25. marraskuuta 2005 13:47 To: Flexcoders Subject: [flexcoders] 32 K limit in Player 8? Is there

[flexcoders] Not able to display the Alert message fully

2005-11-25 Thread Yasovardhan Babu
Hi Friends, I am not able to display the Alert message fully.i.e. it is displaying only first few words in the message.Total message is not displayed. Can you help me... Thanks and Regards, yasu. Yahoo! Groups Sponsor ~-- Get fast access to

[flexcoders] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen, Along with useHandCursor, buttonMode property also needs to be set to true to show the hand cursor. It is property available on Sprite hence available with all UI components in Flex. -Sreenivas. --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Hello,

[flexcoders] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen, To show handCursor the buttonMode property needs to be set to true along with useHandCursor. -Sreenivas --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Hello, I saw the below post on Flexcoders, but didn't see an answer. Anyone know how to use

Re: [flexcoders] Context Menu - hiding everything ?

2005-11-25 Thread Aldo Bucchi
Nope. You cannot delete those. On 11/25/05, jamiebadman [EMAIL PROTECTED] wrote: Is it possible to hide the 'Settings' and 'About' parts of the contextMenu ? I've added some menu items of my own for the application I'm developing but the 'Settings' and 'About' parts just don't look

RE: [flexcoders] Re: Cursor change problem

2005-11-25 Thread Allen Manning
Does this work for Flex 1.5? Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sreeni_r Sent: 25 November 2005 11:31 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cursor change problem Hi Allen, Along with useHandCursor,

[flexcoders] Spanish letters from external XML

2005-11-25 Thread Steve Cox
Guys, Bit of a critical issue. Weve built a flex app (1.5) which imports strings from an xml file to display the relevant language string. Each translation is saved as a separate XML file. The encoding were using for English UTF-8, Chinese UTF-8 etc and these work as expected. However

[flexcoders] How to specify root application folder

2005-11-25 Thread Stanislav Zayarsky
Hello Flex Coders, I have next problem: I have images folder in the root of the application folder. And I have mxml file deeply inside other folders, that has Loader component and I want to load image there. But I don't know how to specify path to the image i.e. I don't know how to point to the

[flexcoders] Re: Validate without ERRORTIP appeariing

2005-11-25 Thread moyosaned
--- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] wrote: Can anybody tell me how I can validate without the Errortip is appearing in View. O yeah I'm tying to use Validate.isValid But this one turns on the ERROR- border and ERRORTip. So does anybody know how you validate

Re: [flexcoders] Spanish letters from external XML

2005-11-25 Thread Manish Jethani
The Player supports only UTF-8, so you'll have to convert your ISO8859-1 file to UTF-8 first before viewing it in Flex. Manish On 11/25/05, Steve Cox [EMAIL PROTECTED] wrote: Guys, Bit of a critical issue. We've built a flex app (1.5) which imports strings from an xml file to display

Re: [flexcoders] Re: Cursor change problem

2005-11-25 Thread Jignesh Dodiya
Don't know about flex 1.5.but it works in flex-2 with following code mx:Button id=myButton label=Copy Text useHandCursor= true buttonMode=true / On 11/25/05, Allen Manning [EMAIL PROTECTED] wrote: Does this work for Flex 1.5?Best,Allen-Original Message-From:

[flexcoders] Binding to a .net webservice with flex 2

2005-11-25 Thread brownd_92
Hi there, I am getting mixed messages about if you can or cant bind to a .net webservice which returns a dataset. Can you or cant you? Confused Irishman Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk

Re: [flexcoders] Re: Date objects in TreeDataProvider

2005-11-25 Thread Martin Louis
tree needs datalikefollowing so try using the same VO throughout the nodes+label- label - labeli suggest you create single VO that includes all the attributes of CategoryVO and ItemVO like this label:String - name and title are same id:Number arItems:Array

[flexcoders] Urgent need for a Training to be delivered in Flex

2005-11-25 Thread sarbani_rani
Hi We are looking for a Macromedia Flex professional to deliver a corporate Training in Chennai please mail us or contact me at 044-52178302 or 9841041026 Regards, Sarbani Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo!

RE: [flexcoders] Job Opportunities

2005-11-25 Thread Steven Webster
Title: Job Opportunities Agha, Please ONLY post Job postings if they are Flex positions at your own company; otherwise, the flexcoders list is not the place for them. We're very strict in enforcing this ... we probably moderate out several job postings a day for PMs and J2EE developers.

RE: [flexcoders] Problem with binding from webservice

2005-11-25 Thread Tracy Spratt
I would also suggest using a result handler function so you can debug this more easily. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy Sent: Thursday, November 24, 2005 7:07 PM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] How to specify root application folder

2005-11-25 Thread Tracy Spratt
Declare a property in your mxml like this: mx:String id=strContextRoot@ContextRoot()/mx:String Now, in AS code you can use strContextRoot in your path. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Friday,

[flexcoders] Re: Problem with binding from webservice

2005-11-25 Thread brownd_92
Thanks Tracy. Ive tried that but it still dosent help. Im using Flex 2. Im at a loss!! Thanks for the help so far. David --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I would also suggest using a result handler function so you can debug this more easily.

[flexcoders] Re: Problem with binding from webservice

2005-11-25 Thread Dave Wolf
What encoding are you using? Document/Literal, RPC/Encoded? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, brownd_92 [EMAIL PROTECTED] wrote: Thanks Tracy.

RE: [flexcoders] Re: Problem with binding from webservice

2005-11-25 Thread Carson Hager
Here is the result and it sure doesn't look like a web service result to me unless of course he's using HTTP binding rather than SOAP bindings. I seriously doubt Flex supports anything but SOAP bindings with web services. ?xml version=1.0 encoding=utf-8 ? - NewDataSet - login

RE: [flexcoders] Flex in Eclipse

2005-11-25 Thread Matthew Ryan
If you are starting from scratch you might want to download Flex download Tomcat deploytwo war files - flex.war and samples.war into a Tomcat instance download Eclipse start hacking the Flex samples I only work with Flex 1.5 so I can't speak for what you might do in the

RE: [flexcoders] Chart creation via as3 in flex 2

2005-11-25 Thread Ely Greenfield
You're pretty close: var chart:BarChart=new BarChart(); // based on your xField/yField names, I'm betting you want a column chart (vertical) and not a bar chart (horizontal). chart.type=overlaid; var bseries:BarSeries=new BarSeries(); bseries.barWidthRatio=0.65; // this won't have