Re: Flex comunication with Amazon S3 and Smart TV project

2017-06-12 Thread OK
Angelo Lazzari wrote > Do you have information about Smart TV? Unfortunately not but this is also interesting for me. I've discussed this topic with Leonidas from Greece at ApacheCon. He is an experienced Flex guy and if I remember it correctly he said that he is already using Android Smart TVs

Re: Flex comunication with Amazon S3 and Smart TV project

2017-06-12 Thread OK
Angelo Lazzari wrote > -there are tested Amazon S3 library that you are already using in a > project? If Amazon S3 supports setting "X-HTTP-Method-Override" you maybe can directly consume its REST API by using HTTPService even without a lib but it's probably a bit cumbersome. (Due to a bug in

Re: Type Declaration of style 'strokeColor' conflicts with previous declaration in ... Unknown Flex Problem

2017-05-08 Thread OK
After your and another hint off list, I double checked all my external libs and it turns out that one external lib makes usage of mx:HRule which causes the issue. It would be very helpful if the compiler would be able to output also this previous rival declaration ;-)) Thank you, Olaf --

Type Declaration of style 'strokeColor' conflicts with previous declaration in ... Unknown Flex Problem

2017-05-05 Thread OK
The error message also contains a hint to the component of the lib that caused this issue, that's ok. But I'm totally lost cause I've created a test project/app that includes the same libs/swc as my origin app and the error goes away. The test project/app makes usage of the same external component t

Re: Skinning the spark navigator buttons

2017-05-04 Thread OK
kamcknig wrote > I'm trying to use the experimental spark accordion. I never used this but there're some accordion alternatives out there that are based on list, e.g. [1] This is not an answer to your question but maybe it helps, Olaf [1]

Re: ItemRenderer - What event to react to?

2017-05-03 Thread OK
bilbosax wrote > Does anyone know what event I should react to in the itemrenderer? Maybe this helps? [1] Olaf [1] http://blog.flexexamples.com/2010/05/14/detecting-an-item-click-event-on-a-spark-list-control-in-flex-4/ -- View this message in context:

Re: FlexJS: Getting Uncaught type error

2017-04-27 Thread OK
PKumar wrote > Yes , I have tried but no luck. This issue is only occuring if I am > creating separate view as InitialView.mxml and including it in main.mxml. I also had this issue during my tests but after a clean up and the removing of the bin the issue was gone... Could you reproduce the

Re: FlexJS: Getting Uncaught type error

2017-04-26 Thread OK
It already feels like doing much more clean ups than compilations during app development :-)) In this case a project clean in combination with removing the bin dir works for me! @Prashant Do you have already tried the FB Project->clean... function? Thanks, Olaf -- View this message in

Re: FlexJS: Getting Uncaught type error

2017-04-26 Thread OK
Hi, this is a bit strange: I can reproduce this error by compiling with FlashBuilder [1]. By using VSCode it works. Cause this makes no sense to me I double checked that both really used the same SDK... To make sure that there no side effects within my app code I reduced it to a test case with a

Re: Crippling Lag - Windows 10 IE11 - FlashPlayer / IBM ILOG Elixir

2017-04-25 Thread OK
I have not read the complete thread here so sorry if this is unsuitable. Just in case you don't know it: IBM Ilog Elixier was taken over by Rogue Wave in the past and I think the product is still supported: https://www.roguewave.com/products-services/visualization/elixir Olaf -- View this

Re: FlexJS:PureMVC with FlexJS

