Re: Map and Phone apps on Mobile

2017-02-07 Thread Frank Dahmen
You could navigate to google.com/maps in the browser and attach the coordinates to the url. Am 07.02.2017 um 04:24 schrieb bilbosax: Don't know if this is the right approach, but I found this link on launching maps using a url, so using navigateToUrl might still work. Let me know your

Re: log air crashes on android

2017-01-14 Thread Frank Dahmen
15.01.2017 um 07:29 schrieb Alex Harui: On 1/13/17, 10:13 PM, "Frank Dahmen" <fr...@dahmenia.de> wrote: Hi, is there a way to log kind of a "crash-report" (stack trace) in air mobile on android when running in live/release mode (not connected via usb etc.)? Are you referr

Re: log air crashes on android

2017-01-14 Thread Frank Dahmen
, Om On Fri, Jan 13, 2017 at 10:13 PM, Frank Dahmen <fr...@dahmenia.de> wrote: Hi, is there a way to log kind of a "crash-report" (stack trace) in air mobile on android when running in live/release mode (not connected via usb etc.)?

log air crashes on android

2017-01-13 Thread Frank Dahmen
Hi, is there a way to log kind of a "crash-report" (stack trace) in air mobile on android when running in live/release mode (not connected via usb etc.)?

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
thanks Alex I will try to figure out if and how I could apply it to this view Am 28.11.2016 um 23:26 schrieb Alex Harui: On 11/28/16, 12:49 PM, "Frank Dahmen" <fr...@dahmenia.de> wrote: this looks like magic :) I'll try to understand the concept In fact, it is based o

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
this looks like magic :) I'll try to understand the concept thanks Am 28.11.2016 um 17:29 schrieb Alex Harui: On 11/28/16, 5:57 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: that's why I said "magic" not "unpleasant" :) Fundamentally, if it isn't visi

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
ctionpolicy=never didn't help the second time the view is pushed, it's probably a clue that a the invalidation process takes a lot of time. Le 28/11/2016 à 13:28, Frank Dahmen a écrit : would be over 1px high ;) but 5 sec. (not in debug mode) is almost ok it IS huge and there is a lot of s

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
techniques, like offscreen rendering or such. (destructionpolicy=never did not help) Am 28.11.2016 um 12:29 schrieb Vincent: I said not always ;-) can you show a screen capture of the view ? Le 28/11/2016 à 12:25, Frank Dahmen a écrit : thanks, yes, I know, but as you said, not

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
on a solution to make the view shallower. Le 28/11/2016 à 09:43, Frank Dahmen a écrit : Thanks, the view is really, really huge so 2 seconds would be perfect ok Yes seperate views would work I guess, but when the view is loaded once its's very fast to use (fast scrolling etc.) and when switching between

Re: reduce creation time of view in mobile app

2016-11-28 Thread Frank Dahmen
bottlenecks in your code. Thanks, Om On Sun, Nov 27, 2016 at 11:46 PM, Frank Dahmen <fr...@dahmenia.de> wrote: Hi, in my app i have a really huge View with lots...lots! of (custom)controls. When i push this view or pop back to this view it takes several seconds. On create it makes a re

reduce creation time of view in mobile app

2016-11-27 Thread Frank Dahmen
Hi, in my app i have a really huge View with lots...lots! of (custom)controls. When i push this view or pop back to this view it takes several seconds. On create it makes a remote request and on result it configures the controls (adds childs to control, changs states, sets data) The remote

Re: will event handlers in mxml be removed automatically?

2016-11-25 Thread Frank Dahmen
AM, Frank Dahmen <fr...@dahmenia.de> wrote: great, thanks but when added in AS then I always have to remove them manually, right? e.g.: private function do():void{ otherBtn.addEventListener(.); } when is this done best in a view? here: ? Am 25.11.2016 um 16:27 schrie

Re: will event handlers in mxml be removed automatically?

2016-11-25 Thread Frank Dahmen
great, thanks but when added in AS then I always have to remove them manually, right? e.g.: private function do():void{ otherBtn.addEventListener(.); } when is this done best in a view? here: ? Am 25.11.2016 um 16:27 schrieb Alex Harui: On 11/25/16, 6:25 AM, "Frank D

