Re: Flex mx Image source path at runtime

2015-09-29 Thread Alex Harui
/29/15, 4:52 AM, "brutfood" <brutf...@yahoo.com> wrote: >I tried a few variations of the image path. I tried without a leading >slash. That wasn't the problem. > > > On Monday, 28 September 2015, 22:54, Alex Harui [via Apache Flex >Users] <ml-node+

Re: Flex mx Image source path at runtime

2015-09-28 Thread Alex Harui
Was this project developed in Flash Builder? For some reason, Flash Builder “taught” folks to put a leading slash on their paths to assets and then the FB compiler “undid” that during compilation. Maybe it made it easier for design view, I don’t know. Anyway, a fair number of FB project do not

Re: Flexmojos with Debug true in module ensures styles are embedded but debug false does not???

2015-09-26 Thread Alex Harui
Maybe this is related? See the link to the help document. https://issues.apache.org/jira/browse/FLEX-28817 HTH, -Alex On 9/25/15, 2:27 AM, "Davori" wrote: >Thanks Alex, I haven't taken a look at the definitions in the catalog.xml >files, that may reveal something. > >

Re: flex installer air19

2015-09-26 Thread Alex Harui
Sorry, kept forgetting. I just updated the installer’s database and saw the installation complete on Mac. Give it a try. -Alex On 9/26/15, 12:39 AM, "engorila" wrote: >Please its very urgently we need AIR 19 > > > >-- >View this message in context:

Re: Flexmojos with Debug true in module ensures styles are embedded but debug false does not???

2015-09-24 Thread Alex Harui
Excluding definitions is pretty straightforward. If a definition is in the SWC you are “extern-ing” then those definitions don’t go in the output module. And then you are obligated to provide those definitions somehow in some parent ApplicationDomain. I’ve blogged about shared modules that get

Re: JSON.parse

2015-09-23 Thread Alex Harui
On 9/23/15, 5:20 AM, "okrue...@edscha.com" wrote: >Hi, >my Flex Web Application will be sluggish after a while using it. >The app continuously call a custom HTTP service that return JSON. >I've tried to profile it using FB4.7. >Cause I've not so much experience with

Re: Flash SDK download failed

2015-09-21 Thread Alex Harui
Thanks for noticing that the checksum changed. I’ve updated it so the install should work again. But yes, you can always copy the bits around to machines you (and your company) own. -Alex On 9/21/15, 3:55 AM, "Rupert Martin" wrote: >If I have already installed

Re: TextInput Border

2015-09-17 Thread Alex Harui
Spark TextInput skin looks like it supports borderVisible and borderAlpha properties. borderSkin is a style so you can’t control it from the properties. HTH, -Alex On 9/17/15, 9:36 AM, "jfb" wrote: >I see what you mean Miguel. I will stay with the spark theme. >

Re: bindSetter Question

2015-09-14 Thread Alex Harui
c class Summary extends EventDispatcher >{ >public function get eventSummaryType():String{ >return _eventSummaryType; >} > public function set eventSummaryType(value:String):void{ >_eventSummaryViewType = value; > . > >Like

Re: Running flex modules from html shell

2015-09-14 Thread Alex Harui
l = url; } Then I think you can just call ff.myCallback(“”); -Alex > >On Sun, Sep 13, 2015 at 10:48 PM Alex Harui <aha...@adobe.com> wrote: > >> I guess I don’t understand why you need to drive a bunch of modules >> directly from HTML. Wh

Re: Running flex modules from html shell

2015-09-13 Thread Alex Harui
I guess I don’t understand why you need to drive a bunch of modules directly from HTML. Why not have a single module loader that loads the modules based on commands via ExternalInterface? -Alex On 9/13/15, 4:11 AM, "mark goldin" wrote: >What I am not sure of is how I am

Re: bindSetter Question

2015-09-13 Thread Alex Harui
Well, is model dispatching that event? On 9/13/15, 12:11 PM, "mark goldin" wrote: >Here is my code: >BindingUtils.bindSetter(handler, model.summary, "eventSummaryType"); > >My expectation is that when eventSummaryType property on model.summary >changes my handler is

Re: Accessing non-visual module

2015-09-12 Thread Alex Harui
Using a class in the loading SWF defeats the purpose of modules as the class will be linked into the loading SWF as well as the module. So if dataLoader is a class and not an interface, you must define an interface to use to communicate. I don’t know why the properties are null though. -Alex

Re: Flexmojos with Debug true in module ensures styles are embedded but debug false does not???

2015-09-10 Thread Alex Harui
Normally, when I see FlexMojos mentioned I stop reading because I don’t know much about it. However I did read far enough in this case to wonder if this is truly Maven/FlexMojos related or if you can reproduce this without Maven/FlexMojos. The process of optimizing any module, even without

Re: Externalnterface

2015-09-05 Thread Alex Harui
JavaScript doesn’t have a concept of an ArrayCollection, but you can certainly encode an Array and pass it over to JS and have it become an Array over there. -Alex On 9/5/15, 6:22 AM, "mark goldin" wrote: >Can I send an araycollection to javascript? > >On Thu, Aug 27,

Re: AIR seems to be more alive than we think ;-)

