Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23454] Windows: Implement Window.title and titleid

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2016-06-02T14:06:56.000+0000
Affected Version/sRelease 5.3.0
Fix Version/sRelease 5.4.0
ComponentsWindows
Labelsqe-5.4.0
ReporterKota Iguchi
AssigneeKota Iguchi
Created2016-05-31T13:58:45.000+0000
Updated2016-06-29T21:25:51.000+0000

Description

Window.title and titleid is not implemented on Windows. On phone apps title may not be visible but on Store App it should be visible. Sample code:
var win = Ti.UI.createWindow({title:'New Window 1'});
win.open();
Expected: On Windows, Window name + Application name (New Window 1 - Application Name) is set to the title of the Window.

Comments

  1. Kota Iguchi 2016-06-01

    https://github.com/appcelerator/titanium_mobile_windows/pull/724
  2. Harry Bryant 2016-06-29

    Verified as fixed, Window.title & titleid properties are supported for Windows Store Apps. Tested on: Windows 10 Pro Windows Phone 10.0 (Microsoft Lumia 640 LTE) Appc Studio: 4.7.0.201606220541 Ti SDK: 5.4.0.v20160627224205 Appc NPM: 4.2.7-2 Appc Core: 5.4.0-20 Node: v4.4.4 *Closing Ticket.*

JSON Source