will event handlers in mxml be removed automatically?

2016-11-25 Thread Frank Dahmen
Hi, e.g. when i call navigator.popView() will the 2 eventhandlers be removed so the view can be gc'd ? thanks

Re: chrome local external interface

2016-10-24 Thread Frank Dahmen
a local webserver. Thanks, Om On Mon, Oct 24, 2016 at 12:11 AM, Frank Dahmen <fr...@dahmenia.de> wrote: Hi, how can I enable script access in chrome when debugging a local desktop app? I get Error #2060 Security sandox violation. It's working in firefox. Thanks

chrome local external interface

2016-10-24 Thread Frank Dahmen
Hi, how can I enable script access in chrome when debugging a local desktop app? I get Error #2060 Security sandox violation. It's working in firefox. Thanks

Re: http failed

2016-02-18 Thread Frank Dahmen
-using-amfphp-and-actionscript-3/ This will also override anything you have setup using services-config.xml which generates code at compile time so you could do away with compiling those in if you're actually using a services-config.xml in the first place. On Thu, Feb 18, 2016 at 7:48 AM, Fra

Re: http failed

2016-02-18 Thread Frank Dahmen
? What is reporting the error? ActionScript code, the browser, something else? Should your remoteobject be using HTTP? -Alex On 2/18/16, 6:19 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: thanks, but the app already worked over a year, the problems start occuring a few weeks

Re: "http failed

2016-02-18 Thread Frank Dahmen
e a number of things... for example(s) 1. bad routing 2. bad wifi router 3. lost the connection for a few seconds because someone turns on a microwave that interferes with the wifi signal <-- this is a real thing ( https://support.apple.com/en-us/HT201542) On Thu, Feb 18, 2016 at 5:40 AM, Frank Da

Re: http failed

2016-02-18 Thread Frank Dahmen
be quite a number of things... for example(s) 1. bad routing 2. bad wifi router 3. lost the connection for a few seconds because someone turns on a microwave that interferes with the wifi signal <-- this is a real thing ( https://support.apple.com/en-us/HT201542) On Thu, Feb 18, 2016 at 5:40 AM, Fr

http failed

2016-02-18 Thread Frank Dahmen
Hi, not really a flex question but anyway, in an air mobile app with zend-amf backend i randomly get not reproducible "http failed" errors on remoteobjects, what could this cause this? I think it has to be the webserver or mysql server? (not internet connection, the error occurs also on wlan)

Re: font awesome

2016-02-10 Thread Frank Dahmen
doesn't work - in a View -> Button with same custom skin -> works Am 10.02.2016 um 10:19 schrieb Frank Dahmen: Hi, I'm using font awesome in a mobile air app. I've added a second label in a Skin which I us for some buttons, which is showing the icon. The issue is that it's not working on

Problem starting sdk installer

2016-01-29 Thread Frank Dahmen
There is an error popup (/..problem with certificate.../). I'm on windows 10, any help? Thanks

Re: Problem starting sdk installer

2016-01-29 Thread Frank Dahmen
...had to uninstall previous version works now Am 29.01.2016 um 10:59 schrieb Frank Dahmen: There is an error popup (/..problem with certificate.../). I'm on windows 10, any help? Thanks

prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
I have a datagrid with selectable rows ( selectionChange="gridSelectionChangeHandler(event)" ) one column has a checkbox itemrenderer how can I prevent the selection when I click the checkbox? Thanks

Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
Checkbox abgreifen? Hab ich das jetzt nichtig verstanden? Am 30.10.2015 um 08:50 schrieb Frank Dahmen <fr...@dahmenia.de>: Also, the row may get the selected background, but i want to prevent the selectionchange event or catch that the checkbox was clicked in the selectionchangehandle

Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
09:12 schrieb Frank Dahmen <fr...@dahmenia.de>: Hi, ja mein englisch...;( Nein, jede Zeile hat u.a. eine Zelle mit einer Checkbox auf allen Zellen soll das selectionevent ausgeführt werden (es öffnet sich eine neue Ansicht basierend auf den Daten der Zeile) nur eben bei der checkbox nicht Am

Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
Oder soll immer die ganze Zeile markiert sein? Am 30.10.2015 um 09:42 schrieb Frank Dahmen <fr...@dahmenia.de <mailto:fr...@dahmenia.de>>: Nein:))) wenn ich die checkbox klicke soll anderer code ausgeführt werden als der wenn ich auf den Rest der Zeile klicke also: klick auf Zeile-

Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
machst du verschiedene ItemRenderer, oder einfacher immer den selben ItemRenderer und einfach den Inhalt anhand von dataField unterscheiden. Und auch beim click-Event einfach anhand des dataField unterscheiden, welche Funktion ausgeführt werden soll. Am 30.10.2015 um 12:02 schrieb Frank Dahmen <

