Questions tagged [spreadsheetview]
6 questions
1
vote
2 answers
JavaFX: How can I detect end of rendering in TitledPane?
This is the background for my question:
I have a GUI with an accordion with many TitledPanes, and each Titledpane contains a spreadsheetView from the controlsFX package.
There is a search-function in the code, where a Titledpane is opened and a…

Michael W.
- 182
- 1
- 12
1
vote
0 answers
iOS spreadsheetview not able to display multiple blocks in cell
I’m using Spreadsheetview library in order to show case Jobber functionality.
There is one critical issues which is blocking project release. This is mentioned below:
Problem: Not able to display multi block content in custom cell.
Scenario: Suppose…

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
0
votes
0 answers
An Exception happened in customizing Controlfx SpreadsheetView type, cell, editor
I got a NPE in customizing Cell, Editor & CellType components in Controlfx's.
I hope someone helps me, thank you.
I list my customizing follow:
I extended a class CellType to create Cells and Editors which is called by SpreadsheetView
Cells is…
0
votes
0 answers
How to directly show the TextEditor in SearchableCombobox inside a SpreadSheetView when entering characters?
I am working on a project where we use a SpreadSheetView component in the controlsfx library and we display a SearchableComboBox inside a SpreadSheetCell.
Everything is working well expect when we go from a the previous cell to the next that…

roger_godement
- 13
- 2
0
votes
1 answer
How can I display the json data in a Swift SpreadsheetView
I am using a pod called SpreadsheetView to show data, from a json, in a grid but I don't know how to show them because with this pod it is necessary to invoke an array for each column.
I would like to order this data from my json in the…

Rodrigo
- 1
- 1
-1
votes
1 answer
How to Vstack sheet view buttons
import SwiftUI
struct SecondView: View {
var name: String
var body: some View {
Text("Main Dishses \(name)")
}
}
struct ContentView: View {
@State private var showingSheet = false
var body: some View {
…