swt Questions
1
Solved
STS-4.21.1 just started crashing when on-hover window is triggered; the crash is at:
# C [libwebkit2gtk-4.0.so.37+0xd4f568]
STS-4.22.0 is also affected:
# C [libwebkit2gtk-4.1.so.0+0xd600d8]
Faul...
25
Solved
I've built a GUI using Swing and the MigLayout.
I am using Eclipse 4.2.2 (64-bit) on Windows 7 Ultimate.
Every time I click back into the window to edit my code, a popup comes up, then I'm prompte...
7
Solved
When a Java VM crashes with an EXCEPTION_ACCESS_VIOLATION and produces an hs_err_pidXXX.log file, what does that indicate? The error itself is basically a null pointer exception. Is it always cause...
2
Solved
I'm searching for a way to add an overlay over some composites in my application. The overlay will contain an label with text "No data available". The underlying composite need to be shown but the ...
Pah asked 7/2, 2017 at 10:54
3
Is there a standard SWT control that resembles a button which displays an arrow and opens a dropdown menu when pressed and is not a toolbar-only control?
It would be something like this:
It is ...
Genuflection asked 19/4, 2013 at 20:52
4
Solved
I have an eclipse plugin project which uses some swt objects, eg -
import org.eclipse.swt.widgets.Composite;
When I try to compile it with the 'Target Platform' set to 'Running Platform (Active)...
Twophase asked 21/12, 2010 at 9:58
5
I have SWT wizard page as my parent shell , for creating another shell on click of button i am writing following code
Shell permissionSetShell = new Shell(Display.getCurrent().getActiveShell(), SW...
5
I am trying to create an application using SWT Browser. Is it possible to integrate Google Chrome as browser into Eclipse (not as external web browser)?
5
I have supplied the Linux SWT jar and packaged my app in Eclipse to include swt.jar inside my app's jar. When I try to run it on Ubuntu, I get the following error text (posting only cause):
Caused...
1
Solved
I have been toying around with Eclipse plug-in development recently and when I tried to bind an SWT Text to a String in my data model using the Eclipse Bindings tab, the code it generated was relyi...
Ciaracibber asked 15/12, 2021 at 10:40
3
I'm working on an Eclipse RCP project and need to let the user select some file.
For convenience, based on some conditions, the initial directory of the file choosing dialog should be set prior to ...
Crocodile asked 5/8, 2013 at 12:48
3
I have this table in Eclipse SWT, with 5 columns. I resize the window and together with that the whole table but the columns don't get resized to fill all the available space.
Is there a layout me...
4
Solved
I have a Java Application using SWT as the toolkit, and I'm getting tired of all the ugly boiler plate code it takes to update a GUI element.
Just to set a disabled button to be enabled I have to ...
Plaything asked 3/6, 2010 at 19:40
6
I have an SWT WizardDialog with a number of pages. When this dialog first opens I have to do a check for some conditions and if those conditions are met I need to show a popup over the freshly open...
4
Solved
I'm using the current version of SWT to build my applications and I want to run it under Mac OS X (Yosemite).
My problem is now that I'm not be able to capture clicks on the "About", "Preferences" ...
2
Installed IBM MQ 8.0.0.4 developer instance in Linux VM (Centos).
When launching MQ explorer, using command strmqcfg (getting the following error).
!ENTRY org.eclipse.osgi 4 0 2016-01-14 13:33:43...
1
Solved
I am trying to integrate JavaFX inside of an SWT application using FXCanvas. For reference, I am following this oracle guide
Within my IDE this chunk of code displays an error
/* Create an FXCanvas...
2
Solved
Is there a way to set a default font for the whole Shell such that any new control will use that same font?
It seems that right now I have to set the font for every control I create, which leads t...
Calces asked 28/8, 2011 at 11:25
7
Solved
Right now I am trying to change the background color of a org.eclipse.swt.widgets.Button with the following code:
Button sceneButton = new Button(border, SWT.TOGGLE | SWT.FLAT);
sceneButton.se...
Heads asked 22/7, 2010 at 18:27
3
I am implementing a Gantt component for SWT and this takes a bit to repaint (like, 200 ms for the whole visible part of the diagram).
Now, when I scroll, I only repaint what is needed regarding th...
1
Solved
I'm trying to use the latest Eclipse SWT 3.114.0 in my Gradle project, but I get the following:
> Could not find org.eclipse.platform:org.eclipse.swt.${osgi.platform}:3.114.0.
Searched in the...
2
I'd like a TextCellEditor with the standard auto-complete behaviour, that that any user nowadays expects when typing inside an input cell with a list of suggested strings. For a good working exampl...
4
Solved
I want to display a file tree similarly to java2s.com 'Create a lazy file tree', but include the actual system icons - especially for folders. SWT does not seem to offer this (Program API does not ...
Rhaetia asked 10/6, 2009 at 14:25
3
Solved
Background
Our Eclipse RCP 3.6-based application lets people drag files in for storage/processing. This works fine when the files are dragged from a filesystem, but not when people drag items (mes...
Martynne asked 7/10, 2011 at 16:38
2
Solved
1 Next >
© 2022 - 2024 — McMap. All rights reserved.