RE: [flexcoders] Server-Side Architecture for Flex App

2006-05-03 Thread Jason Hawryluk
Fluorine + NetConnection + .net is exactly what I'm doing right now. I was using .net web services before that. I have not got my head totally around it yet, but it seems great. The good thing in my mind is that you can easily create stub code to expose your classes as web service api, if in

[flexcoders] Fwd: Re: Uncaught exceptions in Flex 1.5

2006-05-03 Thread maxym.hryniv
I'm still waiting for reply. --- In flexcoders@yahoogroups.com, maxym.hryniv [EMAIL PROTECTED] wrote: Hi, Peter. Thank you one more time for your help. I have one more question: when I use debug player, configured by mm.cfg I receive only messages like Warning: Uncaught exception,

Re: [flexcoders] Flex 1.5 development, hardware question

2006-05-03 Thread Stanislav Zayarsky
It is already -Xmx512m :) On 4/30/06, Matt Chotin [EMAIL PROTECTED] wrote: Make sure that your JVM has enough memory allocated. Your specs seem fine, so maybe allocate more RAM using -Xmx512m for example. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread bhaq1972
i got my hands on flex2 beta3 and dropdownFactory works fine. heres a simple example for anyone whos interested mx:ComboBox id=cb labelField=fname dropdownWidth={cb.width*2} mx:dataProvider mx:Object fname=one lname=1/ mx:Object fname=two lname=2/ mx:Object fname=three lname=3/

Re: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread Sreejith Unnikrishnan
Beta 3? Out? - Original Message - From: bhaq1972 To: flexcoders@yahoogroups.com Sent: Wednesday, May 03, 2006 1:15 PM Subject: [flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down? i got my hands on flex2 beta3 and

[flexcoders] Re: How does one build a ComboBox with a Data Grid as the drop down?

2006-05-03 Thread bhaq1972
sorry i just realized its not yet out. we signed up to the early release. --- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Beta 3? Out? - Original Message - From: bhaq1972 To: flexcoders@yahoogroups.com Sent: Wednesday, May 03, 2006 1:15 PM

Re: [flexcoders] Re: AS3 Custom Component question

2006-05-03 Thread Michael Schmalle
I mean measure() in your custom component. Mike On 5/3/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Just a guess but, did you implement measure()? I havn't looked at the ScrolControlBase yet but.. it could be that. Peace, MikeOn 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On

Re: [flexcoders] Re: AS3 Custom Component question

2006-05-03 Thread Michael Schmalle
Hi, Just a guess but, did you implement measure()? I havn't looked at the ScrolControlBase yet but.. it could be that. Peace, MikeOn 5/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/3/06, sufibaba [EMAIL PROTECTED] wrote: Thanks for your suggestion, I tried exending from

RE: [flexcoders] Re: Dispatching an event from inside a resultEvent

2006-05-03 Thread Jonas Windey
Thanks a lot Tim! I didnt get your code working 100%, only 99% :-) What I had to do was, in Login.as, in fcnAccessResponse, I used this.dispatchEvent() , same as in your code. But what I had to do was using the loginDelegate.dispatchEvent() method, so it always took the same

[flexcoders] Flex 2 Beta 2

2006-05-03 Thread mepaninaresh
Just imported my application from Flex 2 Beta 1. Few problems. 1. Could not resolve mx:cellRenderer to a component implementation. 2. Could not resolve mx:Link to a component implementation. 3. Context help does not appear. Had a great link

[flexcoders] Security WebService Flex 2.0

2006-05-03 Thread Franca Daniel
I have a Problem, when i use a xml WebService like this : mx:WebService id=employeeWS wsdl=http://localhost/EProcPrimariaWS/Service1.asmx?wsdl showBusyCursor=true fault=Alerted(event.fault.faultstring) it work in local machine, but when i try to use that in a remote machine i got this

[flexcoders] Essential ActionScript 3.0

2006-05-03 Thread Iuliu Burtoiu
Anyone knows if Colin Moock has anounced a release date for his new book, Essential ActionScript 3.0? Thanks, IuliuB __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Flexcoders

Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service, and ideally I would like to send it in chunks, and have a return

Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
sorry wrong post On 5/3/06, sinatosk [EMAIL PROTECTED] wrote: it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service, and

