Scroller Within Scroller?

2014-05-06 Thread leejk
Hello, I have a custom component that displays data in rows with column headers. These rows are within a group that is wrapped around a scroller component that is locked to vertical scrolling. The column header is in another group that is outside of the inner scroller and therefore does not scroll

RE: Expanding ADG to particular level

2014-05-06 Thread Oleg Konovalov
As I mentioned, I am using GroupingCollection2 as ADG dataProvider. And it doesn't seem to have anything like openNode or expandItem. So how can expand its root node? Please advise. TIA, Oleg On May 5, 2014 11:08 AM, "Oleg Konovalov" wrote: > I am thinking of another solution: > > Make displayI

Re: Flex movile save pdf and send by mail, Android, IOS.. alivePdf + SMTPMailer

2014-05-06 Thread Angelo Lazzari
I had a problem like your but using an ANE to send the pdf...and the solution was correct the mime type of the mail attachment... i put "application/pdf"... don't know if it could be the same problem. Angelo 2014-05-06 17:24 GMT+02:00 FreddyKrueger : > Good afternoon. > I have to save a PDF a

Flex movile save pdf and send by mail, Android, IOS.. alivePdf + SMTPMailer

2014-05-06 Thread FreddyKrueger
Good afternoon. I have to save a PDF and send from your mobile device. I saved and costs. Arrives mail without problems. But when I try to open the pdf gives me error. Reader, tells me that the file is not what was expected and could be unencrypted. I hit you the code. thank infinitely help

Please Vote to Fix H.264 + Stage3D support!!

2014-05-06 Thread Villmer
Please vote to have Bug 3744843 evaluated by Adobe!! Thank you! https://bugbase.adobe.com/index.cfm?event=bug&id=3744843 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Please-Vote-to-Fix-H-264-Stage3D-support-tp6390.html Sent from the Apache Flex Users mailing

RE: Force last SWF downloading

2014-05-06 Thread mark.kessler.ctr
We just add a version after the file in the server pathing... myfile.swf?v=1.2.3.4 That way it can cache the swf's by version. To fix getting data pulls from the server being cached you can set the expiration date on the server response to already be expired once it gets to the client. -Mark

Re: AW: Displaying HTML content in Flex Mobile Application

2014-05-06 Thread sam991
Yes Daniel, I am targeting all 3 platforms (iOS, Android, and windows) For iOS and Windows this stagewebview works fine but for Android i am using navigateToURL() which visits the browser and downloads it and help user to view it. -- View this message in context: http://apache-flex-users.2

RE: Flex 4.12.1 issue with CalloutButton

2014-05-06 Thread Maurice Amsellem
The only minor change to Callout in 4.12.1 was to remove a compiler warning. As you using the desktop or the mobile version ? Can you post a sample code that shows the issue. Maurice -Message d'origine- De : Guckelsberger, Günter [mailto:guckelsber...@mapletec.de] Envoyé : mardi 6 mai

AW: Displaying HTML content in Flex Mobile Application

2014-05-06 Thread Daniel Tiefenauer
Are you targeting Android devices too with your mobile application? If so, you should stay away from loading PDF-Urls with StageWebView, since this afaik only works on iOS devices. The reason for this is that StageWebView uses your device's system browser engine to render HTML. That's why it wor

Flex 4.12.1 issue with CalloutButton

2014-05-06 Thread Guckelsberger , Günter
Clicking an opened callout closes the button. This is true with flex 4.12 Now with sdk 4.12.1 this no longer works, clicking outside the opened callout closes the button as before, but clicking the button itself doesn't close the callout. Guenter

Play video using FMS in iPad

2014-05-06 Thread sam991
Hi everyone, I have been doing this for about a week now, but haven't found any solution yet. I have followed tutorials from this link: http://www.adobe.com/devnet/adobe-media-server/articles/install-verify.html I do