[flexcoders] Re: Is combobox has showDataTips attributes?

2006-03-11 Thread flexhtoo
--- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > Yes, combobox contains a list, so you can set the showDataTips property on > the drop-down list. > > f.ex: > > comboboxInstance.dropdown.showDataTips = true; > > -abdul > Thanks abdul for your reply. But it is'nt

Re: [flexcoders] Re: Datagrid row highlighting and locking (Flex2)

2006-03-11 Thread Manish Jethani
On 3/12/06, yaagcur <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, "Manish Jethani" > thams for swift response manish > > > Assuming the special row in the data provider is marked with a flag, > > you can use conditional formatting, like so: > > > > > > > > This works fine but

[flexcoders] Re: Datagrid row highlighting and locking (Flex2)

2006-03-11 Thread yaagcur
--- In flexcoders@yahoogroups.com, "Manish Jethani" thams for swift response manish > Assuming the special row in the data provider is marked with a flag, > you can use conditional formatting, like so: > > > This works fine but obliterates the cell entry > Unfortunately rows can be locked

Re: >< Re: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread jeremy lu
I see, they both sound reasonable, will try to implement it later on :-)On 3/12/06, Dimitrios Gianninas < [EMAIL PROTECTED]> wrote: Close all panels: - When a user logs off the system and another is to log in, you want to make sure all panels closed (perhaps actually I am looking at this

[flexcoders] Cast Results from WebServices

2006-03-11 Thread mvbaffa
Hi everybody, I am using Flex 2 Beta 1. I am receiving a VO from a C# Webservice. When I debug I can see that the result is OK all information has been returned. In flex I the ViewHelper receives the result like this: var userAccount: UserAccountVO = new UserAccountVO; userAccount = UserAccou

[flexcoders] Integrating Flex 1.5 or 2.0 with Community Server (Telligent)

2006-03-11 Thread Stephane B.
Hello,   I’m developing a social networking website using “Community Server” portal software based on ASP.NET 2.0, more info about this product can be found at www.communityserver.com. My project is to deploy Community Server with Flex 1.5 or 2.0 for the presentation layer, in replaceme

Re: [flexcoders] Datagrid row highlighting and locking (Flex2)

2006-03-11 Thread Manish Jethani
On 3/12/06, yaagcur <[EMAIL PROTECTED]> wrote: > I have a datagrid where the final row is a sum of the others > Is there anyway of setting its color to be different in order to > highlight it. The dataprovider is an arraycollection Assuming the special row in the data provider is marked with a fl

[flexcoders] Datagrid row highlighting and locking (Flex2)

2006-03-11 Thread yaagcur
I have a datagrid where the final row is a sum of the others Is there anyway of setting its color to be different in order to highlight it. The dataprovider is an arraycollection Also is it feasible to lock the row a la columns? Cheers -- Flexcoders Mailing List FAQ: http://groups.yahoo.c

RE: >< Re: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread Dimitrios Gianninas
Close all panels: - When a user logs off the system and another is to log in, you want to make sure all panels closed (perhaps actually I am looking at this more as windows and not panels)   Bring a panel to foreground: - Can't think of where I'd use this right now, but I see where maybe a

Re: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread jeremy lu
hi Dimitrios, could you please tell me why there's the need for a PanelManager (to close all panels at once or bring certain panel to the foreground) ?when will you use it ? On 3/12/06, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: This stuff I love... good work. One thing maybe to add i

RE: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread Dimitrios Gianninas
This stuff I love... good work. One thing maybe to add is a PanelManager class, so that you can close all panels or allow a panel to be brought to the foreground programmatically.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] WebService - Returning a complex object

2006-03-11 Thread Abdul Qabiz
http://livedocs.macromedia.com/flex/20beta1/docs/1672.htmlOn 3/11/06, phatboychatter <[EMAIL PROTECTED]> wrote: Where is the documentation on handling a complex object returned froma web service?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtS

Re: [flexcoders] RemoteObject - ColdFustion

2006-03-11 Thread Abdul Qabiz
You can send data as shown below, some of the ways... {text1.text}{text2.text} //calling from ASro.setData();That's one way, I guess you can also pass data following way: //calling from AS, no need to declare method in RemoteObject tag...ro.setData(text1.text , text2.text);You can pass any(suppo

Re: [flexcoders] Is combobox has showDataTips attributes?

2006-03-11 Thread Abdul Qabiz
Yes, combobox contains a list, so you can set the showDataTips property on the drop-down list.f.ex:comboboxInstance.dropdown.showDataTips = true;-abdul On 3/11/06, flexhtoo <[EMAIL PROTECTED]> wrote: I want to know how to show tooltip in combo when its popup is openedjust like list's showDataTip

Re: [flexcoders] using httpservice

2006-03-11 Thread Abdul Qabiz
Yeah, you can use HTTPService to communicate to any server-side script using standard HTTP GET/POST methods.Can you post your simplified-but-complete code  + xml being returned?-abdul On 3/11/06, breakneck79 <[EMAIL PROTECTED]> wrote: Hi,Can i use some httpservice to get data from some php pages

[flexcoders] using httpservice

2006-03-11 Thread breakneck79
Hi, Can i use some httpservice to get data from some php pages? and what is this error? "Type Coercion failed: cannot convert mx.utils::[EMAIL PROTECTED] to Array" this message occurred when i want to import data from php file that maked a xml output . Thanks. -- Flexcoders Mailing List FAQ: h

[flexcoders] Is combobox has showDataTips attributes?

2006-03-11 Thread flexhtoo
I want to know how to show tooltip in combo when its popup is opened just like list's showDataTips attribute functionality! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com