[flexcoders] reply to messaged from outlook

2006-05-03 Thread deepu_verma
I am using outlook and gmail id to receive posts on flex group. How can I reply or post messages to the group from outlook. Thanks, Deepak -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread nz_mehere
Is this what you meant? public function set thumbCount(number:Number):void{ //ignore this... } ...cause it doesn't compile...Overriding function that is not marked for override I guess the next thing could be to add a listener to the event and change it back to 2 if the user changes it...

[flexcoders] action script error

2006-05-03 Thread sreedhar reddy
Hi, I am trying to execute a small application in flex builder which takes useid, and mailid and stores in database. But when trying to execute this application and getting action script error as follows:Error: faultCode:Client.CouldNotDecode faultString:'Error #1090: XML parser failure:

[flexcoders] Re: action script error

2006-05-03 Thread wlbagent
Shreedhar, Are you by any chance using Flex with ColdFusion DevNet edition? I experienced a similar problem. I switched to the developer version of CF instead of the DevNet edition (just blank out the serial number in CF's license.properties file then restart CF) and the problem went away.

[flexcoders] Extending the Calendar Control

2006-05-03 Thread Wally Randall
Is it feasable to extend the existing Date/Calendar control in Flex to enable the highlighting of holidays? This will require access to information from an external source with the table of holidays for a range of years. Does anyone have any ideas for how this might be accomplished? I have

[flexcoders] Dynamic menu control

2006-05-03 Thread Wally Randall
How can I enable/disable menu options which are dependent on user access privileges? Do the menu components expose methods for disabling and bluring selections which the user does not have permission to use? -- Flexcoders Mailing List FAQ:

[flexcoders] Re: problems with XMLListCollection and dataProvider. please help

2006-05-03 Thread djbrown_rotonews
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/3/06, djbrown_rotonews [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Manish Jethani manish.jethani@ wrote: On 5/3/06, djbrown_rotonews djbrown_rotonews@ wrote: I have a local var

Re: [flexcoders] Security WebService Flex 2.0

2006-05-03 Thread Dominick Accattato
you will need to setup a crossdomain.xml file allowing the Flash Player to access data from that domain. On 5/3/06, Franca Daniel [EMAIL PROTECTED] wrote: I have a Problem, when i use a xml WebService likethis :mx:WebService id=employeeWS

Re: [flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread Manish Jethani
On 5/3/06, nz_mehere [EMAIL PROTECTED] wrote: Is this what you meant? public function set thumbCount(number:Number):void{ //ignore this... } ...cause it doesn't compile...Overriding function that is not marked for override Yes: override public function ... Manish --

Re: [flexcoders] reply to messaged from outlook

2006-05-03 Thread Manish Jethani
On 5/3/06, deepu_verma [EMAIL PROTECTED] wrote: I am using outlook and gmail id to receive posts on flex group. How can I reply or post messages to the group from outlook. Outlook is teh suck But anyway, just send a message to [EMAIL PROTECTED] Instructions are on the group home page (and

[flexcoders] DataService.fill params

2006-05-03 Thread Nikmd23
Hey guys, I was wondering if anyone had any information on the second argument of the DataService.fill method? (Specifically for CF) I think it's meant to be the params to CF to filter your query. While playing around with it, I noticed that in the flex-data- service.xml file's

Re: [flexcoders] Extending the Calendar Control

2006-05-03 Thread Manish Jethani
On 5/3/06, Wally Randall [EMAIL PROTECTED] wrote: Is it feasable to extend the existing Date/Calendar control in Flex to enable the highlighting of holidays? This will require access to information from an external source with the table of holidays for a range of years. (assuming Flex 2.0)

Re: [flexcoders] Dynamic menu control

2006-05-03 Thread Manish Jethani
On 5/3/06, Wally Randall [EMAIL PROTECTED] wrote: How can I enable/disable menu options which are dependent on user access privileges? Do the menu components expose methods for disabling and bluring selections which the user does not have permission to use? (assuming Flex 2.0) Use a

[flexcoders] Re: Flex 2 Beta 2

2006-05-03 Thread mepaninaresh
Still have one error:- An internal build error has occurred. Please check the Error Log. I can't see any errors and have no ideas where to look for the Error Log. Regards, Naresh. --- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote:

RE: [flexcoders] [Flex2] Problems with Fonts

2006-05-03 Thread Peter Farland
How did you embed the font? Did you change the character range to include these high-ascii characters? Note by default the english range is used which by default has the range U+0020-U+007E. You'd either need to create a new language range in the flex-config.xml file and refer to this by

RE: [flexcoders] how do I prevent users from accessing my super extened class?

2006-05-03 Thread Peter Farland
In Flex 2 / Flash Player 9 you'll use ActionScript 3, which has the final keyword which can be applied at the class or method levels to stop subclasses overriding/extending functionality. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Carlos Rovira
Hi,This days I'm working mostly on Linux and was thinking about the next Flash Player for Linux. I now that there's no plans for Flash Player 8 and linux will jump to version 9 directly, but what's the expected dates?. It's really important to have some visibility cause many of us are selling

[flexcoders] Flex 2 Builder 2

2006-05-03 Thread mepaninaresh
The chart explorer does not seem to work. Path problems with the build- samples.bat file and Path problems with the explorer.html file. Regards, Naresh. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex2 :: TitleWindow :: loosing anti-aliasing

2006-05-03 Thread Michael Schmalle
Hi, Has anybody noticed or is this a know bug. Create an mxml component based on the TitleWindow, Call pop up manager in the application, When the TitleWindow is displayed, all the text has really jagged edges. I have noticed this before with custom components I have made. I messed around

[flexcoders] Re: Uncaught exceptions in Flex 1.5

2006-05-03 Thread maxym.hryniv
Can someone give a response The question was : when I use debug player, configured by mm.cfg I receive only messages like Warning: Uncaught exception, message text of course it's not enough. Can I configure debug player to receive information like sender classmethod? If not it's usable

Re: [flexcoders] Re: Flex 2 Beta 2

2006-05-03 Thread Michael Schmalle
Hi, Search the list for internal build error This has come up many times and you are going to have to backtrack your steps. Peace, MikeOn 5/3/06, mepaninaresh [EMAIL PROTECTED] wrote: Still have one error:- An internal build error has occurred. Please check the Error Log. I can't see

[flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-03 Thread Michael Schmalle
Hi, I have used this method before in Beta 2, and now it is not centering. The PopUpManager looks like it thinks the TitleWindow width height are 0,0. I have tried putting the call in the creationComplete event, setting the height and width explictly on the TitleWindow. Nothing works. I

[flexcoders] Re: action script error

2006-05-03 Thread wlbagent
Sreedhar, Are you by any chance using Flex with ColdFusion DevNet edition? I experienced a similar problem. I switched to the developer version of CF instead of the DevNet edition (just blank out the serial number in CF's license.properties file then restart CF) and the problem went away.

[flexcoders] Re: Has anyone successfully put one TabNavigator inside another? (Flex 2)

2006-05-03 Thread rigidcode
Hi Graham, thanks, I actually asked the poster of that code if it was throwing an exception for him too. It's not throwing an error for you, then? Actually hmm, it looks like I'm not the only one gettng the exception: http://groups.yahoo.com/group/flexcoders/message/35334 I'll try that

RE: [flexcoders] DataService.fill params

2006-05-03 Thread Bill Sahlas
The way that CF works is you define the fill method with as many arguments (or no arguments for that matter) and just pass them in the dataseravice call, for example - ds.fill(myarg1, myarg2, etc...) The param element isnt necessary for destinations defined to be used with CF as the

[flexcoders] Re: WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)

2006-05-03 Thread Clint Modien
More to the point...http://www.themidnightcoders.com/articles/flextodotnet.htmOn 5/3/06, Clint Modien [EMAIL PROTECTED] wrote: New option for people on the .NET side using AS3...-- Forwarded message -- From: flashorbman [EMAIL PROTECTED]Date: May 2, 2006 1:59 PMSubject:

[flexcoders] WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)

2006-05-03 Thread Clint Modien
New option for people on the .NET side using AS3...-- Forwarded message --From: flashorbman [EMAIL PROTECTED]Date: May 2, 2006 1:59 PMSubject: [weborb] WebORB 2.1 Beta 2 is available (includes AMF3, Flex Remoting, Auto-Update...)To: [EMAIL PROTECTED] Hi guys,We are opening up

[flexcoders] Re: Looping Through A DataProvider In Flex 2.0

2006-05-03 Thread vestcomprogrammer
Thanks that worked. --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: What about this: searchDP(FontFamily.dataProvider, label, style.fontFamily); public function searchDP(arrToSearch:ArrayCollection, field:String, value:String):Number { for (var idx = 0;

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Manish Jethani
On 5/3/06, Carlos Rovira [EMAIL PROTECTED] wrote: This days I'm working mostly on Linux and was thinking about the next Flash Player for Linux. I now that there's no plans for Flash Player 8 and linux will jump to version 9 directly, but what's the expected dates?. Last I saw on Tinic's

RE: [flexcoders] DataService.fill params

2006-05-03 Thread João Fernandes
Nik, For the CFC Adapter there is no need to define params like for the Java connector. All params  youll set when calling the fill method will be passed to the CFC. João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 .

Re: [flexcoders] Flex2 :: TitleWindow :: loosing anti-aliasing

2006-05-03 Thread Manish Jethani
On 5/3/06, Michael Schmalle [EMAIL PROTECTED] wrote: When the TitleWindow is displayed, all the text has really jagged edges. This was a bug that got fixed in Beta 3 (due out soon). For now, explicitly set 'cacheAsBitmap' to false on the TitleWindow object *after* it has been created (after

RE: [flexcoders] DataService.fill params

2006-05-03 Thread João Fernandes
More on this, You can call your fill method like this: myDS.fill( myArrayCollection , [argument1value,argument2value,argument3value] ) // -- 2nd argument is an Array of arguments to be passed in your CFC Assembler: cffunction access=remote name=fill output=no

[flexcoders] Re: DataService.fill params

2006-05-03 Thread Nikmd23
Thanks Bill, that does help some, I do see in the DAO where I am supposed to change the code. However, I'm still confused as to how to pass the params out of flex. The DataService.fill method takes a ListCollectionView, followed by an array. FB2 won't let me write ds.fill(myCollection, arg1,

[flexcoders] Flex2 Tree, Cairngorm, Coldfusion

2006-05-03 Thread sufibaba
Hi All,I have been using Cairngorm together with Coldfusion and so far am veryhappy with the setup. Kudos to Benoit for the great CF-Cairngormexample.Situation: I have a tree control that isbeing updated via databinding by an XML collection variable -- thevariable is stored in the Application

RE: [flexcoders] Re: DataService.fill params

2006-05-03 Thread João Fernandes
Nik, You dont need to stick to the generated files. You can change them to fit your needs. João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL

[flexcoders] ItemRenderer Problem

2006-05-03 Thread Sreejith Unnikrishnan
I am using a ItemRenderer to change the color of text in a dataGridColumn based on a range. The problem is that when I change the ranges, the itemRenderer does not change the color of the text and so the dataGrid soes not update with the new colors. What am I doing wrong? The dataGrid is

[flexcoders] web Services...

2006-05-03 Thread Ken Bromberger
Hi! I am pretty new to flex and web services. Can anyone point me to some good resources on creating web services preferably .NET and also any info on consuming them with Flex Beta 2?? I have had some success creating XML from SQL 2000 and calling it with HTTPSERVICE but I would

[flexcoders] Re: DataService.fill params

2006-05-03 Thread Nikmd23
João, Bill, thanks for your help! I didn't realize you could change the Assemeblers signature - I thought Flex would need it the way it came. I get it now and my example is working - so thank you very much! -- Flexcoders Mailing List FAQ:

Re: [flexcoders] mx:states vs mx:viewstack when and which?

2006-05-03 Thread Rick Schmitty
Thanks Matt that helped! On 5/2/06, Matt Chotin [EMAIL PROTECTED] wrote: I think it's often a style preference. I tend to think of a viewstack as being useful when you want to replace a whole section. Look at view 1. Now look at view 2. States are better for modes of a component, now we're

RE: [flexcoders] Re: DataService.fill params

2006-05-03 Thread Bill Sahlas
Right. What you want to do is first create the Array (an AS3 Object) that you want to pass over to CF as the second arg to the ds.fill() method. This object will contain an array of arguments and their values. var myArgs:Object = {isActive:true, foo:'bar'}; // OR you can dynamically

RE: [flexcoders] Re: Uncaught exceptions in Flex 1.5

2006-05-03 Thread Peter Farland
What does your mm.cfg file look like? The following settings work general trace output and error reporting: ErrorReportingEnable=1 TraceOutputFileEnable=1 The following setting works only in the debug version of Flash Player 7 (i.e. that that shipped with Flex 1.5, not the normal, non-debug

[flexcoders] Flex 2B2: Can't connect a Socket() on Mac OS X

2006-05-03 Thread Tobias Patton
Hello flexcoders; Ive written a small Flex application that connects to a server running on localhost:50007 using a flash.net.Socket. The user can send text to the server and view the response. My main goal in this was to determine if a SWF file hosted on a website can communicate to

Re: [flexcoders] Flex 2B2: Can't connect a Socket() on Mac OS X

2006-05-03 Thread Weyert de Boer
What if you use XMLSocket will it work locally then? I haven't any problems to connect to a local xmlsocketserver in MacOSX using Flash. You can use XMLSockets too, when you only want to echo things, or when you aren't really traffic/binary minded. Yours, Weyert de Boer ([EMAIL PROTECTED])

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Carlos Rovira
Hi Manish,Thanks for the link. I saw it when Tinic wrote at the end of the year, and I was looking for some more fresh info.btw, due to the huge amount of comments on that post seems to be a really hot topic on Tinic's blog ;) Best Regards,C.On 5/3/06, Manish Jethani [EMAIL PROTECTED] wrote:

RE: [flexcoders] reply to messaged from outlook

2006-05-03 Thread Tracy Spratt
Outlook is great, just hit reply Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Wednesday, May 03, 2006 2:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] reply to messaged from outlook I am using outlook

Re: [flexcoders] mx:states vs mx:viewstack when and which?

2006-05-03 Thread Peter Hall
I'm pretty keen on wrapping all view changes in a state. Even if you use a viewstack, as Matt said, you can have a state which sets that selectedIndex. The nice thing about doing that is you have a simple abstraction, which lets you ditch the viewstack at a later date, and just change your

RE: [flexcoders] Flex 2B2: Can't connect a Socket() on Mac OS X

2006-05-03 Thread Tobias Patton
Hi Weyert; I tried switching Socket to XMLSocket, but have exactly the same problem. It works on Windows, but not Mac. I should have noted in my previous email that on the Mac, the server receives the policy-file-request/ data and sends the appropriate response, but that's when things stop

[flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread nz_mehere
Hi Peter, If I understand what you are saying, the Final keyword will be on the thumbCount property, so preventing anyone from over loading it as I am trying to do? That makes sense... Thanks for the help --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: In Flex 2

[flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
Okay so for the past 4 hours + 3 hours at night ive been debugging my application only to come to the conclusion that in a httpservice url i cannot do this mx:httpservice url=""

RE: [flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread Peter Farland
Correct. public final function set thumbCount(number:Number):void { super.thumbCount = number; } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nz_mehere Sent: Wednesday, May 03, 2006 4:12 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Kelly @ Dekayd Media Inc.
I could be wrong but I think the url in the mxml tag has to be a compile time constant. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: Wednesday, May 03, 2006 1:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Flex 2B2: Can't connect a Socket() on Mac OS X

2006-05-03 Thread Weyert de Boer
Hi Tobias, I tried switching Socket to XMLSocket, but have exactly the same problem. It works on Windows, but not Mac. Aah, I think this is strange because when I use my XMLSocket server written Python on the Mac it works fine, even without a crossdomains file. It works fine in Flash

Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
You mean it has to be predefined? But i dont think so because in that flickr video this is what sho did http://www.flickr.com/services/rest/?method=flickr.photos.searchamp;api_key=64a1ba754a4c588e3aa3ff6077fa0e75amp;per_page=9amp;tags={key.text} and it worked.. Kelly @ Dekayd Media Inc.

[flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread nz_mehere
The thumbCount must already have the final keyword, as I can't overload it. I get the Overriding function that is not marked for override error, and it won't compile. ...but at least I understand why now! :-) --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote:

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread John Dowdell
Carlos Rovira wrote: Thanks for the link. I saw it when Tinic wrote at the end of the year, and I was looking for some more fresh info. Tinic's post was the last public guidance I recall too. I'll try to catch Tinic or Emmy in-cube today, though, see what options we can pursue on this

[flexcoders] property-case in flex-enterprise-service.xml

2006-05-03 Thread Rick Schmitty
Was just poking around the xml files and noticed this section. property-case !-- cfc property names -- force-cfc-lowercasefalse/force-cfc-lowercase !-- Query column names -- force-query-lowercasefalse/force-query-lowercase !-- struct keys --

[flexcoders] AMFPHP / Class Mappings / Flex 2

2006-05-03 Thread Jim Laing
I've seen a lot of people talking about using AMFPHP with various subclasses of NetConnection in Flex 2. I've played around with it with a lot of success; however, I'm having trouble getting my class mappings (http://www.amfphp.org/docs/classmapping.html) to work. I've tried using metadata and

[flexcoders] Re: property-case in flex-enterprise-service.xml

2006-05-03 Thread Rick Schmitty
oops I'll answer my own question, seems like it is a Coldfusion thing with how it creates structs and nothing to do with Flex if you have an array of users: cfset s=structNew() cfset s.firstName=Bob and dump the array, coldfusion shows all the keys in CAPS, however if you use the function

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Carlos Rovira
That would be fantastic John! Thanks! :)On 5/3/06, John Dowdell [EMAIL PROTECTED] wrote: Carlos Rovira wrote: Thanks for the link. I saw it when Tinic wrote at the end of the year, and I was looking for some more fresh info. Tinic's post was the last public guidance I recall too. I'll

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread John Dowdell
I got a little more context on this... things seem same as before, with Player 9 expected Mac/Win within the next little bit, and the Linux Player 9 will take additional time beyond that. Staff are working on it now, but I won't expect to see finer-grained guidance until the next milestone

[flexcoders] menuBar text color

2006-05-03 Thread Tim Hoff
Is there a way to have different text color for a menuBar's top item and drop-down items? extend? subclass? Thanks in advance, - Tim Hoff -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Tracy Spratt
That should not have worked. You are not supposed to put any arguments on the url. This is in the documents somewhere. Assuming we are talking 1.5 The workaround for this is to set the url and request args in AS code. Tracy -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Carlos Rovira
Thanks John! With that info we can give some arguments to our clients saying that we'll have the linux player a few months after the win/mac release : )On 5/3/06, John Dowdell [EMAIL PROTECTED] wrote: I got a little more context on this... things seem same as before, with Player 9 expected

RE: [flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread Peter Farland
Oh, in that case override then mark final: override public final function set thumbCount(number:Number):void { super.thumbCount = number; } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nz_mehere Sent: Wednesday, May 03, 2006 4:48 PM

[flexcoders] Re: menuBar text color

2006-05-03 Thread Tim Hoff
very cool - thanks Deepa. --- In flexcoders@yahoogroups.com, Deepa Subramaniam [EMAIL PROTECTED] wrote: Hi Tim - In Flex 2 you can set the color style on the MenuBar - that will affect the text color of the top-level menubar items as well as the drop down menus. To affect just

Re: [flexcoders] Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
Well This is Beta 2, and what do you mean it wont work? how else do you expect to call a flickr webservice via HTTP, the only thing basically i want to know is how to call a binding within two backslashes like this /{binding/whateever.html And Binding in httpservice does work , try my

[flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Doug Lowder
Try binding the entire url property to a variable that you build in code: var myUrl: String = ; function buildMyUrl(s: String) { myUrl = http://something.com/api/someting/ + s + /somethingelse/something; } mx:HTTPService url="" ... / Then just call buldMyUrl(textinput.text)

Re: [flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
Okay i see where your going at , so how would i call BuildMyUrl , like so i made teh function and then i made trhe service and then i made the textinput , where do i put BuildMyURL(textinput.text) (and is it normail brakets or curly) , im sorry if this is an easy question, im sort of really

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread John Dowdell
Carlos Rovira wrote: With that info we can give some arguments to our clients saying that we'll have the linux player a few months after the win/mac release Cool... only caveat I'd have would be we *expect* to have it a few months later, by all current indications... until stuff actually

[flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Doug Lowder
It's up to you where you put the call to buildMyUrl(), depending on when and how you want your http service to be invoked. You could add a button and put it in the click handler: mx:Button label=Go click=buildMyUrl(textinput.text);myService.send() / Or you could even call it in the enter

[flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Doug Lowder
And about parameters in the url, instead of this, for example: myUrl = http://server.com/page?firstname=Johnlastname=Doe; myService.send(); Do this: myUrl = http://server.com/page; myService.send( {firstname: John, lastname: Doe} ); You might be able to get the first case to work in

[flexcoders] Is there a separator item for a ComboBox?

2006-05-03 Thread george_lui
Hi, Does the flex standard library have a separator (horizontal line) item that you can specify to insert into a ComboBox? I looked around, doesn't seem to be one, but I thought I'd ask around here as well. thx, George -- Flexcoders Mailing List FAQ:

[flexcoders] newbie Cairngorm 2.0 question

2006-05-03 Thread Barry Beattie
I have a large rambling app to build that's mostly just data maintainance and retrieval screens. I was thinking of breaking it down as each section of functionality (for the user) is a seperate application. the trouble there is with using various screens. Each screen will consist of a

Re: [flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Faisal Abid
I havent tried any of the methods yet , though the first one sounds extremely simple to do , however how would i do this if i had multiple textinputs and multiple varaibles in the url string , would i have to define each on in the function eg function Deploy(s: String, p:String, and so on

[flexcoders] Re: property-case in flex-enterprise-service.xml

2006-05-03 Thread nz_mehere
another way is this: cfset s=structNew() cfset s[firstName] =Bob ...bit less typing... --- In flexcoders@yahoogroups.com, Rick Schmitty [EMAIL PROTECTED] wrote: oops I'll answer my own question, seems like it is a Coldfusion thing with how it creates structs and nothing to do with Flex

RE: [flexcoders] Re: DataService.fill params

2006-05-03 Thread Bill Sahlas
Actually (after having read the most recent flex api doc), the better way to solve this is to In our flex app just do this: var isActive:Boolean = false; var foo:String = bar; var token:AsyncToken = AsyncToken(ds.fill(contacts, isActive, foo)); Then in your cfc

[flexcoders] Audio Visualization Component Help

2006-05-03 Thread Ben Stucki
Im looking for some feedback and help on my audio visualization component. Specifically, Id like to know the best way to handle color and alpha properties from both nonInherited and style rules. Any suggestions for better property/component naming and general tips to improve performance

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Andrew C. Oliver
As a Flex enthusiast, Linux user and open source developer, I think a much more aggressive effort towards Linux support would be greatly appreciated. I might note that the present 7.x version doesn't even support AMD x64. One of the appeals of Flash is its universality and how great it

Re: [flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Graham Weldon
Hi Faisal, Personally, due to the security restrictions and sandboxing of the Flash player, I prefer to use a proxy method for HTTPServices: --- MXML File --- mx:Script

[flexcoders] Re: how do I prevent users from accessing my super extened class?

2006-05-03 Thread nz_mehere
Hi Peter, That got it, thank you! I ended up with: override public final function set thumbCount(number:int):void { super.thumbCount = 2;//no matter what they do, it's two } --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Oh, in that case override then mark