Hi,
I'm evaluating SmartClient 8.0 (evaluation version) and have come across what seems to be a really annoying bug in the VisualBuilder.
We want to use the VisualBuilder to create our various views and to load them dynamically at run time. We also want to be able to use VisualBuilder to edit these views in future.
The builder allows me to select a component and then enter JavaScript code for any of the events on that component. The works very well. When I save the view, the JavaScript is saved in the XML definition as you'd expect.
The problem is when I reload the view, the previously entered JavaScript is no longer shown in the Events panel. It's still there - it is shown in the Code panel but not in the Build/Events panel.
The only way I've found to edit an event handler is to use a text editor on the xml file - not exactly what I want to do.
If this is a bug, can you please fix it?
Andrew
I'm evaluating SmartClient 8.0 (evaluation version) and have come across what seems to be a really annoying bug in the VisualBuilder.
We want to use the VisualBuilder to create our various views and to load them dynamically at run time. We also want to be able to use VisualBuilder to edit these views in future.
The builder allows me to select a component and then enter JavaScript code for any of the events on that component. The works very well. When I save the view, the JavaScript is saved in the XML definition as you'd expect.
The problem is when I reload the view, the previously entered JavaScript is no longer shown in the Events panel. It's still there - it is shown in the Code panel but not in the Build/Events panel.
The only way I've found to edit an event handler is to use a text editor on the xml file - not exactly what I want to do.
If this is a bug, can you please fix it?
Andrew
Comment