2017-03-24 Thread OK
piotrz wrote > Not sure how to reach Cliff, so we have to patiently wait. You probably could reach him via his company contacts at the footer [1]. But my experience is that he always answer the forum posts so I would be patient ;-) Olaf [1] http://futurescale.com -- View this message in

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
>I bet I know what it is. asconfigc 0.4.0 requires Node 6.0 or newer. Josh, you're right! Node newer 6.0 is required: I've updated from 5.x to the latest version and now I'm able to update to asconfigc 0.4.0. :-) Many thanks, keep up that great work! Olaf -- View this message in context:

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread OK
piotrz wrote > Prashant, > > One more thing can you post me link to source of PureMVC which you have > compiled to FlexJSPureMVC.swc ? > > Thanks, > Piotr I've not taken a look at Prashant's code yet, please make sure to use the PureMVC multicore version for the swc ;-) Thanks, Olaf --

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Forgot to mention: The example is working after fixing the typo but using version 0.3.0?! Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/SWF-Debugging-in-Visual-Studio-Code-tp14853p14897.html Sent from the Apache Flex Users mailing list archive at

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
>Make sure to use the -g flag when you uninstall before you try to reinstall. Still version 0.3.0 is outputted [1] But I have to say that I'm not so familiar with node modules. I will reboot later and give it another try... Thanks, Olaf [1] https://snag.gy/siD1un.jpg -- View this message in

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Josh Tynjala wrote > I found your issue, Olaf! You should import flash.text.TextField rather > than flash.display.TextField. > > - Josh Arrghh, good catch! I smash my head at the table... but you have to update your wiki [1] ;-) Thank you! Olaf [1] https://snag.gy/H2W9Ym.jpg -- View this

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Here it is [1]. BTW: I've noticed that the npm package manager says that 0.4.0 is the latest version of asconfigc. I tried to update, uninstall, and install asconfigc on my local machine, but "asconfigc -v" always returns version "0.3.0"... is that my fault? Thanks! Olaf [1] asconfig.json:

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Makes sense Piotr, thanks for explanation ;-) Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/SWF-Debugging-in-Visual-Studio-Code-tp14853p14890.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Hi Josh, thanks for working on this I've followed your instructions but get some "Type was not found..." [1] errors using Flex 4.16.0. Do I miss something [2][3]? Thanks! Olaf [1] Error: https://snag.gy/uq7VLr.jpg [2] settings.json: https://snag.gy/1w5fr0.jpg [3] tasks.json:

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread OK
Hi Piotr, I have also some issues with VSCode but I saw that you've passed different SDK paths in your tasks.json and settings.json[1]. Is that right or should it be like [2]? Olaf [1]: settings.json: "nextgenas.sdk.editor": "d:/flex_sdk/Sources/flex-asjs/distribution/distribution-flexjs"

Re: Pouchdb integration?

2017-03-17 Thread OK
Hi, Josh Tynjala creates a utility called "dts2as" which transpiles TypeScript to AS3 [1]. There already exist TypeScript definitions for PouchDB [2][3]. Maybe some of the pros here are able to assess if this could work? Olaf [1]

Re: FalconJX - How To Use...

2017-03-17 Thread OK
Hi, probably all the smart FlexJS guys are busy or more focused on the dev list so I'll try to answer: >Does FalconJX do this? This is a quote coming from the latest FlexJS release announcement [1] and explains what FalconJX is: "Apache Flex FalconJX is a next-generation MXML and ActionScript

Re: How to set the color of a column chart item?

2017-03-16 Thread OK
Sorry, Clint!!! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-to-set-the-color-of-a-column-chart-item-tp14817p14831.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: How to set the color of a column chart item?

2017-03-16 Thread OK
Yesss, that's it [1]. Thank you, Cliff!! Olaf [1] colSeries = new ColumnSeries; colSeries.xField = xField; colSeries.yField = yField; colSeries.setStyle("stroke", new SolidColorStroke(0x00)); -- View this message in context:

How to set the color of a column chart item?

2017-03-15 Thread OK
Hi, I'm trying to set the border color of an item of a column chart [1]. The fill style works like a charm but the color of the border doesn't. Any ideas? Thanks, Olaf [1] colSeries = new ColumnSeries; colSeries.xField = xField; colSeries.yField = yField; colSeries.setStyle("fill",

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-15 Thread OK
Thank you for this new release and thank you Justin for your effort as release manager! Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ANNOUNCE-Apache-Flex-4-16-0-released-tp14808p14809.html Sent from the Apache Flex Users mailing list archive at

Re: MobileGrid Skins

2017-03-08 Thread OK
quick6black wrote > I posted a new skin for the mobile grid on github > > https://github.com/quick6black/flex-Android-Material-Skins > > it replicates the android material design Hi, thanks for sharing this! I've just checked it out and it seems to me that the LabelItemRenderer class is

Re: Mobile DateChooser Flex

2017-03-06 Thread OK
Hi leokan, cause I'm not so familar with mobile components I don't understand what kind of help you're looking for. The screenshot looks pretty complete for me ;-) To encourage others to help it maybe helps to share some code and to file concrete issues/todos? Olaf -- View this message in

Re: Wordpress XMLRPC and AS3

2017-03-04 Thread OK
Whats about using the Word press REST API instead [1]? HTH, Olaf [1] http://v2.wp-api.org/ -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Wordpress-XMLRPC-and-AS3-tp14759p14760.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Persistent Data

2017-03-01 Thread OK
>Looks like it is time to learn :) Sounds like the right path ;-) My recommendation regarding a MVC framework is still PureMVC [1] cause: - There's an awesome documentation available, including a book written by Cliff Hall [2] - There a lot of examples out there [3] - There're some useful

