in my custom windows which can float in standby view.
I want use system color in the windows, how to do it.
in the window, I draw a image, the area except the image, can see the standby view.
how to do it.
thanks!!!!!!!!!!!!!!!!!!!!!!!!
in my custom windows which can float in standby view.
I want use system color in the windows, how to do it.
in the window, I draw a image, the area except the image, can see the standby view.
how to do it.
thanks!!!!!!!!!!!!!!!!!!!!!!!!
have you considered on checking our wiki examples: http://www.developer.nokia.com/Commu...parent_windows
if you are using non-touch devices, then there is really no way on making it look good with any other shape than rectangle, you could always try finding older posts that claim that if you simply not draw some area, the background will be used for it, but, in that case it will never re-fresh, so any changes in background will not be drawn the area.
So basically then you could try using theme background, though do remember that this needs rather full application framework, so getting it to work with non-app-framework process might be tricky.