Questions tagged [eclipse-scout]

Eclipse Scout is a framework to create business applications.

Eclipse Scout is a framework to create business applications on top of the Eclipse stack.

It is an open-source project (EPL licence) hosted by the Eclipse Foundation.

146 questions
0
votes
1 answer

Scout create Table page out of database table

I heard that scout eclipse can create table page - AbstractPageWithTable out of database table properties, without manually adding columns for it. Is this true, and if it is is somebody knows how to do it?
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Change icon on button in scout eclipse

I would like to implement some think like toggle button in scout eclipse. What I need is to change image of button for state. I see function setIconId(String) but I dont know how to find parameter for this function. How to find image that scout…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse Scout add right click on button

I am new at Scout and I would like to add Mouse Listener to Button, so I can implement right click on button. I knew that there is MouseListener object : MouseListener mouseListener = new MouseListener() { @Override public void…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

How to connect SCOUT application with Oracle Database 11g Express Edition

I'm new with Java, Scout and Oracle 11g express. I want to make a simple application with one form and with click on button get, form populates with data from database. So my question is how to connect scout application with Oracle 11g on localhost.…
Valor_
  • 3,461
  • 9
  • 60
  • 109
0
votes
1 answer

Scout SmartField suggestions from Hibernate

I am working in Scout and need SmartField. For this I need to set up lookup for suggestions. I see the example with creating Lookup Call and than implement in Lookup Service getConfiguredSqlSelect but I use Hibernate to work with classes, so my…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
3 answers

Scout crash at launching SWT

I have some strange error in Scout Eclipse. My college push some cone in git and I pull it out. On his computer everything works well, but on mine it's get error when launching SWT. Error is : !ENTRY org.eclipse.e4.ui.workbench 4 0 2014-06-26…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Scout SDk usage in command line

Is there any possibility to use Scout SDK from command line? E.g. Is it possible to create new Scout project and forms, pages, etc using command line or some tool which can do that ? I'm using scout in Eclipse IDE now and I'd like to use common…
EagleEye1984
  • 463
  • 5
  • 6
0
votes
2 answers

why server is required for running swt application in Scout

I am new to eclipse scout. I create my first scount hello world application for swt . It automatically created the server project as well. But when I try to run the swt application, I got the error saying that server has to start first. Why does…
0
votes
2 answers

Eclipse scout framework alernatives

I had discovred "Scout Framework" which look very intersent framework , but it has one disaventage is "not documented very well" , I search a same framworks .... Thanks
Pheonix
  • 161
  • 3
  • 14
0
votes
1 answer

DataSourceSecurityFilter Eclipse Scout

I am working on a server-client program using the Eclipse Scout framework. I have Java experience, but my expierence regarding Tomcat is not existing. I want to write an application which asks for my login information. Using the…
user1997322
  • 11
  • 1
  • 4
-2
votes
1 answer

Javascript chart example

I saw charts in BSI CRM, and they look awesome. I tried to find online tutorial about making own widgets, everyone reported to look at heatmap example code, but it is confusing. Where to start? But I would like to see a tutorial to show simple…
sysdba
  • 57
  • 5
1 2 3
9
10