| Reply | « Previous Thread | Next Thread » |
|
I was able to achieve the Extension to Java application from native DLL.
But not able to achive the modification of the Status pane of the Java application. plz help |
|
What do you exactly want to do?
Hartti |
|
I want to make the status pane of Java application similar to the Activ IDle status pane with(Clock, date info and title)
Clock is important |
|
Not possible in Java ME, (unless you build the UI with Canvas from scratch... but then you are not really using any system services...)
Hartti |
|
But is it possible by writing Native Extension to the Java Application.
SO that Native DLL will modify the Status pane as the NativeUiController is creating the status pane for the Active Idle at the startup time. but how to achive that I am not sure
Last edited by hemanths : 2007-12-17 at 06:12.
|
|
Or atleast can we make the Status pane Flat(smaller)
Like active Idle staus pane without clock and date info just title and the battery and signal pane |
|
The only way to extend the Java MIDlet with native application is to use the approach where you have a native application running on the background and the MIDlet communicates with that application through sockets. You do not have access to the MIDlet UI from your native application though, so this approach is a no-go for your purposes as well.
Hartti |
|
Thanks Hartti for your replies...
It is very helpful |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| application icon not displaying in context pane | s4028469 | General Symbian C++ | 7 | 2008-09-29 08:36 |
| How can i solve this error? | symbian-newbie | General Symbian C++ | 6 | 2006-05-23 06:33 |
| S80 - changing status pane causes crash | anatoly-k | Symbian User Interface | 0 | 2004-12-03 23:01 |
| Status Pane | asangamneheri | General Symbian C++ | 2 | 2003-03-25 14:03 |
| Querying the status over a long time crashes the connector application | tuender | PC Suite API and PC Connectivity SDK | 1 | 2002-07-25 06:28 |