6.0.3 - Issues

6.0.3 Seems to introduce a couple of new issues:

  1. When you are in webclient - and you use the file plug-in to grab a file - it’s uploading, and the callback method is running - but the dialog in the browser does not dismiss. You have to click the “X” in the upper right to close the dialog - and THEN the callback method seems to run.

Try this:

function btnUpload(event){
  plugins.file.showFileOpenDialog(openFile_CALLBACK)
}

function openFile_CALLBACK(fileList){
for (var i = 0; i < fileList.length; i++) {
  application.output(fileList[i].getName() + ", " + fileList[i].getContentType())
}
}
  1. Again in webclient - when you show a modal dialog - you have to click a button twice in order for the method attached to the button to run.

Hmm. I didn’t see this when I tried some dialog solutions in WC.
Is it reproducible with a small sample solution? Which browser/OS?

this is already fixed.

Hi,

I’m usin Servoy 6.0.3 and I have a problem with radio buttons elements. I lost data information from elements by cliking when I have several elements based in relation. In other words, i have 5 radio buttons (with data) and i set data in any of them, that radio button works fine but the other set to null.

The valueslist used is loaded in execution time, adding values to the objects valuelist created in design time.

any idea?

Regards.

is this specific to 6.0.3? and not earlier?

please make a case for this with a sample

Hi

this is specific from 6.0.3 because I’m using 5.0.2 and don’t have the problem.

I make a simple solution to help to fix the bug. Note that when you click first time in radio button, text hidding a little, this is peculiar.

Please, reply as soon as posible, we are migrating…

Regards.

Create_tables_radio_button_test.rar (604 Bytes)

radio_button_test.servoy (4.93 KB)

mateuServoy2:
Hi

this is specific from 6.0.3 because I’m using 5.0.2 and don’t have the problem.

I make a simple solution to help to fix the bug. Note that when you click first time in radio button, text hidding a little, this is peculiar.

Please, reply as soon as posible, we are migrating…

Regards.

Please open a case with this info, this is caused by a bug we fixed for 6.1, will see if it can be merged back.

I am using Servoy 5.2.10 and the problem appears also here:

  • radios with valualist(based on relation): the value becomes null when editing another field based on the same relation
  • note that the problem doesn’t appear when using combobox