RE: Re[flexcoders] peater (Thanks to Tracy)

2007-11-01 Thread Manu Dhanda
Thanks Tracy. This was indeed helpful. From last few weeks, I was struggling with REPEATERS while developing some custom components and the way, you suggested me, brought me whole new idea of putting custom components within repeaters rather then handling and making changes in repeat events to

[flexcoders] Re: Number of lines in mx:text/

2007-11-01 Thread kramus0
Hello, can please somebody confirm if this is really a bug? Thanks Markus --- In flexcoders@yahoogroups.com, kramus0 [EMAIL PROTECTED] wrote: Yes I thought so as well, but this doesn't seems to work. Below you can find my code example. So what I see on the screen are the first two lines

[flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread johantrax
Nope, I was aiming for pure Flex actually. Currently I'm still at Flex2, if needed a change to Flex3-beta can be made. --Johan --- In flexcoders@yahoogroups.com, Mike Krotscheck [EMAIL PROTECTED] wrote: I assume you're talking AIR rather than true Flex, right? Synchronous database queries

[flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread johantrax
I doubt this to work correctly. This most propably will work if I only have to make 1 request to a db, however if the canvas makes 3 calls to the getUIComponent-method (for instantiating 3 children), how will I know which call will take the longest ? --Johan --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread johantrax
I think this is rather what I was doing, The canvas raises the creationComplete-event and contains info about what children should be instantiated. Then this canvas requests that instance by calling getUIComponent(). This static method is part of a class called UIComponentFactory, a part of my

RE: [flexcoders] IE6 breaks LocalConnection (was - Block a LocalConnection call)

2007-11-01 Thread Mark Ingram
Hi all, it turns out after some investigation that IE6 does not like # symbols in the LocalConnection name. My local connection names looked like connectionName#1, connectionName#2 etc. Simply taking out the #'s fixed the problem. Mark From:

[flexcoders] Re: OLAPCube and OLAPDataGrid

2007-11-01 Thread Fabián Brussa
The documentation shows how to switch between measurements, but not both simultaneously. Any idea? please. --- In flexcoders@yahoogroups.com, Fabián Brussa [EMAIL PROTECTED] wrote: Hi, Have two Questions for OLAP in Flex3 1-have a OLAPCube with the next structure: mx:OLAPCube id=cube

Re: [flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread Paul Andrews
- Original Message - From: johantrax [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 11:03 AM Subject: [flexcoders] Re: Hold execution untill result from database I think this is rather what I was doing, The canvas raises the creationComplete-event

RE: [flexcoders] In panic - Flex Builder 3 Beta 2 sandbox violation error

2007-11-01 Thread Mirko Sabljić
So basically all i have to do is place the code you gave me inside MYSWFLoader.as for example and use include in my main .mxml to include that code? I don't have to instanciate or smth included class from my main .mxml? thanks once again for your help, i really appreciate it Alex Harui wrote:

Re: [flexcoders] Prevent users from running multiple instances at the same time.

2007-11-01 Thread Malik Al-Arfaj
Alex, thanks for replying. May you please explain how can I do that? I tried: try { var myLC:LocalConnection; myLC = new LocalConnection(); myLC.connect(TestLC); } catch (err:ArgumentError) { Alert.show(Redirect to another page,Failure); } but

[flexcoders] Taming Time and Date in Flex

2007-11-01 Thread markcavins
I am looking to find some examples to create a clock that counts down from 3 minutes to zero and when the clock hits zero it will refresh the application. I would also like this clock to be clickable so that it to would refresh the app. I have looked all over the net but have not seen any

Re: [flexcoders] Taming Time and Date in Flex

2007-11-01 Thread Paul Decoursey
On Oct 31, 2007, at 5:08 PM, markcavins wrote: I am looking to find some examples to create a clock that counts down from 3 minutes to zero and when the clock hits zero it will refresh the application. I would also like this clock to be clickable so that it to would refresh the app. I have

[flexcoders] Re: FileReference Upload Event.COMPLETE not firing

2007-11-01 Thread actionscript_czar
In cases where I have run into that problem I use the flash.events.DataEvent.UPLOAD_COMPLETE_DATA event instead. It seems to work all the time. So perhaps you can try that instead. --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: I am having a problem on mac browers OS X

Re: [flexcoders] Re: Flex 3 release date

2007-11-01 Thread Paul Decoursey
I thought the price for Flex was dropping today? I don't see any change on Adobes site. On Oct 29, 2007, at 9:26 PM, Matt Chotin wrote: http://www.onflex.org/ted/2007/10/flex-3-beta-2-lower-price-flex- builder.php

[flexcoders] Re: AIR bugginess

2007-11-01 Thread Jack OMelia
here's the stack trace, and it points to line 506 in Listbase.as,return listContent.visibleData: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.controls.listClasses::ListBase/get

[flexcoders] Re: AIR bugginess

2007-11-01 Thread Jack OMelia
That's the odd thing, it's not the function that's tripping it up, that I can see. When I debug it, the error pops up before the function is called. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Which line in the function throws the error? Tracy

[flexcoders] Re: Type coercion error for ToggleButtonBar in very simple example.... possibly

2007-11-01 Thread lytvynyuk
Thank you for the link. It works well with player 9 I have installed. (Can't check exact build, just don't know how ;)) http://blogs.adobe.com/aharui/2007/03/modules.html And yes, that will solve your problem as well, but requires the latest player that isn't officially released yet.

[flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
Hi, I'm getting this odd error when trying to load a Flex application inside a parent Flex application: TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::[EMAIL PROTECTED] to mx.events.ResizeEvent. at flash.events::EventDispatcher/dispatchEventFunction()

[flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Jason
Paul Andrews [EMAIL PROTECTED] wrote: Well, I wonder how Flash player 10 is going to figure in this. Nice demos in the preview. Not in any way as far as I know. Flash player 10 will support displayObject.rotationX,displayObject.rotationY, displayObject.rotationZ But those are the only sort

[flexcoders] Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

2007-11-01 Thread Amy
When I pass XML with this string in it ^img src=../images/a.gif through an ExternalInterface, I get this error Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. The error wouldn't be so bad if it could be suppressed, since the error doesn't appear to be causing

[flexcoders] AND condition in mxml tag??

2007-11-01 Thread Anzer
How can I give condition in mxml tag. For example mx:Button label=Browse id=btnBrowse enabled={ i==1 j==2} / I am getting compilation error for the above code. Error is give below The entity name must immediately follow the '' in the entity reference. Please help

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Jason [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:31 PM Subject: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? Paul Andrews [EMAIL PROTECTED] wrote: Well, I wonder how Flash player

RE: [flexcoders] AND condition in mxml tag??

2007-11-01 Thread Jim Hayes
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anzer Sent: 01 November 2007 14:04 To: flexcoders@yahoogroups.com Subject: [flexcoders] AND condition in mxml tag?? How can I give condition in mxml tag.   For example mx:Button label=Browse

[flexcoders] Re: Error #2044: Unhandled IOErrorEvent:. --Solved!!

2007-11-01 Thread Amy
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: When I pass XML with this string in it ^img src=../images/a.gif through an ExternalInterface, I get this error Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. The error wouldn't be so bad

[flexcoders] Problems with European characters in embedded fonts

2007-11-01 Thread toofah_gm
I am embedding TTF fonts into my application. We have included most of the European character sets in these fonts. Now the problem. The fonts show up correctly in MS Office and other windows applications. But when some of the European characters are typed into my Flex application, the top

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? - Original Message - From: Jason [EMAIL PROTECTED]

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? - Original Message - From: Jason [EMAIL PROTECTED]

RE: [flexcoders] Re: Flex 3 release date

2007-11-01 Thread Matt Chotin
Turns out we made some promises that our system couldn't meet. We expect the e-store to have the new prices on 11/8. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Decoursey Sent: Thursday, November 01, 2007 6:40 AM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] How to send remotely Array of strings and at Java end get String[] array ?

2007-11-01 Thread lytvynyuk
I have difficulties to send array of string over RPC. At server side I always receiving Object[]. Is any special ways to get at Java end array of certain type?

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Alex Harui
Is anything listening for a resize event in either swf? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, November 01, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cannot convert Event to

RE: [flexcoders] Prevent users from running multiple instances at the same time.

2007-11-01 Thread Alex Harui
If you take out the catch and alert, do you get the error thrown? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malik Al-Arfaj Sent: Wednesday, October 31, 2007 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Prevent

RE: [flexcoders] In panic - Flex Builder 3 Beta 2 sandbox violation error

2007-11-01 Thread Alex Harui
You have to replace all uses of mx:SWFLoader with local:MySWFLoader and define xmlns:local=* in your application tag. You will probably find answers to questions like this in the documentation, examples and archives of this forum so you don't always have to wait for someone to answer your

RE: [flexcoders] Re: Number of lines in mx:text/

2007-11-01 Thread Alex Harui
I responded several days ago. It is a player idiosyncracy. We use callLater to wait until after the text has rendered. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kramus0 Sent: Thursday, November 01, 2007 2:51 AM To:

RE: [flexcoders] Problems with European characters in embedded fonts

2007-11-01 Thread Alex Harui
Can you create a simple test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Thursday, November 01, 2007 8:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problems with European characters in embedded

Re: [flexcoders] Re: FileReference Upload Event.COMPLETE not firing

2007-11-01 Thread Kevin
Thank you. I will try this. However, I am wondering is this a common problem with Mac browsers? It seems that the FileReference.upload() method is very fragile!! Even if the COMPLETE_DATA event works, I still can't get accurate progress info. Is there a better alternative to ensure

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Tom Chiverton
On Thursday 01 Nov 2007, Paul Andrews wrote: therefore full-blown 3D objects. I wonder how they render now that they have a Z axis to contend with... My guess is that with (maybe hardware accelerated) tri-axis transforms in the player once PaperVision 3D is updated to use them, it'll *really*

Re: [flexcoders] AND condition in mxml tag??

2007-11-01 Thread Tom Chiverton
On Thursday 01 Nov 2007, Anzer wrote: For example mx:Button label=Browse id=btnBrowse enabled={ i==1 j==2} / Use a function that returns Boolean instead. -- Tom Chiverton Helping to ambassadorially administrate exceptional synergies on: http://thefalken.livejournal.com

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Jon Bradley
On Nov 1, 2007, at 12:00 PM, Paul Andrews wrote: Actually, it's a pretty big deal on reflection. I remember that we will also have a Z axis, so it's possible to represent any 3D surface and therefore full-blown 3D objects. I wonder how they render now that they have a Z axis to contend

RE: [flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread Tracy Spratt
To solve that, have each db call increemt an instance variable counter, and have the result handler decrement it (the faoult handler too). When the counter is zero, instantiate the children. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Mark Ingram
Nope, I've done a search for the term ResizeEvent in all projects and I don't get a single match. I've tested it on a colleague's computer (which works fine) and the only difference between our dev boxes is the fact I'm running Vista and he's running XP. Thanks, Mark

Re: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-11-01 Thread Andriy Panas
Hi Alex, I am on Flex 2.0.1 SDK Actually when I look into the source file of mx:TextArea I can see in line 2232 the following piece of code: private function textField_changeHandler(event:Event):void { . // Stop this bubbling change event // and dispatch

[flexcoders] Why can't I dispatch a different event from an event handler?

2007-11-01 Thread Mark Ingram
I have the following code: private function browseButton_clickHandler(event:MouseEvent):void { var uiEvent:UploadDialogEvent = new UploadDialogEvent(UploadDialogEvent.SELECT_FILES); this.dispatchEvent(uiEvent); } Which throws the following error: TypeError:

[flexcoders] AMFPHP Flex 3 Beta

2007-11-01 Thread Kevin Aebig
Hey all, I've seen all kinds of posts and suggestions from people online suggesting various ways to connect to an AMFPHP service, but I want to do it the *proper* way. I'm somewhat old school and have made connections with NetConnection, but the data that comes back from a MySQL result is ugly

[flexcoders] Mixing 2.0.1 SWFs with 3.0 SWFs

2007-11-01 Thread Matt Chotin
For most of our customers the general expectation is that all SWFs in your Flex application (including modules, runtime CSS and sub-applications) are all compiled against the same version of Flex. When you upgrade your 2.0.1 application to 3.0, all SWFs used in the application should be upgraded

[flexcoders] Re: Problems with European characters in embedded fonts

2007-11-01 Thread toofah_gm
Here is a simple app that shows this problem. I'd be glad to send you my TTF file if you need it in order to reproduce the problem. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Style @font-face

[flexcoders] Re: Why can't I dispatch a different event from an event handler?

2007-11-01 Thread ben.clinkinbeard
Does UploadDialogEvent.SELECT_FILES evaluate to a string that has a MouseEvent listener assigned to it? Ben --- In flexcoders@yahoogroups.com, Mark Ingram [EMAIL PROTECTED] wrote: I have the following code: private function browseButton_clickHandler(event:MouseEvent):void {

Re: [flexcoders] Are Firefox uploads to SSL even *possible* ?

2007-11-01 Thread Richard Rodseth
Fixing the certs did in fact do the trick. Uploads are working for us now. We're looking forward to having the cookies issue fixed, and perhaps the IOError could be a bit more informative, but we're back on track. Thanks to all who weighed in. On 10/31/07, Richard Rodseth [EMAIL PROTECTED] wrote:

[flexcoders] Re: help with using Matrix() to skew an Image -- not skewing the right amount

2007-11-01 Thread booleanbetrayal
Change your angle to the amount.value * 100 / 50, and you should be good ... private function doSlide( event:Event ):void { var distance:Number = amount.value * 100; var angle:Number = distance / 50; var rightMatrix:Matrix = new Matrix( 1, 0, 0, 1, 0, distance );

[flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread lrdvadersith
I hadn't considered that, thanks. I changed my xmlns:model to xmlns:mdl, and things worked fine - for a while. Now I get that same verify error, but in an completely different piece of code, and all the code is in the same ActionScript file. While initializing a web service, I have the

Re: [flexcoders] Prevent users from running multiple instances at the same time.

2007-11-01 Thread Malik Al-Arfaj
No, everything works fine except that the flex won't interact with the flash movie in the second instance. On Nov 1, 2007 11:12 AM, Alex Harui [EMAIL PROTECTED] wrote: If you take out the catch and alert, do you get the error thrown? From:

[flexcoders] crossdomain?? no result for the mx:httpService

2007-11-01 Thread coder3
i created an application using mx:HttpService, it works fine on my machine, but after i copy the .swf to the machine that has a web application, the swf shows no results. i tested it by creating another httpService with url http://weblogs.macromedia.com/mchotin/index.xml;, that works fine after

[flexcoders] Prevent Mouse events

2007-11-01 Thread workmichal
Hi there, I am trying to prevent my Flex application from capturing any mouse events within the app. I tried mouseChildren, mouseEnabled but my application is still receiving events like mouse move. Is there a way to disable and enable participation of the mouse within the Flex app? Thank

[flexcoders] Control Mouse Position

2007-11-01 Thread workmichal
Hi, is there a way to control mouse position within Flex application? Something like: mouseX = 100 and mouseY = 200 for example. And actually move mouse cursor to that position? Thanks,

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread Alex Harui
I would also make sure you are running a 'good' player. I'd uninstall and re-install everything Flex and Flash related. I don't remember seeing verify errors in call stacks very often, but I would make sure to use a debug build because then you should see line numbers. Then I'd double

RE: [flexcoders] Prevent users from running multiple instances at the same time.

2007-11-01 Thread Alex Harui
If you aren't getting a failure on connect, do you get one on send? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malik Al-Arfaj Sent: Thursday, November 01, 2007 11:25 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

[flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread lrdvadersith
Did you mean a debug build of the flash player? If so, where would I get one? I did run my app in the debugger, and I don't even get inside the deleteHandler, so I wasn't really looking at deleteApplicationCallback. I'll check it again, and reinstall all things flash and flex. I'll delete my

RE: [flexcoders] Cannot convert Event to ResizeEvent

2007-11-01 Thread Alex Harui
You would do a search for resize not resizeEvent. It appears that someone is listening to resize on the systemManager by accident. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, November 01, 2007 9:59 AM

RE: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-11-01 Thread Alex Harui
That's why I'm surprised you are having a problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas Sent: Thursday, November 01, 2007 10:10 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flash/Flex Event

[flexcoders] 2d dynamic grid

2007-11-01 Thread Richard Rodseth
Any suggestions for the best way to do a datagrid-like object with a variable data-driven number of rows *and* columns? I see that the the columns array can be set.

RE: [flexcoders] Prevent Mouse events

2007-11-01 Thread Alex Harui
stopImmediatePropagation, or place a transparent 'shield' over the app. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of workmichal Sent: Thursday, November 01, 2007 10:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Prevent

RE: [flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread Alex Harui
No, make sure the SWF is a debuggable SWF. In 2.0.1 FlexBuilder it was swfs ending with -debug.swf. In 3.0 FB it should be all swfs unless you cut a production swf. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lrdvadersith Sent:

[flexcoders] problem with list component

2007-11-01 Thread Seth Caldwell
If you don't specify a width on a list, it then resizes itself to fit the content - the list items. However, if you then add items to this list causing it to require a scrollbar, the scrollbar does not increase the total width as expected, but instead is placed over (and thus hiding) the content

RE: [flexcoders] crossdomain?? no result for the mx:httpService

2007-11-01 Thread Alex Harui
Weblogs has an open crossdomain policy file. The domain you are accessing has to have one allowing you, and it must be in the root of the domain unless you specify otherwise. What is the crossomain.xml at http://tas2.corp.[comapany].com? From:

RE: [flexcoders] AMFPHP Flex 3 Beta

2007-11-01 Thread Kevin Aebig
And then there was silence. =] In case someone actually responds back, an answer about what's happening with credentials would be extremely helpful as well. !k _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Aebig Sent: Thursday, November 01,

[flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid

2007-11-01 Thread George
Hi guys, My DataGrid is listening to itemEditEnd for each itemEditor change. I have a ComboBox and a CheckBox used as itemEditor components in the datagrid. I'm going to make immediate actions to user interaction, like when change selection of a ComboBox, once user select another value,

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread cheftimbob
Still looking for help with this if anyone has a clue. --- In flexcoders@yahoogroups.com, cheftimbob [EMAIL PROTECTED] wrote: I'm experiencing the same issue using Flex 3. Service calls that worked now return null for ResultEvent.result in all of our cases. We've tried to modify the web

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid

2007-11-01 Thread Scott Melby
You probably want to make that column non editable editable=false and just put a handler on the click event... click=doSomething(event). hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com George wrote: Hi guys, My DataGrid is listening to itemEditEnd for each

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid

2007-11-01 Thread Scott Melby
Sorry... responded too soon and didn't see source code below :( Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com Scott Melby wrote: You probably want to make that column non editable editable=false and just put a handler on the click event...

Re: [flexcoders] Strange behavior of CheckBox as itemEditor of DataGrid (Fixed)

2007-11-01 Thread George
Thanks Scott, I fixed it myself. Another _callLater___ issue. George Scott Melby wrote: Sorry... responded too soon and didn't see source code below :( Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com Scott Melby wrote: You probably want to

RE: [flexcoders] AMFPHP Flex 3 Beta

2007-11-01 Thread Samuel R. Neff
We use Fluorine and NetConnection directly.. much smaller than using the mx rpc classes and is more future proof since NetConnection is built into the player and won't change whereas rpc classes don't even have source available and have a history of breaking stuff in hotfixes with 3rd party AMF

Re: [flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread Paul Decoursey
Have you tried Hotfix 3, that has a ton of Web Service fixes. I know for us that fixed a lot of issues, but also raised a bunch more. On Nov 1, 2007, at 2:57 PM, cheftimbob wrote: Still looking for help with this if anyone has a clue. --- In flexcoders@yahoogroups.com, cheftimbob

Re: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-11-01 Thread Andriy Panas
Hi Alex, Right, sorry for the confusion, my sample code a few posts above that featured mx:TextArea was not a very precise example for the problem with event name collision. My exact setup involves custom component that extends UIComponent, it is placed inside ViewStack and it has a child of

[flexcoders] Re: Problem with Webservice Introspection Wizard in FB 3 Beta 2

2007-11-01 Thread Randy Martin
OK. I found the cause of the problem. The webservice has two soap ports -- a soap1.1 port and a soap1.2 port. If you use the soap1.2 port, the wizard does not generate the event classes. If you use the soap1.1 post, the event classes are generated. This is a bug in the webservice wizard,

[flexcoders] Yet another DefaultHTTP problem

2007-11-01 Thread jch92592
I get the message below when attempting to accessing a Cold Fusion generated XML document on my local network. [RPC Fault faultString=[MessagingError message='Unknown destination 'DefaultHTTP'.'] faultCode=InvokeFailed faultDetail=Couldn't establish a connection to 'DefaultHTTP'] using:

[flexcoders] Re: Yet another DefaultHTTP problem

2007-11-01 Thread jch92592
Also, when accessed through a browser both files provide good XML output. --- In flexcoders@yahoogroups.com, jch92592 [EMAIL PROTECTED] wrote: I get the message below when attempting to accessing a Cold Fusion generated XML document on my local network. [RPC Fault

[flexcoders] Need help with error in code from webservice wizard

2007-11-01 Thread Randy Martin
I generated code using the webservice wizard, and then wrote a simple mxml file to test the code. I get this error: 1061: Call to a possibly undefined method getClass through a reference with static type Class. It occurs in the following code: /** * Internal event handler to process a

RE: [flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread Matt Chotin
Not sure if you saw our post that the latest Flex 3 SDK drop should have fixes for most web service issues that we were aware of. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cheftimbob Sent: Thursday, November 01, 2007 12:57 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] problem with list component

2007-11-01 Thread Alex Harui
If verticalScrollPolicy=auto (default), the scrollbars are not factored into the width so its appearance does not shift your UI. If verticalScrollPolicy=on, the scrollbars are factored into the width From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Paul Decoursey
Please tell me that Flex Builder 3 will not copy .svn directories into the build or at least that we can specify what to include or exclude. This has been one of the biggest time wasters for me for the past year and a half (prior to that I wasted my time more efficiently on many more

Re: [flexcoders] Re:Placing TitleWindow source file in custom folder

2007-11-01 Thread George Georgiou
Great thanks for your help both guys George On 10/31/07, srikanth reddy [EMAIL PROTECTED] wrote: Use the following code instead of this use Application.application which is a pointer to the application and give the xmlns:ns=MyWindows.* where ever u call it in mxml; private

[flexcoders] detecting the appearance of scrollbars

2007-11-01 Thread Stephen Allison
Hello all, Does anyone have a reliable means of detecting when a container with scroll policy auto has its scroll bars appear or disappear? Thanks in advance... Stephen

RE: [flexcoders] problem with list component

2007-11-01 Thread Seth Caldwell
Oh, cool. I think I'll set verticalScrollPolicy to {dataProvider.length()rowCount?on:auto}, so I don't have those blank scrollbars present when they're not needed ;p (haven't tested this yet, but hopefully it works) Btw, in googling to find out what lockedRowCount and rowCount were, I found your

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Andriy Panas
Hi, Hmm... This never had occurred to me neither on Flex Builder 2 not Flex Builder 3 Beta 2. I am using Eclipse 3.2 and SVN Tigris plugin (Subclipse) if this matters. If for some reason you continue to experience this unwanted behavior from the Flex Builder with copying .svn folders, you

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Paul Decoursey
So if you have you html-template checked into SVN and you do a build it doesn't copy your .svn files? On Nov 1, 2007, at 5:09 PM, Andriy Panas wrote: Hi, Hmm... This never had occurred to me neither on Flex Builder 2 not Flex Builder 3 Beta 2. I am using Eclipse 3.2 and SVN Tigris

[flexcoders] Re: VerifyError: Error #1025: An invalid register 5 was accessed.

2007-11-01 Thread lrdvadersith
Sadly, this didn't solve the problem for me. I cleaned my project, then deleted it from Eclipse. I then removed all FlexBuilders, Flash players, etc from my PC, and rebooted. Next, I installed the FlexBuilder 3 beta 2 plugin on my system, created a new project in Eclipse and rebuilt the

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Justin Patrin
Not for me with subclipse. On 11/1/07, Paul Decoursey [EMAIL PROTECTED] wrote: So if you have you html-template checked into SVN and you do a build it doesn't copy your .svn files? On Nov 1, 2007, at 5:09 PM, Andriy Panas wrote: Hi, Hmm... This never had occurred to me neither on

[flexcoders] Quickstart flex development with this maven archetype

2007-11-01 Thread jeyben
I have created a maven flex archetype for all java developers to use and distributed it to ibiblio for maximum accessibility. It will get you up and running flex in very few steps. Check it out: http://ancientprogramming.blogspot.com/2007/11/quickstart-flex-development-with-this.html Regards,

RE: [flexcoders] problem with list component

2007-11-01 Thread Seth Caldwell
verticalScrollPolicy={(thelist.dataProvider.lengththelist.rowCount)?'on':' auto'} works, sort of. When the list data changes, I think the displaylist is invalidated, redrawn, and then this binding action happens and verticalScrollPolicy is set to 'on' . but then the display list isn't

[flexcoders] loaderContentInfo mac issue

2007-11-01 Thread Patrick Lemiuex
I seem to always get mixed results with loaderContentInfo in flash on mac, my loaders never work correctly. However, on a pc this always works perfect. Anybody else? I am using firefox on a mac. Thanks, Patrick

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread cheftimbob
Matt, I've downloaded the build from 10/31 and am still getting the same issue. It's doc literal services running in Axis 1.4 on WAS 5 server. No matter what I try, the ResultEvent.result is always null. From what I've been reading, this may have been a problem in one of the hotfixes for Flex

[flexcoders] Integrate ANT script with the Flex Builder debug (F11) key

2007-11-01 Thread superabe superabe
I use ant buildfiles for my Flex projects. A typical application would usually involve an ant script that builds a few lib swcs and then finally builds the swf. I'd like to integrate this as part of the Flex Builder IDE, meaning when I hit F11 (the debug key) I'd like Flex Builder to run my ant

[flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread Peter Farland
The WSDL says that the response part should be in an element called executeReturn not executeResponse, and it should be qualified in the targetNamespace http://fimsadmro4.fmr.com:12600/bd/suntrust/BPMProdu ctTierWeb/services/BPMXtracService. The following response.xml works: ?xml version=1.0

RE: [flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread Matt Chotin
Can you file a bug with a saved out version of the WSDL and the response (and even an app that makes the call that demonstrates the prob)? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cheftimbob Sent: Thursday, November 01, 2007 5:13 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Flex 3 release date

2007-11-01 Thread simonjpalmer
OK, so I have FB2 + Charting I bet most people do. Here's how I read that site... If I want to go to the same set of capabilities after your current release I have two options: 1) buy FB3Pro = US$699 2) buy maintenance on my FB2 + Charts = US$299 after Nov 1 (i.e. today) and get a free upgrade

[flexcoders] Error when accessing a simple SOAP webservice

2007-11-01 Thread Sebastien ARBOGAST
I'm using Flex Builder 3 and Flex SDK 3 to create a simple SOAP webservice client, but when I call the webservice method, I get the following error: TypeError: Error #1090: Echec de l'analyse XML : le format de l'élément est incorrect. at mx.rpc.soap::SOAPEncoder/encodeOperationAsDocumentLiteral

[flexcoders] Submit Flex Applications

2007-11-01 Thread nodovu
Hello, I was just wondering where developers can go to submit and showcase their web 2.0 flex 2 or 3 applications. Thanks in advance, and sorry if this has already been answered. cheers -aly

[flexcoders] Re: 2d dynamic grid

2007-11-01 Thread simonjpalmer
Rather than subclass DataGrid I wrapped it in a class and have my own addColumn() methods. Here's the relevant code in my TotalDataGrid.addColumn() method. public function addColumn(name:String, dataField:String, labelFunction:Function=null):void { var dgcd:DataGridColumn = new

RE: [flexcoders] Re: Flex 3 release date

2007-11-01 Thread Matt Chotin
Upgrade pricing (as opposed to maintenance) will be very similar I think. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Thursday, November 01, 2007 6:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex 3 release date OK, so I

Re: [flexcoders] Prevent users from running multiple instances at the same time.

2007-11-01 Thread Malik Al-Arfaj
No, it doesn't throw any kind of error! What happens is that the flash will run by it's default values and will not be affected by the values that 'should' have been passed to it. Well, thanks to that, I thought of creating a dummy flash that runs at the beginning of the flex application. And it

[flexcoders] FLEX Developer job opportunities

2007-11-01 Thread jrheaume1122
If any Flex developers are interested in job opportunities. Please contact Jill Arehart, TEKsystems, at 616-974-1196. More details are on the FLEX job posting group. Thanks, Jill

  1   2   >