2015-09-02 Thread Alex Harui
Thanks Chris. Interesting stuff. On 9/2/15, 12:21 AM, "Christofer Dutz" wrote: >Hi Guys, > > >I stumbled over something interesting yesterday, that I think is worthy >to share :-) > > >For my presentations I'm always looking for some proof of people still >using

Re: Number increment animation

2015-09-01 Thread Alex Harui
Did you call updateAfterEvent? On 9/1/15, 8:39 AM, "Deepak MS" wrote: >Hello, >I'm trying to change a number lets say from $12,341,345 to $35,325,561 >incrementally, lasting for a duration of may be 2 seconds. > >Something like this:

Re: [FlexJS] Does debugging work on IntelliJ?

2015-08-30 Thread Alex Harui
Is the debug compiler option set to true? Sent from my LG G3, an ATT 4G LTE smartphone -- Original message-- From: Yishay Weiss Date: Sun, Aug 30, 2015 7:45 AM To: users@flex.apache.org; Subject:[FlexJS] Does debugging work on IntelliJ? I've put an alert and it shows, but there's

Re: [FlexJS] Does debugging work on IntelliJ?

2015-08-30 Thread Alex Harui
On 8/30/15, 3:31 PM, Hans Nücke h...@nuecke.de wrote: If not even the trace statement gives the expected output, something must be pretty wrong... IIRC, if you don’t have -debug=true, trace statements are optimized out of the SWF. -Alex

Re: Can FlexJS Be Used for Mobile AIR?

2015-08-24 Thread Alex Harui
On 8/24/15, 5:36 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Btw, I can't see frameworks\themes\Mobile\mobile.swc, it seems it is not included, you will have to wait for others answers I guess to know why :-) Hmm. FlexJS has a mobile.swc. It should be in frameworks/libs. The regular

Re: Odd tab/focus behavior

2015-08-21 Thread Alex Harui
On 8/21/15, 4:03 PM, Dave Glasser dglas...@pobox.com wrote: Clicking the titlebar of the main window, then back to the spawned window before typing (which should generate Event.ACTIVATE) does not help. But here's something else that makes no sense. I compiled FocusManager.as from the Flex

Re: Adobe Debugger

2015-08-20 Thread Alex Harui
I got it working once, then decided it was such a hassle I stopped using chrome. I can’t remember exactly how I figured out how to make it work. Some potentially helpful links: https://helpx.adobe.com/flash-player/kb/flash-player-google-chrome.html#How

Re: CVE-2015-3269 Apache Flex BlazeDS Insecure Xml Entity Expansion Vulnerability

2015-08-19 Thread Alex Harui
For questions about Adobe releases, email ps...@adobe.com. -Alex On 8/19/15, 5:13 AM, Tom Chiverton t...@extravision.com wrote: On 19/08/15 13:07, Andrew Kerr wrote: Does anyone know if this affects the older Adobe BlazeDS 4.6.0? You'd need to check with Adobe. They published an advisor

Re: AW: Build AIR APP with AIR integrated inside

2015-08-18 Thread Alex Harui
On 8/18/15, 2:05 AM, Christofer Dutz christofer.d...@c-ware.de wrote: What I dislike most, but that's not only related to Air applications but widely spread. Every update seems to require a complete download of the application. ... I would really love to have more people publish applications

Re: Using multiple locale resources

2015-08-13 Thread Alex Harui
You can have more than one loaded. The SWF name doesn’t matter, what matters is the name of the classes in the module. First-in-wins. -Alex On 8/13/15, 11:06 AM, mark goldin markzolo...@gmail.com wrote: Can I have multiple resource modules available at the runtime? Maybe that be changed but I

Re: Installer errors and nightly builds

