Guilherme

Results 16 issues of Guilherme

local test = "" print(test .. " ") > TypeError: String.prototype.valueOf is not generic

I've created a column on TileProps of a map and I've set some properties for a couple of tiles. But the TileProps column is always empty. Is the data somewhere...

I should be able to cancel all chained tweens of a tween without necessarily cancelling the current tween. I'm using this hack to do this for now: `tween._chainedTweens = null;`...

The information on _globalScreenX and _globalScreenY comes in handy for calculating zoom and pan effects with pinch gestures.

`/usr/local/lib/haxe/lib/polygonal-ds/2,1,1/src/polygonal/ds/ListSet.hx:332: characters 24-25 : Too many arguments` Building with Haxe 4.0.2 for pretty much all targets.

Haxe 4.0.2 polygonal-ds: 2.1.1 ``` SIGNAL 11 hl.types.ArrayDyn.setDyn(/usr/local/lib/haxe/std/hl/types/ArrayDyn.hx:67) polygonal.ds.tools.$NativeArrayTools.init(polygonal/ds/tools/NativeArrayTools.hx:316) polygonal.ds.$IntIntHashTable.__constructor__(polygonal/ds/IntIntHashTable.hx:178) polygonal.ds.$HashTable.__constructor__(polygonal/ds/HashTable.hx:165) ``` html5 and cpp targets are working fine.

## Expected Behavior If you open a dropdown component and scroll its content by any amount, the next time you open it the content should be displayed correctly. ## Current...

openfl related

When switching states very rapidly, eventually, the ui won't show up. Steps to reproduce: click the button on the screen as fast as you can, after a few clicks the...

The reason behind this PR is to be able to have all tweens called in the same "frame" of updates to start at the "same time" and be synchronized. Adding...

I would expect that any quantity of tweens started from the same "frame" would be always syncronized. But since SimpleActuator set the "startTime" var with: ```haxe Lib.getTimer() ``` every time...