[api-dev] UI design using UNO AWT

2010-07-28 Thread Pivithuru Wijegunawardana
plugin or UI design tool available for UNO AWT UI building in java? - Does UNO AWT contain any layouts for components (like Grid, Flow etc. layouts in java.awt)? Any suggestions regarding UI design using UNO awt will be highly appreciated. -- Thank you and Best regards, Pivithuru

[api-dev] Inserting a chart to a calc document

2010-09-05 Thread Pivithuru Wijegunawardana
spreadsheet document. Then I tried connecting a controller to the created chart document, but this was also unsuccessful. Is there any other steps other than the ones in the wiki I should follow in order see the created chart in the document ? -- Best regards, Pivithuru Wijegunawardana University

[api-dev] change x axis values of a bar chart

2010-09-14 Thread Pivithuru Wijegunawardana
the procedure i should follow to do this. It would be really helpful if someone can help me one this. Thank you -- Best regards, Pivithuru Wijegunawardana University of Moratuwa Sri Lanka

[api-dev] Insert column and line chart in calc

2010-09-18 Thread Pivithuru Wijegunawardana
insert a chart with both columns and lines? Thank you -- Best regards, Pivithuru Wijegunawardana University of Moratuwa Sri Lanka

Re: [api-dev] Insert column and line chart in calc

2010-09-20 Thread Pivithuru Wijegunawardana
); pSet.setPropertyValue(NumberOfLines, new Integer(1)); aChartDocument.setDiagram(aDiagram); On Sun, Sep 19, 2010 at 2:56 PM, Niklas Nebel niklas.ne...@oracle.comwrote: Pivithuru Wijegunawardana schrieb: I want to insert a column and line chart (which is a chart type available

[api-dev] Dialog control like JPanel in UNO awt

2010-10-25 Thread Pivithuru Wijegunawardana
, but it seem to be only a visual component to group controls. Is the above task possible in UNO awt? If it is possible what control I should use for that? Thank you -- Best regards, Pivithuru Wijegunawardana University of Moratuwa Sri Lanka