Adrian S
Adrian S
@joshtynjala I have the same issue + two more. All issues are related to drag and drop. **First**, with `useVirtualLayout = true` and `hasVariableItemDimensions = true` I got this: In...
This is a fix for the first and second problem. [DragVerticalLayout.txt](https://github.com/feathersui/feathersui-starling/files/9616454/DragVerticalLayout.txt)
I'm having the same issue, or similar. When I apply a `ColorMatrixFilter` on and `ImageLoader` the image disapears. If I apply it on it's parent it works but has unexpected...
I gave it a 2 seconds timeout where I can see the object rendered corectly, then it's drawn and replaced with the texture. For me it's a sort of cache...
Honestly I used a caliper to measure offsets from the bottom of monitor 0 and used that as bezels for the other monitors, then tried to position everything to the...
@ajwfrost I created an empty project with just a swf that as a stop() code and the ane you mentioned. We got new errors. @raresn uploaded the whole project to...
@marchbold Manifest is copy paste from the [add extension guide](https://docs.airnativeextensions.com/docs/pushnotifications/firebase/add-the-extension). But had to comment meta: ``` ``` This gave error: ``` aapt2 tool failed in linking:C:\Users\Adrian\AppData\Local\Temp\a81ecd11-b2f2-4a99-8f29-d4aaf5f42ba3\AndroidManifest.xml:132: error: resource xml/distriqt_pushnotifications_paths (aka...
You are right. We had the ane but not the entry in the xml file. EDIT: I also remember clear errors when doing something stupid like this.
@joshtynjala We found a solution that works for buttons and allows inputs to work too: ``` this._starling.nativeStage.addEventListener(KeyboardEvent.KEY_DOWN, disableSpaceKey, true, 1); //.... protected function disableSpaceKey(event:KeyboardEvent):void { if(FocusManager.focus is Button && event.keyCode...
Yes, but it's ugly. I had to add some JS that looks like this: ``` if(typeof H5P !== 'undefined') { var $iframes = jQuery('iframe'); if($iframes.length > 0) { var frameH5P...