Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 85747 - 85776 of 149778   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85747
... Much obliged Juan....
candysmate
Offline Send Email
Sep 1, 2007
7:03 am
85748
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 ...
Montse
edugalvez
Offline Send Email
Sep 1, 2007
8:21 am
85749
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...
barry.beattie
Offline Send Email
Sep 1, 2007
12:01 pm
85750
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...
Matt
matthicks_ok
Online Now Send Email
Sep 1, 2007
12:52 pm
85751
... (remote ... folders ... project set ... install the ... Long story short: you're best setting up a webserver, php and a database on your local machine,...
candysmate
Offline Send Email
Sep 1, 2007
1:22 pm
85752
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...
Mark
pusateri02
Offline Send Email
Sep 1, 2007
2:00 pm
85753
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@...
Send Email
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...
John Barrett
cf_hawaii
Offline Send Email
Sep 1, 2007
3:42 pm
85755
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...
awilber
Offline Send Email
Sep 1, 2007
3:42 pm
85756
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...
Patrick Driggett
pdriggett
Online Now Send Email
Sep 1, 2007
3:42 pm
85757
I've just imported the WIS mathematics library -- an excellent collection of mathematics routines -- onto Google Code: http://code.google.com/p/as3mathlib/ ...
Philip Kromer
flipkromer
Offline Send Email
Sep 1, 2007
3:42 pm
85758
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...
Sherif Abdou
sherif626
Offline Send Email
Sep 1, 2007
3:43 pm
85759
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...
python_programmer
python_progr...
Offline Send Email
Sep 1, 2007
3:46 pm
85760
If using Flex Builder: ctrl-shift-F search the whole workspace for "_accountID"....
Tony Alves
threealves
Offline Send Email
Sep 1, 2007
4:33 pm
85761
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...
Tony
threealves
Offline Send Email
Sep 1, 2007
4:43 pm
85762
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...
candysmate
Offline Send Email
Sep 1, 2007
5:10 pm
85763
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 ...
dorkie dork from dork...
ultrafinetrip
Offline Send Email
Sep 1, 2007
6:10 pm
85764
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>...
Tony
threealves
Offline Send Email
Sep 1, 2007
6:13 pm
85765
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@...
Send Email
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(); ...
candysmate
Offline Send Email
Sep 1, 2007
6:33 pm
85767
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...
Tony Alves
threealves
Offline Send Email
Sep 1, 2007
6:43 pm
85768
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@...
Send Email
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...
candysmate
Offline Send Email
Sep 1, 2007
6:46 pm
85770
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...
candysmate
Offline Send Email
Sep 1, 2007
6:52 pm
85771
I would try listening for the click event also and use event.stopImmediatePropagation(). HTH, Ben...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Sep 1, 2007
6:53 pm
85772
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...
Tony Alves
threealves
Offline Send Email
Sep 1, 2007
7:12 pm
85773
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....
Alex Harui
alex_harui
Offline Send Email
Sep 1, 2007
7:14 pm
85774
You sure you don't want a modal dialog? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
Alex Harui
alex_harui
Offline Send Email
Sep 1, 2007
7:19 pm
85775
Can you draw a picture of what you want? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
Alex Harui
alex_harui
Offline Send Email
Sep 1, 2007
7:19 pm
85776
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...
candysmate
Offline Send Email
Sep 1, 2007
7:21 pm
Messages 85747 - 85776 of 149778   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help