Pablo Martin

Results 16 issues of Pablo Martin

This issue is related to https://github.com/airsdk/Adobe-Runtime-Support/issues/80 using the latest AIR SDK (33.1.1.633) The problem happens on Windows. I haven't tested on Mac yet. Here is the video: https://www.dropbox.com/s/y3jgxjazuo4ewvw/test.mp4?dl=0 and the...

Bug

Hi. Something weird is happening to me lately related to this code in `BuildTools.hx`: ``` if (args.length>0) { var last:String = (new Path(args[args.length-1])).toString(); var isRootDir = last=="/"; if (!isRootDir) {...

Recently I updated Lime from 6.2.0 to 7.5.0. With the new version I can't compile for distribution. When I execute `openfl build ios -final`, the error is: `error: Provisioning profile...

Initial implementation for Stack container. It adds a transition system. A transition is a collection of __"in"__ animations and __"out"__ animations. An example with a video here: https://www.dropbox.com/s/5y2h5pffyr62hu6/stack-component.mp4?dl=0 ![image](https://cloud.githubusercontent.com/assets/1063719/22406766/52860c2a-e659-11e6-9d34-55affc64d283.png) The...

Button Bar with dataProvider. The permanent selection is optional (requireSelection property, true by default). Also it maximizes the buttons size if you set a percent or fixed size value in...

* [x] OpenFL * [ ] HTML5 (not implemented) * [ ] nme (not implemented) * [ ] luxe (not implemented) * [ ] hxwidgets (not implemented) * [ ]...

I don't know exactly why the get_dataSource method requires to create the dataSource. It could be useful to check from outside if the dataSource is null (in a point of...

An example: ![image](https://cloud.githubusercontent.com/assets/1063719/22303249/b58cefac-e332-11e6-9a26-4a11493eea08.png) I have added `addComponentAt` method. I know that you can use `addComponent` and `setComponentAt`, but it isn't normal in a UI library and it isn't efficient. Currently...

For example: ``` .image { scale-mode: fit-inside; image-horizontal-align: center; image-vertical-align: bottom; } ```

The ANE doesn't include the AVANE.dll version for Windows 64 bits. It would be useful to update this extension because AIR doesn't support h265 or other codecs.