Re: Persistent Data

2017-02-28 Thread OK
bilbosax wrote > Could you give me your suggestions? (i do not want to store them in a > sqlite database) Sounds like it's time to separate your model from your view ;-) As Benjamin said it's a good idea to persist your data by using some AS3 classes that represents your model. Probably there're

Re: Callout Modal

2017-02-25 Thread OK
Jairo wrote > It opens a "baloon" with some data. Is there a way to make this "baloon" > modal? I just comes into my mind that you maybe could add a transparent rectangle as top layer to your display list (e.g. by using states) and open the callout on top of this. HTH, Olaf -- View this

Re: Callout Modal

2017-02-25 Thread OK
Jairo wrote > If don´t, is there a way do close the baloon when user clicks on the > background screen? You could just listen to the "mouseDownOutside" Event [1] HTH, Olaf [1] https://github.com/ok-at-github/Apache-Flex-Callout-demo/blob/master/CalloutDemo.mxml#L16 -- V

Re: Measuring from of Label with padding strange/incorrect

2017-02-20 Thread OK
chris_d_k wrote > Hi, > > I have an itemrenderer based on a group with a label inside. If there is > text which would exactly fit in one line and I have a padding in the > label, the label is displayed in two lines but the measured value is at is > is one line... > > Is this a bug or am I doing

Re: ViewStack

2017-02-17 Thread OK
>But I also need to do something in a view when gets on screen Probably there're some other approaches but if you are already able to retrieve the instance of the displayed view you could just call any public method on it do to anything you want. HTH, Olaf -- View this message in context:

Re: ViewStack

2017-02-17 Thread OK
mark goldin wrote > I have two views in it. By changing selectedIndex I can show one or > another. I am having some problems with this solution because I am using > createComplete event which only fires once per view. Is there another > event > that I could use in my view to know when it gets on

Re: FlexJS: Unable compile project using latest Nightly build

2017-01-31 Thread OK
Hi, I've just downloaded the FlexJS nightly and got a circular dependency error after compiling [1] Moreover the compilation of a simple single file took about 35 seconds using VSCode on Windows7. Do I something wrong? Thanks, Olaf [1] https://snag.gy/H5yGxV.jpg -- View this message in

Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-01-30 Thread OK
Hi Nemi, maybe I get you wrong but I would just like to let you know that I can't reproduce this issue with 4.15.0: Steps to reproduce: - Create a using MXML and load some data into it - Select one row by just clicking it using the left mouse key - Use keyboard navigation (Up and down) to switch

Re: [Survey] Who would be interested in attending a Flex Project Summit with a focus on FlexJS at this years ApacheCon NA in Miami?

2017-01-25 Thread OK
Hi Chris, thanks for your effort on this, I really appreciate it! I'm interested to attend but for some reasons I can't estimate if I've some time in May by now. Moreover it's a long trip from germany, if such an event would be in Europe things would be easier ;-) Olaf -- View this message

Re: [Survey] Who would be interested in attending a Flex Project Summit with a focus on FlexJS at this years ApacheCon NA in Miami?

2017-01-25 Thread OK
-- View this message in context: http://apache-flex-users.246.n4.nabble.com/Survey-Who-would-be-interested-in-attending-a-Flex-Project-Summit-with-a-focus-on-FlexJS-at-this-yea-tp14573p14576.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Regarding the apache flex project want to know few questions

2016-11-17 Thread OK
maniteja wrote > Q1. So in my case as a fresh developer, how can i contribute for the very > beginning and in which area? To get an idea of what the guys are working on and what is needed you could follow the dev list [1][2]. It's probably hard to follow but it could be an entry point. Then you

Re: Scout - What does this mean?

2016-11-16 Thread OK
bilbosax wrote > ...what about these hundreds of TypeErrors? Do you see anything in my code > that could be triggering those? Maybe you've overlooked my last post, do you've checked if the casting works properly? E.g. address.text = String(data.address)) HTH, Olaf -- View this message in

