Flash Builder 4.7 will not compile android app with Harmans air

2020-03-12 Thread agm65
Hi all, i have downloaded the newest Harman AIR and my Apps are starting again in the Flashbuilder 4.7. But i can't create the ipa/apk package. It does nothing after clicking create. thx for help -- Sent from: http://apache-flex-users.246.n4.nabble.com/

RE: Flex 4.16.1 broken for AIR33.1?

2020-03-05 Thread agm65
Hi, yes please update the Flex version to run with the new AIR SDK 33.1. We need 64 Bit support in our apps. Is it also possible to fix the Flex SDK installer that we can download an nightly build with that fix? KR -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-04 Thread agm65
Hi, did you find a solution? Same issued here.. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Jar signer error while upload to google play store

2019-10-17 Thread agm65
Hi all, i am getting this error after uploading my new app version (flex 4.16.1, air sdk 32) to the play store. ERROR (Jar signer CERT.RSA): Failed to verify JAR signature META-INF/CERT.RSA against META-INF/CERT.SF: java.security.SignatureException: Signing certificate has unsupported critical ex

Re: Running AIR apps in iOS Simulator - How To

2019-03-20 Thread agm65
it works very very well. no large css! yippi! awsome! thanks alot! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Auto changing the gaps,font size based on application DPI in Flexmobile

2019-03-19 Thread agm65
Hi Erik, thanks alot for your answer. For my better understanding: The runtimeDPI value is the value of my device and it sets my applicationDPI value to one of those 6 values (120-640). And this applicationDPI value is used in the css to switch my font sizes etc? So with defining new ranges i ca

RE: Auto changing the gaps,font size based on application DPI in Flexmobile

2019-03-19 Thread agm65
Hi all, what is the difference between runtimeDPI and application DPI? I have some problems with very large displays like the google pixel2. It runs with 480 dpi. Everything looks to small with my 480 dpi settings. If i use the values for 640dpi it looks good. Any idea? And where to find the mul

Re: Multilanguage support doing the right way?

2019-02-28 Thread agm65
thanks alot! this is what i need!! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Multilanguage support doing the right way?

2019-02-25 Thread agm65
Hi all, i want to make my app in 4 languages. I need to know how to setup those languages correctly. Also how to localize the os language to set the right language automaticly. Thx for help! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Problem installing SDK

2018-04-23 Thread agm65
Hi, i startet the installer as admin, Now it works! Thanks alot! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Problem installing SDK

