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...
Garvey asked 19/7, 2010 at 14:21

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...
Iveson asked 2/1, 2015 at 9:18

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 ...
Steib asked 11/9, 2019 at 21:55

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?
Bick asked 17/3, 2015 at 2:59

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...
Rosinski asked 29/3, 2023 at 17:23

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...
Absolve asked 17/2, 2023 at 9:40

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...
Helsa asked 25/12, 2013 at 6:25

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?
Blastocoel asked 30/5, 2018 at 14:31

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...
Seaway asked 17/9, 2022 at 12:6

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...
Ximenes asked 30/6, 2013 at 9:14

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?
Closestool asked 5/3, 2014 at 15:59

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....
Caducity asked 26/5, 2015 at 11:58

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?
Scottie asked 25/10, 2014 at 14:19

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...
Carry asked 23/9, 2012 at 11:30

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...
Preventive asked 9/8, 2011 at 15:17

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...
Tautomerism asked 5/7, 2017 at 13:5

© 2022 - 2024 — McMap. All rights reserved.