Re: [flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread {reduxdj}
ok, I got this to work, just the way i had it, i had to remember i was testing locally. ouch! OK, i'm going to stick my head in the sand... I really do appreciate your help. This mailing is a god-send. {reduxdj} wrote: > > I use service capture and nothing is being sent but the method is be

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
Darron's ObjectTranslator works perfectly - thanks for the tip! I still have to do some manual work though since I'm going to have nested VOs R From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Tuesday, 12 Decem

Re: [flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread {reduxdj}
I use service capture and nothing is being sent but the method is being called and nothing further. Thanks, Patrick Tracy Spratt wrote: > > That is all that is required, if your url and back-end are correct. > > > > That is a relative url. Are you sure it is available just like that > from

[flexcoders] Re: Flex and .net webservices

2006-12-11 Thread ben.clinkinbeard
Might want to try making employeeID a Number instead of an int. If that doesn't work use this: http://www.darronschall.com/weblog/archives/000247.cfm HTH, Ben --- In flexcoders@yahoogroups.com, "Robin Burrer" <[EMAIL PROTECTED]> wrote: > > Thanks Ben, > > > > I tried that. It still does not

RE: [flexcoders] Re: Flex and .net webservices

2006-12-11 Thread Robin Burrer
Thanks Ben, I tried that. It still does not work ..:-(. I got rid of everything which could cause errors. ... Here's the code. I reckon this is as basic as it gets ... public function onMyResult(event:ResultEvent):void {

Re: [flexcoders] Databinding & eventlistner Toy, Unexplained errors and insights... Adobe Please Confirm

2006-12-11 Thread Steve Hindle
Hi Matt! Thanks for the reply. Trying to look at the code again, I relized that I've got to stop using gmail to read this list :-P It does nasty things to code listings. Anyway, I think I just explained things backwards as I was thinking more about the final outcome. given: foo.addEventL

Re: [flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
OK, figured out a solution, happy again On 12/12/2006, at 2:58 PM, Bjorn Schultheiss wrote: OK next question, Can i compile in Ant from eclipse, then use the eclipse debugger on my compiled swf. Bjorn On 12/12/2006, at 2:24 PM, Bjorn Schultheiss wrote: Yo, I got the command-line deb

[flexcoders] Re: Reason no id field for DataGridColumn

2006-12-11 Thread ben.clinkinbeard
Shows up in the auto-complete list for me... --- In flexcoders@yahoogroups.com, "richmcgillicuddy" <[EMAIL PROTECTED]> wrote: > > Any logical explanation for this >

[flexcoders] Re: Focus Rectangle Issue with Effects

2006-12-11 Thread jmcwilliams2003
Do you know an easy way to turn it off or create your own. Once something gets rotated on the screen, the entire UI looks terrible since the focus rectangle is then messed up on all other controls. Anyone have any fixes for this by chance? Thanks, Jason --- In flexcoders@yahoogroups.com, Lach

Re: [flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
OK next question, Can i compile in Ant from eclipse, then use the eclipse debugger on my compiled swf. Bjorn On 12/12/2006, at 2:24 PM, Bjorn Schultheiss wrote: Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders@yahoogro

RE: [flexcoders] Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-11 Thread Tracy Spratt
You do not have an option with the syntax. It must be: mailto:[EMAIL PROTECTED] On Behalf Of Burnham, Christina Sent: Monday, December 11, 2006 6:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Trying to use a mx:model populated by XML file and then as sourc

RE: [flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread Tracy Spratt
That is all that is required, if your url and back-end are correct. That is a relative url. Are you sure it is available just like that from the client? How do you know whether it is working? Does that url respond with anything? Hit it directly from a browser, exactly as you show

[flexcoders] Reason no id field for DataGridColumn

2006-12-11 Thread richmcgillicuddy
Any logical explanation for this

[flexcoders] Connect to FB2 Debugger from SDK compiled swf

2006-12-11 Thread Bjorn Schultheiss
Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders@yahoogroups.com, "bjorn.schultheiss" <[EMAIL PROTECTED]> wrote: > > Hi all, > > After compiling my app using the sdk with arg -debug=true i then tried > to open the html file i

RE: [flexcoders] Flex vs. JSP

2006-12-11 Thread Dimitrios Gianninas
1) Its really like comparing apples and oranges. Anything you can do in JSP(using struts) you can do in Flex and more. Perhaps you want to explain briefly what kind of app you want to build? 2) There are two levels of logging. On the server side you can tell Flex to log all incoming/outgoing c

[flexcoders] Re: Flex and .net webservices

2006-12-11 Thread ben.clinkinbeard
Hi Robin, I have good news :), both of these issues should go away by setting a single attribute on your WebService object. Try setting makeObjectsBindable = false. This will cause Flex to deserialize your ws responses into regular Object and Array instances instead of ObjectProxy and ArrayCollect

Re: [flexcoders] Amfphp with AMF3 support: testers wanted

2006-12-11 Thread Michael Schmalle
Hey Patrick I have a pretty heavy app that uses amf0/php so I will give this a run. It's not a production app so this will be perfect! Peace, Mike On 12/11/06, Patrick Mineault <[EMAIL PROTECTED]> wrote: Hi all, I've finally gotten around to add AMF3 support to amfphp, so you can finally u

Re: [flexcoders] Focus Rectangle Issue with Effects

2006-12-11 Thread Lachlan Cotter
I've also had similar issues with the focus rectangle. One that springs to mind is that a focus rectangle on a scroll thumb will sometimes stay put even when the thumb is dragged somewhere else in the scroll bar. Also this morning, a colleague is having an issue with a focus rect that han

[flexcoders] Re: Browser to Flex Debugger connection

2006-12-11 Thread Bjorn Schultheiss
Yo, I got the command-line debugger working, but is there anyway to hook into FB2 debugger? Bjorn --- In flexcoders@yahoogroups.com, "bjorn.schultheiss" <[EMAIL PROTECTED]> wrote: > > Hi all, > > After compiling my app using the sdk with arg -debug=true i then tried > to open the html file in t

RE: [flexcoders] porting tool

2006-12-11 Thread Dimitrios Gianninas
Adobe had to change quite a bit from 1.5 to 2.0 in order to make a great leap forward in performance and available features. It had to be done. As for Lazlo, never used it, just checked it out once upon a time. What I can say is at this point Lazlo doesn't even come close to having the features

[flexcoders] Shuffle items in Repeater

2006-12-11 Thread Joe
I have a repeater that verticaly displays about 12 buttons. Is it possible to change the index of the button that is selected. If I selected a button in the middle of the repeater can it would move to the top. Or if it can't move, maybe change the label of the button on the top to read what I j

RE: [flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread dj
Easy, eh, nothing easy is for me: var myHTTPService:HTTPService = new HTTPService(); myHTTPService.url = "/_poll/takeit.php?pollid="+_pollid; myHTTPService.method = "GET" myHTTPService.send(); What am I doing wrong, not be a luddite, but i need examples of everyt

[flexcoders] FDS2 can not work with Jrun4, what I am missing?

2006-12-11 Thread Steven Xu
Hi Folks, I installed JRun4 update6 on my windows XP by default setting. C:\JRun4\servers\default Then I install the Flex data service express version and choose NOT using the intergrade JRun. I use WINRAR un-zip flex.war , flex-admin.war, samples.war and copy these folders to C:\JRun4\serv

[flexcoders] Amfphp with AMF3 support: testers wanted

2006-12-11 Thread Patrick Mineault
Hi all, I've finally gotten around to add AMF3 support to amfphp, so you can finally use Flex 2's RemoteObject with it. To test the new features, I've created a new Service Browser in Flex 2 which allows you to introspect services and test methods on the fly. I need people to test out the new

[flexcoders] Re: Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-11 Thread Doug Lowder
Change the model property referenced by the ArrayCollection source to "animalList.pet" and specify it as an array (an Object is returned when there is only a single item), and it should work: --- In flexcoders@yahoogroups.com, "Burnham, Christina" <[EMAIL PROTECTED]> wrote: > > I'm learning

Re: [flexcoders] Design Pattern/Best Practices for generic record 'list' and 'detail' view Component

2006-12-11 Thread Steve Hindle
Hi Lachlan, Sorry I couldn't get back to you sooner - its been a zoo here. Thanks to Matt, I've removed 1 set of problems (can't initialize [Bindable]'s during declaration). I think I've narrowed down what my remaining problem is, its related to my no 'SHOW' event problem I posted about a whil

RE: [flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread Tracy Spratt
Why are you using URLRequest? HTTPService will do what you want very simply. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:56 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: 3 questions: Context menu, graphing component and XmlRpc

2006-12-11 Thread chuvakgu
> Most of the trickery is in the HTML of the page > the swf is hosted in, intercepting the right mouse click > and executing a function in the swf. > > function onNsRightClick(e){ > if(e.which == 3){ > Test9.openRightClick(); > e.stopPropagation(); > } > return false; > } Well, it looks

Re: [flexcoders] Button setStyle("selectedBorder" ... how to? not listed in styles of mx:button

2006-12-11 Thread Michael Schmalle
Hi, Check the button skin styles. The selected skin is selectedUpSkin. The blue you are seeing I would guess is from the themeColor style. Peace, Mike On 12/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm setting my button styles in my stylesheet, then I'm overriding the color sch

[flexcoders] Flex and .net webservices

2006-12-11 Thread Robin Burrer
Hi there, I have been playing around .net and flex for a while. Primarily I want to send value objects (consisting of strings, intergers and arrays of VOs) back and forth. I could not figure out how to do the following things though: 1. Sending arrays to a webservice works fin

[flexcoders] Re: Radio Button in Separate components, how to receive events?

2006-12-11 Thread Tim Hoff
Sorry Patrick, I misread the title. Just dispatch a custom event from the component and listen for it in the parent. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Patrick, > > You can place the component RadioButtons in a RadioButtonGroup: > > group=

[flexcoders] Trying to use a mx:model populated by XML file and then as source to ArrayCollection to populate datagrid

2006-12-11 Thread Burnham, Christina
I'm learning Flex 2 and I'm trying to get this example to work and I'm about to give up. My datagrid comes up empty. It works fine when I hard code the data in an array inside a datarovider within the mx:DataGrid tags I also tried putting the DataGridColumns inside of Array tags. No joy, nothing b

Re: [flexcoders] Flex Charting production licensing costs

2006-12-11 Thread Stacy Tyler Young
You can buy a standalone license for $299 here! https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-US&PROMOID=BI OZ&NR=0#loc=en_us&view=ols_prod&store=OLS-US&categoryOID=152 1318&distributionOID=103&PROMOID=BIOZ&NR=0 Cheers, Stace On 12/11/06 4:52 PM, "Valy Sivec" <[EMAIL PROTECTED]> w

RE: [flexcoders] How do I parse this XML?

2006-12-11 Thread Gordon Smith
I don't see how this XML is valid, given that it uses a style: namespace prefix which isn't defined by xmlns:style="..." anywhere. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prakaz Sent: Monday, December 11, 2006 1:49 A

[flexcoders] Re: Bug In Tree openItems setter?

2006-12-11 Thread hank williams
lol. I am really retarded today. I redundantly restated what I said in the subject, and then I spelled it wrong. On 12/11/06, hank williams <[EMAIL PROTECTED]> wrote: > Oh, by the way, this relates to the openItems property of the Treee class. > > Hank > > On 12/11/06, hank williams <[EMAIL PROTEC

[flexcoders] Re: Radio Button in Separate components, how to receive events?

2006-12-11 Thread Tim Hoff
Hi Patrick, You can place the component RadioButtons in a RadioButtonGroup: You could also use outerDocument instead of parentApplication. -TH __ Tim Hoff Cynergy Systems, Inc. http://www.cynergysystems.com Office : 866-C

[flexcoders] Bug In Tree openItems setter?

2006-12-11 Thread hank williams
The documentation for the openItems field says that it is read/write and that the default is NULL, which presumably means no items are open. But it appears there is no way to set open items to closed. Below is the setter function for openItems and the first thing it does is say if the parameter is

[flexcoders] Re: Bug In Tree openItems setter?

2006-12-11 Thread hank williams
Oh, by the way, this relates to the openItems property of the Treee class. Hank On 12/11/06, hank williams <[EMAIL PROTECTED]> wrote: > The documentation for the openItems field says that it is read/write > and that the default is NULL, which presumably means no items are > open. But it appears t

[flexcoders] URLRequest - Want to make a request but not navigateToURL

2006-12-11 Thread dj
Hi, I want to run a script on page like: var userURLRequest:URLRequest = new URLRequest("/_poll/takeit.php?pollid="+_pollid); I don't want to navigate to the page just execute the script, how to this please? Thanks, Patrick

[flexcoders] XML.child() and namespaces

2006-12-11 Thread tobiaspatton
Hello list; My tests have shown that the child() method on an XML document returns children in the anonymous namespace, even if a namespace is specified in the argument to child(). Can anyone confirm that this behavior is correct? It seems wrong to me. var x : XML =

RE: [flexcoders] Remote Objects: No support for inner class serialization?

2006-12-11 Thread Eylon Stroh
FDS aside, serialization and inner classes generally don't mix very well in Java (see Effective Java by Joshua Bloch, p. 217). Eylon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Friday, December 08, 2006 7:53 AM To

[flexcoders] Re: How to remove shadow

2006-12-11 Thread Tim Hoff
Or, a combination of the two: Panel{ dropShadowEnabled: false; } (Global - without the dot, and CSS ":" instead of MXML "=") :) -TH --- In flexcoders@yahoogroups.com, Van De Velde Hans <[EMAIL PROTECTED]> wrote: > > or just > > Panel{ > dropShadowEnabled = false; > } > > (without th

[flexcoders] addChild not showing!!

2006-12-11 Thread Jeremy Rottman
I'm trying to create a preloader for a flex application I'm making and I'm using Ted's Custom Preloader as a basis for a start point. The problem I'm having is when I try to add my child canvas to the screen that has the labels I added to that canvas it is not showing on the screen. Is there somet

[flexcoders] Database Connectivity - Why so hard?

2006-12-11 Thread Jamie O
Does anyone out there have some simplistic examples of incorporating a mySQL database via JDBC with java remote objects to a Flex project, preferably involving FDS? Super++ bonus points if it uses myEclipse too! My googling leads to quite a few things that have bits and pieces but they all incorpo

[flexcoders] Browser to Flex Debugger connection

2006-12-11 Thread bjorn.schultheiss
Hi all, After compiling my app using the sdk with arg -debug=true i then tried to open the html file in the browser and get the message. "Where is your debugger located? -Localhost, -Somewhere else" I'm working on localhost so i selected that option and after a few failed attempts i finally get th

[flexcoders] file download doesnt work?

2006-12-11 Thread Dimitrios Gianninas
I have the code below to download a file from my J2EE server but it doesn't work. the dialog box to select the folder and file come up, click OK and nothing happens. I see no log on the server side, meaning it is not calling my servlet. Upload works. Any ideas? var params:URLVariables = new U

RE: [flexcoders] problem with a "for each" loop

2006-12-11 Thread Peter Farland
http://livedocs.macromedia.com/flex/2/langref/statements.html#for_each.. in Note: The for each..in statement iterates only through the dynamic properties of an object, not the fixed properties Also note that the "dynamic" behavior of a type is not inherited. You can use describeType() to

Re: [flexcoders] problem with a "for each" loop

2006-12-11 Thread Lachlan Cotter
What happens without the casting? Casting means 'treat this variable as'. The properties of A and B are not on a plain Object. That might be why you can't enumerate them. Cheers, Lach On 12/12/2006, at 7:44 AM, leo4beer wrote: Hi, I got a problem with a "for each" loop. I have a class (B

[flexcoders] Flex Charting production licensing costs

2006-12-11 Thread Valy Sivec
How much it would cost the license for the charting package?. I need to include some charts in a Flex project that uses the free SDK framework. I'm not using FDS. Thanks, Valy Cheap talk? Check out Yahoo!

[flexcoders] Re: Filter as you type - two comboboxes?

2006-12-11 Thread Doug Lowder
Looks like a few too many return statements in the processFilter() function, causing some of the code to be skipped instead of being processed. Probably ought to be something like "result = x" instead, so that you can return a single result at the end of the function. --- In flexcoders@yahoog

[flexcoders] Processing Filedata / Filereference with a CFC instead of CFM?

2006-12-11 Thread qnotemedia
I'm using a component from eFlex, called Uploader. Has anyone else run into this? Its really quite brilliant and was a breeze to implement and customize for my own needs: Go here: http://www.everythingflex.com/ and search for "Uploader." But, from what I understand, the cfm processing for thi

[flexcoders] Filter as you type - two comboboxes?

2006-12-11 Thread qnotemedia
Hi all - I have two questions to post today, but will keep them separate. I'm using some filter as you type code from Ben Forta and cflex.net. The following code is basically an InputText search box along with a combobox, and they both are filtering a datagrid's arraycollection. What I want

[flexcoders] ExternalInterface & OO JavaScript

2006-12-11 Thread Kenneth Kalmer
Greetings list This is my first post to the list, so please excuse me if anything is not in order... I'm using struggling to get my flex app to talk to a JS object in the browser, and can't figure out what it is not working... I've googled for hours to no avail... Here is a basic mockup of what

[flexcoders] Re: Drag and Drop onto chart... locate axes?

2006-12-11 Thread thunderstumpgesatwork
Excellent, thank you Ely! Thunder --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > Hi Thunder. The 'computedGutters' property of the chart is the closest > thing you want. It tells you the size of the gutters surrounding the > data area of the chart, w

[flexcoders] Radio Button in Separate components, how to receive events?

2006-12-11 Thread dj
Curious how to i get an event of a radio button, if my radio buttons are in different child components? Thanks, Patrick

[flexcoders] Flex vs. JSP

2006-12-11 Thread Saheta, Jyoti
Hi Folks, 1. Where can I find a true functional comparison list for flex and jsp? I'm trying to evaluate if Flex framework by itself can replace JSP(/struts) presentation layer(for a java/websphere based project). 2. How can I perform logging in a flex app? Can I use log4j? If yes, how? Any ex

[flexcoders] Button setStyle("selectedBorder" ... how to? not listed in styles of mx:button

2006-12-11 Thread dj
I'm setting my button styles in my stylesheet, then I'm overriding the color scheme with a setStyle, the problem is that I don't see a style for "selectedBorder" on the button control and it's defaulting back to a blue border... I guess it's getting that color from my stylsheet..

[flexcoders] problem with a "for each" loop

2006-12-11 Thread leo4beer
Hi, I got a problem with a "for each" loop. I have a class (B), B has a long inheritance chain where the oldest ancestor is class A. Class A does not declare an extension of any other class therefore I take it that it extends the Object class: "All classes that don't declare an explicit base cla

RE: [flexcoders] Drag and Drop onto chart... locate axes?

2006-12-11 Thread Ely Greenfield
Hi Thunder. The 'computedGutters' property of the chart is the closest thing you want. It tells you the size of the gutters surrounding the data area of the chart, which is the area the axes occupy. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] upload file progressbar

2006-12-11 Thread Philippe
On the server side I have a php file that stores the uploaded file. All is ok, the file is well stored on the server. The issue is that the progressbar receive the BytesLoaded from the event.PROGRESS of the filereference too quick (speed is like if the file is loaded locally, but I m uploading it).

[flexcoders] Binding behavior changes between 9,0,16 and 9,0,28

2006-12-11 Thread Daniel Wabyick
Has anyone noticed any behavior changes between 9,0,16 and 9,0,28? In a fairly large-scale project, I have noticed one or two instances of a binding getting broken in 9,0,28. I have not been able to create an easily reproducable test case. The particular issue was using a button within a cu

[flexcoders] Drag and Drop onto chart... locate axes?

2006-12-11 Thread thunderstumpgesatwork
I'm trying to handle drag and drop events on a chart. Specifically I'm trying to handle dropping onto a chart axis. In dragOver, I need to know when the mouse is over one of the chart axes. I've looked at trying to get the size of them from the axis Renderers, but it appears the renderers are the

[flexcoders] Classpath vs. source path

2006-12-11 Thread Axel Jensen
Hello, I'm trying to follow the FABridge example at adobe labs http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge I'm getting a little confused right off the start. one of the steps in trying to do this is 1. Add the src folder from the ZIP file to the ActionScript

RE: [flexcoders] Re: fading htmlText - doesn't fade with my other stuff in my VBox, why how to fi

2006-12-11 Thread Van De Velde Hans
What you can do is put a layer above your text in the same color as you text background and fade out the overlayer. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of camlinaeizerous Sent: maandag 11 december 2006 17:41 To: flexcoders@yahoogroups.c

RE: [flexcoders] Re: How to remove shadow

2006-12-11 Thread Van De Velde Hans
or just Panel{ dropShadowEnabled = false; } (without the dot) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of camlinaeizerous Sent: maandag 11 december 2006 19:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to remove sha

[flexcoders] historyManagement on viewStack and IE 7

2006-12-11 Thread Alain Thibodeau
Hello All, I have a ViewStack with historyManagementEnabled="true", the history works well in Firefox but in IE 7 nothing happens. It seems that there is no history saved. Have any of you had this problem? I am new to Flex and not sure if it's a bug or if I have to do more than just enable the

RE: [flexcoders] How to remove shadow

2006-12-11 Thread Van De Velde Hans
Hi, you can either put another BitmapFilter on the UIComponent or simply try this in the creationComplete handler to remove the shadow: filters = new Array(); wkr, Hans. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent:

[flexcoders] Re: XML-RPC

2006-12-11 Thread z4guyuk
Many thanks, that's hopefully saved me a lot of time! I'll have a go at getting it to work and see how I get on. --- In flexcoders@yahoogroups.com, "chuvakgu" <[EMAIL PROTECTED]> wrote: > > Funny you should ask. > > http://xmlrpcflash.mattism.com/ is for AS 2. I converted it to AS3, > fixed som

[flexcoders] Re: FDS - class cast exception - lazy loading relationship

2006-12-11 Thread thunderstumpgesatwork
Jeff, thanks for the info. I had already implemented a "work-around" where I stored the IDs from the header of the application's load, and when I need the dashboards I load them by ID myself. I can try turning on auto-sync as a workaround also. Just curious... We've discovered several defects in

[flexcoders] Re: How do I parse this XML?

2006-12-11 Thread Shannon
Good read on e4x processing Also, here is a link to the Using XML index: http://livedocs.macromedia.com/flex/2/docs/1910.html And a link to the section on namespaces: http://livedocs.macromedia.com/flex/2/docs/1918.html#123882 --- In flexcoders@yahoogroups.com, "e_baggg" <[EMAIL PROTECT

[flexcoders] Re: memory issues / garbage collection?

2006-12-11 Thread Shannon
Check this out: Flex Performance Tips - David George https://admin.adobe.acrobat.com/_a300965365/p71169528/ --- In flexcoders@yahoogroups.com, "Pablo Rangel" <[EMAIL PROTECTED]> wrote: > > Hello I'm dealing with memory issues myself. For a more in depth > description of how resources are managed

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread phipzkillah
Ok, my 1046 error was from a typo, duh... ASyncToken should have been AsyncToken --- In flexcoders@yahoogroups.com, "phipzkillah" <[EMAIL PROTECTED]> wrote: > > Ben, > > What is the best way to go about handling the result from the > operations.send() call. I'm sure you must have to add an eve

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread ben.clinkinbeard
Hey Phil, Sure, let's go over ASyncToken and IResponder. ASyncToken (http://livedocs.macromedia.com/flex/2/langref/mx/rpc/AsyncToken.html) >From the docs: This class provides a place to set additional or token-level data for asynchronous rpc operations. It also allows an IResponder to be attached

[flexcoders] Re: How do I parse this XML?

2006-12-11 Thread e_baggg
The namespaces is why you are having trouble using e4x. Please see the livedocs on namespaces for more help. http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=1912.html --- In flexcoders@yahoogroups.com, Prakaz <[EMAIL PROTECTED]> wro

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread phipzkillah
Ben, What is the best way to go about handling the result from the operations.send() call. I'm sure you must have to add an event listener on the operations call. I do not fully understand the Iresponder from your initial posting. << You can optionally capture the token created by the call an

Re: [flexcoders] FileReference Upload Problem/Bug in Firefox?

2006-12-11 Thread Luís Gustavo Sanabio
Hi Gi, The problem is that FileReference on FireFox uses other session_id. So, probably you are using the Session verification at PHP (or other) at server. The FireFox uses another instance of browser (not logged) to dispatch the upload file. regards, Gustavo 2006/11/15, Gi Hyun Lee <[EMAIL PR

[flexcoders] Re: How to remove shadow

2006-12-11 Thread camlinaeizerous
in your CSS .Panel{ dropShadowEnabled: false; } --- In flexcoders@yahoogroups.com, "sanjaypmg" <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have developed some screens in flex and integrated with the existing > application but It doesnt match to the existing theme... Its looking > totally diff

[flexcoders] Spring / FDS Integration :: How to assign fill-method and asyn-method when use SpringFactory?

2006-12-11 Thread Carlos Rovira
Hi, This one is for Jeff Vroom since he is the one that create the SpringFactory. I download this one from the Christophe Coenraets article at: http://coenraets.org/flex-spring I creating a FDS application that uses JPA / EJB3 persistence. Now that all is working I want to use Spring since is

RE: [flexcoders] Re: Incremental loading or load-on-demand

2006-12-11 Thread Roger Gonzalez
Yep, browse the powerpoint (turn on the "notes" pages as well) and check out the samples. Collin, this is basically the purpose of the 2.0.1 Modules feature, so I think its exactly what you want. Shannon, the only way to not load classes that have already been loaded is to omit them from linkin

[flexcoders] How to remove shadow

2006-12-11 Thread sanjaypmg
Hi All, I have developed some screens in flex and integrated with the existing application but It doesnt match to the existing theme... Its looking totally different part of the application which should not be I have used many things which have shadow effect like panel... So to make this i

[flexcoders] validating a swf origin on URLRequest

2006-12-11 Thread marumucho
Ok, I'm pretty very sure this is impossible but just need to confirm. 1. user accesses swf from foo.com 2. swf makes a URLRequest to foo.com/method.php 3. method.php needs to check if the swf making that request was downloaded from foo.com is that remotely possible? the swf is never mentioned in

[flexcoders] How to disable a mouse over?

2006-12-11 Thread Van De Velde Hans
Hi, I have a whole list of clickable boxes and I draw grid lines over these boxes. Problem : when I mouseOver the grid lines with the mouse, it causes a mouseOut on the boxes below. Check www.belgacom.tv > chose English > Maximize "my TV guide" portlet window : >

RE: [flexcoders] Flex mx.modules :: Status ?

2006-12-11 Thread Roger Gonzalez
It is a real feature in the 2.0.1 release. That release will be the authoratative source of docs/info, but for now, you can check out my blog http://blogs.adobe.com/rgonzalez for details. Check out my MAX preso. -rg From: flexcoders@yahoogroups.co

Re: [flexcoders] Re: what trace panel do you use?

2006-12-11 Thread Tom Chiverton
On Thursday 07 December 2006 19:05, cluebcke wrote: > that that aren't already suggested in the forum post, I'd be most > grateful). Try the command line debugger. -- Tom Chiverton Helping to vitalistically integrate virtual action-items Thi

Re: [flexcoders] eval() function removed in AS 3.0 ??

2006-12-11 Thread Ben Marchbanks
Thanks Tracy - you are the man - I would never have figured that one out ! Works like a charm.. Tracy Spratt wrote: > Actually, eval() in AS has never been a full eval like in Javascript. I > has only been able to evaluate a reference to an object. > > The direct replacement(was in AS

RE: [flexcoders] Re: Automatic selection - copy and paste to clipboard, possible? with a mouse cl

2006-12-11 Thread Tracy Spratt
callLater() is often the easiest solution to timing issues regarding rendered ui behavior. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of {reduxdj} Sent: Saturday, December 09, 2006 7:10 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] HttpService lastResult Weirdness

2006-12-11 Thread Tracy Spratt
The default resultFormat of most (all?) the RPC data services is "object". With this Flex tries to interpret whatever result it is getting and build a nested object structure. I suspect this data type conversion is happening there. Make your resultFormat="e4x". This should leave your data al

RE: [flexcoders] eval() function removed in AS 3.0 ??

2006-12-11 Thread Tracy Spratt
Actually, eval() in AS has never been a full eval like in Javascript. I has only been able to evaluate a reference to an object. The direct replacement(was in AS2 as well) is "bracket notation", which is actually more powerful than eval, because it can be used on the left side of an assignment as

Re: [flexcoders] porting tool

2006-12-11 Thread Tom Chiverton
On Monday 11 December 2006 14:49, Kelly wrote: > I doubt this will ever change in the future. It'd be difficult for them to delete everyones copy of the SDK, and look bad if they changed the player such that it wouldn't compile 'home brew' code. > I also doubt that Laszlo will be a serious alter

RE: [flexcoders] Re: How to chage BarChart to Stacked BarChart dynamically?

2006-12-11 Thread Ely Greenfield
That's not a bug, but as designed. All series types filter their values out against the min/max ranges of the axes before rendering. If you'd like to disable this behavior...i.e., you are explicitly setting the min/max values and you don't know if the items will end up inside or outside the

[flexcoders] Re: How to chage BarChart to Stacked BarChart dynamically?

2006-12-11 Thread jer_ela
That only happens it you are explicitly setting the scale for the charts. So if you just let flex adjust the scale to the data you'll be fine. If you need to control the scale, you'll have to recalc the max value based on the height of the largest stack. --- In flexcoders@yahoogroups.com, "vigen

[flexcoders] Re: fading htmlText - doesn't fade with my other stuff in my VBox, why how to fi

2006-12-11 Thread camlinaeizerous
For text ot be effected you need to use embedded text. --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > System fonts cannot be faded. I believe that has always been the case. > Try Dissolve instead of Fade. > > HTH, > Ben > > > --- In flexcoders@yahoogroups.c

[flexcoders] Weird Binding Problem when using ModelLocator

2006-12-11 Thread Paolo Bernardini
Hi I have a problem: When I add a ModelLocator to an mxml page like this: [Bindable] private var model:ModelLocator = ModelLocator.getInstance(); I get a warning that Data binding will not be able to detect assignments to "someProperty". this is true for all the properties that use data bindin

[flexcoders] Nothing runs when usePreloader is false

2006-12-11 Thread Derek Vadneau
I have a very simple MXML file that doesn't do anything if usePreloader is set to false: http://www.adobe.com/2006/mxml"; usePreloader="false" layout="absolute"> The button never becomes visible. I tried this: http://www.adobe.com/2006/mxml"; usePreloader="false" layout="absolute">

Re: [flexcoders] MX :Tree Scroll Bug

2006-12-11 Thread Michael Schmalle
Hi, I filed a bug about this months ago. It should be fixed in the next release of Flex2, 2.0.1. Peace, Mike On 12/11/06, willemengelbrecht <[EMAIL PROTECTED]> wrote: Hi I seem to get an error when i expand a node item and the use the scroll wheel on my mouse as the node is expanding you

[flexcoders] How to create object in parent object.

2006-12-11 Thread odiel
X-IPI Cienfuegos-MailScanner: Found to be clean X-IPI Cienfuegos-MailScanner-From: [EMAIL PROTECTED] Hello . More puzzles problem with dinamyc objects. I are creating objects like icons on desktop dinamycally, thats work fine. I load the desktop swf and load each swf icon and put it on desktop

[flexcoders] Re: memory issues / garbage collection?

2006-12-11 Thread Pablo Rangel
Hello I'm dealing with memory issues myself. For a more in depth description of how resources are managed and even hacks to force garbage collection the venerable Grant Skinner did a 3 part series complete with interactive demos. Can't ask for much more than that! http://www.gskinner.com/blog/arch

Re: [flexcoders] HDividedBox

2006-12-11 Thread Daniel Freiman
Using setChildIndex() works for me. - Dan Freiman On 12/11/06, Lachlan Cotter <[EMAIL PROTECTED]> wrote: Perhaps there is another way to clip or mask the content without relying on layering it with other components. Cheers, Lach On 10/12/2006, at 5:42 PM, jroblang wrote: Is there any way

Re: [flexcoders] Content Clipping, how is it supposed to work?

2006-12-11 Thread Daniel Freiman
clipContent only clips as rectangles, so it won't round the corners. I believe rounded corners refers to the appearance of the border only. If you want to accomplish the effect you're looking for, you're going to have to use a mask. Masks aren't my specialty, but here's what I think you want to

Re: [flexcoders] Calendar component

2006-12-11 Thread Lachlan Cotter
Hi, Flex can't access your database directly; you will need some intervening service code on the server written in something like PHP, Java, Ruby, ASP etc. Your service code needs to query the database and output an XML document representing the result. For example:

  1   2   >