2018-04-23 Thread agm65
Hi Piotrz, thx for updaing it. now i am getting this error: Download abgeschlossen Lade OSMF2_0.swc?format=raw von: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs herunter [get] [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #

Re: Problem installing SDK

2018-04-21 Thread agm65
Hello, same problem: Lade OSMF2_0.swc?format=raw von: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs herunter Validating download: sdk/frameworks/libs/osmf.swc OSMF download failed Installation abgebrochen: http://flex.apache.org/track-installer.html?failure=true&label=

Re: Get title from mp3 stream

2018-04-21 Thread agm65
Thx for your answer. I do the same right now. Get the data from an api. But i'll check the stream. Thx alot! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Get title from mp3 stream

2018-04-17 Thread agm65
Hi all, i want to get the tile of the songs playing on mp3 stream: it seems that the onID3InfoReceived is not fired, any ideas how to get the titles? private var req:URLRequest; private var context:SoundLoaderContext = new SoundLoaderContext(8000); private var s:Sound; private var channel:

Re: This call requires CameraRoll permission.

2017-09-04 Thread agm65
it works! thanks alot! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

This call requires CameraRoll permission.

2017-08-15 Thread agm65
Hi all, i have problems accessing the cameraroll: PermissionError: 'Error #3800: This call requires CameraRoll permission.' I added this to the manifest: Any ideas? Is there something like this?: thx for help! -- View this message in context: http://apache-flex-users.246.n4.nabbl

Re: Still problems using the installer

2017-06-16 Thread agm65
same problem. i have installed air 26 but still the error# 1000. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Still-problems-using-the-installer-tp15279p15327.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Optimize speed on Android

2017-06-16 Thread agm65
thx alot! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Optimize-speed-on-Android-tp15284p15325.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Optimize speed on Android

2017-06-03 Thread agm65
Hi all, how to increase the speed on Android? On ios my app runs nearly like native apps but on android its a bit to slow. The hardware of my android device is not much worse than the ios device. Setting up cpu/gup rendering does nothing. Any suggestion or tipps? -- View this message in conte

Re: MultiDPIBitmapSource multiple use

2017-05-30 Thread agm65
thx alot! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MultiDPIBitmapSource-multiple-use-tp15275p15277.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: xamarin captive runtime or real native

2016-06-22 Thread agm65
yes, possible. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/xamarin-captive-runtime-or-real-native-tp12915p12920.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

xamarin captive runtime or real native

2016-06-22 Thread agm65
hi all, i know this is offtopic but me and my friends are talking about microsoft xamarin as solution for native mobile development. the question is: real native or captive runtime like air? i found this: https://developer.xamarin.com/guides/android/advanced_topics/application_package_sizes/ an

Re: Datagrid keep vertical scroll position after dataprovaider change

2016-06-22 Thread agm65
perfectly! thx alot! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Datagrid-keep-vertical-scroll-position-after-dataprovaider-change-tp12850p12914.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Datagrid keep vertical scroll position after dataprovaider change

2016-06-17 Thread agm65
Hi all, how to keep the vertical scroll position after the dataprovider changed data? ensureCellIsVisible(x) sets botthe original scroll position. i also tried this: myGrid.grid.verticalScrollPosition = lastvpos; but nothing works.. thx for help. -- View this message in context: http://a

Re: swfobject call flash function

2016-02-18 Thread agm65
Hi, thx for the answer. With this call i am getting the same error -> undefined. It works now but only on a server. thx -- View this message in context: http://apache-flex-users.246.n4.nabble.com/swfobject-call-flash-function-tp11991p12015.html Sent from the Apache Flex Users mailing list

Re: swfobject call flash function

2016-02-18 Thread agm65
Hi, on button click. I tested several seconds after flash is shown. I am running out of ideas. Wait, it seems to work on a local server. But not locally eithout server, is that true? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/swfobject-call-flash-functio

Re: swfobject call flash function

2016-02-17 Thread agm65
Hi, thx for the answer. This is the as3 part of my app. Security.allowDomain("*"); ExternalInterface.addCallback("startAllAni",startAllAni); function startAllAni(){ main.hand.gotoAndPlay(2); } It looks like that document.getElementById does not get the flashobject as object cause of the

swfobject call flash function

2016-02-17 Thread agm65
Hi all, i have problens calling a function in my flash: var flashvars = { }; var params = { allowScriptAccess: "always", wmode: "transparent", quality: "high", menu: "false" };

Re: App runs on Ipad only with cellular?

2015-10-01 Thread agm65
Hi, thanks for the answer. Apple: Include this key if your app requires (or specifically prohibits) the presence of GPS (or AGPS) hardware when tracking locations. (You should include this key only if you need the higher accuracy offered by GPS hardware.) If you include this key, you should also

App runs on Ipad only with cellular?

2015-09-28 Thread agm65
hi all, my app uses the geolocation sensor to find your current location. I had to add this to the descriptor file: location-services gps now in the app store it says the app runns with all ipads with cellular. so it does not work with ipads without a phonecard. is there a workround for thi

Re: iOS8 Geo Sensor descriptor tag

2015-07-24 Thread agm65
got it, works! UIRequiredDeviceCapabilities location-services gps NSLocationWhenInUseUsageDescription

iOS8 Geo Sensor descriptor tag

2015-07-23 Thread agm65
Hi all, what is the gps descriptor tag for iOS8? I have the problem that on ios8 the location is always muted. And also in the device settings its always off. When i turn it on it automaticly switches to off. Thanks for help. -- View this message in context: http://apache-flex-users.246.n

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-13 Thread agm65
Hello, cool i didn't know that ..ahh i see thanks alot for this tip! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-a-horizontal-layout-tp10735p10751.html Sent from the Apache Flex Users mailing list archive at Nabbl

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-13 Thread agm65
Hi, i am using 4.14.1 thats what the page (http://flex.apache.org/) and the SDK installer tell me is the newest one. am i wrong? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-a-horizontal-layout-tp10735p10749.html

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-12 Thread agm65
hi, thanks for the infos. no i did not try nightly build i am waiting for the release. thanks to the whole flex team for the good work. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-a-horizontal-layout-tp10735p107

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-11 Thread agm65
hi piotrz, thx for the offer but i canceled using the horizontal slider. do you know when sdk 4.15 will release? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-a-horizontal-layout-tp10735p10745.html Sent from the Apa

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-10 Thread agm65
hi again, now i am using a datagroup within a scroller..exactlly the same ;(..thx for testing it. what flex version do you use? i am using the newest one with air 18. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/100-width-for-an-ItemRenderer-in-a-list-with-

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-10 Thread agm65
Hi piotrz, yes you understand me correctly. screen On top of the image is my result. With the green border is what i want. Like in your screen. Can you please post your list settings, maybe i forgot something. Thx -- View this message in conte

Re: 100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-09 Thread agm65
hi piotrz, first thanks for the answer. i want 100% of the whole itemrenderer. i also added this to it: The list should show up only one item at start and the size of one item should be the whole list size: And thx for

100% width for an ItemRenderer in a list with a horizontal layout?

2015-07-09 Thread agm65
Hi all, i have a problem to set the width of my itemrenderer to 100% in a horizontal list. i want to show one item per slide. It drives me crazy. do you have any ideas? thx for help. http://ns.adobe.com/mxml/20

ios textinput: displayaspassword text lost after focus out

2015-05-26 Thread agm65
hi all, i have a problem with textinput and sisplayaspassword on ios. if i left the textinput the field shows nothing (it should show **) when i go back to the field it shows the pwd chars. this is my css: s|TextInput{ borderVisible:false; skinClass:ClassReference("spark.skin

Re: StageWebView define click event?

2014-06-03 Thread agm65
Hi again, also if i click on a link nothing happens, it does not try to load the other page. Any ideas? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageWebView-define-click-event-tp6730p6759.html Sent from the Apache Flex Users mailing list archive at Nabb

Re: StageWebView define click event?

2014-06-03 Thread agm65
Thanks alot Morris, i'll try it! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageWebView-define-click-event-tp6730p6758.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

StageWebView define click event?

2014-06-02 Thread agm65
Hello is it possible with a webview to define a click event, that if i click on a link another action will be executed? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageWebView-define-click-event-tp6730.html Sent from the Apache Flex Users mailing list archi

HTML text in textarea (in ItemRenderer): shown after scrolling..

2014-05-31 Thread agm65
Hello, its me again... I decited to use the simple html tags (flex provides) to display my html text in textarea but here come the next problem, thats my itemrendere code: override public function set data(value:Object):void { super

Re: How to display HTML Content in Flex?

2014-05-26 Thread agm65
Hello Andrew, tanks for the answer i hope i'll help me. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-display-HTML-Content-in-Flex-tp6632p6636.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: How to display HTML Content in Flex?

2014-05-26 Thread agm65
hi, damn does not work with spark. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-display-HTML-Content-in-Flex-tp6632p6637.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: How to display HTML Content in Flex?

2014-05-26 Thread agm65
Hi John, yes it would work for a single page but not in an item renderer with recyling. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-display-HTML-Content-in-Flex-tp6632p6634.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

How to display HTML Content in Flex?

2014-05-26 Thread agm65
Hello everybody, i have got a big problem: in my app, i need to display html content coming from an api. I tried those textarea with html text this works no really good. I can't format the html cause of the error i posted some days before. Is there a way to display HTML Content (i an item rende

styleSheet and textarea Problem

2014-05-21 Thread agm65
Hello everybody, i have a problem adding a stylesheet to my textarea to format the html text. Thats my code class: public static var styles:String = "a { color: #33CCFF; } a:hover { color: #3366CC; text-decoration: underline; }"; public static var myStyleSheet:StyleSheet = new StyleSheet(); rend

Re: styleSheet and textarea Problem

2014-05-21 Thread agm65
Hello again, i think its the resetting in the renderer this prevents it. if(StyleableTextField(this.txtMessage.textDisplay).styleSheet != null) StyleableTextField(this.txtMessage.textDisplay).styleSheet = myStyleSheet; have a nice day! -- View this message

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-23 Thread agm65
hi, not really. I use the skin class in a popup (SkinnablePopUpContainer) with: resizeForSoftKeyboard = false; moveForSoftKeyboard = false; maybe thats the problem? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-17 Thread agm65
thx alot for the info. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6159.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-16 Thread agm65
Hello again, i will tests it and write back.. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6148.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-16 Thread agm65
Hello, thats strange if i change my code to skinClass="spark.skins.mobile.TextInputSkin". It works with the softkeyboard and scroll with with spark.skins.mobile.ScrollingStageTextInputSkin it does not work. What is the deifferent between those classes? -- View this message in context: http://a

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-15 Thread agm65
Hi, okay cool i'll wait and try some other things.. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6133.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-15 Thread agm65
Hi Maurice, i am using the new 4.12 sdk, air 1.30 beta. This is my code: -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6131.html Sent fro

Re: How to play video from server in flex

2014-04-15 Thread agm65
Hello, i think there are two ways, one is the progessive download like youtube video and the other is streaming the videos with media server or what i prefer red5 server. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-play-video-from-server-in-flex-tp61

ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-15 Thread agm65
Hi everybody, i changed my textinput field from spark.skins.mobile.TextInputSkin to the new spark.skins.mobile.ScrollingStageTextInputSkin to enable the softKeyboardType. But now when i focus the textinputs (they are in a scroller) the scroller does not scroll them over the softkeyboard like befor

RE: "StageTextInput can now be included in scrollable content" does not work?

2014-03-17 Thread agm65
Hello again, it works. I had a problem with my old code cause on click somewhere else the textinput i set the focus to the background. This worked before chaning the skin. I removed it and now everything works! Thx alot! -- View this message in context: http://apache-flex-users.246.n4.nabb

RE: "StageTextInput can now be included in scrollable content" does not work?

2014-03-17 Thread agm65
Hello Maurice, thx for your quick answer. Now i tried using skinClass="spark.skins.mobile.ScrollingStageTextInputSkin" but it is the same strange handling. The textcursor is not shown in the textinput and if i touch into it, the softkeyboard comes out just for a second and closes diretcly. this

"StageTextInput can now be included in scrollable content" does not work?

2014-03-17 Thread agm65
Hi everybody, i tried to update my existing code from: skinClass="spark.skins.mobile.TextInputSkin" to skinClass="spark.skins.mobile.StageTextInputSkin" that i can use scroll and for example the softKeyboardType. But it does not work, same scrolling problem. If i dont set a skinClass it is no