Re: prevent selection of row in DataGrid when checkbox itemrenderer is clicked

2015-10-30 Thread Frank Dahmen
tung: alle Hinweise aus Zeitgründen ungetestet :-) Marcus Fritze Am 30.10.2015 um 09:12 schrieb Frank Dahmen <fr...@dahmenia.de <mailto:fr...@dahmenia.de>>: Hi, ja mein englisch...;( Nein, jede Zeile hat u.a. eine Zelle mit einer Checkbox auf allen Zellen soll das selectionevent ausg

Re: radiobuttongroup selectedindex problem

2015-10-20 Thread Frank Dahmen
instantiation) so that could be why this only happens in the callout. By not setting selected on any RadioButtons and only setting the group’s selectedIndex, the code in updateDisplayList probably has less effect. -Alex On 10/19/15, 1:29 AM, "Frank Dahmen" <fr...@dahmenia.de> wro

Re: radiobuttongroup selectedindex problem

2015-10-20 Thread Frank Dahmen
place e.g. a Label or other component after openBtn, then it works Am 20.10.2015 um 17:11 schrieb Alex Harui: On 10/20/15, 12:26 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: but if it was the updateDisplayList function, shouldn't the traces then be different? Ah, o

Re: radiobuttongroup selectedindex problem

2015-10-19 Thread Frank Dahmen
h traces showed the same, wrong index:0 (instead of 1) Am 18.10.2015 um 22:53 schrieb Alex Harui: On 10/18/15, 10:26 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: callLater doesn't help the radiobuttons of each group are in separate HGroups, which are visible="fals

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
interesting, i will investigate this, thanks Am 18.10.2015 um 22:53 schrieb Alex Harui: On 10/18/15, 10:26 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: callLater doesn't help the radiobuttons of each group are in separate HGroups, which are visible="false"

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
forgot to say that this happens only when nothing is selected by the user if he switches between the radiobuttons everything works there must be an issue with the initialization.(on the other computers!) Am 18.10.2015 um 11:27 schrieb Frank Dahmen: In a callout i have several

radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
In a callout i have several radiobuttongroups and a submit button when pressed a function is called which checks the selctedindex of all groups in the first group, the second radiobutton is selected (selected="true") and also the property of the first group is set (selectedindex="1") BUT: on

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
, Oct 18, 2015 at 12:57 PM, Frank Dahmen <fr...@dahmenia.de> wrote: forgot to say that this happens only when nothing is selected by the user if he switches between the radiobuttons everything works there must be an issue with the initialization.(on the other computers!) Am 18.10.2015

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
file / console does it show the same thing? In addition, you said you make the selection using two properties. Have you tried using only one of them and see if the issue still occur? On Sun, Oct 18, 2015 at 3:12 PM, Frank Dahmen <fr...@dahmenia.de> wrote: even worse, after adding creationco

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
schrieb Frank Dahmen: thanks, i will try that, .but why does it not happen on my computerweird.. Am 18.10.2015 um 12:03 schrieb Evyatar Ben Halevi-Arbib: If you think it is an initialization problem, you can try setting the initial values on the callout's creationComplete event. Good luck

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
. Adding a callLater in a creationComplete handler to further delay setting of selectedIndex on groups might help. HTH, -Alex On 10/18/15, 5:48 AM, "Frank Dahmen" <fr...@dahmenia.de> wrote: no, it's defintly wrong to let my colleague test on his computer (without debugger etc.),

