Opened 12 years ago
Last modified 4 years ago
#776 new defect/bug
OSD elements are not redrawn imediatly when osd configuration changed
Reported by: | benja1972 -2- | Owned by: | cp15 |
---|---|---|---|
Priority: | minor | Milestone: | version 0.6.0 |
Component: | port/android | Version: | git master |
Severity: | normal | Keywords: | osd, display, refresh |
Cc: |
Description
I use osd configuration switch command like -- command="osd_configuration=osd_configuration==2?1:2" -- in my OSD layout. OSD element if it is an image are not redrawn immediately on a tap, only when map once redrawn. The only element which change its appearance just after tap is 'navigation_next_turn'. Thus I use this element as fake with icon source as single image which I want to be appear/disappear on configuration change. But it works only in navigation mode. I think it should be default behavior independently on mode.
Change History (6)
comment:1 Changed 12 years ago by mineque
comment:2 Changed 11 years ago by sinisast
I use dumb trick (on windows mobile 6.5) to refresh/repaint screen
command="osd_configuration=(osd_configuration^1),zoom_in(),zoom_out()"
Any better idea on how to refresh screen after changing osd_configuration (till issue is solved)?
comment:3 Changed 10 years ago by usul
- Keywords osd display refresh added
- Milestone set to version 0.5.1
Does this still apply for the current SVN?
I would like to add the idea to trigger by F5 key or something similar.
comment:4 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Severity set to normal
I would like to look if we could use Inotify for this: http://man7.org/tlpi/code/online/book/inotify/demo_inotify.c.html
This would make a really smart setup. What do you think?
comment:5 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.1 to version 0.5.2
This ticket was pushed back in order to bring 0.5.1 out soon.
comment:6 Changed 4 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.2 to version 0.6.0
Ticket retargeted after milestone closed
Hi,
bug is known and waiting for fix