There is quite a lot that ND seems to have left out of their grid
implementation of Stingray's objective grid. I'm very curious if anyone has
managed to get basic things like event handling (textvaluechanged doesn't
work) and access to cell properties (try changing the background color of
one particular cell). If anyone has done this, please contact me at
[EMAIL PROTECTED] because I've been having to come up with a huge pile of
workarounds for the grid...
Age Mooy
[EMAIL PROTECTED] wrote in message
<[EMAIL PROTECTED]>...
>
>How can you reduce the left and right margin (indent)
>inside each grid cell? We have successfully used the
>following code inside other Java IDEs, but not the
>ND studio.
>
>//==========
>GXStyle style = new GXStyle();
>GXLabel label = new GXLabel(m_myGrid);
>label.setIndent(2);
>style.setControl(label);
>m_myGrid.setTableStyle(style);
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]