PDA

View Full Version : Some problems & questions



apokroy
11 Nov 2009, 1:37 AM
Hi!
Ext.nd is great work.
I'm very new to Ext.js and JavaScript, i'm using it only few days, sorry if some my questions is silly, and sorry for my english.

Problems i found:

When NotesView column name contains underscore value not rendered in browser, because "$" chars replaced with underscore when Ext.nd reading view design and replaced back when read data. I know, i can rename columns in notes, but that bad practice, because any changes in notes view design may result column name change.

Icons not rendered in columns with "display values as icons" if column formula evaluate to image resource name, not icon index.

Time to time, in view duplicates context menu items: "Open", "Edit", "Open", "Edit". See attachment.

Questions:

How i can specify different settings for different views (selection model, paging, multiExpand etc) when opening it from Outline?

Ext.js roadmap plans column lock and column header grouping features, have your plan include it in Ext.nd?

Thanks

jratcliff
7 Jan 2010, 12:06 PM
Hi apokroy, sorry for just now seeing this post. It somehow slipped past Rich and I.



When NotesView column name contains underscore value not rendered in browser, because "$" chars replaced with underscore when Ext.nd reading view design and replaced back when read data. I know, i can rename columns in notes, but that bad practice, because any changes in notes view design may result column name change.


What version of Ext.nd are you using? I thought that Beta 3r1 fixed this issue but perhaps not.



Icons not rendered in columns with "display values as icons" if column formula evaluate to image resource name, not icon index.


I didn't realize Notes allowed this. I'll add this to our list of enhancements.



Time to time, in view duplicates context menu items: "Open", "Edit", "Open", "Edit". See attachment.


We are still trying to track this one down. So far I can't duplicate this but you and few others have report this. Does this happen for all of your views or just some of them? Also, what version of Ext.nd are you seeing this in?



How i can specify different settings for different views (selection model, paging, multiExpand etc) when opening it from Outline?


Very good question. I'll need to think of how we can add support for this.



Ext.js roadmap plans column lock and column header grouping features, have your plan include it in Ext.nd?


Not sure yet, we'll need to look into it some more.


Jack

TY@GP
10 Jan 2010, 11:51 AM
I have seen the same questions somewhere else on this site.

1) No reaction
2) I posted a workaround for this issue on an other thread
3) you can set the using this using the viewDefault properties. But these setting will be applied to all views. To make it really custom you have to change the openEntry function. This can be done by overriding the openEntry function of the uioutline and fill the viewDefaults via a custom function. See also other post on this site
4) I have written an dominocolumnmodel extension which is supporting multiple column headers, excel style filtering, column font and color formatting and column colors. This is based on R1.1. I am currently porting this to version 3. I send you a reply when I have finished this port.