tableview Questions
5
Solved
I've got a weird problem with a TableViewController.
In the doc it says that a tableViewController deals also with the method
-flashScrollIndicators when the table is "oversized" respect the visib...
11
Solved
I am creating a table view in which there are 10 sections, all having a header view but no cells. So, in short, my table view will display 10 header views only; there will be no cells in any sectio...
Ronda asked 14/2, 2014 at 5:54
9
Solved
i have a UITableView, that displays expenses from a current month (see screenshot):
My problem is with the header for empty sections. is there any way to hide them?
The data is loaded from coredat...
Predigestion asked 16/3, 2012 at 12:53
8
Solved
Problem
The setTableMenuButtonVisible of a TableView provides a mechanism to change the visibility of a table column. However that functionality leaves a lot to be desired:
The menu should rema...
18
Solved
I am getting a strange error with iOS13 when performing a Segue and I can't figure out what it means, nor can I find any documentation for this error. The problem is that this seems to cause a lot ...
7
Solved
I'm using that method to get whole object.
tableView.getSelectionModel().getSelectedItem()
How can I get data from single cell?
I mean like get S20BJ9DZ300266 as String?
2
I'm stumped.
I have a use-case which involves the rendering of arbitrarily large, paginated tabular result sets in TableView form.
What I'm finding is that both fine scrolling (via touch gestures o...
2
Solved
I'm working on an app for my local sports league.
One view will be the current standings, with several fields on each row: Name of team, Games Played, Points, etc. I want the Teams column to be lef...
7
Solved
When my data has finished loading and my tableView has been reloaded, I call endRefreshing on my refresh control, it then 'jumps' from its loading state and disappears - how can I implement a smoot...
Firefly asked 17/2, 2015 at 10:41
3
Solved
Am new to Javafx and wondering how to populate a tableview from a 2-dimensional array of String:
String[][] staffArray = (String[][]) connection.getAll("StaffServices");
ObservableList row = FXC...
6
I use the SDWebImage image downloading/caching library pretty much any time I display an image in a table view.
I would usually implement it like so (in a table view cellForRowAtIndexPath method)....
Acquiescence asked 6/1, 2012 at 0:10
3
I wanna implement a ListTile which in the tailing is a textfield, this is something like iOS static tableview, so that users can click it and directly edit text.
How to do this in Flutter anyway?
1
I have a TableView where every row has a ContextMenu like in the image below.
When I click on the first MenuItem called ("Contrassegna riga come analizzata"), I want all selected rows of...
8
Solved
How do I get the selected item from a TableView in JavaFX?
I am currently using
ObservableList selectedItems = taview.getSelectionModel().getSelectedItems();
but that does not return me the one...
9
Solved
I read this https://bugs.openjdk.java.net/browse/JDK-8102128 but I haven't found something in the Api of JavaFX 8.There isn't any way of prevent reordering in TableView?
1
I know my question is simple and I know many question on that topic but I can't find any solution to it.
I have simple table view only have the label for 100 rows. When I scroll the memory is incr...
Archipenko asked 10/3, 2017 at 10:47
3
Solved
I am new to PyQT.
I am interested to add a combobox to the each row of tableView. Is it possible in PyQT 4?
I know, it is possible in QT5, but not sure about PyQT.
Thank you in advance for help....
7
Solved
I need to detect double clicks on a row of a TableView.
How can I listen for double clicks on any part of the row and get all data of this row to print it to the console?
2
My TableView populates data from database. When user clicks a column header, it sort the data based on it. This feature is out of the box. However, I have too many records to populate them at a tim...
14
Solved
I am trying to get a UITableview to go to the top of the page when I reload the table data when I call the following from
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row...
Abandon asked 4/4, 2011 at 18:30
5
Solved
I need to have an observable list of a type that will be displayed in a TableView with one single column, that when selected will display the rest of its information on the right. The TableView is ...
Chafer asked 25/11, 2014 at 4:34
6
Solved
I am facing problem in my app - you can post and edit your favorite places. After posting a post, or editing a specific post (UITableViewCell), UITableview is reloaded.
My problem is: the UITablev...
Ala asked 3/6, 2016 at 12:53
7
Is there any simple approach to let the TreeTableView (or TableView) try to commit values on focus lost?
Unfortunatly I didn't succed with any default-implementations of javafx TableCellFactories,...
Sad asked 11/7, 2014 at 9:36
5
Solved
In my Java Desktop Application I have a JavaFX Table with 3 columns. I want to set the font color of the 3rd column to red. I have not been able to set the font color of the Tableb at all. I looked...
7
Solved
I have question about the accessoryType of cells. I am using a cell with an disclosureIndicator as accessoryType and I want to change it's color but I can't.
Does anyone know if this is a bug or if...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.