Re: radiobuttongroup selectedindex problem

2015-10-18 Thread Frank Dahmen
ctedIndex=1, as said, not for the state of a button or more precise: does changing the visibility and "layoutinclusion" of a radiobutton can have an effect on the selectedIndex of the button's group..SOMETIMES? Am 18.10.2015 um 16:58 schrieb Frank Dahmen: thanks, will try t

Re: Close and restart app on android

2015-08-19 Thread Frank Dahmen
how do i start (invoke) an app from an app on android? thanks Am 19.08.2015 um 17:40 schrieb OmPrakash Muppirala: I belive it should work fine. Rather you should invoke the app and then exit. Have you tried that? Thanks, Om On Aug 19, 2015 12:32 AM, Frank Dahmen fr...@dahmenia.de wrote

Close and restart app on android

2015-08-19 Thread Frank Dahmen
Hi, is it possible to close an app (System.exit() or NativeApplication.exit()) and automatically restart it?i don't think so? Thanks

spark list height/disbale scrolling

2014-07-22 Thread Frank Dahmen
Hi, in a mobile view i have a scroller with a list and some other components, now i would like to disable the scrolling of the list so when i drag over the list the parent scroller should scroll, not the list is this possible? Thanks

Re: spark list height/disbale scrolling

2014-07-22 Thread Frank Dahmen
that was easy:) thanks Am 22.07.2014 11:35, schrieb Maurice Amsellem: Try verticalScrollPolicy = off -Message d'origine- De : Frank Dahmen [mailto:fr...@dahmenia.de] Envoyé : mardi 22 juillet 2014 11:00 À : users@flex.apache.org Objet : spark list height/disbale scrolling Hi

mobile network quality

2014-07-11 Thread Frank Dahmen
Hi, is there a way to get the mobile network quality in air mobile like edge, 3G etc.? I would like to advise the user to start an upload later if network quality is bad (or even disable the upload). Thanks

Re: mobile network quality

2014-07-11 Thread Frank Dahmen
thanks, main reason was maybe not to have to worry about canceled/broken uploads (cache the data) but i think i have to anyway Am 11.07.2014 11:24, schrieb Tom Chiverton: You could optimisticly try the upload, and use the progress events to gauge the speed. Tom On 11/07/14 10:19, Frank

TileGroup grows unnecessary

2014-07-03 Thread Frank Dahmen
Hi, I have a tilegroup where i add icons (spark images) at runtime. There is enough room for 4 icons in one row of the tilegroup, but when adding the third icon the group grows as for making room for the next row, although the third icon is placed in the first row (the 4th also) the same is

Re: TileGroup grows unnecessary

2014-07-03 Thread Frank Dahmen
width is 100%, height has no value, it shall grow in height but only when needed (5 icons, 9 icons etc.) Am 03.07.2014 16:55, schrieb mark goldin: Have you set width and height of the control to percentage values? On Thu, Jul 3, 2014 at 2:47 AM, Frank Dahmen fr...@dahmenia.de wrote: Hi

Re: TileGroup grows unnecessary

2014-07-03 Thread Frank Dahmen
you finish adding images at the run time has any effect. On Thu, Jul 3, 2014 at 11:03 AM, Frank Dahmen fr...@dahmenia.de wrote: width is 100%, height has no value, it shall grow in height but only when needed (5 icons, 9 icons etc.) Am 03.07.2014 16:55, schrieb mark goldin: Have you set

Re: adt missing in air 14.0?

2014-06-30 Thread Frank Dahmen
With the installer, i found it in the in folder as mentioned here: http://apache-flex-users.246.n4.nabble.com/Missing-ADT-on-Apache-Flex-4-12-1-download-Mac-td6663.html for the developers, maybe it's important that its win8 64bit? (as the thread was adressed to mac) Am 30.06.2014

adt missing in air 14.0?

2014-06-29 Thread Frank Dahmen
Hi, i just downloaded the new flex/air sdk. Now flashdevelop can't find adt, and yes, it's not in the bin folder. Any help? thanks Frank

Re: Mobile Apps with Optional GPS Capability