Re: Scout - What does this mean?

2016-11-16 Thread OK
Regarding performance: To improve performance you want to avoid any kind of percentage calclulations and deep nesting of components. You also could think of removing embracing groups to reduce the number of components. The less the better. At least you could replace relative positioning by

Re: Scout - What does this mean?

2016-11-16 Thread OK
Hi, >... not using any binding. I'm not have followed the complete discussion here but cause there're still some bindings left I wonder if this is the origin code or if you maybe have overlook some bindings [1]? HTH, Olaf [1] {data.MLSNum} {group1.width} {group7.width} ... -- View this

Re: [GUIDE] Firebase and Flex

2016-11-10 Thread OK
WoW, great work and great documentation, thanks for sharing! It think this could be also also helpful in a non Firebase context. Thanks, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/GUIDE-Firebase-and-Flex-tp14079p14096.html Sent from the Apache Flex

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-09 Thread OK
@Justin Do you think there's a chance to include "Spark-Material" with 4.16.0? Thanks, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Donating-Spark-Material-to-Apache-Flex-was-Spark-components-with-Material-Design-tp14026p14069.html Sent from the Apache

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-09 Thread OK
nkey work ;-) If it's ok for you I'll just modify the master branch of your origin repo. @Justin I don't understand the NOTICE thing... what is the PRODUCT_NAME? ("Apache Flex", "Spark material", "Apache Flex Spark Material", ...) Olaf -- View this message in contex

Re: Padding above a text in Mobile Air App

2016-11-07 Thread OK
Mabe it's possibilbe to workaround this by adding some padding to the label or the parent container? Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Padding-above-a-text-in-Mobile-Air-App-tp14028p14059.html Sent from the Apache Flex Users mailing list

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-04 Thread OK
Thank you Justin! Reading Alex hints I'm not sure what would be the right way: Keeping the material lib external or as part of Apache Flex. Probably both have benefits and also drawbacks. What do others think? Is anyone interested in a Material Design component set that is shipped with the SDK?

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-03 Thread OK
jmclean wrote > Yes one very large one [1], the GPL license is not compatible with Apache > [2]. > But if Rui Cruz was willing to donate it under another (compatible) > license that is likely to be fine. Thanks Justin. Hopefully the license could be changed to MIT. Do you know the key difference

Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-03 Thread OK
Hi, I just would like to revive the idea of donating Rui Cruz spark material lib [1] to Apache Flex. This is the origin thread [2]. Maybe we could achive this within the 4.16.0 release, that would be great. I've already contact Rui and he said that he's fine with it. I think we have to clean up

Re: Application starts but then shows black screen

2016-11-02 Thread OK
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/SecurityErrorEvent.html#includeExamplesSummary HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Application-starts-but-then-shows-black-screen-tp13991p14016.html Sent

Re: Application starts but then shows black screen

2016-11-01 Thread OK
You are probably right, it is so hard to read the code on the list and I have just a tablet here at the moment. If you have the chance I would debug if the service requests work properly by using your clients environment. Instead of open several alerts it is maybe better to e.g. display a list

Re: Application starts but then shows black screen

2016-11-01 Thread OK
Hi, I've not taken a deep look at you code but it seems to me that this is a async issue: If your inhouse network is fast enough maybe your http calls will handled in a synchronous fashion without any problems, but that's just accidentally. Keep in mind that http calls are asynchronous. If your

Re: Can't hide NavigatorContent

2016-10-25 Thread OK
> Instead of this you may want to handle the creationComplete event of the "tab viewstack" to hide particular tabs. Only to be clear: Of course you're only be able to hide a tab if it is already instanciated! Sounds like in your use case it makes sense to add the tabs dynamically to the

Re: Can't hide NavigatorContent

2016-10-25 Thread OK
olegkon wrote > I am trying to hide one tab, but it doesn't work for me from > creationComplete. > I see ViewStack is NULL at that point. If I understand you right the "tab viewstack" is nested so maybe it is not instanciated at creationComplete of your top level component cause of the deferred

Re: Release Build Performance on Mobile

2016-10-20 Thread OK
Hi, this is not an answer to your question but maybe it is still helpful: No matter if you're using a mobile device or desktop, having too many columns might be a bad user expericence and not very ergonomic for the users. E.g. if you have over 50 columns and hundreds or thousands of rows I don't

