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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 108390 - 108419 of 149550   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
108390
... Did you update your Project-app.xml ? -- Tom Chiverton Helping to collaboratively scale proactive IPOs on: http://thefalken.livejournal.com ...
Tom Chiverton
tom.chiverton
Offline Send Email
Apr 1, 2008
9:10 am
108391
... If you post your test case code here people will be more able to help. -- Tom Chiverton Helping to vitalistically differentiate internet customers on:...
Tom Chiverton
tom.chiverton
Offline Send Email
Apr 1, 2008
9:15 am
108392
Try: trace("t3=" + opt.toXmlString()); (I think it's tracing the actual value of each node, which is "") The toXmlString() value is a much bigger help when...
Jim Hayes
jim80hayes
Offline Send Email
Apr 1, 2008
9:16 am
108393
... Congrats, you are now an open relay for spammers :-) If anyone puts code like this in production, please remember to lock it to only one destination...
Tom Chiverton
tom.chiverton
Offline Send Email
Apr 1, 2008
9:18 am
108394
Because this piece of code, that user AlivePDF make error and say that image variable is null. var fileimg:File =...
Giro
girocasa
Offline Send Email
Apr 1, 2008
9:28 am
108395
My developers are also complaining that their 'and my' applications have broken since Beta 3 to the Final release. This has hit me unexpectedly as I did not...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Apr 1, 2008
9:48 am
108396
I haven't used RSLs enough to have experienced this problem but this sounds suspiciously similar to problems I've been having loading SWFs that have been...
Paul Spitzer
pauldspitzer
Online Now Send Email
Apr 1, 2008
9:53 am
108397
You must set position from Matrix. area:BitmapData = *new* BitmapData(200,200); *var* myBitmap:Bitmap = *new* Bitmap(bitmappicturefrom); ...
Vadim Alekseevski
vadim.alekse...
Offline Send Email
Apr 1, 2008
9:53 am
108398
Hi, I have a problem on the ObjectProxy object. I saw a lot of posts which talk about Objectproxy, but they don't help me to solve my problem. I develop using...
xavixxxx
xavier_pujalte@...
Send Email
Apr 1, 2008
9:53 am
108399
Hello All, I am going through the internet but i cannot get an answer to my question. I want to add a ResourceBundle at run-time. That is, I will get the name...
Ali Anil SINACI
sinacianil
Offline Send Email
Apr 1, 2008
9:54 am
108400
this is how I did it. create a new project in 3 final. then copy the code I'd written in 3 beta and assets into new project. the problem I had was with the...
Glenn Williams
tinylion1968
Offline Send Email
Apr 1, 2008
9:54 am
108401
the bitmapdata in loader wll only be valid when the loaders contentLoaderInfo Complete event fires. So add a listener for it and only then access the data. ......
Jim Hayes
jim80hayes
Offline Send Email
Apr 1, 2008
9:58 am
108402
And don't exists a solution to load an image that I need a complete event? Thk. Giro. ... De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En...
Giro
girocasa
Offline Send Email
Apr 1, 2008
10:06 am
108403
Not as far as I know, if anyone can tell me one then I'd love to know also! ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf...
Jim Hayes
jim80hayes
Offline Send Email
Apr 1, 2008
10:18 am
108404
I second this. The problems I had all went away after I got rid of the config files for prior versions of FB. You might also try starting FB with the -clean...
Randy Martin
mariposasw
Offline Send Email
Apr 1, 2008
11:27 am
108405
Worth noting - that the profiler image that I sent you shows that the total consumption of memory to be around 9ish mb for the single running instance with the...
Rick Winscot
rwinscot
Offline Send Email
Apr 1, 2008
12:44 pm
108406
No, the Flash Player does not have access to the local filesystem since its a browser plugin. You could build an AIR application with Flex that would meet your...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Apr 1, 2008
12:59 pm
108407
Hi dear all I have a datagrid with information from web service. Each row of the datagrid fulfill the screen, so each time only one row will represent in the...
bigbb_kimo
Offline Send Email
Apr 1, 2008
1:07 pm
108408
Hi, you may override the method scrollVertically from the dataGrid. When you scroll the mouse, it dispatch an even with the "delta", telling you how "fast" was...
Luciano Manerich Junior
luciano.manerich@...
Send Email
Apr 1, 2008
1:26 pm
108409
... From: "bigbb_kimo" <bigbb@...> To: <flexcoders@yahoogroups.com> Sent: Tuesday, April 01, 2008 2:00 PM Subject: [flexcoders] How to change the mouse...
Paul Andrews
pauland2513
Offline Send Email
Apr 1, 2008
1:30 pm
108410
I new to Flex, so please excuse the newbie question. Within my ServiceLocator.mxml file, I have a listing of HTTPServices. Each one of them has the URL hard...
Nicholas Watson
badabingnw
Offline Send Email
Apr 1, 2008
1:50 pm
108411
I third this the only way i got up and running correctly was to purge my old workspace (rename it before opening FB) - that way it builds a new workspace and...
maunger
Offline Send Email
Apr 1, 2008
2:15 pm
108412
We came across this when doing our own migration. It's when you have comma separated lists in the ant task. If there is a space between them (which Flex 2 was...
Gregor Kiddie
monty_thethird
Offline Send Email
Apr 1, 2008
2:21 pm
108413
Since the load method is asynchronous, it relies on a completion (or any other of the supported events). You can't block on a load call. ... know ... ...
dannyvenier
Offline Send Email
Apr 1, 2008
2:25 pm
108414
... It depends on how modular you want it to be or how you want to configure it. myService = ServiceLocator.getInstance().getService( "loginService" ); ...
Jon Bradley
jonpixelpusher
Offline Send Email
Apr 1, 2008
2:40 pm
108415
Yes, that I know! What I am wondering and have yet to find out for myself is whether there is, somewhere, a function that synchronously converts a bytearray...
Jim Hayes
jim80hayes
Offline Send Email
Apr 1, 2008
2:54 pm
108416
FYI: I've got no code handlers setup just creating the GUI so i can demo a basic gui to my boss and yet the basic gui with no actionscript locks up the browser...
Jason B
advancedonsite
Offline Send Email
Apr 1, 2008
3:01 pm
108417
Jim, thanks a lot, that really helped me. So apparently this problem is due to differences between the output of toString() (the default) and toXMLString()...
peter eakle
eaklefamily
Offline Send Email
Apr 1, 2008
3:16 pm
108418
This is generally done in one of two ways. 1) Load a config file at startup that holds urls or url stubs and store them on your model. Have your ServiceLocator...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Apr 1, 2008
3:19 pm
108419
Could you post the code? ... owner()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1461] ... ...
valdhor
Offline Send Email
Apr 1, 2008
3:20 pm
Messages 108390 - 108419 of 149550   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