[flexcoders] Where art thou Margins?

2006-03-24 Thread Brendan Meutzner
Hi,Can't find anything to replace the marginTop/marginBottom styles... it appears that paddingLeft/paddingRight will satisfy horizontal requirements, but what about vertical?  I'm obviously missing something... Thanks,Brendan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fl

[flexcoders] Inter - component communication

2006-03-24 Thread Robs
Hi everyone, I have 2 groups of nested components put in 2 separate containers in a ViewStack. The containers themselves are components too. The nesting structure is as shown: (Comp1-->Comp2-->Comp3) --> This group goes in container 1. (Comp4-->Comp5-->Comp6) --> This group goes in container 2.

Re: [flexcoders] Using mxml without flex framework (Flex 2 Beta 1 and 2)

2006-03-24 Thread Brendan Meutzner
I'm getting an almost identical error.  I can't even figure out how to begin to track this... I've tried removing the suspect component all together, but still receive the error.  Based on the fact my error description almost matches bussesven's, and my situation is not even similar, could this

RE: >< [flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Ted Patrick
I do not think using fastmxmlc would have any affect but it sounds like useProxy=”true” plus the proxy is not running or useProxy=”false” plus a domain based security error.   As Dave recommended, I would use Charles to look at the network traffic to see what is coming and going if any

RE: [flexcoders] Flex 2: can you play audio asynchronously?

2006-03-24 Thread dos dedos
Woo hoo! + Doh! #1 + Doh #2:)Roger Gonzalez <[EMAIL PROTECTED]> wrote: Existence proof: http://www.albinoblacksheep.com/flash/homer.php   -rg From: flexcoders@yahoogroups.com[mailto:[EMAIL PROTECTED] On Behalf Of dosdedosSent: Friday, March 24, 2006 6:12 PMTo:flexcode

RE: [flexcoders] Flex 2: can you play audio asynchronously?

2006-03-24 Thread Roger Gonzalez
Existence proof: http://www.albinoblacksheep.com/flash/homer.php   -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dos dedosSent: Friday, March 24, 2006 6:12 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex 2: can you play audio async

Re: [flexcoders] workinng project not work in flex-2 beta-2

2006-03-24 Thread Jignesh Dodiya
any clue wit htransition effect & combobox behaviour? On 3/24/06, Jignesh M. Dodiya <[EMAIL PROTECTED]> wrote: hellow, I have installed flex-2 beta-2 and just try to run the project that was built in flex-2 beta-1 that is not working properly anymore in flex-2 beta-2I have checked the lab d

[flexcoders] Flex 2: can you play audio asynchronously?

2006-03-24 Thread dos dedos
Let's say you had 8 or 16 "Wav" files that you wanted to play at the same time (e.g. for special sound effects in games) then one way woudl be to issue async calls to play each file in sequence, so that all of them would start at approx the same time.Is that possible in Flex?I've seen games and

RE: [flexcoders] Flex2 - Bug with chart Legend and ScrollPolicy

2006-03-24 Thread Ely Greenfield
Hi Thunder. The chart legend wasn't built to scroll. For codesize reasons, it extends Tile, which means it inherits scroll functionality, but it's been explicitly disabled. Assuming you either anchored both sides of the hbox (left/right or top/bottom, depending on what direction you're talking

[flexcoders] Flex2 - More Scroll Bar problems (DataGrid)

2006-03-24 Thread thunderstumpgesatwork
Hi guys, For some reason I'm having lots of problems getting scroll bars to appear in the right places! =) I have a DataGrid that is drawing scroll bars on individual cells that are too narrow. The DataGrid hScrollPolicy is "auto" and there is a horizontal scrollbar on the datagrid already (which

RE: [flexcoders] Unable to connect to RemoteObject

2006-03-24 Thread Peter Farland
This is for Flex 2.0... are you compiling with Flex Builder 2 or the webtier compiler in FDS or perhaps even the command line using mxmlc? If you're not using the webtier compiler you need to specify the location of the flex-enterprise-services.xml file to the mxmlc compiler with the --services op

Re: [flexcoders] Re: Format of UIDUtils.createUid() string is incorrect

2006-03-24 Thread Weyert de Boer
> I also had to do conversion between UUIDs in 8-4-4-4-12 and 8-4-4-16 > formats. The workaround is trivial: since these are strings, I just > removed or inserted the final dash character as needed. You can also alter the generators code, it's just some byte shifting normally anyways. For exampl

[flexcoders] Re: Format of UIDUtils.createUid() string is incorrect

2006-03-24 Thread Doug Lowder
I also had to do conversion between UUIDs in 8-4-4-4-12 and 8-4-4-16 formats. The workaround is trivial: since these are strings, I just removed or inserted the final dash character as needed. Doug --- In flexcoders@yahoogroups.com, "Tobias Patton" <[EMAIL PROTECTED]> wrote: > > Hello list; >

Re: [flexcoders] Format of UIDUtils.createUid() string is incorrect

2006-03-24 Thread dos dedos
I wonder if Adobe has recruited tens or hundreds of beta testers somewhere who have access to a formal bug tracking system, or if the developers on this list are the only beta testers ...How do these bugs reports get tracked? Tobias Patton <[EMAIL PROTECTED]> wrote:Hello list;   M

[flexcoders] Format of UIDUtils.createUid() string is incorrect

2006-03-24 Thread Tobias Patton
Hello list;   My application makes a web-service call to a .NET server that requires a UUID parameter which the client must generate. The call was failing and I was at a loss to figure out why until I looked in the WSDL and noticed that the GUID is defined a string of hex digits in gro

Re: [flexcoders] Re: Closing tab - Eclipse style

2006-03-24 Thread jeremy lu
I'm interested, will use some spare cycles to take a look at this issue, should be easy :-)On 3/25/06, Michael Schmalle < [EMAIL PROTECTED]> wrote: Yeah, pardon me... Makes sense, if only Adobe mad the tabs modules... Peace, MikeOn 3/24/06, engkee < [EMAIL PROTECTED]> wrote: That is cor

Re: [flexcoders] [Flex 2 beta 2][AMFPHP 1.2.0-RC2 ] help

2006-03-24 Thread JesterXL
Hell yeah, it's what I do for a living!   - Original Message - From: William Lambé To: flexcoders@yahoogroups.com Sent: Friday, March 24, 2006 5:34 PM Subject: RE: [flexcoders] [Flex 2 beta 2][AMFPHP 1.2.0-RC2 ] help Thank you so much ! it works, and it really helps me. You

Re: [flexcoders] Formatting cells in datagrid

2006-03-24 Thread Nicholas Lansbury
hi torben you don't say what it is you are trying to format but I expect you need to use a cell renderer. you then reference the cellrenderer from your datagridcell. hth Torben Nielsen wrote: > Hi, > > > > I have studied the documentation on the datagrid, but have been unable > to find an

RE: [flexcoders] [Flex 2 beta 2][AMFPHP 1.2.0-RC2 ] help

2006-03-24 Thread William Lambé
Thank you so much ! it works, and it really helps me.   You made someone very happy for today ;-)   Thx,   William.   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de JesterXL Envoyé : vendredi 24 mars 2006 23:05 À : flexcoders@yahoogroups.com Obje

[flexcoders] Re: Where to go to get flex builder 2 assistance?

2006-03-24 Thread Devin Holloway
I'm having the same problem. no matter what directory I try to browse to, I get the, "Server root is invalid" error --- In flexcoders@yahoogroups.com, "Doug Hughes" <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > Does this list's topic encompass questions related to the Flex Builder 2 a

[flexcoders] Unable to connect to RemoteObject

2006-03-24 Thread jeffrey_lage
am trying to make a call to a method on a remote object and get the following error: Error: faultCode:InvokeFailed faultString:'Error: Unknown destination 'reconResultAssembler'.' faultDetail:'Couldn't establish a connection to 'reconResultAssembler'' at mx.rpc::AbstractInvoker/http://www.adobe

>< [flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dave Wolf
Hmmm, Not a data service we use (we prefer webservice) but I dont see why it would be different. Now that said I know for a fact we dont use fastmxmlc. I dont remember why though. Have you tried some kind of proxy (like charles) to see if the data call is being made on the wire? Ted? Can you

[flexcoders] Re: New User question: Calculator tutorial won't find the CalculatorHandlers cla

2006-03-24 Thread jkebinger
As I figured I would, I managed to resolve this: I had some confusion about where files were being published and that location didn't correspond to the test URL. The actionscript files weren't there, so I got the error below.. back to your regularly scheduled program... --- In flexcoders@yahoogr

[flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-24 Thread inawire
I take it 'AppLoader' is a custom component you created by extending the Loader component? How did you endup handeling the 'unloading' of an app before loading a second one? How did you handel a notification from the inner app that it was complete and that the shell app could talk to it. Thank

[flexcoders] DataGrid Sort Direction

2006-03-24 Thread Mehdi, Agha
Hi, How can I read sort direction (ASC/DESC) when user clicks on Grid column to sort? Thanks Agha Mehdi IDT - eBusiness Program Manager Work: 408.284.8239 Cell  : 209.275.0482 Fax  :  408.284.2766 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/file

[flexcoders] Problems loading dynamic images and swf's

2006-03-24 Thread nextadvantage
We load many dynamic jpg's and swfs in our image layout. In IE we are experiencing issues loading some of the images, we do not see these issues in firefox. Is there any way we can ensure the images are loaded, this does not happen all the time and is completely random. And the images are ava

Re: [flexcoders] [Flex 2 beta 2][AMFPHP 1.2.0-RC2 ] help

2006-03-24 Thread JesterXL
[object Object] is what you want.  However, you need to tell your List what fieldName to read off of the object either via labelField, or labelFunction.   - Original Message - From: William Lambé To: flexcoders@yahoogroups.com Sent: Friday, March 24, 2006 4:44 PM Subject: [flexco

[flexcoders] [Flex 2 beta 2][AMFPHP 1.2.0-RC2 ] help

2006-03-24 Thread William Lambé
Hello everybody,   I have a little problem. I want to fill a simple List Component in Flex 2 beta 2 with name and firstname of students. But making that, I face two different Problems :   ### BEGIN CODE # Here is t

[flexcoders] New User question: Calculator tutorial won't find the CalculatorHandlers class

2006-03-24 Thread jkebinger
Hi all, apologies for what likely is a really dumb question, but I was working through the calculator tutorial http://www.macromedia.com/devnet/flex/articles/calculator.html (using Flex 1.5, Flexserver 1.5 and the installer-included JRun4 server) and am unable to actually make it work. The problem

RE: [flexcoders] DateTime Axis - Is the Jury Stil Out or Maybe I just don't get it

2006-03-24 Thread Battershall, Jeff
Ely, I'll try to put the code together in a way that produced the behavior - the code has been altered from what it was. I'll get this up there by Monday. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent: Friday, March 2

Re: [flexcoders] Re: Closing tab - Eclipse style

2006-03-24 Thread Michael Schmalle
Yeah, pardon me... Makes sense, if only Adobe mad the tabs modules... Peace, MikeOn 3/24/06, engkee <[EMAIL PROTECTED]> wrote: That is correct. I'm using the TabNavigator in my UI and I would like the tabs to have the "x" or similar decoration that I can click on to close. -engkee --- In

[flexcoders] Flex2: version control plugin

2006-03-24 Thread dos dedos
Is there the eclipse plugin for single-user version control (with diff, label, branch, merge, etc)? New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archi

RE: >< [flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dimitrios Gianninas
Using regular Remote Objects. I did specify -contextroot option and no go. I see no traffic on my console at all. But it is definitely choking on the first remote call.   The first time I used it on my test app it worked fine, compiling, loading, and execution of remote calls. But for my r

RE: [flexcoders] DateTime Axis - Is the Jury Stil Out or Maybe I just don't get it

2006-03-24 Thread Ely Greenfield
Well, If you want my answer, the jury approves ;) It's pretty hard for me to help diagnose the problem without seeing some code. What properties were set on the DateTimeAxis? What did your data look like? What properties were set on the line series? Etc. etc. Ely. -Original Message--

[flexcoders] Re: Multple destinations on a single DataService

2006-03-24 Thread jeffrey_lage
sorry, just fixing my really hard to read post. updated below: --- In flexcoders@yahoogroups.com, "jeffrey_lage" <[EMAIL PROTECTED]> wrote: > > Is this possible? I have been trying to do this, and it only seems to see > the first one. I also > tried defining more than one data-service in sepe

[flexcoders] DateTime Axis - Is the Jury Stil Out or Maybe I just don't get it

2006-03-24 Thread Battershall, Jeff
I've tried to use the DateTime Axis in a time series line graph to no avail. What I need to be able to do is have a date-based line chart (with the date being the x axis) and to be able to select how frequently labels are produced, but WITH NO EFFECT on the line itself. When I was able to get it

[flexcoders] Flex2 - Bug with chart Legend and ScrollPolicy

2006-03-24 Thread thunderstumpgesatwork
Hi, I am trying to get the chart legend to scroll if there are more items than room to display. I have set the 'hScrollPolicy' to "auto" both in mxml, and after adding the chart series, in ActionScript. In the debugger the value is always 'off' even immediately after setting it. To work around t

[flexcoders] Re: Tomcat and Flex 2 beta 2

2006-03-24 Thread sof4real03
San, This is the first time I'm installing Flex 2 on Tomcat, I was using Flex 1.5 on tomcat 5 with jdk 1.5. The instructions I used to install Flex 2 Beta 2 is from the labs site: http://labs.macromedia.com/wiki/index.php/Flex:Install_Instructions When I try use test the sample applications I'm g

[flexcoders] Paging in DataService / DataGrid

2006-03-24 Thread jeffrey_lage
Does anyone have .mxml and flex-data-service.xml files that demonstrate working paging! -- 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 visi

[flexcoders] Re: Closing tab - Eclipse style

2006-03-24 Thread engkee
That is correct. I'm using the TabNavigator in my UI and I would like the tabs to have the "x" or similar decoration that I can click on to close. -engkee --- In flexcoders@yahoogroups.com, "Richard Rodseth" <[EMAIL PROTECTED]> wrote: > > I think the poster wants to implement an interface like E

RE: [flexcoders] RTE when selecting a row and pressing tab. (Beta 2)

2006-03-24 Thread João Fernandes
The arrayCollection wasn’t empty and the dataGrid was in editable=”false”. The arraycollection was filled with a DataService destination.         initialize="initComp()" width="100%" height="100%">          

Re: [flexcoders] how to install flash player8.5 automatically when flex 2.0 application is running on client system

2006-03-24 Thread John Dowdell
venkat eswar wrote: > hi, > i am new user of flex2.0 > flex2.0 requires flash player 8.5 when it runs application. > it is not realible to install flash player8.5 on all client systems > SO ,PLZ GIVE SUGGESTIONS FOR "how to install flash player8.5 automatically > when flex 2.0 applicati

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Ely Greenfield
    Can you include a screenshot of the chart? Are there categories on it?   WHat happens if you remove the showDataEffect from the line series?   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan MirandaSent: Friday, March 24, 2006 6:49 AMTo: flex

Re: [flexcoders] Tomcat and Flex 2 beta 2

2006-03-24 Thread Johannes Nel
what are you using for the app server? tomcat is just a servlet container, so you still need a app server for jms, which the collabation sampless run on.On 3/24/06, sof4real03 <[EMAIL PROTECTED]> wrote: Has anyone gotten Flex 2 beta 2 configured correctly on tomcat 5, JDK1.5? I followed the dir

RE: [flexcoders] Flex 2: Chart - Line color problem

2006-03-24 Thread Ely Greenfield
      You're using Beta 2?  You need to set lineStroke, not stroke. The stroke property affects the color of the points on the line, not the line itself.   There's a bug in beta2 where the legend is currently rendering the stroke color, not the lineStroke color.  So for now, set both.  It

RE: [flexcoders] Re: Flex deployment on Tomcat/Linux help Required

2006-03-24 Thread Sanjeeb Patel
No .. not as of now .. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Friday, March 24, 2006 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex deployment on Tomcat/Linux help Required Are you using the data s

[flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dave Wolf
What kind of data services calls? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, "Dimitrios Gianninas" <[EMAIL PROTECTED]> wrote: > > Never needed to use the MX

RE: [flexcoders] RTE when selecting a row and pressing tab. (Beta 2)

2006-03-24 Thread Joan Tan
I can’t seem to reproduce this runtime error on Beta 2. If you could send me the file causing the bug that would be great. What data is in your ArrayCollection when you get this error, is it empty? What other components are on your page along with this DataGrid.   Thanks, Joan  

[flexcoders] Re: Flex deployment on Tomcat/Linux help Required

2006-03-24 Thread Dave Wolf
Are you using the data services? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, "Sanjeeb Patel" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have installed F

[flexcoders] Remote Access to DataService in Flex2B2

2006-03-24 Thread jeffrey_lage
I have created a simple java-dao based adapter on an data-service. This service is configured with a RTMP channel as the default channel. In my main mxml application file, I am using the creationComplete event on the application to to call a fill method on the dataserive and populate a ListCo

[flexcoders] Flex deployment on Tomcat/Linux help Required

2006-03-24 Thread Sanjeeb Patel
Hi,   I have installed Flex 2 Beta 1 for windows and successfully created a demo swf via Flex builder. I want to deploy in my Tomcat webserver on Linux. How do I do that? Any links or help really appreciated.   Do I have to install Flex on Linux or how do I proceed with making Flex

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
Just an FYI. It was elsewhere, the mainApp var wasn't initialized. And I'm quite happy because this approach is working great!On Mar 24, 2006, at 12:05 PM, Chris Scott wrote: OK, I'm completely almost there, but something is still a little  crazy. So I'll take a step back. OK, so in my main app I

Re: [flexcoders] Proposal for Flexcoders Message Traffic Management

2006-03-24 Thread dos dedos
4. The server should save all topics/sub-topics in a list (as it parses the RSS feed) so that the client may display the available topics/sub-topics and so that the user can subscribe to new topics.dosdos dedos <[EMAIL PROTECTED]> wrote:Given the volume of messages here and given the fact th

RE: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Sho Kuwamoto
Not exactly sure what you mean by multicasts. Do you mean multicasting for events? If so, that already exists.   myService.addEventListener("result", resultHandler1); myService.addEventListener("result", resultHandler2); // both of these will be called. myService.myMethod();     The probl

[flexcoders] Proposal for Flexcoders Message Traffic Management

2006-03-24 Thread dos dedos
Given the volume of messages here and given the fact that Flex 2 gives us this great publish-subscribe capability out of the box, I would think some clever person here would be able to setup a topic-based publish-subscribe messaging service for this group.Here is how it could work (this is just

[flexcoders] Re: Flex 2: Chart - Line color problem

2006-03-24 Thread Doug Lowder
I found the Flex 2.0 Charts Explorer. I think it requires Flash Player 8.5 Beta 1, so you may need to do some swapping - it won't work with Beta 2. If you can get it to load, there are really good samples along with source code. http://weblogs.macromedia.com/flex_samples/charts_explorer/explo

[flexcoders] Cairngorm problem

2006-03-24 Thread Jonathan Miranda
Hmmm, I sent this over an hour ago and it still hasn’t updated on the list. Let’s try again: Well, I just got probably a better working example. Matt can attest I find the weirdest bugs J Here’s the rundown:   When the model changes, the DataGrid updates, the chart doesn’t. When

[flexcoders] Flex 1.5 MXMLC question

2006-03-24 Thread Dimitrios Gianninas
Never needed to use the MXMLC command-line compiler to pre-compile our Flex 1.5 UIs into SWFs before on any projects until now.   I tested it on a simple test app, compiled properly, put it in my local web server folder, launched my browser, typed http://localhost:7001/bla/bla.swf and i

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-24 Thread Bruno Martins
Sorry Ross I thought that you name is inawire... On 3/24/06, Bruno Martins <[EMAIL PROTECTED]> wrote: Hi Inawire,   Excellent discover about the SystemManager. Now I did a first AppLoader component(use AppLoader instead of Loader), until now its works fine for me if you find some bugs please l

[flexcoders] Re: mx:TitleWindow -- SizeGrip?

2006-03-24 Thread Doug Lowder
Very nice. Great job! Is the source code available? --- In flexcoders@yahoogroups.com, "jeremy lu" <[EMAIL PROTECTED]> wrote: > > try this : > > *http://tinyurl.com/fd9q5 > > cheers. > > jeremy. > * > On 3/25/06, Doug Lowder <[EMAIL PROTECTED]> wrote: > > > > Unless someone else beats me to i

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-24 Thread Bruno Martins
Hi Inawire,   Excellent discover about the SystemManager. Now I did a first AppLoader component(use AppLoader instead of Loader), until now its works fine for me if you find some bugs please let me know.   Thanks...   On 3/24/06, inawire <[EMAIL PROTECTED]> wrote: Hi BrunoI was finaly able to

RE: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Richard Leggett
>Of course, as you illustrate, this will not work if you are calling>multiple methods on myService   Any clues as to whether multicasts are in the spec for AS?   Thanks, Rich From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sho KuwamotoSent: 24 March 2006 17:25To

[flexcoders] Multple destinations on a single DataService

2006-03-24 Thread jeffrey_lage
Is this possible? I have been trying to do this, and it only seems to see the first one. I also tried definting one than one service, each with a single destination, and that doesn't seem to work either. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/f

RE: [flexcoders] Tomcat and Flex 2 beta 2

2006-03-24 Thread Sanjeeb Patel
Hi Sof, Have you done the same thing in Flex 2 Beta 1? And would you please point me to the link that you are talking about in labs? I am using Tomcat 4.1 and java-1.5.0_04-Linux-i686 Thanks, -San -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Re: Flex 2: Chart - Line color problem

2006-03-24 Thread torben
I already tried that but with the same result. The funny thing is, that the colors on the legend are the ones I specify in my code. I start to think that this may be a bug. Best regards. Torben Nielsen -Original Message- From: "Doug Lowder" <[EMAIL PROTECTED]> Subj: [flexcoders] Re:

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
OK, I'm completely almost there, but something is still a little crazy. So I'll take a step back. OK, so in my main app I have a RemoteObject defined like so: and I have a custom component there also, in a view state, you see I'm giving it a reference to the userService: S

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Steven Webster
Jonathan,   I'm sat here with Matt Chotin right now (who has been ignoring the lists while he's in Scotland), and we're all puzzling over this for you :-)   We're convinced it's not Cairngorm; you've already proved that by making sure that the DataGrid is able to bind through the ModelLoca

[flexcoders] Re: Beta2 - Hide/Show Grid Columns - Where did getColumnAt() Go?

2006-03-24 Thread quasimotoca
Hi Jeremy: Thanks, that worked. Cheers, Dave --- In flexcoders@yahoogroups.com, "jeremy lu" <[EMAIL PROTECTED]> wrote: > > how about > > grid.columns[1].visible = true > > getColumnAt() is gone but you can manipulate it via columns getter/setter. > > jeremy > > On 3/24/06, quasimotoca <[EMA

RE: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Sho Kuwamoto
Hi Chris. Roughly speaking, you do something like this: myService.someMethod(arg1, arg2); myService.addEventListener("result", resultMethod); Of course, as you illustrate, this will not work if you are calling multiple methods on myService, because you need a way of figuring out which method you

[flexcoders] RTE when selecting a row and pressing tab. (Beta 2)

2006-03-24 Thread João Fernandes
Hi there,   I have an ArrayCollection binded to a Datagrid. When I select a row  and press tab I get this:   ArgumentError: Error #2025: The DisplayObject supplied must be a child of the caller.     at mx.core::Container/getChildIndex()     at mx.containers:

[flexcoders] Re: Flex 2: Chart - Line color problem

2006-03-24 Thread Doug Lowder
Try color="0xFF" instead of #FF. --- In flexcoders@yahoogroups.com, "Torben Nielsen" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have made a linechart with 3 lineseries. Here is a lineseries definition: > > > > > > > > > >

RE: [flexcoders] Re: FlexBuilder Beta2 - starting new project, cannot find flex-enterprise-services

2006-03-24 Thread João Fernandes
Ryan You should point to your webserver root folder but it seems that there are some issues with UNC paths so you can map a drive and point it like x:\\myserver\jrun4\servers\mycfinstance\cfusion.ear\cfusion.war\. Well you could work locally, I think that flex-enterprise-services.xml is just

[flexcoders] Re: mx:TitleWindow -- SizeGrip?

2006-03-24 Thread Doug Lowder
Unless someone else beats me to it, I will eventually get around to creating a Flex 2 version of this. It's still a ways off though. Doug --- In flexcoders@yahoogroups.com, Alexander Tsoukias <[EMAIL PROTECTED]> wrote: > > Can someone help me work this out for FLEX 2 BETA 2? > > I am too

RE: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Ted Patrick
Chris, AS3 supports method closure. This assures that every method and function is always executed in the scope where it was defined. Here is a simple example: function doIt(){ trace(this) } a = new Object() a.b = doIt a.b() //doIt is executed in the scope where it was defined not within ‘a’

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
This is also odd to me. Again, Flex 2 Beta 2. I am also using a J2EE backend, Java proxies to Spring managed services. BTW, I have some deployement issues there, but that can wait... So if my service proxies return null instead of an object (java <-> AS translation is working great btw) I would thi

Re: [flexcoders] Re: Tree kicking my butt. Need some help

2006-03-24 Thread Brendan Meutzner
Hey Jeremy,Add this to the tree: labelField="DIR"Do you have any examples where you'll have sub dirs or files within a dirs?  If so, I've noticed an issue with loading Objects into the tree as a dataprovider.  The only way I was able to get it to work was making sure that my sub values array was

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Johannes Nel
here is the as3 tech note:http://labs.macromedia.com/wiki/index.php/ActionScript_3:overview#Delegation On 3/24/06, Johannes Nel <[EMAIL PROTECTED]> wrote: i am not 100% certain i understand what you mean (heads a bit thick with anti-flu medicine) but here is a nice rule of thumb.once a class is

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Johannes Nel
i am not 100% certain i understand what you mean (heads a bit thick with anti-flu medicine) but here is a nice rule of thumb.once a class is instantiated the "this" property is always the same no matter where you call it from (google method closures) On 3/24/06, Chris Scott <[EMAIL PROTECTED]> w

Re: [flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-24 Thread ColdFusion Editor
Brendan,   You can try the Flex list on House of Fusion, where there are a lot of CF people who are getting into Flex:   http://www.houseoffusion.com/cf_lists/threads.cfm/37   To subscribe, you'd go to:   http://www.houseoffusion.com/cf_lists/subscribe.cfm/forumid:37   Alternatively, you ca

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
I didn't entirely understand your answer, but now that I tried this, it works, and your answer made more sense:var pendingCall = myService.someMehtod(arg:Type, arg2:Type);pendingCall.resultHandler = resultMethod;The RemoteObject, myService is being created in the main app, this code is being used i

[flexcoders] Re: Print function on linux server cannot work well

2006-03-24 Thread wujunjr
thanks for your reply. nothing special in the code. i.e. a datagrid, all text in it cannot be printed; a chart, all labels in chart cannot be printed, only graph part. that's it. Thanks again. John --- In flexcoders@yahoogroups.com, "Renaun Erickson" <[EMAIL PROTECTED]> wrote: > > I have had issu

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Johannes Nel
delegates are build into as3, so if you assign an event handler it will execute in the right scope. i cannot help you with WS implementation in AS3 yet.On 3/24/06, Chris Scott <[EMAIL PROTECTED]> wrote: Hi, long time reader first time poster. OK, just started readingyesterday, but anyway. First

[flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
Hi, long time reader first time poster. OK, just started reading yesterday, but anyway. First off, I am working with Flex 2 Beta 2 I'm trying to add resultHandlers to async method calls at method invocation time (this approach is outlined in the 'Developing Rich Clients with Flex' book). I h

[flexcoders] Re: Tree kicking my butt. Need some help

2006-03-24 Thread Jeremy Rottman
L060001 is an active fileNum --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Jeremy, > > Give me a filenum value that will retrieve some data from your web > service... > > Thanks, > > Brendan > > > > On 3/23/06, Jeremy Rottman <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] Tree kicking my butt. Need some help

2006-03-24 Thread Brendan Meutzner
Jeremy,Give me a filenum value that will retrieve some data from your web service...Thanks,BrendanOn 3/23/06, Jeremy Rottman <[EMAIL PROTECTED]> wrote:In my app, I have a section that is suposed to display in a tree all documents that are in a specific folder.The issue I have is that, when I te

[flexcoders] Re: FlexBuilder Beta2 - starting new project, cannot find flex-enterprise-services

2006-03-24 Thread Ryan Pieszak
Thanks for the reply João. So, you're saying I should point it to my local webroot or the webroot on the development server? I get the same error in both places. Shouldn't it point to the directory that has the flex- enterprise-services.xml file in it? That file only exists in one place (CFu

Re: [flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-24 Thread Brendan Meutzner
Joao,I understand where you're coming from.  I come from a CF/Flash background into Flex, but find myself working on projects integrated with Java solutions for the mid-tier (Weblogic,Tomcat,etc...) 100% of the time. Now I'm looking to get back into CF as a solution when I read promotional mater

RE: [flexcoders] FlexBuilder Beta2 - starting new project, cannot find flex-enterprise-services

2006-03-24 Thread João Fernandes
Ryan, You should point your project to your webroot and not to the /WEB-INF/flex one. 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 PROTECTED] -Original

RE: [flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-24 Thread João Fernandes
Brendan,   I know the CF Connectivity Forum , I’ve posted there some issues and also tried to give a hand to some guys, but it seems that adobe folks are not watching it. We aren’t talking about CF current features but new ones so we need more feedback from Adobe about this.  There i

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Jonathan Miranda
And just to clarify, -using Cairngorm 2 -the dataProvider {model.hourData} is an ArrayCollection -I’ve looked at the data and removed everything to a barebones example so that I’m only looking at the Hour (00 to 23, just numbers) and the chart still won’t update. -I’m using the exa

[flexcoders] Re: How to enumerate ApplicationDomain classes?

2006-03-24 Thread Vadim Melnik
Hi Roger, Thanks for this information. Vadim. --- In flexcoders@yahoogroups.com, "Roger Gonzalez" <[EMAIL PROTECTED]> wrote: > > I fought the battle, and lost. :-( > > It was deemed a potential security issue, and I although I think I > successfully argued that down, it was deprioritized compa

[flexcoders] FlexBuilder Beta2 - starting new project, cannot find flex-enterprise-services

2006-03-24 Thread Ryan Pieszak
Hello all, I'm trying to start up a new project for the first ime in Flex Builder 2.0 Beta 2, but I can't get past the second step. In step 1, I chose ColdFusion Flash Remoting Service (assuming that's the correct choice). I'm trying to integrate Flex with CF to call CFC's. So, I've installe

Re: [flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-24 Thread Brendan Meutzner
And I realize after I post it, that it's probably the same area you're referring to as CF Connectivity forum... if so sorry...On 3/23/06, João Fernandes <[EMAIL PROTECTED]> wrote: Hi, Flexcoders are great but when there are some issues related to CF connectivity for Flex 2 Beta where

Re: [flexcoders] : Flex and Coldfusion : where to ask ?

2006-03-24 Thread Brendan Meutzner
http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=592&entercat=y On 3/23/06, João Fernandes <[EMAIL PROTECTED]> wrote: Hi, Flexcoders are great but when there are some issues related to CF connectivity for Flex 2 Beta where is the best place to post our

Re: [flexcoders] Mac Flex developing

2006-03-24 Thread Alisdair Mills
Hi Ted, No media imports - just actionscript and mxml files. Files does seem to be the major factor in the speed - it states it is getting 546 files - there are maybe 40 in my project so i'm assuming it is extracting all the flex framework files every time it compiles? thanks for the tips w

Re: [flexcoders] Re: Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-24 Thread Anatole Tartakovsky
Hello Vadim,     Roger provided simple workaround in the private beta. With literaly no code and using mxmlc you can achieve the same result. Please contact me offline for the code.   From the usability perspective we probably will end up doing simple doclet to automate steps/automaticall

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Jonathan Miranda
Hmmm, alright I think I narrowed down the problem and with coffee this morning I’m a bit clearer on the problem here. The binding is working fine (the class is bindable, so properties don’t need to be – using Cairngorm 2) because I’ve tested the exact same thing with a label/string and

RE: [flexcoders] Mac Flex developing

2006-03-24 Thread Ted Patrick
Al, This actually looks to be more related to media imports. The 8458ms time next to files should stick out. That looks like media processing to me. In Flex 1.5, this aspect of compilation is the most resource intensive. Are you: 1. Embeding Fonts 2. Embedding Images, GIF, JPEG, PNG, SWF 3.

RE: [flexcoders] Request to Adobe re: Documentation format

2006-03-24 Thread Matt Horn
Labs forums: http://www.macromedia.com/cfusion/webforums/forum/index.cfm?forumid=72   -matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy luSent: Thursday, March 23, 2006 10:04 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Request

[flexcoders] Streaming video via RTMP into flex 1.5

2006-03-24 Thread kjlinboomer
Hello, I have been trying to get a .flv to stream into the MediaView component using a variety of techniques (NetConnection/NetStream) but to no avail. Has anybody been able to stream video into a Flex 1.5 application via RTMP successfully and if so I would greatly appreciate any advise. Thanks!

  1   2   >