Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paulguz

Pages: [1]
1
ParamQuery Pro Evaluation Support / Definition of "developer" in licence
« on: October 09, 2018, 05:10:33 pm »
Hi,

Your licence doesn't define "developer", so we don't know how may developers to purchase a licence for.

Is a developer someone who actively works with the product, or is it any member of the development team that works on the project that uses paramquery?

Regards,

Paul

2
Bug Report / Re: Flickery scrolling on iPad
« on: June 07, 2018, 02:13:10 pm »
Thanks very much.  Looking forward to trying out the new version when it comes.

3
Bug Report / Re: Flickery scrolling on iPad
« on: March 01, 2018, 06:14:51 pm »
Any more thoughts?  As previously stated, we can't purchase a Pro licence unless this is fixed.

4
Bug Report / Re: Flickery scrolling on iPad
« on: February 09, 2018, 06:32:23 pm »
No, it seems OK on that one.

5
Bug Report / Re: Flickery scrolling on iPad
« on: February 09, 2018, 06:26:26 pm »
Yes and yes

It has to work in Safari, supporting the stock browser is of the utmost importance.

6
Bug Report / Re: Flickery scrolling on iPad
« on: February 09, 2018, 06:14:38 pm »
It seems to be only with grouped columns.

7
Bug Report / Re: Flickery scrolling on iPad
« on: February 09, 2018, 05:41:20 pm »
I'm afraid that doesn't match our experience.  Cells are left blank even after scrolling.

The flickering whilst scrolling isn't a good experience, either.

Please see the below video.

https://datapa-my.sharepoint.com/:v:/p/pguz/EXXhIPTprBZIsHyuGiX-3PcBY2IvhVoKvzf_Wnldo_yYhA?e=AYc2iQ

8
Bug Report / Re: Flickery scrolling on iPad
« on: February 08, 2018, 06:50:09 pm »
Any thoughts?  Our purchase of a Pro licence is contingent on this being fixed.

9
Bug Report / Flickery scrolling on iPad
« on: February 06, 2018, 05:55:42 pm »
Hi,

I'm evaluating ParamQueryPro 5.1 on an iPad Air running iOS 11.2.5.

When scrolling a grid with grouped columns, the scrolling can be very flickery indeed.  Sometimes cells are not rendered (are blank).

You can witness this yourself by viewing your own Export Grouped Columns demo at paramquery.com/pro/demos

Regards,

Paul

10
Bug Report / Re: Grouped column header appearance
« on: February 06, 2018, 05:22:49 pm »
This seems to have been addressed with the switch to native browser scrolling in v5.

11
Looks like the underlying code in pqGrid should be using String.localeCompare()

12
Bug Report / Grouped column header appearance
« on: November 22, 2017, 02:49:59 pm »
Hi, this is has been alluded to in a previous post (https://paramquery.com/forum/index.php?topic=2200.0), but as it's old, I'll start a new topic.

When using column header groupings, frozen columns and/or virtual scrolling result in those grouped headers not being rendered correctly.

It is worst when using virtualX and frozen columns are applied at the same time.  Coulmn headers disappear as you scroll, and headers appear above the wrong columns.

Please see the attachments.  "Before Scrolling" is how the grid looks before scrolling and all is fine.  In "After scrolling", note that the top column group has vanished.  Also note the "Totals" column header - that should be at the far right above the grey cells.

This bug goes all the way back to 2.2.0, which I'm using, so it'd be great if any fix could be applied to that.

13
Bug Report / PQ Grid 2.2.0 scroll resize bug
« on: October 06, 2017, 04:27:34 pm »
Hi,

Firstly, many thanks for PQGrid, it's fantastic.

I've found a minor issue with horizontal scrolling when virtualX is true.

My CSS has a 1px border on the pq-grid element. 

In _setInnerGridHeight, the calculation of "ht" is using "this.element.height()", which is taking that border in to account every time it is called.  That was adding 2px (one for top, one for bottom) to the height of the grid every time I scroll.

I've removed my border and all is OK now.

Just thought you should know!

Pages: [1]