2015-08-12 Thread Alex Harui
Please try again. I’ve updated the download signatures. -Alex On 8/12/15, 2:52 AM, Gabor Wraight gabor.wrai...@gmail.com wrote: Same issue here on a Mac. Fails installing 4.14.1 with AIR 18 Installer version 3.2.0 (mac) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK

Re: Using Flex Drag Manager in AIR WindowedApplication

2015-08-10 Thread Alex Harui
Interesting, looks like DragManager was never written to handle multiple AIR windows. I did see that there is an undocumented event dispatched by the dragManager called “popUpChildren”. I haven’t tried it, but it looks like if you listen for that event and call event.preventDefault, you can

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-06 Thread Alex Harui
OK, but do you get the same results on devices that don’t flicker? Maybe some animation code is setting the frame rate. I don’t know if I would notice an animation being 5 or 6 frames slower. -Alex On 8/6/15, 5:22 AM, chris_d_k c...@christiankiefer.de wrote: Hi, my test result is that when

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-05 Thread Alex Harui
Well, the idea behind changing frame rate when going into the background is that you don’t need smooth animations you can’t see, and lower frame rate saves battery. Now if there is a bug on one device where, when you switch frame rates and then set it back but it doesn’t actually restore to the

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-04 Thread Alex Harui
On 8/4/15, 1:13 AM, chris_d_k c...@christiankiefer.de wrote: Hi Alex, I looped through every child of the navigators activeView and invalidated it and called validateNow() on them - without any effect... I also found out the Goal Manager-App in the flex showcase has the same problem... at

Re: DataProviders and binding

2015-08-03 Thread Alex Harui
Well, you could try a binding expression like { dp.length == 0 ? null : dp } On 8/3/15, 10:59 AM, mark goldin markzolo...@gmail.com wrote: This is a typical code to set a dataprovider: public function set dataProvider(value:Object):void { if (value) { grid.dataProvider = value; } } Execution

Re: Trying to get simple HTTPService to work

2015-07-27 Thread Alex Harui
Sounds like some code is setting destination=null; On 7/27/15, 12:21 PM, kamcknig kamck...@gmail.com wrote: The service definitely is working. I've since switched over to just using URLLoader On Jul 27, 2015 2:45 PM, OmPrakash Muppirala [via Apache Flex Users]

Re: Trying to get simple HTTPService to work

2015-07-27 Thread Alex Harui
by default. Why would HTTPService try to use it when I've never set it? I've alsy tried setting destination to the location of the service but that didnt work either. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Jul 27, 2015 at 3:42 PM, Alex Harui [via Apache Flex Users] ml-node

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-07-23 Thread Alex Harui
ValidateNow() will update everything that need validation. Trying to invalidate everything is painful. Maybe you can find the thing that isn’t invalidated but should be? -Alex On 7/23/15, 2:41 AM, chris_d_k c...@christiankiefer.de wrote: Is there a way to force an update of the complete

Re: Apache Flex SDK Installer - Error 2032 on OSMF2_0.swc

2015-07-22 Thread Alex Harui
Thanks for finding a workaround. The installer won’t pick up a local sdk-installer-config-4.0.xml unless you start it with the -config=file://path to your local config file. -Alex On 7/22/15, 7:09 AM, Tomislav Pokrajcic tomis...@svemir.net wrote: Here's a workaround until sourceforge is back

Re: Embedded font for Charts

2015-07-21 Thread Alex Harui
-34909 On Fri, Jul 17, 2015 at 10:37 PM, Alex Harui aha...@adobe.com wrote: Hmm. I would say there is a bug in Charts when working with embedded fonts. Please file a bug with your test case at https://issues.apache.org/jira/browse/FLEX. It appears that Charts tries to use Spark Label

Re: Popup window closed but not modelity. Screen hangs in AIR

2015-07-20 Thread Alex Harui
in properties of flex project does the trick. Thanks to all who have responded to my query. However if anyone who can explain me in more detail what is the purpose of *generate accessible swf* file is? and why its causing problem to me. On Sat, Jul 18, 2015 at 10:02 AM, Alex Harui aha...@adobe.com wrote

Re: Problem with Modal Popup

