[flexcoders] Re: firefox and FileReference.upload over SSL - error 2038

2007-09-26 Thread schneiderjim
If it's any consolation, I'm having the same problem, but have chosen to bury my head in the sand for right now. One twist that I may add is that we have an SSL accelerator in front of our app server, but I have no idea what that may or may not do. Regardless, the problem still exists for me.

[flexcoders] Where is URLRequest data on server side

2008-07-09 Thread schneiderjim
I'm using URLRequest and navigateToUrl to invoke a server side (java servlet) reporting function (returns PDF in new browser window). To get it to work quickly, i just attached HTTP parameters to the URL and grabbed them from the HTTPServletRequest on the server. However, I believe we are now

[flexcoders] Favorite drawing tool

2008-08-12 Thread schneiderjim
Anyone have any favorites for a flex/flash-based drawing tool?

[flexcoders] Re: Where is URLRequest data on server side

2008-08-28 Thread schneiderjim
Bump. --- In flexcoders@yahoogroups.com, schneiderjim [EMAIL PROTECTED] wrote: I'm using URLRequest and navigateToUrl to invoke a server side (java servlet) reporting function (returns PDF in new browser window). To get it to work quickly, i just attached HTTP parameters to the URL

[flexcoders] Re: Where is URLRequest data on server side

2008-08-29 Thread schneiderjim
that to navigateToURL(...). On the server, you can access these name/value pairs as request parameters (HttpServletRequest#getParameterMap()). Using navigateToURL() is the right way to do this. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of schneiderjim Sent: Thursday

[flexcoders] Flex 2 to Flex 3 - LCDS

2008-10-27 Thread schneiderjim
We purchased Flex 2, which at the time, I believe included LCDS (or whatever it was called at the time). My belief is that we only use LCDS (currently) for remote object calls (I'm honestly not sure we need LCDS for remote object, but I'll assume for now that we do [without changing backend

[flexcoders] Re: Flex 2 to Flex 3 - LCDS

2008-10-28 Thread schneiderjim
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of schneiderjim Sent: Monday, October 27, 2008 3:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2 to Flex 3 - LCDS We purchased Flex 2, which at the time, I believe included

[flexcoders] Custom combobox even propagation

2008-11-05 Thread schneiderjim
Flex 2.0.1 We are dynamically generating/building a form and putting it in a content area. The form has a list of fields that are custom fields (wrappers for the real UI component). I'm trying to capture a key press in the content area. It works for the TextInput custom component, but not the

[flexcoders] Re: Custom combobox even propagation

2008-11-10 Thread schneiderjim
/30/quick-tip-avoid-issues-using-adobes-autocomplete-input-component-using-flex-3/ --- In flexcoders@yahoogroups.com, schneiderjim jschneider@ wrote: Flex 2.0.1 We are dynamically generating/building a form and putting it in a content area. The form has a list of fields

[flexcoders] Re: Custom combobox even propagation

2008-11-10 Thread schneiderjim
. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Try listening in capture phase From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of schneiderjim Sent: Sunday, November 09, 2008 4:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Custom combobox

[flexcoders] Flex 2 charting license with Flex 3 sdk

2008-11-18 Thread schneiderjim
We purchased the Flex 2 charting license. Now, we have upgraded to the Flex 3 SDK. We haven't (yet) purchased Flex Builder 3 as we/I don't use Flex Builder very much. I do command line/ant builds and editing with my text editor du jour. However, since upgrading to the Flex 3 sdk, we are now

[flexcoders] Re: Flex 2 charting license with Flex 3 sdk

2008-11-18 Thread schneiderjim
to the Flex 3 SDK? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, schneiderjim jschneider@ wrote: We purchased the Flex 2 charting license. Now, we have upgraded to the Flex 3 SDK. We haven't (yet) purchased Flex Builder 3 as we/I don't use

[flexcoders] Bounce: Favorite Flex/Flash drawing tool component

2008-12-04 Thread schneiderjim
I was wondering whether anyone had any suggestions/favorites for a flex/flash based drawing tool component. That is, be able to load an image (from server) on to a canvas, mark it up with the standard drawing tools, then save back to the server. Don't need to maintain the graphics layers. Ideally

[flexcoders] Flex/flash and Firefox 3.0.x performance

2008-12-05 Thread schneiderjim
Flex: 2 Flash: 9 and 10 Has anyone experienced performance issues with a flex/flash app running on Firefox 3.0.x. After poking around my app for a bit and then doing nothing, the firefox 3.0.x process sits at about 40% CPU usage. Doing the same with Firefox 2.0.0.18 and the firefox process goes

[flexcoders] Re: [Bounce] Flex and Firefox 3.0.x performance

2008-12-10 Thread schneiderjim
Thought I'd try again to see whether anyone has experienced this and what they did to solve it. --- In flexcoders@yahoogroups.com, schneiderjim [EMAIL PROTECTED] wrote: Flex: 2 Flash: 9 and 10 Has anyone experienced performance issues with a flex/flash app running on Firefox 3.0.x. After

[flexcoders] Local computer access - best practices/successes

2009-02-04 Thread schneiderjim
We have a need to access resources on the local computer. Specifically, devices connected to the serial/parallel/usb/... interfaces. I was wondering how others have succeeded with this in a flex/air environment. I was hoping that AIR would make this possible, but it doesn't appear so yet. Is

[flexcoders] first user tab is slow

2009-03-09 Thread schneiderjim
Flex: 2.0.1 In our app, we experience a significant delay when the user tabs from the first form field to the second. After that, tabs work as expected. Is there a reason for this? Is there a way to eliminate this delay? I'm not sure whether this is a factor, but many (not all) of the forms

[flexcoders] Re: first user tab is slow

2009-03-10 Thread schneiderjim
that would be even more problematic. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of schneiderjim Sent: Monday, March 09, 2009 2:08 PM