[flexcoders] adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread arieljake

Re: [flexcoders] adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread Sam Lai
If you're talking about the dialogs that come up with Eclipse crashes, then I highly doubt it. But if Microsoft sees an abnormally high number of reports for, say about the Flash plugin, they'll probably get on the phone and work it out with Adobe given how important that is for most users.

[flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Michael Schmalle
Hi, You can use these two properties to control scroll speed; container.verticalLineScrollSize container.verticalPageScrollSize Mike --- In flexcoders@yahoogroups.com, Sascha sbal...@... wrote: In Flex if you wrap a component into a Panel (or Canvas) which is larger than the Panel, by

Re: [flexcoders] Uploading file over HTTPS produces Error #2038: File I/O Error.

2009-04-13 Thread Wesley Acheson
I don't know if its related but the security certificate for www.elitehealth.com is invalid (belongs to dev.elitehealth.com). On Sun, Apr 12, 2009 at 8:03 PM, simonjohnriley simonjohnri...@yahoo.comwrote: We're uploading and downloading medical files using flex, so it has to be over HTTPS.

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Cato Paus
DO NOT TEST THIS... Trojan Horse Detected on page! --- In flexcoders@yahoogroups.com, tom93438 tcs2...@... wrote: One other test that would also be useful: Please hit: http://flatim3000.appspot.com/?fps=24 Does the same as before, but tests for 24 fps. thanks tom

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Cato Paus
After a hit, I did stop using the AVG.. and are now using Norton Internet Security, it uses Insigth and is much faster then AVG .. here is the link to the Trojan http://securityresponse.symantec.com/security_response/writeup.jsp?docid=2004-021914-2822-99 --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Paul Andrews
How did you find the trojan Cato - AVG reports nothing. What trojan is it? Paul - Original Message - From: Cato Paus ca...@brannsikring.no To: flexcoders@yahoogroups.com Sent: Monday, April 13, 2009 11:58 AM Subject: [flexcoders] Re: Flash speed test - please participate - only 1 click

[flexcoders] Re: Need help processing XML into Flex app

2009-04-13 Thread Jim
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Have you solved the namespace issue? Do you understand what I am asking? I guess I don't. I did add this to my mx:application tag: xmlns:ws=com.draper.* and had import com.draper.*; in my script section, but without those

[flexcoders] Re: Flex alternative to Microsoft's Seadragon

2009-04-13 Thread Cato Paus
Here you have it for Flex Deep zoom :) http://openzoom.org/ --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: - Original Message - From: Hyder hyder_...@... To: flexcoders@yahoogroups.com Sent: Sunday, April 12, 2009 8:26 PM Subject: [flexcoders] Flex alternative

[flexcoders] urgent

