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 Eclipse ScoutServerTestRunner on client tests

now I run on new problems with scout testing. I have Client fragment project for testing and I would like to test some templates I created. My problem is that this templates contains some SmartFields and I would like to test them. For this I…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Scout Eclipse check for dirty fields

When you try to close Swing application and you change same value in field, application ask you if you want to save changes. My first question is why RAP application doesn't ask same question ? Second and more important question is how to force…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Column in extended table are not presented in form data on Eclipse Scout

I have Table field as Templates. For this Table field I have form data created with anotation @FormData(value = AbstractMyTableData.class, sdkCommand = FormData.SdkCommand.USE, defaultSubtypeSdkCommand =…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse Scout Table Menu depend on table context

What is the best way to do "context aware" menu for table in Eclipse scout. For example, lets assume that table has boolean row "Additional", and we want : if Additional is true show menu : Edit Add Additional if false Edit Add Delete How to do…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse Scout callback for entering value in fields

I would like to know if there is a function that fires up when user set value in field but not if program set value in field. so function : user click on field 'myField and change value -> method fires up in program : myField.setValue = SomeValue;…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Status line in Eclipse Scout

I would like to have status line in Eclipse scout application, that is always visible. For example : How to get to this line ? In RAP this line is not visible. Is possible to get it in RAP ? Or is there another general solution ? Marko
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse scout Tree table field

I am looking for component for tree representation of table field. What I am looking for is table with columns but with option with collapsing of cell like tree.
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
0 answers

Scout Eclipse RAP smart fields

I have problem with smart fields in RAP application in scout eclipse. My problems are in Lookup calls, because on RAP (and only on RAP) sometimes does not update choices when user change search text. I refresh it when user click on search window or…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse scout cache form page

I want to cache state in form page when switching from page to page. So : I have 3 page with forms and I want to data stays in forms when I switch from one to another. I found this :…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
2 answers

How to show image in Eclipse Scout?

How to show an image in scout form? I want to show an image as logo in the desktop form, I tried imagefield and htmlfield, but i failed to find examples online.
Beeno Tung
  • 1,058
  • 10
  • 17
0
votes
1 answer

Scout Eclipse button without backgroung image

I am looking how to get rid of background image of scout eclipse button. The default image is corner-rounded grey rectangle. But I want button just with Label without background (image or color). Marko
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Scout Eclipse label positions

In Scout Eclipse with every field comes label for it. But my problem is that is a lot of free space there and because of that fields are smaller that they should be. For example : I tried : To set label width in pixel: It works, but you should…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse Scout Lable in save "row" as buttons

I would like to know how to put LabelField in same line as Buttons in Eclipse Scout. Despite Grid X,Y you put for fields, scout always put buttons at the bottom in "extra" line and even if you put Label and button at the same Y grid property buttons…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Change style in Scout Eclipse Rap

I would like to change appearance of some element in rap scout project. I found folder with RAP.application.css file in it, but it is empty. I would like to know how to use it, for fields disable color,... Marko
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Fixed or "frozen" columns in table inside Eclipse Scout

I am interesting into how implement "frozen" columns inside Eclipse Scout table. I see solution with two tables https://www.eclipse.org/forums/index.php/t/99484/, but I am looking if anyone has different solution, or this is the only one. Marko
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
1 2 3
9
10