[flexcoders] Simple beginner question concerning Flex Server

2007-04-02 Thread manfred.maierhofer
Hi everybody, I'm just starting to develop Flex Apps, so I have a little question. On http://www.adobe.com/devnet/flex/articles/flexfaq.html#itemA-22 they talk about the Flex Server. Does Flex Server mean Flex Data Services? Background is, I want to develop an application in Flex that doesn't use

[flexcoders] Re: Simple beginner question concerning Flex Server

2007-04-02 Thread manfred.maierhofer
] On Behalf Of manfred.maierhofer Sent: Monday, April 02, 2007 10:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Simple beginner question concerning Flex Server Hi everybody, I'm just starting to develop Flex Apps, so I have a little question. On http://www.adobe.com/devnet/flex

[flexcoders] Reference to a class variable

2007-04-02 Thread manfred.maierhofer
Hi, I am using ActionScript classes to define my data models. Now I want to set the value of my variables dynamically. I have a function that generates a webservice call. I would like to pass a parameter to this function that contains a String or a reference to the variable that the result is

[flexcoders] Re: Reference to a class variable

2007-04-03 Thread manfred.maierhofer
Thanks, but could you please give an example, how to attach the model to the token (I guess build a subclass of the AsyncToken and implement a new property that includes my model???) and most important how to reference it later in the Handler? I don't know how to reference to the class property of

[flexcoders] Re: Reference to a class variable

2007-04-04 Thread manfred.maierhofer
I fixed it in another way, I created my own Event that gets the result of the webservice and in the event handler I assign the result to the variable. Works fine. Thanks for your help, Mane

[flexcoders] Re: Reference to a class variable

2007-04-05 Thread manfred.maierhofer
OK, so my solution is very similar, I just assign the result directly to a custom event, because I know that the return type is a ArrayCollection, but thanks for the help. Mane

[flexcoders] Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
Hey guys, I guess there is a bug in Flex code. When setting the DataGridColumn.width property programmatically the setter method of DataGridColumn.width calls the resizeColumn method of DataGrid. public function set width(value:Number):void { // remove any queued equal spacing

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
After recompiling a few times it works properly. I spend a whole day to fix this issue. Thanks a lot for your hint, Mane

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
I'm on 2.0.1 But I didn't know that there is a hotfix and this Changing the width of DataGrid that is disappeared gets error (RTE) change could be mine. I will try it immediately. Thanks a lot, Mane

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-17 Thread manfred.maierhofer
No, unfortunately it didn't solve my problem. Any other suggestions? Thanks, Mane

[flexcoders] Call by value instead of Call by reference when copying ArrayCollection

2007-04-19 Thread manfred.maierhofer
Hey guys, is there a way to copy an ArrayCollection instead of referencing it by ArrayCollection1 = ArrayCollection2;??? I can't believe that there is no way to do this, except cophying each value in a loop. Thanks, Mane

[flexcoders] Re: Call by value instead of Call by reference when copying ArrayCollection

2007-04-20 Thread manfred.maierhofer
No, it seems that Brian was right, it works fine without a loop. Great community, Thanks, Mane

[flexcoders] IFrame problem

2007-04-20 Thread manfred.maierhofer
Hey guys, I have often read that some of you are using the IFrame component. I downloaded it and wanted to check it out, but it just doesn't appear. Am I too stupid, or is there anything that has to be configured to get it working?? I use the namespace comp for my components and this is the

[flexcoders] Re: IFrame problem

2007-04-23 Thread manfred.maierhofer
Thanks for the help and now I got it working in IE, but in Mozilla Firefox 2.0.0.3 it doens't show the iframe properly. Are there any known problems with this browser and the IFrame component? Thanks, Mane

[flexcoders] Re: IFrame problem

2007-04-23 Thread manfred.maierhofer
Opaque mode was set false in the html wrapper, so now it works fine. Thanks, Mane

[flexcoders] Re: IFrame problem

2007-04-24 Thread manfred.maierhofer
I got it working with the wmode setting. But now I have the next problem. I'm using state transitions to navigate within my application and the IFrame is supposed to move and resize in one of the transitions but everytime the transition starts the IFrame disappears and doesn't appear anymore.

[flexcoders] Re: IFrame problem

2007-04-24 Thread manfred.maierhofer
Thanks, but I don't need it anymore. I now use the HTMLcomponent that I found here: http://www.judahfrangipane.com/blog/?p=104 There have still been some problems with the resizing but I fixed them with some functions calling the javascript to resize and move the iframe. Now it is working fine.

[flexcoders] Different webservice results in IE and Firefox

2007-04-26 Thread manfred.maierhofer
Hey guys, I have a really strange problem. I use SOAP webservices to access data from a SAP server. The problem is, I get different resultsets in IE and Firefox. There are no error messages or anything comparable. I use an event handler to read the data form the webservice result event into a

[flexcoders] Re: Different webservice results in IE and Firefox

2007-04-30 Thread manfred.maierhofer
I sent a request for one row in IE and it returned 1252 bytes. The same request in Firefox returned 1228. The difference of 24 bytes are exactly the one description that is missing in one column. All other entries are equal, so very strange behaviour. In Firedebug I get this error message as

[flexcoders] Re: Bug in Flex while setting DataGridColumn.width programatically?

2007-04-30 Thread manfred.maierhofer
Of course. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224 Cheers, Mane

[flexcoders] Flex 3 SDK and charts.swc from Flex 2 SDK

2008-04-29 Thread manfred.maierhofer
Hi, I purchased a license for Flex 2 charting. Now I think about upgrading to Flex 3. Is there a way to use the Flex 2's charts.swc in Flex 3 without any FB3 license? Thx, Manfred

[flexcoders] Re: Flex 3 SDK and charts.swc from Flex 2 SDK

2008-04-29 Thread manfred.maierhofer
OK, just wanted to be sure. Thx --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Sorry, that's not supported or I think possible. Matt On 4/29/08 2:08 AM, manfred.maierhofer [EMAIL PROTECTED] wrote: Hi, I purchased a license for Flex 2 charting. Now I