Lines Matching refs:subWindow
2607 let subWindow = windowStage.createSubWindow("testSubWindow");
2608 subWindow.then((data) => {
2610 console.error("Failed to create the subWindow. Cause: The data is empty");
2620 …console.error(`Failed to raise the subWindow to target subWindow top. Cause code: ${err.code}, mes…
2623 console.info('Succeeded in raising the subWindow to target subWindow top.');
2627 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…
2683 let subWindow = windowStage.createSubWindow("testSubWindow");
2684 subWindow.then((data) => {
2686 console.error("Failed to create the subWindow. Cause: The data is empty");
2696 console.info('Succeeded in raising the subWindow to target subWindow top.');
2698 …console.error(`Failed to raise the subWindow to target subWindow top. Cause code: ${err.code}, mes…
2702 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…
2755 let subWindow = windowStage.createSubWindow("testSubWindow");
2756 subWindow.then((data) => {
2758 console.error("Failed to create the subWindow. Cause: The data is empty");
2772 …console.error(`Failed to create the subWindow. Cause code: ${exception.code}, message: ${exception…