Re: FlatSpark for datagrid

2016-10-16 Thread OK
>I am going to migrate a Flex 3 app to Flex 4 and I plan to use FlatSpark for the user interface. >I don't see the "datagrid" as part of the components available in FlatSpark. >Please confirm. AFAIK there's no FlatSpark datagrid available. >If not available, is it planned? When? AFAIK there're

Re: FlexJS: Need to create PureMVC swc

2016-10-07 Thread OK
Hi, I'm doing the same, it seems that's currently not so easy to build a reusable swc. But try to outsource the PureMVC files to a seperate lib project, compile it using compc and link your project to the lib the same way you would do it with a Flex project. This but might be helpful:

RE: FlexJS application and swf mudoles

2016-10-06 Thread OK
>Any ideas are welcomed and appreciated. I'm using PureMVC [1] AS3 multicore [2] to separate my apps into independents modules or cores. The PureMVC cores communicates using interfaces [3] or the PureMVC pipes utility [4]. With this approach you're able to implement encapsulated and reusable

Re: Get mouse coordinates on high speed

2016-10-05 Thread OK
Alex Harui wrote >>can't you just up the frame per second of the swf to say 60, and if >>needed interpolate data points to smooth it? > That is a possibility, but the interpolation code may also affect input > rate. For this approach it might be helpful to google with "spline interpolation" and

Re: Effects in a VGroup

2016-10-04 Thread OK
Don't know why it doesn't work with VGroup but do you've already tried this [1] instead? Thanks, Olaf [1] Group with vertical layout < < < < < -- View this message in context:

Re: [FlexJS] Issue with DropDownList if it's child of org.apache.flex.core.View

2016-10-02 Thread OK
Alex Harui wrote > Hmm. It is probably just a bug. This is the JIRA ticket: https://issues.apache.org/jira/browse/FLEX-35136 Thanks, Olaf -- View this message in context:

[FlexJS] Issue with DropDownList if it's child of org.apache.flex.core.View

2016-09-30 Thread OK
Hi, if I use org.apache.flex.core.View as root class of an outsourced sub component that contains a DropDownList I notice that the DropDownList doesn't show its populated items after clicking on it. After some investigation I found that replacing the org.apache.flex.core.View by

Re: Problem using latest SDK in Flashbuilder

2016-09-29 Thread OK
>I assume I don’t need them in the Flash builder directory as well. To my knowlegde is's definately crucial to manually add the SDK to your IDE as it is described in the above link. But if it already appears in your project as default project it seems to be ok. Maybe you want to double ch

Re: Problem using latest SDK in Flashbuilder

2016-09-29 Thread OK
BTW: Don't hesitate to ask if you stuck with a problem. I'm sure anybody here will be glad to help. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problem-using-latest-SDK-in-Flashbuilder-tp13667p13669.html Sent from the Apache Flex Users mailing list archive

Re: Custom skin based on SDK version

2016-09-28 Thread OK
kamcknig wrote > I want to change the MXML in the skin file based upon whether we are > working in the old adobe 4.6 or the new apache 4.15. Probably I don't understand your question but you could just replace the origin SDK skins by custom skins. Could you try to specify more precisely what

Re: iOS7 skins

2016-09-27 Thread OK
Great that it works now! >but am not in a position compile the project with 4.15 I notice that folks sometimes stick with old versions, especially last Adobe versions. What is the reason to stick with it? I thought that most of the time an update to the latest Apache version could be done with a

Re: iOS7 skins

2016-09-26 Thread OK
Lydecker wrote > So some weirdness with the colours. Any ideas? Do you've tested it using the simulator or a mobile device? I stumbled over this wiki article: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=50856172 I tested the origin skin with 4.15. and it only works

Re: iOS7 skins

2016-09-25 Thread OK
>Thanks for this - been looking at it for a week now but still no joy. Could you specify what kind of problems do you have? >Is it possible to apply a pure AS skin directly to component? Yes, you just have to add the skin class to your component: < >Any further pointers would be much

Re: AW: rollOut Issue with child dropdown in panel

2016-09-21 Thread OK
cluded within the demo and you're done. It's not perfect, but probably nicer than the original ;-) HTH, Olaf [1] https://github.com/ok-at-github/Apache-Flex-Callout-demo -- View this message in context: http://apache-flex-users.246.n4.nabble.com/rollOut-Issue-with-child-dropdown-in

