gorazdr
gorazdr
Hello I found problem with parsing customHeight row attribute. Problem is with with this code: info->customHeight = attributes.value(QLatin1String("customHeight")) == QLatin1String("1"); fix is: info->customHeight = (attributes.value(QLatin1String("customHeight")) == QLatin1String("1") || attributes.value(QLatin1String("customHeight")) ==...
Hello, I have a problem with databand positioning. Is it possible to overlay databand or offset-it?  This is template in designer  Thanks, Gorazd
Hello, I found that if I set SVGItem variable svg image is not shown. Problem is that SVGItem::updateItemSize function is never called. I added this overloaded function to lrsvgitem: `bool...
I have something like this: PHP_FUNCTION(modify) { smart_str ss = { 0 }; zval *val; long opts = 0; zval *strings ; HashTable sht; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zla", &val, &opts,...