2015-07-18 Thread Alex Harui
Spark or MX List? Focus management could be messing you up: there are rules for having focusable item renderers. There could also be an issue with how the visible area gets calculated. If you have a simple test case, open an issue at http://issues.apache.org/jira/browse/FLEX -Alex From:

Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-07-18 Thread Alex Harui
Can you set the renderer to a fixed width? On 7/18/15, 8:28 AM, chris_d_k c...@christiankiefer.de wrote: Here a screenshot from the iconItemRenderer: http://apache-flex-users.246.n4.nabble.com/file/n10819/textProblem2.p ng -- View this message in context:

Re: Popup window closed but not modelity. Screen hangs in AIR

2015-07-17 Thread Alex Harui
I don’t know why it would just be Win8, but changes have been made to the logic to clear the modal window in Apache Flex 4.14.1, so it might be worth trying it there. -Alex On 7/17/15, 1:39 AM, Miguel Ferreira miguel.cd.ferre...@hotmail.com wrote: I am facing the same problem with modal

Re: Embedded font for Charts

2015-07-17 Thread Alex Harui
Hmm. I would say there is a bug in Charts when working with embedded fonts. Please file a bug with your test case at https://issues.apache.org/jira/browse/FLEX. It appears that Charts tries to use Spark Label for the axis, but is still using UITextFields to measure labels. I think I got it to

Re: Popup window closed but not modelity. Screen hangs in AIR

2015-07-17 Thread Alex Harui
https://issues.apache.org/jira/browse/FLEX On 7/17/15, 8:48 PM, vijendra sainy viju18...@gmail.com wrote: Alex can you please let me know how can I log a bug. On Sat, Jul 18, 2015 at 4:57 AM, Alex Harui aha...@adobe.com wrote: Well, if 4.14.1 solves your problem, you can probably monkey-patch

Re: Popup window closed but not modelity. Screen hangs in AIR

2015-07-17 Thread Alex Harui
viju18...@gmail.com wrote: Alex any solution using SDK4.6 On Fri, Jul 17, 2015 at 6:42 PM, Alex Harui aha...@adobe.com wrote: I don’t know why it would just be Win8, but changes have been made to the logic to clear the modal window in Apache Flex 4.14.1, so it might be worth trying

Re: Popup window closed but not modelity. Screen hangs in AIR

2015-07-16 Thread Alex Harui
What version of Flex are you using? On 7/16/15, 2:18 AM, vijendra sainy viju18...@gmail.com wrote: Hi friends, I have create a popupwindow and poping it out. But when I am closing it popup gets removed but not the model. I mean I am not able to click anywhere in the application, however the

FW: Travel Assistance for ACEU closes tomorrow!

2015-07-16 Thread Alex Harui
Whether you are a committer or not, if you are interested in attending ApacheCon in Budapest, you can save money by volunteering to help out at the conference and get travel assistance. Deadline for applying for travel assistance is tomorrow. -Alex From: Gavin McDonald

Re: Embedded font for Charts

2015-07-16 Thread Alex Harui
a serif font like this: http://pasteboard.co/21d2dRny.png On Fri, Jul 17, 2015 at 11:05 AM, Alex Harui aha...@adobe.com wrote: Try some other, more common TTF file with embedAsCFF: false; I don’t remember if you can embed variants like ‘light’ fonts and get them to work. -Alex On 7/16/15, 10

Re: Embedded font for Charts

2015-07-16 Thread Alex Harui
and not the one which I intend to. On Fri, Jul 17, 2015 at 10:51 AM, Alex Harui aha...@adobe.com wrote: Did you try: embedAsCFF: false; -Alex On 7/16/15, 10:14 PM, Deepak MS megharajdee...@gmail.com wrote: Hello, I'm try to use my own font for the charts. But if I do so, all labels for X

Re: Embedded font for Charts

2015-07-16 Thread Alex Harui
Did you try: embedAsCFF: false; -Alex On 7/16/15, 10:14 PM, Deepak MS megharajdee...@gmail.com wrote: Hello, I'm try to use my own font for the charts. But if I do so, all labels for X and Y axes shows up as blank. This is what I am trying: @font-face { src:

Re: Can't get Flex binding to work without warnings

2015-07-15 Thread Alex Harui
, Jul 14, 2015 at 6:54 PM, Alex Harui [via Apache Flex Users] ml-node+s246n10757...@n4.nabble.com wrote: Try: {XMLList(deRep.currentItem)..RELATIONSHIP.@dep_cust_rel_type} And {XMLList(deRep.currentItem).ADDRESS.@street} -Alex On 7/14/15, 12:13 PM, kamcknig [hidden email] http

Re: Can't get Flex binding to work without warnings

