Libosso API: osso_system_note_dialog cannot create and show message box

Bug #175812 reported by yanglei
4
Affects Status Importance Assigned to Milestone
Moblin UI Framework
Won't Fix
Medium
Bob Spencer

Bug Description

when invoke API: osso_system_note_dialog to create and show message box, nothing happened.
---------------------------------------------------------------------------------------------
    result = osso_system_note_dialog(osso_context, "test osso Error dialog",
                                        OSSO_GN_ERROR, NULL);
    if(result != OSSO_OK) {
        if(result == OSSO_ERROR)
                g_print("ERROR: osso_system_note_dialog (OSSO_GN_ERROR) return OSSO_ERROR\n");
        else if(result == OSSO_INVALID)
                g_print("ERROR: osso_system_note_dialog (OSSO_GN_ERROR) return OSSO_INVALID\n");
        else
                g_print("ERROR: osso_system_note_dialog (OSSO_GN_ERROR) return UNKNOWN\n");
        return -1;
    }
----------------------------------------------------------------------------------------------
the return value is not Error value too.

yanglei (lei-a-yang)
Changed in moblin-ui-framework:
assignee: nobody → bob-spencer
importance: Undecided → Medium
yanglei (lei-a-yang)
description: updated
Revision history for this message
Horace (horace-li) wrote :

I will take a look on this.

Changed in moblin-ui-framework:
status: New → Triaged
yanglei (lei-a-yang)
Changed in moblin-ui-framework:
milestone: none → m9
Margie (margie-foster)
Changed in moblin-ui-framework:
milestone: m9 → m10
Revision history for this message
Mauri Whalen (mauri-whalen) wrote :

This is low impact to the customer and might be fixed in later versions of Hildon.

Changed in moblin-ui-framework:
milestone: m10 → fix-later
Revision history for this message
yanglei (lei-a-yang) wrote :

talk with developer:
libosso related API, won't fix

Changed in moblin-ui-framework:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.