2014-03-08 Thread Frank Dahmen
For android it is the uses-feature attribute in the manifest http://developer.android.com/guide/topics/manifest/uses-feature-element.html Am 08.03.2014 19:44, schrieb Joseph Balderson: I noticed that many times, an app in the Android or iOS app store has GPS features, but they are optional.

Re: Mobile Apps with Optional GPS Capability

2014-03-08 Thread Frank Dahmen
with a non-GPS enabled tablet to download the app? ___ Joseph Balderson, Flex Flash Platform Developer :: http://joeflash.ca Author, Professional Flex 3 :: http://tinyurl.com/proflex3book Frank Dahmen wrote: For android

extend RuntimeDPIProvider

2014-02-06 Thread Frank Dahmen
Hi, when extending mx.core.RuntimeDPIProvider and overriding public function get runtimeDPI():Number it seems that is has to return one of the DPIClassification constants, any other number than 120,160,240,320,480,640 is ignored is that true? the thing is that the htc one max is reporting 480

Re: extend RuntimeDPIProvider

2014-02-06 Thread Frank Dahmen
values for determining the skins/css styles to use, so you may get unexpected results by allowing any value to be returned. On 06/02/2014 22:02, Frank Dahmen wrote: Hi, when extending mx.core.RuntimeDPIProvider and overriding public function get runtimeDPI():Number it seems that is has

Re: extend RuntimeDPIProvider

