Search the web
Sign In
New User? Sign Up
javaflexcoders · A Place for Developers using Java & Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 566 - 595 of 760   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
566
If images folder could be accessed by your Java application you also should be able to configure Tomcat to access it. In that configuration Tomcat will just do...
den.orlov
Offline Send Email
Feb 1, 2008
8:44 am
567
Hi Den, I'm not an expert on configuring Tomcat... could you explain me how to do it, or just tell me in what configuration part I should search for it? thanks...
Sébastien LABEY
sebastien.labey@...
Send Email
Feb 1, 2008
9:15 am
568
After asking Google, I found that the solution you proposed can be done by defining a new context in Tomcat's server.xml file like this : <context...
Sébastien LABEY
sebastien.labey@...
Send Email
Feb 1, 2008
11:31 am
569
When you want to switch focus you can make an ExternalInterface call and have JavaScript put focus on the Flash object. But last I checked this only worked in...
James Ward
jlward4th
Offline Send Email
Feb 1, 2008
2:09 pm
570
Hi, I able to solve the focus problem. This are what I did, In the HTML onload, I set the focus to the swf file, and in the swf file creationComplete, I set...
ng chee wai
wainc16
Offline Send Email
Feb 1, 2008
3:27 pm
571
Does this work in IE and Firefox? -James...
James Ward
jlward4th
Offline Send Email
Feb 1, 2008
3:28 pm
572
Hi, Sorry, it is only work in IE. ... From: James Ward <jaward@...> To: javaflexcoders@yahoogroups.com Sent: Friday, February 1, 2008 11:28:24 PM ...
ng chee wai
wainc16
Offline Send Email
Feb 1, 2008
3:31 pm
573
Hi, OK, it works great!!! Tomcat do all the job for me, even with the images on a shared folder. Thank you very much Den for your great solution! Sebastien ......
Sébastien LABEY
sebastien.labey@...
Send Email
Feb 2, 2008
5:36 pm
574
Sorry for not answering too long, was offline on a couple of days. Great that you resolved all that yourself. Best regargds, Den...
den.orlov
Offline Send Email
Feb 4, 2008
9:43 am
575
Hi all, I have a new question... after wondering how to display images into Flex that have been retrieved from Java backend (thank you Den...), I have a ...
Sébastien LABEY
sebastien.labey@...
Send Email
Feb 4, 2008
11:02 am
576
You will need to use a file upload servlet. Search Google for: Flex File Upload Servlet And you will find quite a few blogs and examples which go over this....
James Ward
jlward4th
Offline Send Email
Feb 4, 2008
12:07 pm
577
Hi Mister! vote on this https://bugs.adobe.com/jira/browse/SDK-14245 <https://bugs.adobe.com/jira/browse/SDK-14245> here is a good link ...
Cato Paus
pauscato1
Offline Send Email
Feb 4, 2008
8:08 pm
578
that's amazing, it's exactly the link I have found the best explained after searching on google! I did not have enough time to try it, but it seems a very good...
Sébastien LABEY
sebastien.labey@...
Send Email
Feb 5, 2008
7:52 am
579
Hi Shakeel, This should help: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="initApp()"> ...
James Ward
jlward4th
Offline Send Email
Feb 5, 2008
10:02 pm
580
Thanks James. I used a different solution. I have used mx:binding in mxml to select a correct group for a user. <mx:Binding...
Shakeel
shakeelb76
Offline Send Email
Feb 5, 2008
10:33 pm
581
Hello, I hope I'm not missing something obvious here.... I'm using LCDS 2.5 with a Flex 3 b3 client. On the server, there is a Java DTO class, Widget, that has...
s1scaringi
Offline Send Email
Feb 5, 2008
10:42 pm
582
Hi. I posted this to the flexcoders group before, but got no response. I guess that might have been the wrong list, any suggestions or help would be...
Luke Vanderfluit
luketvanderf...
Offline Send Email
Feb 5, 2008
11:33 pm
583
Hi, My application has some authentication module which is called by Flex UI, using Remote Object. Now, I wanted to restrict the login feature into single...
Venkatesh Babu
venkateshbab...
Online Now Send Email
Feb 6, 2008
6:28 am
584
Hello, Without the message broker servlet, I don't think you'll be able to communicate with data services. It looks like you're missing a dependency for that...
s1scaringi
Offline Send Email
Feb 6, 2008
2:35 pm
585
I think you can use navigateToURL and give it a mailto: url. Give that a try and let us know if that works. If not another approach would be to use the...
James Ward
jlward4th
Offline Send Email
Feb 6, 2008
10:24 pm
586
Hi Priya, I modified your snippet slightly to test it: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> ...
James Ward
jlward4th
Offline Send Email
Feb 6, 2008
10:24 pm
587
Hi. More of the same. Im starting to feel like a spammer. Are there so few people using java and flex? I have been trying for many days to get this working. I...
Luke Vanderfluit
luketvanderf...
Offline Send Email
Feb 7, 2008
6:22 am
588
Please give code snippets to understand your problem and what is displaying in the console also will help. Thanks & Regards Venkatesh Babu TS Sr. Developer ...
Venkatesh Babu
venkateshbab...
Online Now Send Email
Feb 7, 2008
6:27 am
589
You put the hibernate direct on the mxml? How?? It´s works ?? To use Flex with Java (EJB3+JPA) I use GraniteDS in the middle. You use GraniteDS, Blaze, LCDS,...
Marcos Dantas
jocksterjock...
Offline Send Email
Feb 7, 2008
11:15 am
590
Hello, Have you looked at the Hibernate example in the samples.war that comes with LCDS? Are you using strong or anonymous types to exchange data between Java...
s1scaringi
Offline Send Email
Feb 7, 2008
5:04 pm
591
This is caused by the Java to AMF serialization of a Hibernate PersistentMap type. While the 'config' field in the object being serialized is declared as a...
s1scaringi
Offline Send Email
Feb 7, 2008
5:30 pm
592
Hi guys, This has been fixed in LCDS 2.6 in the HibernatePropertyProxy class (2.6 is not released but a beta program is currently running and if anyone's...
seth_hodgson
Online Now Send Email
Feb 8, 2008
5:43 pm
593
Hi Stephen. ... How do I set the debugging on server and client? Thanks. Kind regards. Luke....
Luke Vanderfluit
luketvanderf...
Offline Send Email
Feb 9, 2008
3:48 am
594
Hi. Im using flex with a hibernate backend. I have tables in a db that Id like to show using Datagrid. I have done tests and found that there is a limit to the...
Luke Vanderfluit
luketvanderf...
Offline Send Email
Feb 10, 2008
12:36 am
595
i just wonder whom you are going to show these 100000 records in DataGrid. Definitely it's not for the human eye and brain :). So, may the old school...
andrii_olefirenko
andrii_olefi...
Offline Send Email
Feb 10, 2008
9:33 am
Messages 566 - 595 of 760   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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