Re: Flex app broken on Microsoft Edge Browser?

2016-09-20 Thread OK
Unfortunately I've no solution. It's the first time I've heard of this 'intelligent pause' button in edge. So maybe this is also interestig for others [1]. Thanks, Olaf [1] https://blogs.windows.com/msedgedev/2016/04/07/putting-users-in-control-of-flash/#rw8kVkjG0k8OWq3m.97 -- View this

Re: [FlexJS] TextInput/Form validation

2016-09-20 Thread OK
Thanks Peter and Alex, I'll try to implement it. It's probably a good exercise. I'll start with studying the existing code... we'll see... don't expect too much ;-) Thanks, Olaf -- View this message in context:

Re: [FlexJS] TextInput/Form validation

2016-09-20 Thread OK
>Yes, beads would be a good thing, but IMO, it is only necessary for the >COMPILE::SWF code, since it is the SWF code that doesn't have built-in >functionality to rely on. If we'd go this way, does it mean that at the end users would have to add beans to make sure that the SWF version works and

Re: Flex development associate required

2016-09-20 Thread OK
Seems that your app doesn't work, follwing message is displayed after starting it: "Unable to communicate with server. Please check your network connectivity and try again." Olaf -- View this message in context:

Re: [FlexJS] TextInput/Form validation

2016-09-20 Thread OK
>Want to make it happen? I could give it a first try tonight. Any help how to achieve this is appreciated ;-) Thanks, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-TextInput-Form-validation-tp13577p13585.html Sent from the Apache Flex Users

Re: [FlexJS] TextInput/Form validation

2016-09-20 Thread OK
makes sense (and if it would be possible) to make all these html5 "build in" attributes available as properties in "org.apache.flex.html5.TextInput". Thanks, Olaf [1] [2] https://codepen.io/ok-at-codepen/pen/pEEmKj -- View this message in context: http://apache-flex-users.246.n4

Re: [FlexJS] TextInput/Form validation

2016-09-19 Thread OK
Thanks Peter, found the PasswordInputBead. I wonder if there's any way do tell FlexJS to just use the html5 build in validation features? Thanks, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-TextInput-Form-validation-tp13577p13579.html Sent from

[FlexJS] TextInput/Form validation

2016-09-19 Thread OK
Hi, is there already any chance to validate input fields and mark it as required using FlexJS? Thanks, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-TextInput-Form-validation-tp13577.html Sent from the Apache Flex Users mailing list archive at

Re: rollOut Issue with child dropdown in panel

2016-09-19 Thread OK
Mihai Chira wrote > I would use event.target. I haven't compiled the code, but I imagine > something like this should work: > > if(event.target == p) > { > removeElement(p); > p = null; > } Unfortunately "target" and "currentTarget" refers always to the "Panel". Olaf -- View this

Re: rollOut Issue with child dropdown in panel

2016-09-19 Thread OK
Code was eaten by the mailing list, here's just the modified function: private function onRollout(event:MouseEvent):void { // Analyze the "relatedObject" property if(event.relatedObject!=null && Group(event.relatedObject).id != "dropDown") { removeElement(p);

Re: rollOut Issue with child dropdown in panel