2014-02-06 Thread Frank Dahmen
Ok, thanks, this is what i thought. too bad that 373 is far away from 320 and 480 as the App has an applicationDPI set (no fluid layout etc.) is there any other option than to adjust everything for that device (as it's the main customers one)? Am 06.02.2014 23:42, schrieb Justin Mclean:

Re: extend RuntimeDPIProvider

2014-02-06 Thread Frank Dahmen
hi, this is what I'm doing but as the real dpi is 373 i have to return 320 for that device (instead of 480, which would be without own provider) but still 373 and 320 is a not to small difference Am 06.02.2014 23:59, schrieb Justin Mclean: Hi, One way around this issue is to provide you

Re: AIR on Android x86 based devices

2014-01-24 Thread Frank Dahmen
Do i understand right, that it is possible to run air apps on x86 devices if you package the runtime (or tell the user how to install it) or is Air just not working under x86? Thanks Am 24.01.2014 09:52, schrieb mspecht: I know there is already a post on the Apache Flex Development forum, but

[android] starting native app from air app

2014-01-23 Thread Frank Dahmen
Hi, is it possible to start my custom native app from my air app? (i say my custom, for to say that i could make modifications to both to make it work ) Thanks

SkinnablePopupContainer.open() - close() - increases System.privateMemory

2013-12-06 Thread Frank Dahmen
Hi, see subject, i think I've cleaned up the popup i also did a test with a clean (empty) SkinnablePopupContainer. privateMemory goes up, not eyery time, so i think it can be destroyed but only sometimes opened and closed 10 times: System.privateMemory: 53784576

Re: SkinnablePopupContainer.open() - close() - increases System.privateMemory

2013-12-06 Thread Frank Dahmen
Thiago Maia: Hello Frank I usually do in this way to dont increase the memory PopUpManager.removePopUp(this); flash.system.System.gc(); regards Thiago Maia a...@a00s.com On 12/6/2013 12:16 AM, Frank Dahmen wrote: Hi, see subject, i think I've cleaned up the popup i also did a test

Re: SkinnablePopupContainer.open() - close() - increases System.privateMemory

2013-12-06 Thread Frank Dahmen
ok, thanks I still got scout not working on phone (problem with flashdevelop) but for now i can say if gc() works, the component has no memory leak, right? Am 06.12.2013 10:36, schrieb Justin Mclean: Hi, seems to work when i call gc() on close You're assuming that memory is garbage

Re: Profiling mobile app

2013-12-02 Thread Frank Dahmen
Thanks Maurice Am 01.12.2013 13:36, schrieb Maurice Amsellem: I don't know for FD. However, the Scout option is independent of the IDE. It should also work for apps generated by FD, as long as the -advanced-telemetry option is included. Maurice -Message d'origine- De : Frank Dahmen

view does not resize after softkeyboard

2013-12-02 Thread Frank Dahmen
as described here: https://issues.apache.org/jira/browse/FLEX-33211 but only sometimes (not reproduceable) but on a certain view and textinput almost every time (at least every 2nd) how can i force the view / app to resize properly again? (e.g. onfocusout) thanks

Re: Profiling mobile app

2013-12-02 Thread Frank Dahmen
the profiler to enable it. Then run your app and it should start listing the memory and the live objects. -Mark -Original Message- From: Frank Dahmen [mailto:fr...@dahmenia.de] Sent: Sunday, December 01, 2013 7:31 AM To: users@flex.apache.org Subject: Re: Profiling mobile app thanks

Re: Profiling mobile app

2013-12-02 Thread Frank Dahmen
would stand the best chance at it. -Mark -Original Message- From: Frank Dahmen [mailto:fr...@dahmenia.de] Sent: Monday, December 02, 2013 7:26 AM To: users@flex.apache.org Subject: Re: Profiling mobile app this does not work, when i enable it, nothing happens do you mean in the emulator

Re: Profiling mobile app

2013-12-02 Thread Frank Dahmen
FD says: profiling: {myapp.swf} in the output panel but the profiler does nothing Am 02.12.2013 14:33, schrieb Frank Dahmen: yes its debug version profiler does nothing, also in emulator Am 02.12.2013 14:22, schrieb Kessler CTR Mark J: Should work in the emulator. Are you using a debug

Re: Profiling mobile app

2013-12-02 Thread Frank Dahmen
Message- From: Frank Dahmen [mailto:fr...@dahmenia.de] Sent: Monday, December 02, 2013 8:51 AM To: users@flex.apache.org Subject: Re: Profiling mobile app FD says: profiling: {myapp.swf} in the output panel but the profiler does nothing Am 02.12.2013 14:33, schrieb Frank Dahmen: yes its

Re: view does not resize after softkeyboard

2013-12-02 Thread Frank Dahmen
so dispatching the event is not enough, what else has to be reseted for a proper keyboard-close? thanks Am 02.12.2013 10:56, schrieb Frank Dahmen: as described here: https://issues.apache.org/jira/browse/FLEX-33211 but only sometimes (not reproduceable) but on a certain view and textinput

Profiling mobile app

2013-12-01 Thread Frank Dahmen
is this possible with flashbuilder? are there any other tools? thanks

Re: Profiling mobile app

2013-12-01 Thread Frank Dahmen
subscribe to Adobe Creative Cloud. Scout allows you to profile directly on the device Maurice -Message d'origine- De : Frank Dahmen [mailto:fr...@dahmenia.de] Envoyé : dimanche 1 décembre 2013 11:15 À : users@flex.apache.org Objet : Profiling mobile app is this possible with flashbuilder

printing

2013-11-29 Thread Frank Dahmen
Hi, what is the state of the art for printing (or pdf generating) in a Flex Application (web)? Thanks

Re: printing

2013-11-29 Thread Frank Dahmen
download the library and start creating Just one more important think, it's free ;) Bye Angelo 2013/11/29 Frank Dahmen fr...@dahmenia.de Hi, what is the state of the art for printing (or pdf generating) in a Flex Application (web)? Thanks

Re: printing

2013-11-29 Thread Frank Dahmen
, 2013 at 2:27 PM, Frank Dahmen fr...@dahmenia.de wrote: Hi, what is the state of the art for printing (or pdf generating) in a Flex Application (web)? Thanks

Air win 8 mobile

2013-11-27 Thread Frank Dahmen
Hi, does anybody knows if air will be available on windows 8 mobile or what would be the best way to get a mobile air project ported to win 8 mobile? thanks

Re: Air win 8 mobile

2013-11-27 Thread Frank Dahmen
/flashplatform/whitepapers/roadmap.html) On 27/11/2013 15:23, Frank Dahmen wrote: Hi, does anybody knows if air will be available on windows 8 mobile or what would be the best way to get a mobile air project ported to win 8 mobile? thanks

Re: Textinput in HGroup - width

