RE: [flexcoders] does someone get the detail Specfication of AMF protocol?

2005-12-19 Thread Matt Chotin
The spec isn’t published.  The other AMF tools out there reverse engineered the protocol.  We’re still figuring out what’s going to be published for AMF3 in the Flex 2 timeframe.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Zhu Fen

RE: [flexcoders] How do we judge CFC's method arguments of RemoteObject from ResultEvent??

2005-12-19 Thread Matt Chotin
Check out the ACT pattern in the docs. You want to look at the return value of each of those calls to getList, it's an asynchronous token on which you can place whatever data you want (including the arguments to the method call). That object is then available to you again in the ResultEvent as ev

RE: [flexcoders] How can I unload or delete a remoteObject reference manually

2005-12-19 Thread Matt Chotin
If you have a stateful object on the server that means it is stored in the server's Session object. The connection to RemoteObject is made over HTTP so there's no real reference to it other than what the Session has. When the session times out the object will go away. If you want to kill the ses

RE: [flexcoders] How do I know if a password is secure or not

2005-12-19 Thread Matt Chotin
What do you mean secure?  The only way to make sure transmission from the Flash Player to the server is secure is by sending the data over https.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December

RE: [flexcoders] Data Grid headers

2005-12-19 Thread Joan Tan
I’m not sure if this will get you what you need, but consider using the headerRenderer property of the DataGrid to create a custom header for a regular datagrid. This pretty much allows you to put anything you want in a datagrid header.   Joan   From: flexcoders@yahoogroups.co

RE: [flexcoders] How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-19 Thread Matt Chotin
You can file enhancement requests like the formatter with timezone support at http://www.macromedia.com/go/wish. I assume you've played with setting the minutes of the date based on the getTimezoneOffset returned from the date? Matt -Original Message- From: flexcoders@yahoogroups.com [ma

[flexcoders] Text align in tab

2005-12-19 Thread Nithya R
Hi   i tried the tab text align : left as told by mehdi.. but still there is right space in the tab..   refer to the attached jpeg file..   thanks, nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.c

RE: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Joan Tan
This is a logged bug that there is an extra row in the DataGrid or List.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcur Sent: Sunday, December 18, 2005 2:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid rowcount (2.0)   I

RE: [flexcoders] Why is editable="true" necessary to allow cellPress events (2.0)

2005-12-19 Thread Joan Tan
Its not required for editable=”true” to get cellPress events.   - Joan   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcur Sent: Sunday, December 18, 2005 2:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why is editable="true" necessar

[flexcoders] How do we judge CFC's method arguments of RemoteObject from ResultEvent??

2005-12-19 Thread Nakagaki Shigeru
Hi. How do we judge CFC's method arguments of RemoteObject from ResultEvent?? Any ideas? Need a trick? Here is code. http://www.macromedia.com/2005/mxml"; xmlns="*" creationComplete="initApp()"> Yahoo! Groups Sponsor ~--

[flexcoders] Re: How do you make an array of images

2005-12-19 Thread Darin Kohles
It's easier to do the object route: var myImages:Object; myImages = new Array(length); for (:xhttp://etc.";; } Good Luck --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: > > Do you make an array of Objects or do you make an array of > Yahoo! Groups Sp

[flexcoders] does someone get the detail Specfication of AMF protocol?

2005-12-19 Thread Zhu Feng
HI all,would someone tell me where can I get the detail specification of the AMF protocol?Thanks very much~-- Best Regards!Zhu FengMSN: [EMAIL PROTECTED] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archi

[flexcoders] Re: > Webservices and .NET

2005-12-19 Thread Dave Wolf
The issue is that Flex has serious problems with web services that use Document/Literal encoding (as yours does) and pass a ComplexType (as yours does) as a parameter or return type. If you can rewrite the service to use RPC/Encoded style instead it will work fine. -- Dave Wolf Cynergy Systems,

[flexcoders] > Webservices and .NET

2005-12-19 Thread Weyert de Boer
Hello! I am working on a Flash application that should consume a .NET webservice which sends a ArrayList back. This works all fine if I have to believe my Casinni webserver. Only I would like to consume this data within Flash 8 only I am clueless how I can receive this ArrayList. The only thin

[flexcoders] Re: DataGrid rowcount (2.0)

2005-12-19 Thread yaagcur
having to add an extra row to take account of the header seems counter-intuitive It still leaves a blank row unless I turn the scrollbar off --- In flexcoders@yahoogroups.com, Manish Jethani <[EMAIL PROTECTED]> wrote: > > On 12/19/05, yaagcur <[EMAIL PROTECTED]> wrote: > > > I have a datagrid

Re: [flexcoders] Containers siziong - scroll bars

