Opened 14 years ago
Last modified 4 years ago
#7414 assigned bug
app_server does not handle background bitmaps correctly
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev40236 gcc2hybrid.
If one view has other view with background bitmap(created by SetViewBitmap) then parent view draw its content on top of child view.
Attachments (1)
Change History (4)
by , 14 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
Description: | modified (diff) |
---|---|
Summary: | app_server don't handle backgrtound bitmaps correctly → app_server does not handle background bitmaps correctly |
Note:
See TracTickets
for help on using tickets.
Lightly modified Clock app from Be sample code. Onscreen view only has background bitmap from offscreen view and BDragger. Tracker draw icons on top of it.