Questions tagged [viewpanel]
10 questions
1
vote
0 answers
Loading and parsing file and displaying said file as graph with Java GraphStream
The loading and parsing of the file proceeds without an obvious problem but the ViewPanel in which I try to display the graph does not show immediately when initiating the action that should lead to this. Instead the container in which the ViewPanel…

Bogo
- 11
- 1
1
vote
1 answer
Hide column headers in an XPages viewPanel only when view is collapsed
I have a simple viewPanel in XPages with a few columns where the first column is categoriezed. When user is entering the view it is collapsed using the expandLevel= "1"
I have now a request to hide the column headers that are not displayed when the…

Thomas Adrian
- 3,543
- 6
- 32
- 62
1
vote
1 answer
viewpanel rows attribute in XPages set to zero but still display 30 lines
I have a viewpanel that I have set to rows="0" with the intention to show all available rows, but when I load the webpage it still display only the default 30 rows
Why is this happening?, I do…

Thomas Adrian
- 3,543
- 6
- 32
- 62
0
votes
1 answer
Xpages viewPanel open selected Document in Dialog
I have been trying to open a dialog from viewPanel. This dialog is opened There is no problem here but I want to load selected document in viewPanel. When I try to do it. Which document I click It does not matter. The latest(at the bottom) document…

Cumhur Ata
- 809
- 6
- 18
0
votes
0 answers
Displaying Docs w/n a View Panel via a Dialog
I have an XPages app, whereas I have an XPage that contains a viewpanel and two Custom Controls...both custom controls are dialogs that are used to entered information. All this works perfectly. However, what I am interested in is: how do I get a…
0
votes
1 answer
xpages view panel display computed icon
I'm trying to display an icon in a view panel based on a column value. This page will display if I only display the column value and/or use a static database image. If however I try to compute the image based on the column value I get an Http Code…

William Cather
- 11
- 1
0
votes
0 answers
Xpages download multiple attachments from viewPanel?
On an Xpage, I am trying to download selected documents from viewpanel. I am try to use Knut Herrmann's modified script of Naveen Maurya's XSnippet.
I get the following error:
[16A4:000A-0BF8] 08/01/2018 09:18:14 AM HTTP JVM: TEST 01 …

m benway
- 245
- 2
- 10
0
votes
0 answers
How to save the data from data-view in R (when the workspace is reset)
I was using RStudio to geocode locations overnight. Our IT reset my system without permission. Now all the workspace is gone. Fortunately, the data view pane is open and I can see my data but I cannot save it. Is there a way to save it? or…

useR
- 179
- 3
- 13
0
votes
1 answer
Filtered and Categorized view on Lotus XPages within Notes client
Hoping someone can point me in the correct direction for an XPages application we are writing inside the Domino Client (Notes?) viewer.
I have a view of documents which is being returned, this view has categories on it, and shows fine as this in an…

neophytte
- 648
- 2
- 11
- 25
-1
votes
1 answer
Expand category when click on row
I have a viewPanel and a categorized view in Xpages, when user click the category link the category is expanded.
I would like to create a jquery function that will expand the category also when the user click the row (TR), is this possible using…

Thomas Adrian
- 3,543
- 6
- 32
- 62