2013-11-14 Thread Frank Dahmen
) Am 14.11.2013 16:20, schrieb christofer.d...@c-ware.de: Hi Frank, Instead of width=100% set left and right to 0 ... at least this is how I usually do it. Chris Von: Frank Dahmen [fr...@dahmenia.de] Gesendet: Donnerstag, 14. November 2013 16:17

Re: Long Click in mobile

2013-11-13 Thread Frank Dahmen
that fairly easily. Out of the box it isn't there. On Tue, Nov 12, 2013 at 4:38 AM, Frank Dahmen fr...@dahmenia.de wrote: Hi, is long-click event supported in the new sdk? Thanks -- Jonathan Campos

Long Click in mobile

2013-11-12 Thread Frank Dahmen
Hi, is long-click event supported in the new sdk? Thanks

s|Alert{} in css

2013-10-03 Thread Frank Dahmen
throws Warning: Cannot resolve namespace qualified type 'Alert' in CSS selector 'Alert' how can i set skinclass for spark alerts globally? or how can i get a new instance and show it? var alert:Alert=new Alert(); alert.skinClass=alertSkin; alert.show(.);- does not work, static

Re: s|Alert{} in css

2013-10-03 Thread Frank Dahmen
but in the docs there is a spark.components.Alert? - Original Message - From: Miguel Ferreira miguel.cd.ferre...@hotmail.com To: users@flex.apache.org Sent: Thursday, October 03, 2013 1:21 PM Subject: RE: s|Alert{} in css ALert is not in the namespace spark so you have to use

Re: s|Alert{} in css

2013-10-03 Thread Frank Dahmen
thanks all - Original Message - From: Miguel Ferreira miguel.cd.ferre...@hotmail.com To: users@flex.apache.org Sent: Thursday, October 03, 2013 1:38 PM Subject: RE: s|Alert{} in css you can read it here :

spark.skins.SparkButtonSkin - Undefined state 'up'

2013-10-02 Thread Frank Dahmen
Hi, i'm using s:Button label=button skinClass=spark.skins.SparkButtonSkin/ got the error: Undefined state 'up'. do i have to to subclass SparkButtonSkin? (i want to put an icon on the Button) thanks

Re: spark.skins.SparkButtonSkin - Undefined state 'up'

2013-10-02 Thread Frank Dahmen
that ? Maurice -Message d'origine- De : Frank Dahmen [mailto:fr...@dahmenia.de] Envoyé : mercredi 2 octobre 2013 13:12 À : users@flex.apache.org Objet : Re: spark.skins.SparkButtonSkin - Undefined state 'up' ah, thanks although i saw an example in the www which used it just as i did thanks

Re: spark.skins.SparkButtonSkin - Undefined state 'up'