2005-12-19 Thread Manish Jethani
On 12/20/05, Cleiton Luiz Coradelli <[EMAIL PROTECTED]> wrote: > I'm getting the same problem, using both ways, there is always the > scrollbars. > And there is no absolute sizes in my application. > > Any ideas? > > From: flexcoders@yahoogroups.com [mailto:[EMA

Re: [flexcoders] Vertical link bar

2005-12-19 Thread Manish Jethani
On 12/16/05, rgwilson26 <[EMAIL PROTECTED]> wrote: > Is there a way to make a Link bar direction vertical, [snip] BTW, as an aside, in case you didn't notice -- Flex 2 has a direction="horizontal|vertical" property on the LinkBar ;) Manish Yahoo! Groups Sponsor ---

RE: [flexcoders] Containers siziong - scroll bars

2005-12-19 Thread Cleiton Luiz Coradelli
I'm getting the same problem, using both ways, there is always the scrollbars. And there is no absolute sizes in my application.   Any ideas?   Thanks   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of viraf_bankwallaSent: domingo, 17 de abril de 2005 00:38To: fle

Re: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Manish Jethani
On 12/19/05, yaagcur <[EMAIL PROTECTED]> wrote: > I have a datagrid which I want populated by data which I know has 20 > records > > If I set rowcount="20" , I get 19 showing with a scroll bar. > Scrolling down gives me the final row of data plus another empty row I don't remember exactly, but I

[flexcoders] How do I know if a password is secure or not

2005-12-19 Thread nostra72
I know how to make an application that responds as a result of a password but what I want to know is how do I make sure its secure? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yah

Re: [flexcoders] Error while image dragging when its bigger than the canvas

2005-12-19 Thread Manish Jethani
On 12/19/05, fritzdimmel <[EMAIL PROTECTED]> wrote: > I want to create a Flex app which allows it to drag images which are taller > than the surrounding canvas. I tried it with DragManager & Co, but it didn't > work for me since the DragManager thing is for things like drag and drop and > not for

Re: [flexcoders] member private error

2005-12-19 Thread JesterXL
Disregard, solved. Here's one for the farkin' archives. When doing an equality test on a private static variable, for some reason the Flex Builder compiler isn't telling me the correct line number. On line 369, I'm doing: if(ModelLocator.state == ModelLocator.someVar) { } Where someVar is p

[flexcoders] member private error

2005-12-19 Thread JesterXL
Anyone get this error and you can't understand why you are getting it in your Flex app? 1 Error found. Error /project/MyComponent.mxml:3 The member is private and cannot be accessed. I've been debugging this for most of the day, and the error it's reporting has nothing to do with what it's rep

RE: [flexcoders] Flash Player v8 Debug Version?

2005-12-19 Thread Tracy Spratt
Dirk suggested "Download and install the Flash 8 Trial, it comes with the Flash 8 Debug Player/Plugin" But also see: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=8d81ec19 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lib

Re: [flexcoders] EXE Compiler and other

2005-12-19 Thread Bart Harrison
John, How do you handle the AS-3 and Flash Player 8.5 issues.  I'm also a Flash Studio Pro...  err...  Zinc user.  I may give it a try over the holidays. Bart At 12:11 PM 12/19/2005, you wrote: You can checkout Zinc for creating your projector from a swf. I'm using it on a project right now an

[flexcoders] Flash Player v8 Debug Version?

2005-12-19 Thread Libby
My company forced FP8 onto our workstations and now my Flex 1.5 debugger no longer works. I have searched this group and also MM/Adobe site looking for references to FP8 debug version, and have found some references, but no download links. Is there such a player yet, if so, where do I get it? Than

RE: [flexcoders] tab text alignment

2005-12-19 Thread Mehdi, Agha
Nithya,       Tab{text-align:left}   Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nithya R Sent: Monday, December 19, 2005 6:23 AM To: flexcoders Subject: [flexcoders] tab text alignment

Re: [flexcoders] EXE Compiler and other

2005-12-19 Thread John C. Bland II
You can checkout Zinc for creating your projector from a swf. I'm using it on a project right now and its super-easy to use.http://www.multidmedia.com On 12/19/05, Santo <[EMAIL PROTECTED]> wrote: Hi all, I´m a beginner in Flex, but i´m trying Flex 2. In my tests, everything is fine, but

[flexcoders] Re: Passing request data into Flex applications