2009-04-13 Thread Sri Vidya
hi, ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=ws1.allEmployeeList(15,1) backgroundColor=white mx:Script ![CDATA[ import mx.controls.dataGridClasses.DataGridColumn; import mx.rpc.events.ResultEvent; import

Re: [flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Paul Andrews
LOL, I did exactly the opposite - dumped Norton for AVG! Looking at the page source, it has javascript scraping values from the navigator object and no doubt sending them back to base. I can't see that it does anything else. Paul - Original Message - From: Cato Paus

RE: re: [flexcoders] Problem drag and drop

2009-04-13 Thread Yves Riel
I tried to do it while modifying your code as little as possible. Copying is a lot more complex than moving and it can become a nightmare if you have children embedded inside your Title Window. I think that you may also have to clean up the BitmapData used as a drag proxy image to avoid memory

[flexcoders] Profile httpService call

2009-04-13 Thread flexaustin
Once upon a time I remember their being, I think, an AIR application that would allow you to run you compiled Flex app, and see the server/communication during an httpService call. Does anyone know what I am talking about? I can't seem to find it through Google. TIA

[flexcoders] Re: swfObject and deep linking

2009-04-13 Thread azona26
Thanks. I did find the templates and tested those as well. It appears that it is an issue with multiple SWFs being embedded in an html page. I have an unconventional layout in that I have my Flex Application as well as a flash (created) animation embedded in the same page. If I remove the flash

RE: [flexcoders] Profile httpService call

2009-04-13 Thread Gregor Kiddie
Are you thinking about ServiceCapture or Charles? Not Air apps, but do what you describe... Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit

[flexcoders] Re: Profile httpService call

2009-04-13 Thread valdhor
I think you may be thinking of AppPuncher... http://www.themidnightcoders.com/products/ria-apppuncher/overview.html --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Once upon a time I remember their being, I think, an AIR application that would allow you to run you

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread smitade
Calling mssql procs through flex can be done using pyamf. Here's some code using pyamf: http://freevryheid.x10hosting.com/drupal/?q=node/15 --- In flexcoders@yahoogroups.com, Mic chigwel...@... wrote: I have to embed my SQL within Flex until I can work out how to call a SQLServer proc from

RE: [flexcoders] How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Tracy Spratt
User the \n sequence to insert newlines in a string. How are you communicating with SQLServer? You should be aware that using native http has security consequences. So does allowing dynamic sql. You would do better to use a server side process to integrate with the database. Tracy

Re: [flexcoders] Re: Flex, SharePoint and SQLServer

2009-04-13 Thread Alain Thibodeau
Hi Gerry, I just started working with Lists.asmx. Just like Tom, I too would be interested in seeing some examples thank-you! From: Gerry McLarnon ge...@brickpigs.com To: flexcoders@yahoogroups.com Sent: Wednesday, April 8, 2009 5:19:07 PM Subject:

RE: [flexcoders] Re: Need help processing XML into Flex app

2009-04-13 Thread Tracy Spratt
I am speaking about XML namespaces. If a node is abc:MyNode, then in the e4 x expression you need to writhe myXML.abc::MyNode; Or declare and use a Namespace The single node behavior suggests that you have left the resultFormat at its default object. And that is why you are not seeing the

RE: [flexcoders] Google in text area

2009-04-13 Thread Tracy Spratt
There are several components available, use one of them. I like Alistair Rutherford's version. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthilkumarirtt Sent: Monday, April 13,

[flexcoders] Re: PrintAdvancedDataGrid Problem

2009-04-13 Thread lehaianh1986
Can anyone help me solve my problem?

[flexcoders] encoding video files (.mov, .avi etc) to flv during upload in flex coldfusion

2009-04-13 Thread stinasius
hi i have a website where i would like viewers to upload videos to but i realized flv player only plays files of the .flv extension. how can i encode the files to .flv during the upload process in flex app with a coldfusion backend or is it impossible?

[flexcoders] Soap Response cannot be decoded. -- Worked on Friday!

2009-04-13 Thread Nate Pearson
I have a stock widget at my company that brings in stock quotes from yahoo. It's been running fine for the last 3 months. This morning I get the error below when I try to get the stock info. Doesn't work on server or my desktop. It uses an HTTP service. If I just type in the URL i get the

[flexcoders] Re: Uploading file over HTTPS produces Error #2038: File I/O Error.

2009-04-13 Thread Anthony DeBonis
I ran into this exact issue with a self signed cert on a staging server- once we installed a valid cert all was well.

[flexcoders] Re: encoding video files (.mov, .avi etc) to flv during upload in flex coldfusion

2009-04-13 Thread carloscarvalhar
Well, this isn't a flex problem, you need to convert it by a serve side script. I have no idea about couldfusion, but i did once using ffmpeg with php. http://ffmpeg-php.sourceforge.net This ffmpeg can be runned in windows or linux, not sure about mac. Converting a video consumes a lot of

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread tom93438
Wow ! There is some serious paranoia here. This page does exactly what I described in my original email, and nothing more. I created it to learn something, which I plan on sharing back with this community. I've been posting to this list for a while, so I would sort of hope that there could

[flexcoders] Re: Google in text area

2009-04-13 Thread markgoldin_2000
I use Alistair Rutherford's version as well. --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: There are several components available, use one of them. I like Alistair Rutherford's version. Tracy Spratt, Lariat Services, development services available _

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread tom93438
I don't know what Symantec is smoking, but we as developers all know how wrong software can be. I suspect it's objecting to the JS, which is lifted directly from an Adobe sample, which can be inspected here:

Re: [flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Steve Mathews
For anyone who cares, I ran swfScan on the swf and it only does what is advertised. A quick look at the page source and I didn't see anything fishy there either. On Mon, Apr 13, 2009 at 9:55 AM, tom93438 tcs2...@gmail.com wrote: Wow ! There is some serious paranoia here. This page does

[flexcoders] Module Loading and Unloading

2009-04-13 Thread murali dharan
Hi All, I am breaking my application into smaller modules.I am able to Load my Modules but not able to unload my modules so that i am not able reload my previous modules. Can any one give suggestions on the above?. Please suggest me some sites where i can get the sample project which is loading

[flexcoders] Automation of Flex using QTP

2009-04-13 Thread Vaibhav Chauhan
Hi, I am using flex for some time and now I have to implement automation testing in Flex using QTP. During building my app through Flex Builder, I include following 4 swc files as additional compiler arguments to make my app testable using QTP. Files: 1. automation.swc 2. automation_agent.swc

Re: [flexcoders] Module Loading and Unloading

2009-04-13 Thread claudiu ursica
Make sure you do not use embedded css into modules and you perform proper cleaning before unloading ... There is a good document from adobe modular.pdf google for it it shoul give you some hints ... C From: murali dharan muralidharan@gmail.com To:

[flexcoders] white box under backgroundImage for List component?

2009-04-13 Thread gwangdesign
Hi, I am having a problem with using CSS to assign backgroundImage for my component which subclasses List. The problem is on the very bottom of the component there is always a solid while rectangle that I cannot get rid of. I'vetried the same CSS for a Box component and there is no such a

[flexcoders] Re: Profile httpService call

2009-04-13 Thread flexaustin
Yes! AppPuncher! Thanks so much J --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: I think you may be thinking of AppPuncher... http://www.themidnightcoders.com/products/ria-apppuncher/overview.html --- In flexcoders@yahoogroups.com, flexaustin flexaustin@

[flexcoders] script running longer than....

2009-04-13 Thread flexaustin
I have Flex app that needs to request new data, via httpservice, every 10 to 15 minutes and was wondering how to achieve this. FYI, because of the implementation of our app and distribution we can't use AMF or anything else to push data to the app so that is out. My first thought is to use a

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread gwangdesign
Hi Tim, Oops! My bad. I forgot to trim the transparent space off the background image in the bin-debug folder... Thanks much for the hint. No everything works fine. Back to cave... --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi, A couple of things that you need to

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread Tim Hoff
Yep, null is better. -TH --- In flexcoders@yahoogroups.com, gwangdesign gwangdes...@... wrote: Hi Tim, Oops! My bad. I forgot to trim the transparent space off the background image in the bin-debug folder... Thanks much for the hint. No everything works fine. Back to cave... --- In

Re: [flexcoders] Problem with LinearAxis on an horizontal axis

2009-04-13 Thread Maciek Sakrejda
Enri, LinearAxis should do just what you expect--CategoryAxis is more like the behavior you are describing. Can you show us more details on your chart definition? -Maciek -Original Message- From: enriirne enrii...@yahoo.it Reply-to: flexcoders@yahoogroups.com To:

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread gwangdesign
I figured it out, sort of. Setting backgroundcolor to null gets rid of the white box underneath. backgroundColor: null; But now the new problem is that each the rollover/selected row has a bar that stretches beyond the boundary of the background image (bigger than for the rows on the

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread Tim Hoff
Hi, A couple of things that you need to do to make this happen. First, remove as much of the padding, in the image png file, that you can. Otherwise, the list items will be positioned outside of the background image. Second, you can fool flex by adding these two lines to your css:

[flexcoders] XML namespace to aaa, aab, etc

2009-04-13 Thread Aaron Hardy
Hey flexers, I have the following XML in a variable named node of type XML: g aah:type=imageGroup aah:group-id=2 aah:group-type-id=1 opacity=0.5 xmlns=http://www.w3.org/2000/svg; xmlns:aah= http://aaronhardy.com/svg; xmlns:xlink=http://www.w3.org/1999/xlink;

[flexcoders] Masked Text Input

2009-04-13 Thread markgoldin_2000
Is it possiblt to set its mask to accept any char? I have tried . but it does not take numbers. Thanks

[flexcoders] Re: adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread arieljake
Nope, I am referring to this: Adobe AIR Debug Launcher has encountered a problem and needs to close. We are sorry for the inconvenience. --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: If you're talking about the dialogs that come up with Eclipse crashes, then I highly

[flexcoders] can't copy/paste

2009-04-13 Thread Dennis Falling
On some TextInputs/TextArea's, I'm completely unable to use keyboard copy/paste shortcuts, but the mouse contextual menu works. This happens on mac and pc. The code's too complicated to submit, so does anyone know of things that prevent copy/paste from working? Thanks.

[flexcoders] check for daylight savings time

2009-04-13 Thread Dennis Falling
I'm trying to print the time zone for a date, and need to know the daylight savings time. Is there a way to get this in flex? Thanks.

re: [flexcoders] Masked Text Input

2009-04-13 Thread j...@cfwebtools.com
try setting restrict = null -- Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: markgoldin_2000 markgoldin_2...@yahoo.com Sent: Monday, April 13, 2009 4:07 PM To:

[flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Daniel Freiman
I want to receive a ResultSet from Java/Blaze DS. Obviously this won't work as stated, but I'm having trouble finding a correct/viable alternative. Anyone know how this is supposed to be done? - Daniel Freiman ▼ ▲

RE: [flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Tim Rowe
Have you already read into use of Transfer Objects and Data Access Objects, or are you looking for a solution a little more raw than that? Tim Rowe Software Engineer carsales.com Ltd From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

Re: [flexcoders] adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread Sam Lai
Same process, so I doubt it. That's a Windows telemetry thing, and while there are APIs to hook into that for recovery, I don't think you can redirect the reports. On second thoughts, I vaguely remember there's a section on the Microsoft website where app developers can apply to view telemetry

Re: [flexcoders] Flash speed test - please participate - only 1 click required !

2009-04-13 Thread Sam Lai
Tom, Could you make the stats available after you complete the test, and also do something on the page so we know the test is running, and not just hung (e.g. A running counter)? Maybe that will give people some more confidence that it is doing what it claims to be doing. P.S. Can't stand

Re: [flexcoders] check for daylight savings time

2009-04-13 Thread Sam Lai
There's probably a web service out there you could call, or you could just write some server side code to read that information from the server. I'm on my phone so don't have any links, but a Google search should be able to get you something. On 4/14/09, Dennis Falling dfall...@gmail.com wrote:

[flexcoders] Re: check for daylight savings time

2009-04-13 Thread lampei
My FlexDateUtils library has a class in it to check for DST http://code.google.com/p/flexdateutils/ --- In flexcoders@yahoogroups.com, Dennis Falling dfall...@... wrote: I'm trying to print the time zone for a date, and need to know the daylight savings time. Is there a way to get this in

[flexcoders] Re: Masked Text Input

2009-04-13 Thread markgoldin_2000
Yes, but I want to provide a number of chars to limit to. Like inputMask=# limits entry to 5 numbers. --- In flexcoders@yahoogroups.com, j...@... j...@... wrote: try setting restrict = null -- Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154

[flexcoders] Slider question: click on track and drag?

2009-04-13 Thread Eric Cooper
I would like to have sliders whose 'track' could be clicked on to move thumb and whose thumb would then become receptive to thumbDrag. Is there some easy way to enabled this? What I see now, is that a mouse-down event on track will move thumb. But then the user has to release the mouse button

[flexcoders] anyone know of a good (free) flex component for playing video/swfs?

2009-04-13 Thread gmoniey22
I'm looking for a simply (and reliable) flex component which can play a flv or a swf and has the basic controls (Play/Pause/Progress bar) Any suggestions? Thanks

Re: [flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Daniel Freiman
Yeah, something more raw. If the ResultSet was natively serializable (w/ multiple rows of data), I'd be happy. I've found from previous iterations of this project, that raw-ish data was the way to go here, and previous languages I used easily allowed for that. - Dan 2009/4/13 Tim Rowe

Re: [flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Josh McDonald
You could put them in a list of HashMaps, which should get serialised into an Array of simple name-value objects on the way to the Flex client? -Josh 2009/4/14 Daniel Freiman freima...@gmail.com Yeah, something more raw. If the ResultSet was natively serializable (w/ multiple rows of

re: [flexcoders] Re: Masked Text Input

2009-04-13 Thread j...@cfwebtools.com
You can use a simple handler of a keyboard event to test the length and only allow the input if it is .length = 5. -- Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From:

RE: [flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Sascha
Thanks a lot Mike, these looked promising but somehow they don't seem to do anything. If I just simply set verticalLineScrollSize of a Panel component the scrolling always stays the same slow defaul scrolling speed, even if I set it to 100. Is there anything else I need to care about when trying

[flexcoders] Script Time out Issue

2009-04-13 Thread Kuldeep Atil
Hi All, I am facing an issue of script time out while printing multiple pages. I get #1502 error which says 15 seconds script time limit. The livedocs on adobe site says the default script time out is 60 secs. I am not sure how to increase that. Any help would be appreciated. Thanks, Kuldeep

[flexcoders] problem with mx:horizontalAxisRenderers

2009-04-13 Thread Vikram Singh
Hello Friends, there are many items on X-Axis so can't see clearly name of each and every item. I have tried to implement mx:horizontalAxisRenderers to view chart very clear. But its not perfectly implemented on chart having very long name. how can i implement on it? please give some idea.

[flexcoders] Can Flex Access Database on different web server than application web server

2009-04-13 Thread raja_s_patil
Hello, We plan to do as follows We will keep all application files on a web server say www.xxx.com and we would like to keep our database on all together different web server say www.yyy.com which is at different physical location. By doing so can flex application access data ? if yes what are

RE: [flexcoders] Script Time out Issue

2009-04-13 Thread Tracy Spratt
It is a property on Application, scriptTimeout, I believe. I seem to recall reading that the timeout message always says 15 seconds. Note, 60 seconds is a hard, maximum. You cannot increase beyond that. Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
Hi Tracy, I bought the $19 FlexCubed FlexSQL, which uses a SWC and a server-side asp which I place in wwwroot/website. Talked to them and they do not support procs deadline means having to embed while look for proc solution. They pass the e.g. select statement to their SWC as a string,

RE: [flexcoders] Can Flex Access Database on different web server than application web server

2009-04-13 Thread Tracy Spratt
Flex does not access any database directly (except maybe SQLServer, via native http endpoints) You must use a server platform for database integration. .Net, php, ColdFusion, java, etc are popular server tier platforms. Flex communicates primarily via the RPC protocols, HTTPService,

[flexcoders] Re: How to put a well-formatted SQL statement in a string?

2009-04-13 Thread Mic
Thanks - on my way there right now, Mic. --- In flexcoders@yahoogroups.com, smitade smit...@... wrote: Calling mssql procs through flex can be done using pyamf. Here's some code using pyamf: http://freevryheid.x10hosting.com/drupal/?q=node/15 --- In flexcoders@yahoogroups.com, Mic