2016-09-19 Thread OK
laf [1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/MouseEvent.html#relatedObject [2] https://github.com/ok-at-github/Apache-Flex-Callout-demo http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark"> -- Vi

Re: Can't get Rect to draw one way, but works another

2016-09-15 Thread OK
HI, I've just accidentally stumbled over this [1]. It contains a styled rectangle component. Seems that this perfectly fit your needs. HTH, Olaf [1] http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf687e7-7ff6.html -- View this message in context:

Re: [ANNOUNCE} Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-15 Thread OK
Hi, Congratulations! I've installed and tested the 0.7.0 release build and it just works :-) Thanks to the "Getting Started" Wiki section [1] it took me less than 10 minutes to install FlexJS and getting started with it now! Thanks to all of you for working on FlexJS!!! Olaf [1]

Re: Spark DataGrid editable problem

2016-09-14 Thread OK
npem wrote > I have replaced the DataGrid with an appropriate Nº of > textInput components, which works very nicely You could also think about using the List component with an appropriate item renderer. Or let you be inspired by the experimental MobileGrid [1]. HTH, Olaf [1]:

Re: Spark DataGrid editable problem

2016-09-14 Thread OK
I never tried to use the spark datagrid on mobile but maybe this works [1]? HTH, Olaf [1]: Set each column 'editable' ... ...

Re: Consolidate items from ArrayCollection

2016-09-07 Thread OK
This is a collection of different aproaches: http://stackoverflow.com/questions/5997822/flash-as3-how-do-i-remove-duplicates-in-an-array HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Consolidate-items-from-ArrayCollection-tp13509p13515.html Sent

Re: form layout

2016-09-07 Thread OK
Try it this way: HTH, Olaf -- View this message in context:

Re: Reports

2016-09-07 Thread OK
You could go with one of these PHP libs: https://tcpdf.org/ http://fpdf.de/ https://framework.zend.com/manual/1.10/en/zend.pdf.html HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Reports-tp13511p13512.html Sent from the Apache Flex Users mailing

Re: iOS7 skins

2016-09-07 Thread OK
Seems to me that ButtonBarSkin [2] has these [1] direct dependencies. Maybe you could browse through the repo and put it together to make the ButtonBarSkin work. HTH, Olaf [1] ButtonBarSkin source package spark.skins.ios7 { import spark.components.ButtonBar; import

Re: BarChart Y Axis Label Issue

2016-08-31 Thread OK
Mabye you could use the 'labelRenderer' setter of your AxisRenderer to pass a renderer that fits your needs. You have to implement the renderer by yourself. It works similiar to a 'itemRenderer' Here you could find some details [1] HTH, Olaf [1]

Re: Callout Component for AIR on Desktop

2016-08-29 Thread OK
I've completely replaced conventional popups by callouts and as Om said it works! Cause there're not so much demos available I've just created one: https://github.com/ok-at-github/Apache-Flex-Callout-demo >I have information that I want to show a user that slides in > from the bottom or th

Re: Hot to get smooth transitions in a flex mobile app

2016-08-29 Thread OK
>When we change the view in most cases we also load data from the server. If you're really sure that loading the data makes your transitions choppy, do you considered to load the data not until all transitions are finished and the UI is in place? Olaf -- View this message in context:

Re: Connect AIR to a Remote Server

2016-08-24 Thread OK
I don't want to totally confuse you but there's another option: You could go with a on-premise backend as a service (baas) solution. One baas candidate is dreamfactory: http://www.dreamfactory.com/ It could be installed using bitnami in nearly 5 minutes. https://bitnami.com/stack/dreamfactory

Re: Connect AIR to a Remote Server

2016-08-24 Thread OK
bilbosax wrote > Writing pho/database interfaces is beyond my skill set and I would > definitely need a tutorial to get it done. If you'd like to go with a REST server I could try to assist you. If all works fine you be able to set up the complete environment in a few minutes. I'd recommed to

Re: Connect AIR to a Remote Server

2016-08-24 Thread OK
I assume you mean Zend_Amf_Server if you're speaking of Zend? This might be helpul: https://framework.zend.com/manual/1.12/en/zend.amf.server.html I had used Zend_Amf_Server for a long time in the past and remember that there could be some pitfalls. E.g. you have to take care of the VO mapping,

Re: Flex Mobile App To Desktop App

2016-08-19 Thread OK
Maybe this could help?: http://www.adobe.com/devnet/air/articles/multiple-screen-sizes.html Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Mobile-App-To-Desktop-App-tp13344p13348.html Sent from the Apache Flex Users mailing list archive at

Re: default Index for ComboBox or DDL when DataProvider data comes from a webservice

2016-08-17 Thread OK
CodeGirl wrote > So I put an event dispatch at the getResults of the webservice call and > then added an eventListener and when the event was fired telling me that > the data was loaded, I then assigned the selectedIndex. But again, > nothing was selected. Any Ideas? Maybe the data is received

Re: Flex ASCII

2016-08-15 Thread OK
Forgot something: If you need diagonal directional icons, the 'rotate' property might help: HTH, OLaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-ASCII-tp13294p13302.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex ASCII

2016-08-15 Thread OK
Since 4.14. the SDK is shipped with "FontAwesome": http://fontawesome.io/icons/#directional Usage: Unfortunately it doesn't provide any diagonal arrows... HTH, Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-ASCII-tp13294p13301.html Sent from

  1   2   >