2005-12-19 Thread Santo
hi! I use FlashVars in the HTML, with Flex 2.0 Works fine to me import flash.display.SWFLoaderInfo; import flash.display.Loader; public function Test() { if (SWFLoaderInfo(loaderInfo) != null){ var FlashVar_arguments:Object = SWFLoaderInfo(loaderInfo).arguments; if (FlashVar_argumen

[flexcoders] Passing request data into Flex applications

2005-12-19 Thread yaagcur
I raised this in the livedocspage but have not received an answerCan parameters be passed via an html rather than swf URL?e.g I would like to have something likehttp://www.mysite.com?player=Jeter as a link to lead to a pagerelating to that player's data -- Flexcoders Mailing List FAQ: htt

[flexcoders] Re: dateChooser (2.0) start date

2005-12-19 Thread yaagcur
Thanks. looks I was just being a bit lazy with the docs --- In flexcoders@yahoogroups.com, Sreenivas R <[EMAIL PROTECTED]> wrote: > > set the minYear property. > > On 12/19/05, yaagcur <[EMAIL PROTECTED]> wrote: > > > > How would I go about extending back the earliest date the calendar can > > ac

[flexcoders] Need to highlight entire row in column chart

2005-12-19 Thread Shlomi Cohen
Title: Mercury Email Signature Hi   i've looked into an example that shows how to create a BarSeries renderer so selected bars will be highlighted. this example enhance the shadowboxrenderer and create HighlightBoxrenderer so columns can be highlighted when mouse is over.   i could not

[flexcoders] EXE Compiler and other

2005-12-19 Thread Santo
Hi all, I´m a beginner in Flex, but i´m trying Flex 2. In my tests, everything is fine, but I want to compile a EXE file, from the Flex 2. With Flash, or I use the Flash API to do that, or I compile in SWF and then with the Projector or With a 3rd Party projetor, I order to generate a EXE file.

[flexcoders] Error while image dragging when its bigger than the canvas

2005-12-19 Thread fritzdimmel
Hi.I want to create a Flex app which allows it to drag images which are taller than the surrounding canvas. I tried it with DragManager & Co, but it didn't work for me since the DragManager thing is for things like drag and drop and not for dragging images (or did I understand its meaning not ri

[flexcoders] How can I unload or delete a remoteObject reference manually

2005-12-19 Thread ping2peng
Scenario is my flex app used a java bean with a remoteobject id "foo", if my judgement is correct, calling unloadMovie() will destroy the flashmovie and its reference. 1. how can i release the remoteobject reference manually, 2. releasing a reference or destroying on declared stateful-c

[flexcoders] .NET DataSets & Flex (was: Re: Web services: Question about array serialization)

2005-12-19 Thread fc989898
Hi all. .NET DataSets can be sent from .NET web services to populate Flex objects (and be bound to controls such as datagrids), and that Flex 1.5 can send Arrays to .NET, where they are seen as DataTables inside DataSets. You just have to use .NET typed datasets. The only problem I found so

[flexcoders] Player Version

2005-12-19 Thread Dan
Hi, This may be a stupid question, beside by using AS with to detect the flash player version of an user and the available version in macromedia by the setting of Flex? Thx so much! Dan Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to hel

[flexcoders] Opportunities for Flex Wizards at network security startup

2005-12-19 Thread talent
Guavus is an early-stage well-capitalized startup in network security and monitoring, focussing on building the its flagship product, based on patent-pending technology. As a part of its expansion plans, Guavus has built its first research and development center outside US, in Gurgaon, India. Gua

[flexcoders] How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-19 Thread Kam-Wing Pang
Hi all, I have some issues with the ActionScript 2.0 Date object and how we can handle it elegantly combined with TimeZones. The scenarios are: Client Application runned in Hong Kong - Client looks up the current date/time in Hong Kong from the server - Client creates a new Date() based on this

Re: [flexcoders] How do you change the color of text in a label

2005-12-19 Thread Sreenivas R
By setting the color style     will give you red colored text.  On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What is the property that you use to change it?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.

[flexcoders] Re: How do you change the color of text in a label

2005-12-19 Thread flexhtoo
--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: > > What is the property that you use to change it? > You can change text color with this code in script block . resultLabel.setStyle("text","#CFCFCF") Yahoo! Groups Sponsor

Re: [flexcoders] Data Grid headers

2005-12-19 Thread Anatole Tartakovsky
Clint,     I usually create array of columns and just assign columns property of DataGrid rather then using addColumn API as addColumn as it takes the same time to set up 10 columns as 1. I would also try to either not have or hide initial columns as if the data comes faster then presentati

Re: [flexcoders] How do you change the color of text in a label

2005-12-19 Thread Jignesh Dodiya
On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What is the property that you use to change it?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LI

RE: [flexcoders] HTTPService and XML

2005-12-19 Thread Jeffry Houser
At 06:58 PM 12/18/2005, you wrote: >Is it me or am I missing something... > >In the example I notice your NOT calling the send() for the HTTP Service You are correct, I never call "send()" for the HTTP service. Once I did that, it started working, as expected (and I can now drill down into th

Re: [flexcoders] dateChooser (2.0) start date

2005-12-19 Thread Sreenivas R
set the minYear property. On 12/19/05, yaagcur <[EMAIL PROTECTED]> wrote: How would I go about extending back the earliest date the calendar canaccess?The default just goes back to 1900 Yahoo! Groups Sponsor ~-->Get Bzzzy! (real tools to help you find