Mateusz Knapik

Results 17 comments of Mateusz Knapik

To follow up this topic. Since introduction of FastListView in [https://github.com/geomatics-io/ObjectListView/commit/268db1d8c484a3c0a0ec4069026cdd52384439eb](268db1d) FastObjectListView seems to have dropped support for features like Hot Items, Alternate row back color, Checkbox rendering in boolean...

Unfortunately, I've never found any working solution :/ @crypto2011 would compiling this branch https://github.com/crypto2011/IDR/tree/cbuilder-10.2 with 10.2 Tokyo allow to target it as 64 bit app or this still needs additional...

Thank you for your hard work 👏 It looks like change to HSQL 2 brought some more breaking changes, i.e. :modifiers not longer exists: https://github.com/seancorfield/honeysql/blob/7a7a01eeaaa56b6e00574feb63be9c09e782f2c2/doc/differences-from-1-x.md?plain=1#L166 This breaks FIRST and SKIP...

Maybe this is related to the FB version. We run 3.0 in SuperServer mode (I believe this is the same as you are, at least I think I saw it...

I've been investigating this bug lately, because it was introduced in 2.4.0 and it broke my existing apps after Lowcoder upgrade. There are at least two bugs related to using...

If you checkout commit [11c6dcd](https://github.com/lowcoder-org/lowcoder/commit/11c6dcdab76114fb426099e5c2a3a6fe9bed9781) (or you can use tag 2.3.0), using setValue appears to be working correctly, altough I'm not sure if this was an intended behaviour. Here is...

> We had some research, but we cannot confirm that it was ever working to "controlComponent" when this component was placed in a modal and the modal was closed. The...

Yeah, I think module is the right way to do it, just for simple case, like one or two controls inside modal, this was a convenient way to do it...

@FalkWolsky As I am rewriting my apps that used this "bug" I think one other way to mitigate this issue is to add an event handler for 'open' event in...

@raheeliftikhar5 Don't want to rush you, but did you have time to verify if this issue is reproducible using attached demo app? I just want to be sure that what...