Lines Matching refs:subWindow
2601 let subWindow = windowStage.createSubWindow("testSubWindow");
2602 subWindow.then((data) => {
2604 console.error("Failed to create the subWindow. Cause: The data is empty");
2614 …console.error(`Failed to raise the subWindow to target subWindow top. Cause code: ${err.code}, mes…
2617 console.info('Succeeded in raising the subWindow to target subWindow top.');
2621 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…
2677 let subWindow = windowStage.createSubWindow("testSubWindow");
2678 subWindow.then((data) => {
2680 console.error("Failed to create the subWindow. Cause: The data is empty");
2690 console.info('Succeeded in raising the subWindow to target subWindow top.');
2692 …console.error(`Failed to raise the subWindow to target subWindow top. Cause code: ${err.code}, mes…
2696 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…
2749 let subWindow = windowStage.createSubWindow("testSubWindow");
2750 subWindow.then((data) => {
2752 console.error("Failed to create the subWindow. Cause: The data is empty");
2766 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…