swt Questions

3

Solved

Is there a way to use Firebug lite "bookmarklet" feature within eclipse SWT browser?
Cymar asked 17/8, 2012 at 9:56

2

Situation: My RCP application uses XulRunner System has two installed PDF viewers (Acrobat, Gimp) Firefox has Gimp set as default viewer I want to make my SWT Browser composite in RCP applicat...
Dania asked 8/6, 2015 at 14:15

4

Solved

Sometimes we encounter an SWT composite that absolutely refuses to lay itself out correctly. Often we encounter this when we have called dispose on a composite, and then replaced it with another; a...
Enloe asked 25/2, 2009 at 15:19

1

Solved

This is a gridLayout in which the Available side is a Tree Viewer and The Selected side is a ListViewer. Now I have to get a toolTip on the right hand side. Which I am unable to get. I am working...
Anachronistic asked 24/9, 2015 at 12:49

1

Did anybody else notice that there is a huge performance difference between a TreeViewer and a TableViewer (TreeViewer is much faster). I have a Table containing CellEditors (with EditingSupport)...
Helmuth asked 14/2, 2014 at 10:6

1

Solved

Is there a way in SWT to export a composite to an image which always has the same size/resolution? The problem is that we have a Dashboard which looks always different when opening on screens with ...
Incunabula asked 2/9, 2015 at 14:17

1

Solved

I have a Java Eclipse RCP program in which I have a a long string inside a JFace combobox. Now when I am in the same view,The combobox attaches a scroll over it to show the full name. but as soon a...
Fusco asked 14/9, 2015 at 9:56

4

Solved

How would I go about styling a SWT label created along the following lines so it is displayed italicised? Label label = formToolkit.createLabel(composite, "My label name");
Dishwasher asked 2/12, 2009 at 1:8

6

Solved

Currently with swt, I sometimes want a program to arbitrarily come to the foreground (like an alarm clock might). Typically the following works (jruby): @shell.setMinimized(false) @shell.forceAct...
Laquanda asked 23/2, 2010 at 1:31

4

I am currently developing an SWT java application on Windows 7. Usually the application will be minimized, and when there is an event on the serial port the application should maximizes itself. The...
Unscrew asked 15/3, 2012 at 15:29

1

I am trying to CDateTime as a cell editor for my swt table control. When I run a standalone CDateTime sample (from here), this is what it looks like: The CDateTime is created like this: final C...
Miserable asked 29/4, 2015 at 13:43

11

Solved

I know the following libraries for drawing charts in an SWT/Eclipse RCP application: Eclipse BIRT Chart Engine (Links to an article on how to use it) JFreeChart Which other libraries are ...
Bridgeport asked 22/8, 2008 at 16:39

4

Solved

I know that I can see if a particular widget has control in SWT by using isFocusControl() on it. However, when my expected widget doesn't have focus, how can I determine what does (in other words, ...
Speedy asked 7/1, 2011 at 17:12

2

Solved

I want to display results of a file search. I want to enable a context menu for a file selection, which will be the system's context menu. For example, if the user right-clicks a file in Windows -...
Mart asked 14/7, 2010 at 14:18

3

Solved

My HTML file has a javascript function xxx_return(), which will return a string value. Is there any way i can take this value from Java layer?. I am using SWT shell to display this html. Does SWT ...
Ranunculaceous asked 17/10, 2011 at 10:23

1

A combobox in our application should show fixed-width and non-fixed-widths font names. I want to add an unselectable separator between them: -- Fixed-width fonts -- Courier New Lucida Console ... ...
Granddaddy asked 17/3, 2011 at 13:27

6

Solved

I was wondering if anyone could explain to me how I could properly bind a group of radio buttons to a boolean variable in the model using JFace data binding. Let me explain the situation first: I'...
Hullda asked 16/3, 2009 at 15:40

4

Solved

I am trying to pop up a dialog (i.e. a FileDialog) in an Eclipse Plugin, actually before of an Acceleo transformation I am running through the related UI Launcher project (http://lowcoupling.com/po...
Bebebebeerine asked 4/10, 2013 at 21:19

4

Solved

I'm developing an RCP application (Windows) with SWT.Browser (SWT.MOZILLA): Browser browser = new Browser(parent, SWT.MOZILLA); It's working fine with the old XULRunner 3.6.23 and the installati...
Adlar asked 25/10, 2011 at 14:38

7

Solved

I have installed Ubuntu 12.04 newly. Also i installed Java 7. I try to install eclipse-java-indigo-SR2-linux-gtk.tar.gz. i extracted this file in /home/ramprabhu location. Then i try to run eclipse...
Dysgenic asked 10/6, 2012 at 17:31

2

Solved

I currently want to write an Eclipse editor based on a JFace TreeViewer. I added a CellLabelProvider to the TreeViewer. If I set the font of a cell with directly in the update method of the CellLab...
Martymartyn asked 24/11, 2013 at 3:56

3

Solved

Is it possible to always show the vertical scroll bar in a SWT table even if the table is empty? By always showing a (possible disabled) vertical scroll bar one can avoid that the last column get p...
Wizardly asked 15/10, 2013 at 14:33

2

Solved

I have created a dialog in which a user can browse for an image and then see a preview of the image drawn on a canvas. The image is scaled so that its aspect ratio is maintained while fitting in th...
Aesthetically asked 8/10, 2013 at 20:54

5

Solved

I was wondering if there is a straightforward way to display line numbers with StyledText text field - even if lines are wrapped. I'm using it in my application and if content gets to big, some lin...
Afrit asked 15/6, 2012 at 20:0

2

Solved

What would be the basic way (without custom APIs) of enabling such a decorator for a Text / Combo variable?
Epictetus asked 30/5, 2013 at 7:45

© 2022 - 2024 — McMap. All rights reserved.