cancel
Showing results for 
Search instead for 
Did you mean: 

Crosstab removeSelection and panel setVisible bug

Former Member
0 Kudos

Hi,

My situation :

  • A button to show/hide a panel.
  • The panel contain a crosstab.
  • The user can select row on the crosstab.
  • When the button hide the panel, it also remove the selection of the crosstab.

The bug happen when :

  1. I select a row on the crosstab.
  2. I press the button to hide the panel.
  3. I press the button to show the panel.

The bug is :

The crosstab appears as a four pixel dot.

If I hide and show the panel again, the crosstab is ok.

If no row is selected, there is no problem.

Script of the button :


//b is a boolean global variable

if(b){

  b = false;

  CROSSTAB_1.removeSelection();

  PANEL_1.setVisible(false);

}

else{

  b = true;

  PANEL_1.setVisible(true);

}

The jpg shows the crosstab before and after.

I'm using Design Studio 1.5, version 15.1.2

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The same issue is already been discussed in this thread..

- Karthik S

Former Member
0 Kudos

Thanks, I didn't found it...

Well, still there in Design Studio 1.5 SP01.