Hi. I've no server in mi PC. I'm developing my first test app with WEBORB PHP. I've extracted the WEBORB distribution zip in a folder in my server (remote ...
many thanx for your reply, Brendan I think there's something *funny* going on with it, however. this actually has no effect on the fill colours: private static...
Good question. Honestly there are going to be certain limitations, but I've done the best I can to minimize that or at least provide work-arounds for those...
... (remote ... folders ... project set ... install the ... Long story short: you're best setting up a webserver, php and a database on your local machine,...
Im using the filterFunction to filter my arrayColletion but I can't seem to get past what I need. Instead of returning what is true I need to return what is...
No need to change the original expression. You can return ! (what ever complicated expression you want here) instead. Cheers, Ralf. ... -- Ralf Bokelberg...
Ralf Bokelberg
ralf.bokelberg@...
Sep 1, 2007 3:35 pm
85754
Hi, I just downloaded flex builder from adobe labs (moxie). During the download (all standard, using the build in version, not the plug in) It seems that the...
This behavior (empty SOAP request sent to server) stemmed somehow from my wsdl file. I'm uncertain what the specific problem was, but when I rebuilt the wsdl...
I am listening for FlexMouseEvent.MOUSE_DOWN_OUTSIDE so that I can close a dialog when I click outside of it. This works perfectly, however, this also fires a...
I've just imported the WIS mathematics library -- an excellent collection of mathematics routines -- onto Google Code: http://code.google.com/p/as3mathlib/ ...
why dont u do something like create a custom combo box, override the method then just add the previous click to an array and once you have that just search for...
Hi everyone, I am considering using Flex for the client side of a project I am working on (I have the server side already written, and it is accessible using...
Have you seen my examples here? http://blog.3alves.com/2007/08/accessing-values-across-components-in.html Simplified examples, but might give you an idea of a...
I must be going (more) nuts, because I cannot figure out why my Bindable public var: [Bindable] public var locateString:String; which gives the correct value...
Solved Since you all wanted to know, when I was using addChild to the Title Window the image would be added in the "content" area, which does not include the ...
I handled it this way: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"> <mx:Script>...
The syntax looks ok. I guess it is either a timing problem (the locateString is not set, when you try to build your SQL) or a scope problem (locateString is...
Ralf Bokelberg
ralf.bokelberg@...
Sep 1, 2007 6:19 pm
85766
... Here's the function that I use the statement in: private function nominalLocateRequest():void { connectServer(); try { CursorManager.setBusyCursor(); ...
Hello Graham, locateString has not been set to a value. By default it is null and the string conversion translates that to "null". Did you want it to be an...
How are you calling the method? Any chance you are calling it before the variable is set? Cheers, Ralf. ... -- Ralf Bokelberg <ralf.bokelberg@...> Flex &...
Ralf Bokelberg
ralf.bokelberg@...
Sep 1, 2007 6:44 pm
85769
Hey Ralf, you were right. It is a timing problem. I just tried callLater(nominalLocateRequest); and it worked fine. Must be to do with the layers working...
Re: [flexcoders] String syntax question Hello Graham, locateString has not been set to a value. By default it is null and the string conversion translates...
Graham, Nice. I see how the timing issue came into play now! Stupid little gotchas, I hate them. Nice to be able to bounce stuff off of people here on...
Yeah, Tree doesn't like having styles set on it during a scroll, especially from a renderer. You might actually be setting up an infinite invalidation loop....
You sure you don't want a modal dialog? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
Can you draw a picture of what you want? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
Re: [flexcoders] Re: String syntax question Graham, Nice. I see how the timing issue came into play now! Stupid little gotchas, I hate them. Nice to be able...