Ticket #267 (closed enhancement: duplicate)
Explicitly inherited method to (re)construct activity GUI after loading(possible) journal entity in sugar-toolkit
| Reported by: | alsroot | Owned by: | marcopg |
|---|---|---|---|
| Priority: | Low | Milestone: | 0.86 |
| Component: | sugar | Version: | 0.83.x |
| Severity: | Minor | Keywords: | tomeu |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | New |
Description
now, read_file() calling placed in map event handler
if I want to construct activity's gui according to loaded jobject
I have to use connect_after("map") and rely on the fact that read_file() will be called before (of course I could call this construction from overloaded read_file but in that case I should count situation w/o loading jobject)
better way is declaring method in Activity class to handle this interval: after init(), read_file() invoking(possible) and before showing gui
Change History
Note: See
TracTickets for help on using
tickets.
