Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12337
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 20800 - 20829 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20800 Keldon Rush
filterkeldon Send Email
Aug 31, 2005
4:13 pm
Embedding the flex SWF into a program as a resource is one thing, creating a network aware client that is not based in a browser that downloads the flex SWF...
20801 kaibabsowats Send Email Aug 31, 2005
4:16 pm
The nature of Remoting does limit the benifits of frameworks for the backend. Let me restate this. It doesn't warrant anything fancy for the actual Remote...
20802 kaibabsowats Send Email Aug 31, 2005
4:17 pm
Most likely its a JVM issue. What JVM are you using? If its Sun's set the -Xms and -Xmx parameters. Renaun...
20803 kaibabsowats Send Email Aug 31, 2005
4:18 pm
Try, var viewImages:Array = new Array(); [Embed(source="/assets/lock.png")] var lockImage:String; viewImages[ "lockImage&quot; ] = lockImage; Renaun...
20804 coldfs Send Email Aug 31, 2005
5:43 pm
Hi, Here's the RO result using the NetConnection Debugger. I have a function that can always read the first array element, but the others aren't readable....
20805 Kelly R
transdimensi... Send Email
Aug 31, 2005
7:02 pm
Dont name your internal variable result: var result:Array = result[0]; Name it something else like myResult: var myResult:Array = result[0]; From: "coldfs"...
20806 Keldon Rush
filterkeldon Send Email
Aug 31, 2005
7:09 pm
Embedding the flex SWF into a program as a resource is one thing, creating a network aware client that is not based in a browser that downloads the flex SWF...
20807 Matt Chotin
m_chotin Send Email
Aug 31, 2005
7:15 pm
You only asked 3 hours ago, have patience :-) I believe what you've proposed falls within the license but you can talk to a sales rep for further...
20808 Michel Bertrand
michel.bertrand@... Send Email
Aug 31, 2005
7:47 pm
Hello ! I would like to use reflection, As2lib Reflection API, over published RemoteObjects, <mx:RemoteObject/>, is there any way to do that ? Can I manipulate...
20809 Mehdi, Agha
Agha.Mehdi@... Send Email
Aug 31, 2005
8:25 pm
Hi All, I have to modify tree control so that child nodes are DataGrids. The reason I need it to be like this is so that I can expand all of the nodes and have...
20810 Tracy Spratt
nts333rd Send Email
Aug 31, 2005
8:46 pm
I have a simple distributed architecture with an outward facing IIS 6 web server running a secured ASP.NET application. Part of that application is a custom...
20811 cruegger2000 Send Email Aug 31, 2005
8:51 pm
I need to iterate through a collection of polymorphic objects and build a form dynamically. Depending on the current type of object, I need to output 1, 2, or...
20812 Tracy Spratt
nts333rd Send Email
Aug 31, 2005
8:52 pm
See if this will help: http://www.cayambe.com/plog/index.php?op=ViewArticle&articleId=5&blogId= 1 Tracy ________________________________ From:...
20813 Scott Barnes
spidaweb Send Email
Aug 31, 2005
9:09 pm
My thoughts: This is a good time to air this publically, do's and don'ts and then we can put it in the Flexcoders FAQ? Questions would be: 1) What defines an...
20814 flexcoding Send Email Aug 31, 2005
9:20 pm
Hi, Thanks for the reply. You must be a very experienced programmer because you just looked at the suggestion and found the problem it will create two steps...
20815 Tracy Spratt
nts333rd Send Email
Aug 31, 2005
10:22 pm
For anyone who cares, the solution is to declare a "Valve" element in the ...\conf&#92;server.xml file within the <Engine name="Catalina" ..> tag like these...
20816 dfatta@...
coldfs Send Email
Aug 31, 2005
10:35 pm
That was it!! One day, my brain will inevitably explode from a syntax error...:-) Many thanks! Darius ... From: flexcoders@yahoogroups.com...
20817 Tracy Spratt
nts333rd Send Email
Aug 31, 2005
10:47 pm
Hey man, don't feel bad, the goldurn compiler really should catch reserved words! Tracy ________________________________ From: flexcoders@yahoogroups.com...
20818 Kelly
transdimensi... Send Email
Sep 1, 2005
12:15 am
Whether it is a reserved word or not had nothing to do with why it didn't work in this particular instance. It didn't work because the same variable name was...
20819 dfatta@...
coldfs Send Email
Sep 1, 2005
12:27 am
Ahhh...That makes more sense...Thanks!! ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]On Behalf Of Kelly Sent: Wednesday, August 31,...
20820 Jason R. Weiss
jasonweiss Send Email
Sep 1, 2005
12:34 am
Take a look at RemoteHostValve and the RemoteAddrValve in the Tomcat docs. They'll give you what you want. You should be able to do something like this in...
20821 Jason R. Weiss
jasonweiss Send Email
Sep 1, 2005
1:08 am
Short answer: No. Long answer: You have to realize that JSTL tags logically give you dynamic template text but physically ALL of the text in the JSP page is...
20822 Husain Kitabi
relisanhard52 Send Email
Sep 1, 2005
1:36 am
Hi I am using Sun JDK 1.4 What does those parameters signify. Regards Husain kaibabsowats <renaun@...> wrote: Most likely its a JVM issue. What JVM...
20823 Dave Carabetta
dcarabetta@... Send Email
Sep 1, 2005
3:21 am
here......
20824 Abdul Qabiz
abdulqabiz3 Send Email
Sep 1, 2005
3:33 am
Robert, I am not also sure that this problem is because of browser restriction. But you can try your application in Firefox by changing maxhttprequest limit. ...
20825 Sreejith Unnikrishnan
sreejithunni Send Email
Sep 1, 2005
5:13 am
Hi This is regarding the statesdata.xml and other xml files in the Charts Explorer by Christophe. I know that Matt had some time send this out. [...
20826 Matt Chotin
m_chotin Send Email
Sep 1, 2005
5:21 am
Oops, bug in the doc. setEndPointURI should really be setEndpointURI (lower-case 'p'). I posted to livedocs. Matt ________________________________ From:...
20827 Matt Chotin
m_chotin Send Email
Sep 1, 2005
5:22 am
WebService will really be a reference to mx.servicetags.Service but you should be able to use it to make calls. Matt ________________________________ From:...
20828 kaibabsowats Send Email Sep 1, 2005
5:22 am
The Xms and Xmx JVM parameters set the default memory settings. By default Sun's JVM is set to 64Mb which is not high enough for most server applications. I...
20829 zipo13 Send Email Sep 1, 2005
5:31 am
While this will work - why does the intermediate string is needed here, or why can't the compiler just put the string into the array on the first place? ... ...
Messages 20800 - 20829 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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