Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • claudiobosticco
    replied
    go to:
    http://www.smartclient.com/?skin=Gra...=it#liveFilter
    and modify sample as:
    Code:
    isc.ListGrid.create({
        ID: "countryList",
        width:500, height:300, alternateRecordStyles:true,
        dataSource: worldDS,
        fields:[
            {name:"countryCode", title:"Code", width:50},
            {name:"countryName", title:"Country"},
            {name:"independence", title:"Nationhood"},
            {name:"continent", title:"Continent"}
        ],
        autoFetchData: true,
        showFilterEditor: true,
        filterOnKeypress: true
    })
    click "try it" and then filter by "Nationhood". See attached image.

    at least all messages in the dialog aren't picked up (same behaviour with french locale):

    dateRangeDialog_headerTitle
    dateRangeDialog_okButtonTitle
    dateRangeDialog_cancelButtonTitle
    miniDateRangeItem_pickerIconPrompt
    relativeDateItem_presetOptions_today
    relativeDateItem_presetOptions_yesterday
    relativeDateItem_presetOptions_tomorrow
    relativeDateItem_presetOptions_minus_1w
    relativeDateItem_presetOptions_plus_1w
    relativeDateItem_presetOptions_minus_1m
    relativeDateItem_presetOptions_plus_1m
    relativeDateItem_daysAgoTitle
    relativeDateItem_daysFromNowTitle
    relativeDateItem_weeksAgoTitle
    relativeDateItem_weeksFromNowTitle
    relativeDateItem_monthsAgoTitle
    relativeDateItem_monthsFromNowTitle
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    Which specific localized messages are you saying are not picked up, for which parts of the UI (ideally, a screenshot and circled text in red).

    Leave a comment:


  • [bug] DateRangeDialog doesn't apply locale

    Smartclient 8.0 and SC_SNAPSHOT-2011-06-07

    I noticed that DateRangeDialog doesn't get localized messages (even if they are present in the properties file)

    I don't know if there are other widgets with the same problem...I think that some js code is missing in the properties files.
Working...
X