aeromac

Results 14 comments of aeromac

In FFmpegBuilder, should be: if (!Strings.isNullOrEmpty(videoFilter)) { args.add("-vf", videoFilter); } if (!Strings.isNullOrEmpty(audioFilter)) { args.add("-af", audioFilter); }

Hi, the version 11.0.0 styles seem to use '.mdc-deprecated-list-item' for mdc-drawer list item variatons (height, border radius etc). Is this correct? eg '.mdc-drawer .mdc-deprecated-list-item'

mdc web seems to be a bit of a mess in v11 & 12.. mdc-list does not seem to work as it used to (eg controls on list items are...

I can't think of a reason why mdc-layout-grid__cell--order would be needed except for wanting to use it to target a device type

It's a shame because GWTP was very well maintained and very well documented - too good to fade away

I've looked into using React and Angular etc and, IMO, GWT is so much better. The Widgets system has aged - it would be good if GWTP Views didn't depend...

Not being cancelable makes validating dialog content impossible - eg a login dialog or anything that takes user input. Of course, it's easy enough to get around - but I...

In the end I was able to use the tileloadstart event instead of extending Layer.

Not urgent... I ended up using Js.asDouble(Js.asPropertyMap(coords).get("z")); The documentation is very misleading, I read it also and didn't see any mension of z for Point.

I also got the error "Cannot read property 'gwidgets' of undefined". However for me, it was caused by trying to create a new LatLng, instead of using L.latLng(). Maybe check...