119 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
61
views
RCP - Search option under Multichoice widget
I am using org.eclipse.nebula.widgets.opal.multichoice.MultiChoice in my application to work on multiple selections. However, I have nearly 70 multiple entries under the widget and it is difficult to ...
0
votes
1
answer
52
views
How do make my PageLoader run in a Eclipse Job?
https://angelozerr.wordpress.com/2012/01/06/nebula_pagination/
I am trying to emulate my 'PaginationService' as it would need to go to the server to get the data page at a time, which could take a ...
0
votes
1
answer
144
views
Read/write Nebula Graph in pySpark
I'm trying to read-write Nebula Graph from within pySpark and cannot figure out why it does not connect.
I'm working with Spark locally on my laptop and using onETL library to connect to datasources ...
0
votes
0
answers
47
views
Replicating maven branch and release using Gradle
I'm moving from Maven to Gradle and have been happy so far. However, I'm stuck on the correct workflow to replicate maven branch and maven release.
My git workflow is setup like this:
The most recent ...
0
votes
1
answer
62
views
NatTable custom Cell Painter for Choice Chips
I want to be able to render some Choice Chips inside a NatTable cell. For that I would need a custom cell painter to be able to paint the widgets. Unfortunately, I am not very experienced with ...
0
votes
2
answers
128
views
NatTable: Dynamically Changing Filter Row Combo Filter Based on Previous Selection
I am working with NatTable in my Java application, and I have a specific requirement related to the filter row and combo filters. In my NatTable, I have a filter row with combo box filters, and I ...
0
votes
1
answer
94
views
NatTable cursor switch into selection mode after DND
I have nattable with grid. I introduced own drag listener which implements DragSourceListener.
DND works well - is possible drag some item and drop it into some group of item. When is drop executes ...
0
votes
1
answer
190
views
BuildRpm task with kotlin dsl
I am migrating my groovy syntac to kotlin dsl and struggling while building the buildRpm() task provided by nebula plugin.
Currntly I have in my builod.gradle.kts
plugins {
id("nebula....
0
votes
1
answer
78
views
Nattable Display converter shifts columns when the table is scrolled horizontally
I have used a custom DisplayConverter on some columns of my Nattable.This displayconverter shows long values as hex strings.
Whenever I scroll my Nattable horizontally, this converter shifts one/...
1
vote
0
answers
67
views
Eclipse RCP using Nebula - Action taking snapshots looping over several editor's pages
I have a Java - Eclipse RCP application.
The Editor has several pages, some of which contain nebula.XYGraph graphs.
The toolbar has an Action, which loops over these pages to take a snapshot of each ...
0
votes
0
answers
77
views
How to draw image with device zoom set over 175%?
I want to display preview of a model before print on Windows10. My dialog window:
protected Control createDialogArea( Composite parent )
{
// some code
preview = new PrintPreview( ...
0
votes
0
answers
64
views
Nattable tree hierarchy change to show children modules first
I want a particular desired behavior for my Nattable tree structure. In the following diagram, contents of Row no 36, 37 are children of content in Row 20.
Row 21, 23, 23 ... 34 are in turn children of ...
0
votes
1
answer
146
views
Auto edit cell in nebula nattable
My nattable is a tree table that has custom root objects. I want to edit a cell in the table. The second column is static. But row index is dynamic. Im not able to get the correct row index for ...
2
votes
1
answer
998
views
Trying to implement nebula project is throwing an error: The splatting operator '@' cannot be used to reference variables in an expression
I am following the instructions on this page:
https://qlik.dev/tutorials/build-a-chatbot-using-the-qlik-sense-natural-language-api
I am actually getting an error which says the following:
At line:...
0
votes
1
answer
155
views
Is it possible to put a button in a NatTable? [closed]
enter image description here
Is it possible to put a button in the table like the attached image?