2013-10-02 Thread Frank Dahmen
spark.skins.spark.ButtonSkin (in Flex 4.10) does not implement the skinPart iconDisplay, so you will have to add it in your custom skin. That's very easy, Just add: BitmapImage id=iconDisplay / In the right place in your custom skin. Regards, Maurice -Message d'origine- De : Frank Dahmen [mailto:fr

Re: Enable spark Datagrid mousewheel when swf embedded in html-page

2013-09-23 Thread Frank Dahmen
clicked elsewhere in the SWF so it is activated? On 9/22/13 10:33 PM, Frank Dahmen fr...@dahmenia.de wrote: Hi, i have some datagrids in my application, when i run it in the flashplayer mousewheel is enabled but when embedded in a html page mousewheel-scroll doesn't work. What do i have to do

Re: Enable spark Datagrid mousewheel when swf embedded in html-page

2013-09-23 Thread Frank Dahmen
...@adobe.com To: users@flex.apache.org Sent: Monday, September 23, 2013 7:59 AM Subject: Re: Enable spark Datagrid mousewheel when swf embedded in html-page I assume you clicked elsewhere in the SWF so it is activated? On 9/22/13 10:33 PM, Frank Dahmen fr...@dahmenia.de wrote: Hi, i have some

Re: Enable spark Datagrid mousewheel when swf embedded in html-page

2013-09-23 Thread Frank Dahmen
- From: Alex Harui aha...@adobe.com To: users@flex.apache.org Sent: Monday, September 23, 2013 7:59 AM Subject: Re: Enable spark Datagrid mousewheel when swf embedded in html-page I assume you clicked elsewhere in the SWF so it is activated? On 9/22/13 10:33 PM, Frank Dahmen fr...@dahmenia.de

Enable spark Datagrid mousewheel when swf embedded in html-page

2013-09-22 Thread Frank Dahmen
Hi, i have some datagrids in my application, when i run it in the flashplayer mousewheel is enabled but when embedded in a html page mousewheel-scroll doesn't work. What do i have to do to enable it? Thanks

mx:Grid no scrollbar

2013-09-14 Thread Frank Dahmen
Hi, i have a large mx:Grid which should scroll. But if i set the height to 100% (i want it to take as much room as available) no scrollbars appear only if i set the height to a fixed value e.g. 400. What I'm doing wrong? Thanks

Re: mx:Grid no scrollbar

2013-09-14 Thread Frank Dahmen
yes, that's it Thanks - Original Message - From: Alex Harui aha...@adobe.com To: users@flex.apache.org Sent: Sunday, September 15, 2013 7:18 AM Subject: Re: mx:Grid no scrollbar Try also setting minHeight=0 On 9/14/13 8:43 PM, Frank Dahmen fr...@dahmenia.de wrote: Hi, i have

Label does not get truncated in FormItem

2013-08-30 Thread Frank Dahmen
Hi, in a mobile project i have: s:VGroup width=100% paddingLeft=25 paddingRight=25 s:Form s:FormItem label=label s:Label text={longText} / /s:FormItem /s:Form /s:VGroup the Label is not truncated even if i set Form or ForrmItem to a small width like width=100 it is

Re: Event on pushView() or popView()

2013-08-28 Thread Frank Dahmen
Thanks for digging:) - Original Message - From: Jonathan Campos jonbcam...@gmail.com To: users users@flex.apache.org Sent: Wednesday, August 28, 2013 8:18 PM Subject: Re: Event on pushView() or popView() On Wed, Aug 28, 2013 at 11:58 AM, Frank Dahmen fr...@dahmenia.de wrote

Re: Event on pushView() or popView()

2013-08-27 Thread Frank Dahmen
the addedToStage or removedFromStage events available on every View page. On either, you can just dispatch a custom event. On Aug 27, 2013, at 9:25 PM, Frank Dahmen wrote: Hi, is there any event which can be catched whenever a view is pushed or popped from a ViewNavigatorApplication? I'd like to reset

Re: supported mapping APIs in Flex?

2013-08-15 Thread Frank Dahmen
I'm just trying to use http://code.google.com/p/stagewebviewbridge/ and load a html/javascript page built with google maps api in an air mobile project. Seems to work well. Frank - Original Message - From: Thomas Wright twri...@yesco.com To: users@flex.apache.org Sent: Thursday,

Re: -services services-config.xml

2013-07-01 Thread Frank Dahmen
hi,thanks for answer i didn't need a remoting-config.xml when using the adobe sdk this is my services-config.xml: ?xml version=1.0 encoding=UTF-8? services-config services service id=amfphp-flashremoting-service class=flex.messaging.services.RemotingService

Re: -services services-config.xml

2013-07-01 Thread Frank Dahmen
Thanks, i tried to adopt...but still get the error So, it is compiled but can't be invoked at runtime... any further help? thanks - Original Message - From: Thiago Maia a...@a00s.com To: users@flex.apache.org Sent: Monday, July 01, 2013 10:04 AM Subject: Re: -services

Re: -services services-config.xml

2013-07-01 Thread Frank Dahmen
thanks i pasted the lines, but as i said its mobile, where shoud the logs go to? the output of flashdevelop tells the same error BUT: i tried to run the project in the emulator on desktop and it worked so it has definitly something to do with the mobile thing - Original Message -

-services services-config.xml

2013-06-30 Thread Frank Dahmen
Hi, i migrated from adobe's sdk to the new apache sdk, I'm using Flashdevelop. In my project I'm using Amfphp, so i have a services-config.xml in the project root. In the compiler options (flashdevelop) i put -services services-config.xml this worked with the adobe sdk (same project), but with

  1   2   >