2015-07-14 Thread Alex Harui
Try: {XMLList(deRep.currentItem)..RELATIONSHIP.@dep_cust_rel_type} And {XMLList(deRep.currentItem).ADDRESS.@street} -Alex On 7/14/15, 12:13 PM, kamcknig kamck...@gmail.com wrote: I'm trying to get some databinding working and it keeps throwing warnings. I have the following MXML (PSEUDO

Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-07-10 Thread Alex Harui
Please post links to a couple of screenshots. On 7/10/15, 3:58 PM, chris_d_k c...@christiankiefer.de wrote: Hi, I have a mobile app with a list and and ItemRenderer (extending an extended IconItemRenderer) which is only using the label (not the messageDisplay). When I first open the view

Re: Spark Datagrid requestedRowCount=-1 variableRowHeight=true

2015-07-06 Thread Alex Harui
On 7/6/15, 12:58 AM, Ronny Shibley rshib...@codefish.com wrote: Hey Alex, Thanks for your prompt reply, Spark DG always use Virtual Layouts... :( Oh yeah, I keep forgetting that.. I'm thinking of writing a piece of code to calculate total height after all the itemrenderers have rendered.

Re: Spark Datagrid requestedRowCount=-1 variableRowHeight=true

2015-07-05 Thread Alex Harui
Do you have a lot of rows? If not, have you set useVirtualLayout=false? On 7/5/15, 10:15 AM, Ronny Shibley rshib...@codefish.com wrote: Dear Flex Users, I'm trying to have a grid height according to its content. It works great with requestedRowCount=-1 variableRowHeight=false. Whenever i set

Re: Show/hide checkbox in grid

2015-07-03 Thread Alex Harui
at 12:09 AM Alex Harui aha...@adobe.com wrote: Wrap CheckBox in something else like a Canvas The DataGrid uses the visible property when recycling so you can’t use it for other purposes. On 7/2/15, 12:27 PM, mark goldin markzolo...@gmail.com wrote: I have the following datagrid

Re: how to run Flex app programmatically?

2015-07-02 Thread Alex Harui
Are you asking about how to launch an AIR app with command line parameters? See the Invoke event. On 7/2/15, 7:51 AM, modjkl...@comcast.net modjkl...@comcast.net wrote: Thanks Tom, submit the POST yourself : http://flex.apache.org/asdoc/mx/rpc/http/HTTPService.html I guess the issue is my

Re: how to run Flex app programmatically?

2015-07-02 Thread Alex Harui
On 7/2/15, 8:24 AM, modjkl...@comcast.net modjkl...@comcast.net wrote: Thanks Alex, This may be the closest to what I'm asking. Have the customer save the Air application to their hard drive, then have their code launch it with arguments that can be used by the application to auto-log them

Re: Show/hide checkbox in grid

2015-07-02 Thread Alex Harui
Wrap CheckBox in something else like a Canvas The DataGrid uses the visible property when recycling so you can’t use it for other purposes. On 7/2/15, 12:27 PM, mark goldin markzolo...@gmail.com wrote: I have the following datagrid: mx:DataGridColumn dataField=visible2 headerText=

[ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-28 Thread Alex Harui
The Apache Flex community is pleased to announce the release of Apache Flex SDK Installer 3.2 Apache Flex is a highly productive, open source application framework for building and maintaining expressive applications that deploy consistently on all major browsers, desktops and devices (including

Re: A script has executed for longer than ....

2015-06-26 Thread Alex Harui
On Fri, Jun 26, 2015 at 10:33 AM Alex Harui aha...@adobe.com wrote: What work is done in processXML? Step through it and make sure you are done quickly and it gets called many times. On 6/26/15, 2:04 AM, mark goldin markzolo...@gmail.com wrote: Ok, I got it running but it still timing out. Here

Re: A script has executed for longer than ....

2015-06-26 Thread Alex Harui
re:ResultEvent = ResultEvent(data); thread = new PseudoThread(UIComponent(Application.application).systemManager, processXML, re.result.resultData); } private function processXML(resultData:XMLList):void Did not change anything in PseudoThread. On Thu, Jun 25, 2015 at 3:39 PM Alex Harui aha

Re: Screen stays disabled

2015-06-25 Thread Alex Harui
Is this a modal popup? I guess you’d have to debug why PopUpManager doesn’t remove the modal window. On 6/25/15, 10:33 AM, mark goldin markzolo...@gmail.com wrote: I have a large ADG that takes almost the whole screen. It runs within a module that is fired from a top menu. I am opening a popup

Re: A script has executed for longer than ....

2015-06-25 Thread Alex Harui
In Flex 3, mx.core.Application.application from anywhere should give you access to the Application and thus its stage. In Flex 4, use FlexGlobals.topLevelApplication. -Alex On 6/25/15, 10:59 AM, mark goldin markzolo...@gmail.com wrote: Alex, I need to use it from a command class that does not

Re: A script has executed for longer than ....

2015-06-25 Thread Alex Harui
On 6/25/15, 8:17 AM, mark goldin markzolo...@gmail.com wrote: In the threadCompleteHandler function? threadCompleteHandler is called when your callback function returns false. The callback function is a function you pass into PseudoThread. -Alex On Thu, Jun 25, 2015 at 10:03 AM Alex Harui

Re: A script has executed for longer than ....

2015-06-25 Thread Alex Harui
Well, xml is terribly slow. If you can server-side process it into something else (RemoteObject/AMF to ValueObjects is considered to be the fastest, ObjectProxy is also slow, JSON might be fast) then you might be able to process all of the data in 60 seconds in ActionScript. However, if one of

Re: A script has executed for longer than ....

2015-06-25 Thread Alex Harui
frame. -Alex On 6/25/15, 7:20 AM, mark goldin markzolo...@gmail.com wrote: What if I break xml into pieces for separate processing and then put them together into one final xml? On Thu, Jun 25, 2015 at 9:12 AM Alex Harui aha...@adobe.com wrote: Well, xml is terribly slow. If you can server-side

Re: Insallation de Flex SDK Installer 3.1 dans ubuntu 12.04

2015-06-25 Thread Alex Harui
The installer isn’t supported on Linux. But yes, the sources for 3.1 assumed yoolab which seems to no longer be functional. The sources for 3.2 are being propagated to the mirrors right now and have a temporary replacement for yoolab. -Alex On 6/25/15, 8:17 AM, Frédéric THOMAS

Re: A script has executed for longer than ....

2015-06-25 Thread Alex Harui
. Just a quick question. Where do I put my code to process xml? Because you code is rendering screen I am not sure how to adapt your code to my needs. On Thu, Jun 25, 2015 at 9:33 AM Alex Harui aha...@adobe.com wrote: That sounds like pseudo-threading. You would have to break it up in one frame

Re: Browser timeout in long process

2015-06-17 Thread Alex Harui
RemoteObject calls should be asynchronous and not lock up the browser. The FlashPlayer itself should time out after 60 seconds. Is it possible that so much data comes back that the result cannot be decoded in 60 seconds? -Alex On 6/17/15, 6:12 AM, jfb j.ballada...@verizon.net wrote: Hi All,

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Alex Harui
How many SWFs get loaded as part of this application? You could try swfdump -abc on all of them and see if “Marshal” shows up in any of them. -Alex On 6/17/15, 7:30 AM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: The only thing in there is a call to PopupManager.addPopUp. So

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Alex Harui
asks for those versions specifically whereas in my Maven-build, they are not requested. I guess I have some more investigating to do! -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: woensdag 17 juni 2015 16:34 To: users@flex.apache.org Subject: Re: AW: issue

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-16 Thread Alex Harui
On 6/16/15, 1:35 AM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: Well, You wouldn't believe it... but that did the trick! Well, I do believe it, but now all of your code is doing extra MarshallingSupport work. This should not be necessary unless you are loading SWFs across

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-15 Thread Alex Harui
On 6/15/15, 9:59 AM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: Alex, Those were indeed from the maven build of the main application (the main project so to speak)... I've checked and maven-compiled with link-reports and also build in flash-builder with link-report param and

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-12 Thread Alex Harui
://www.evernote.com/l/AW__q7p0RzFFkIHxvYGUpwBXPbesNONC8Aw/ this one is from the main-project which has the above project as a dependency: http://www.evernote.com/l/AW_2LuqjpWNL567Xi70vBE6tq5IfwaHpRhU/ Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: donderdag 11 juni 2015

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-11 Thread Alex Harui
in advance for all help/pointers! -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: woensdag 10 juni 2015 18:03 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Better to post on the mailing list if possible. Also post any optional

Re: AW: Embed Assets_swf / SDK4.14 / Flexmojos 7.1 / Maven3 / Weblogic

2015-06-11 Thread Alex Harui
will be able to help me out with the info I provided in the Evernote. If you need any more information, don't hesitate to ask. -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: woensdag 10 juni 2015 17:40 To: users@flex.apache.org Subject: Re: AW: Embed Assets_swf / SDK4.14

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread Alex Harui
with maven, it's giving this error, so I figure Im missing some dependencies? I will post my poms tomorrow, if you would be so kind to investigate them :-) (or I can mail them directly to you? ) _ From: Alex Harui aha...@adobe.commailto:aha...@adobe.com Sent: Wednesday

Re: Remove Flex 4.6 SDK default.css Warnings

2015-06-10 Thread Alex Harui
Well, it sounds like you are using Spark classes, and I don’t think Halo has a skin for all of those Spark classes. I suppose you could try a custom defaults.css without these styles in them. -Alex On 6/10/15, 5:42 AM, DarrenEvans darren.ev...@allocatesoftware.com wrote: Is it possible to

Re: AW: Embed Assets_swf / SDK4.14 / Flexmojos 7.1 / Maven3 / Weblogic

2015-06-10 Thread Alex Harui
These are probably the default cursors that come with the SDK. I’m wondering if his setup has these classes specified as external libraries so they don’t get linked and don’t get loaded from an RSL. -Alex On 6/10/15, 6:20 AM, Christofer Dutz christofer.d...@c-ware.de wrote: So it seems you are

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread Alex Harui
On 6/10/15, 6:22 AM, Christofer Dutz christofer.d...@c-ware.de wrote: In flex only classes you directly reference are included in the output. It seems as If you are loading IMarshalSystemManager via reflection ... Well, that’s Flex SDK code, not his code. Are you including MarshallingSupport

Re: Question about link-report.xml / Assets.swf

2015-06-10 Thread Alex Harui
Assets.swf is the source of embeds for these icons in one of the SDK SWCs. -Alex On 6/10/15, 1:47 AM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: So I have a project which I compiled with flex-mojos 7.1. Following lines appear in the link-report script

Re: Remove Flex 4.6 SDK default.css Warnings

2015-06-10 Thread Alex Harui
...@allocatesoftware.com wrote: We use Spark components and MX components. But.this is moaning about the Spark.swc defaults.css within the SDK itself. How do I supply a custom default.css to that? Alex Harui wrote Well, it sounds like you are using Spark classes, and I don’t think Halo has a skin for all

Re: Adding JS graph to Flex project

2015-06-09 Thread Alex Harui
Are you trying to display HTML/JS inside a Flex app? I’m not sure there is a well-defined way to do that in FB. On 6/9/15, 11:22 AM, Oleg Konovalov oleg...@gmail.com wrote: -- Forwarded message -- From: Oleg Konovalov oleg...@gmail.com Date: Jun 9, 2015 10:16 AM Subject: Adding

Re: MX Datagrid horizontal scroll column into view

2015-06-08 Thread Alex Harui
horizontalScrollPolicy and horizontalScrollPosition? On 6/7/15, 3:50 PM, DavidM dmos...@gmail.com wrote: Hi, I'm trying to figure out how to programmatically scroll an MxDatagrid column into view. i.e: if I update a cell, I'd like to make sure it's in view (actually I just need the column in

Re: AW: DataGrid horizontal scrol behaviour

2015-06-02 Thread Alex Harui
column so whatever column is closer to the magnet of the free space is pulled toward this and aligns directly over that. Hope this explains it more easily understandable. Chris Gesendet mit meinem HTC - Reply message - Von: Alex Harui aha...@adobe.com An: users@flex.apache.org users

Re: AW: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found.

2015-06-02 Thread Alex Harui
what order you get. -Alex On 6/1/15, 11:55 PM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: You've got mail! Thanks in advance for any help you provide! :D Kr, Filip -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: dinsdag 2 juni 2015 8:37 To: users

Re: AW: DataGrid horizontal scrol behaviour

2015-06-02 Thread Alex Harui
Are you using the lockedColumns to keep the first column on screen? Another option might be two data grids where the first one has one column with the rooms, and the other has the time slots but is sized to show all columns and in a scrolling container. -Alex On 6/2/15, 9:02 AM, Christofer Dutz

Re: AW: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found.

2015-06-02 Thread Alex Harui
- Reply message - Von: Alex Harui aha...@adobe.com An: users@flex.apache.org users@flex.apache.org Betreff: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found. Datum: Di., Juni 2, 2015 18:34 Hi, I think the problem is that the RSLs

Re: AW: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found.

2015-06-01 Thread Alex Harui
- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Freitag, 29. Mai 2015 17:26 An: users@flex.apache.orgmailto:users@flex.apache.org Betreff: Re: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found. Don’t know much about Maven, but essentially

Re: Properties not listed in the Flex API

2015-06-01 Thread Alex Harui
On 6/1/15, 2:09 PM, Trevor Holman tre...@cqbookstore.com wrote: I’m placing a s:TextArea for a AIR App and notice there is a border that I’d would rather not have. borderVisible=“false” is the property I need to adjust but I don’t see it in the list of properties on the API. Should it be or am

Re: Characters that are not unicode?

2015-05-31 Thread Alex Harui
Not sure what you mean by “accept”. From clipboard, or by typing? I’m definitely not an expert on this topic, but I think Flash strings are all unicode. I’m not sure what happens when you cut and paste but when typing it is building up a unicode string which if you want it to be double-byte,

Re: Deployed application: runtime: VerifyError: Error #1014: Class mx.core::UIComponent could not be found.

2015-05-29 Thread Alex Harui
Don’t know much about Maven, but essentially this means that the locale/en_US folder is not in the library-path or the _rb.swc files are missing in those folders. -Alex On 5/29/15, 12:08 AM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: I managed to get a bit further now. Added

Re: Access data in ADG

2015-05-15 Thread Alex Harui
it. In order to have it I need to change a bunch of functions to send it as a parameter. All I have a this point is its data. On Fri, May 15, 2015 at 8:08 AM, Alex Harui aha...@adobe.com wrote: The selectedItem should be the whole row. On 5/15/15, 2:06 AM, mark goldin markzolo...@gmail.com wrote

Re: Access data in ADG

2015-05-15 Thread Alex Harui
the HierarchicalCollection to the model and walk it from some other code Yes, the data is already there. I am trying to find out how I can search thru it by having a data field name and its value. On Fri, May 15, 2015 at 8:17 AM, Alex Harui aha...@adobe.com wrote: You could add the current row to the model so

Re: Access data in ADG

2015-05-15 Thread Alex Harui
The selectedItem should be the whole row. On 5/15/15, 2:06 AM, mark goldin markzolo...@gmail.com wrote: I have an ADG that shows hierarchical data. This data is stored in a model. at point in my application I want to figure out what row is currently selected in the grid. How would I search for

Re: Share data between two applications

2015-05-15 Thread Alex Harui
Depending on how big “big” is, and whether you control your user’s settings, you might be successful with SharedObject http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ne t/SharedObject.html On 5/15/15, 4:48 AM, mark goldin markzolo...@gmail.com wrote: Because it's

Re: Access data in ADG

2015-05-15 Thread Alex Harui
returns null while there is such node. On Fri, May 15, 2015 at 8:30 AM, Alex Harui aha...@adobe.com wrote: HierarchicalCollection and related classes help you walk through hierarchical data. By providing a set of open nodes, it adds the children of those nodes to a list, essentially flattening

Re: Access data in ADG

2015-05-15 Thread Alex Harui
think data is an xml. It comes down as a proprietary object. Then there is var hierarchicalSummary:HierarchicalData; then hierarchicalSummary.source = that object; Something like this ... On Fri, May 15, 2015 at 11:15 AM, Alex Harui aha...@adobe.com wrote: If your data is XML you might want

Re: SWFLoader Loosing type of connection

2015-05-14 Thread Alex Harui
I don’t know much about the cfc connection. Maybe HTTP is the default? Or maybe it is specified in an xml file or in the build config for that movie? -Alex On 5/14/15, 12:54 PM, jfb j.ballada...@verizon.net wrote: Hi Alex, Long time not talking with you. I just step up into another Flex

Re: SWFLoader Loosing type of connection

2015-05-14 Thread Alex Harui
Is the external moving making the call to NetConnection? SWFLoader doesn’t use NetConnection itself. -Alex On 5/14/15, 12:04 PM, jfb j.ballada...@verizon.net wrote: Hi All, I have a SWFLoader calling an external movie, my app is under HTTPS using CF secure connection:

Re: SWFLoader Loosing type of connection

2015-05-14 Thread Alex Harui
AIUI, MyApp.html loads a SWF that loads another SWF via SWFLoader. I don’t know of any context that is passed to the child SWF that tells it to also use https, and it might have some config compiled into it that uses http. SWFLoader doesn’t seem to be the issue, it does not use NetConnection.

<    5   6   7   8   9   10   11   12   13   14   >