Hi Bernard, > Can the Grid control be displayed on OOo 3.3.0 ?
It can, but there's a number of ... undocumented traps. Without investigating your concrete use case, it is difficult to tell what you miss - but there sure is something, I already saw living grid controls in a 3.3 :), though I don't have the code at hand right now. Note that there's a CWS caled "gridsort" where both the grid control API and the grid control implementation got some refactoring. The API won't be compatible in 3.4 anymore (see my mail from 4 days ago), and the implementation will be more robust (i.e. it will less often crash :) ). Also, using a grid control will require less special knowledge - it runs much better out of the box. For instance, you won't need to instantiate the default column/data model anymore, this is done by the grid model itself. If you have some urgent need getting the grid control to fly in 3.3, you should elaborate on what you do, so we can try to nail down the problem. Of course, you're also invited to test the gridsort CWS, which currently is in QA - I could provide a snapshot, so you could play with the new API/implementation. Ciao Frank --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org